Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fill in a few more of the missing pieces... | Eric Andersen | 2006-12-08 | 2 | -108/+74 | |
| | ||||||
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -7/+7 | |
| | | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking. | |||||
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -16/+17 | |
| | | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking. | |||||
* | stdio update from mjn3 | Eric Andersen | 2006-12-06 | 16 | -79/+283 | |
| | ||||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 | |
| | | | | I had clearly run search/replace on that were cluttering things up. | |||||
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 2 | -0/+6 | |
| | ||||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 2 | -2/+2 | |
| | ||||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 11 | -46/+1 | |
| | | | | most of global data relocations are back | |||||
* | dont define _stdio_init if it doesnt do anything | Mike Frysinger | 2006-02-18 | 1 | -1/+3 | |
| | ||||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -2/+10 | |
| | | | | linuxthreads[_db] as well, don't try on slow box | |||||
* | sync with glibc and get a nice size shrinkage in the process | Mike Frysinger | 2006-02-14 | 1 | -25/+30 | |
| | ||||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -70/+19 | |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||||
* | Mark functions as GNU extensions | Peter S. Mazinger | 2006-02-13 | 10 | -0/+40 | |
| | ||||||
* | Remove unused prototypes | Peter S. Mazinger | 2006-02-13 | 1 | -8/+0 | |
| | ||||||
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 42 | -0/+388 | |
| | | | | affected files | |||||
* | More renames for IMA | Peter S. Mazinger | 2006-02-13 | 3 | -2/+2 | |
| | ||||||
* | missed another global data marking | Peter S. Mazinger | 2006-02-01 | 1 | -1/+1 | |
| | ||||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 5 | -3/+18 | |
| | ||||||
* | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | 2006-01-27 | 2 | -0/+4 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 3 | -3/+7 | |
| | ||||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -2/+2 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 4 | -5/+0 | |
| | | | | is a useless attempt | |||||
* | fix unused warnings | Mike Frysinger | 2006-01-21 | 1 | -2/+2 | |
| | ||||||
* | Build if GETC_MACRO use is disabled | Peter S. Mazinger | 2006-01-17 | 1 | -0/+4 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 8 | -0/+40 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 1 | -6/+6 | |
| | ||||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 10 | -16/+19 | |
| | ||||||
* | Correct old_vfprintf internal version and make it reloc free | Peter S. Mazinger | 2006-01-15 | 1 | -1/+2 | |
| | ||||||
* | only declare vfork when needed, else no-mmu build fails | Mike Frysinger | 2006-01-15 | 1 | -1/+1 | |
| | ||||||
* | same for __fputc_unlocked | Peter S. Mazinger | 2006-01-14 | 1 | -0/+1 | |
| | ||||||
* | get rid of wcrtomb jump reloc | Peter S. Mazinger | 2006-01-14 | 1 | -0/+1 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 36 | -54/+48 | |
| | ||||||
* | other failures w/ different options | Peter S. Mazinger | 2006-01-14 | 2 | -4/+2 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 87 | -474/+640 | |
| | | | | missing headers, other jump relocs removed | |||||
* | used hidden close | Mike Frysinger | 2006-01-06 | 1 | -0/+2 | |
| | ||||||
* | use hidden read/write symbols | Mike Frysinger | 2006-01-06 | 2 | -0/+4 | |
| | ||||||
* | Remove trailing ; after *alias() | Peter S. Mazinger | 2005-12-16 | 9 | -22/+22 | |
| | ||||||
* | Forgot about the macros ;-( | Peter S. Mazinger | 2005-12-16 | 2 | -2/+2 | |
| | ||||||
* | Get rid of warnings, use internals, create new hidden versions | Peter S. Mazinger | 2005-12-16 | 13 | -26/+44 | |
| | ||||||
* | Hide *getc* *putc* | Peter S. Mazinger | 2005-12-15 | 2 | -8/+13 | |
| | ||||||
* | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 1 | -2/+2 | |
| | ||||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 8 | -14/+18 | |
| | ||||||
* | Hidden fflush, adapt fopen to hack in libc-internal.h | Peter S. Mazinger | 2005-12-13 | 2 | -3/+8 | |
| | ||||||
* | Use __remove and remove trailing ; | Peter S. Mazinger | 2005-12-13 | 1 | -1/+2 | |
| | ||||||
* | Do hidden fopen*/remove | Peter S. Mazinger | 2005-12-13 | 3 | -2/+5 | |
| | ||||||
* | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger | 2005-12-10 | 1 | -0/+1 | |
| | ||||||
* | Do hidden fread/fwrite/fclose | Peter S. Mazinger | 2005-12-10 | 3 | -7/+13 | |
| | ||||||
* | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 | |
| | ||||||
* | Guard wchar dependent stuff properly, thx vapier | Peter S. Mazinger | 2005-12-09 | 1 | -7/+7 | |
| | ||||||
* | Implement hidden *scanf | Peter S. Mazinger | 2005-12-09 | 5 | -27/+53 | |
| |