Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert some users and get rid of __rpc_thread_createerr jump reloc, this ↵ | Peter S. Mazinger | 2005-12-16 | 29 | -38/+102 |
| | | | | was indeed a badly chosen name | ||||
* | Convert users | Peter S. Mazinger | 2005-12-16 | 8 | -12/+16 |
| | |||||
* | New regex as well | Peter S. Mazinger | 2005-12-16 | 2 | -1/+4 |
| | |||||
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 4 | -37/+75 |
| | |||||
* | Correct some problems | Peter S. Mazinger | 2005-12-16 | 4 | -1/+12 |
| | |||||
* | New hidden versions | Peter S. Mazinger | 2005-12-16 | 2 | -5/+8 |
| | |||||
* | Get rid of warnings, use internals, create new hidden versions | Peter S. Mazinger | 2005-12-16 | 13 | -26/+44 |
| | |||||
* | Hide C and wchar related stuff | Peter S. Mazinger | 2005-12-16 | 5 | -86/+37 |
| | |||||
* | Hide locales | Peter S. Mazinger | 2005-12-16 | 1 | -9/+12 |
| | |||||
* | Convert some users | Peter S. Mazinger | 2005-12-16 | 2 | -2/+3 |
| | |||||
* | Disable some unused stuff, better guard for libc | Peter S. Mazinger | 2005-12-16 | 2 | -5/+5 |
| | |||||
* | Some undefs to be pedantic | Peter S. Mazinger | 2005-12-16 | 12 | -1/+19 |
| | |||||
* | Make clone use internal _exit | Peter S. Mazinger | 2005-12-16 | 10 | -23/+10 |
| | |||||
* | Build x64 versions only if LFS is enabled | Peter S. Mazinger | 2005-12-16 | 7 | -17/+13 |
| | |||||
* | Hide exit/_exit | Peter S. Mazinger | 2005-12-15 | 2 | -4/+9 |
| | |||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 12 | -53/+78 |
| | |||||
* | Add for assembler all *alias | Peter S. Mazinger | 2005-12-15 | 1 | -48/+77 |
| | |||||
* | Hide *getc* *putc* | Peter S. Mazinger | 2005-12-15 | 2 | -8/+13 |
| | |||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-12-15 | 2 | -10/+5 |
| | |||||
* | wordexp can't be built w/o glob | Peter S. Mazinger | 2005-12-15 | 1 | -0/+1 |
| | |||||
* | silly bug | Eric Andersen | 2005-12-15 | 1 | -1/+0 |
| | |||||
* | Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so | Joakim Tjernlund | 2005-12-15 | 2 | -3/+6 |
| | | | | use r3 instead to pass _dl_fini. | ||||
* | include features.h instead of sys/cdefs.h | Mike Frysinger | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | fix signed/unsigned warnings and unused warnings | Mike Frysinger | 2005-12-14 | 4 | -14/+13 |
| | |||||
* | remove .oS too | Mike Frysinger | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 4 | -6/+6 |
| | |||||
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 25 | -32/+47 |
| | |||||
* | Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e. | Eric Andersen | 2005-12-14 | 14 | -18/+37 |
| | | | | | | on big endian mips the code is compiled as little-endian and the wrong half of the 64-bit point value is examined to check for NaN, etc. This bug also broke fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit(). | ||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 37 | -61/+71 |
| | |||||
* | This header blocked the use of __THROW in libc-internal.h | Peter S. Mazinger | 2005-12-13 | 1 | -0/+2 |
| | |||||
* | Hidden fflush, adapt fopen to hack in libc-internal.h | Peter S. Mazinger | 2005-12-13 | 2 | -3/+8 |
| | |||||
* | Hidden readdir* | Peter S. Mazinger | 2005-12-13 | 2 | -4/+6 |
| | |||||
* | Hidden lseek[64], disabled llseek and _llseek for now, not in any headers | Peter S. Mazinger | 2005-12-13 | 2 | -12/+13 |
| | |||||
* | Do hidden fcntl* | Peter S. Mazinger | 2005-12-13 | 2 | -9/+11 |
| | |||||
* | Add some more hidden prototypes | Peter S. Mazinger | 2005-12-13 | 1 | -8/+74 |
| | |||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 24 | -56/+58 |
| | |||||
* | Add __lstat and reorganize somewhat | Peter S. Mazinger | 2005-12-13 | 1 | -24/+18 |
| | |||||
* | Use __remove and remove trailing ; | Peter S. Mazinger | 2005-12-13 | 1 | -1/+2 |
| | |||||
* | Hide chmod, lockf* | Peter S. Mazinger | 2005-12-13 | 3 | -3/+6 |
| | |||||
* | Hidden __md5_crypt/__des_crypt, missed to adapt prototype | Peter S. Mazinger | 2005-12-13 | 1 | -2/+2 |
| | |||||
* | __malloc_consolidate is only libc internal, enable use of __sbrk | Peter S. Mazinger | 2005-12-13 | 4 | -2/+5 |
| | |||||
* | Do hidden fopen*/remove | Peter S. Mazinger | 2005-12-13 | 3 | -2/+5 |
| | |||||
* | Add redirect/redefines for x to x64 until someone will answer my ↵ | Peter S. Mazinger | 2005-12-13 | 1 | -1/+80 |
| | | | | mail/decides of a better way. libc-internal.h will finally have >5xx __x prototypes | ||||
* | Do hidden sbrk | Peter S. Mazinger | 2005-12-13 | 5 | -10/+14 |
| | |||||
* | Sync w/ glibc | Peter S. Mazinger | 2005-12-13 | 1 | -11/+11 |
| | |||||
* | Sync w/ glibc | Peter S. Mazinger | 2005-12-13 | 3 | -18/+64 |
| | |||||
* | Make sure we are really within uClibc only, these bits should move from the ↵ | Peter S. Mazinger | 2005-12-11 | 1 | -4/+4 |
| | | | | visible header | ||||
* | Fix debugging. | "Steven J. Hill" | 2005-12-11 | 1 | -3/+3 |
| | |||||
* | Install dummy libc-internal.h | Peter S. Mazinger | 2005-12-10 | 1 | -0/+2 |
| | |||||
* | Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an ↵ | Peter S. Mazinger | 2005-12-10 | 1 | -4/+0 |
| | | | | external app |