Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide more | Peter S. Mazinger | 2005-12-07 | 66 | -149/+362 |
| | |||||
* | No more *xdr* jump relocations | Peter S. Mazinger | 2005-12-07 | 22 | -170/+231 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 43 | -317/+380 |
| | |||||
* | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | 2005-12-06 | 5 | -13/+9 |
| | |||||
* | Get rid again of memset reloc | Peter S. Mazinger | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Correct syntax now... | Peter S. Mazinger | 2005-12-06 | 1 | -4/+1 |
| | |||||
* | Use correct syntax, correct weak/strong for [__]strxfrm | Peter S. Mazinger | 2005-12-06 | 1 | -1/+2 |
| | |||||
* | Add prototype for __time, #define time __time is not usable here | Peter S. Mazinger | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | Hide strftime/strptime/wcsftime and make use of internals | Peter S. Mazinger | 2005-12-06 | 1 | -10/+23 |
| | |||||
* | Add needed prototypes removed from generic header | Peter S. Mazinger | 2005-12-06 | 1 | -0/+4 |
| | |||||
* | Hide str*casecmp/*coll/*xfrm and make use of the internal versions | Peter S. Mazinger | 2005-12-06 | 1 | -23/+45 |
| | |||||
* | Guard __strcoll/strcoll for C locales and use the same logic as elsewhere | Peter S. Mazinger | 2005-12-06 | 1 | -2/+6 |
| | |||||
* | Yeah, suck it up. I'm tired of merging stuff. | "Steven J. Hill" | 2005-12-06 | 1 | -0/+5 |
| | |||||
* | Get rid of compiler warning. | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | We need these aliases to stay so that NPTL can override them. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+4 |
| | |||||
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 28 | -165/+65 |
| | |||||
* | only define offsetof macro if it isnt already defined | Mike Frysinger | 2005-12-06 | 2 | -2/+4 |
| | |||||
* | a small TODO | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
| | |||||
* | Sync w/ glibc and disable everything uClibc does not provide | Peter S. Mazinger | 2005-12-05 | 1 | -0/+4 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 43 | -79/+140 |
| | |||||
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 17 | -64/+59 |
| | | | | x_internal, do not use cascading aliases | ||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 8 | -11/+2 |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | ||||
* | Remove unneeded weak | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 |
| | |||||
* | Hide setstate_r, test | Peter S. Mazinger | 2005-12-03 | 2 | -1/+3 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 115 | -217/+393 |
| | |||||
* | add some notes (thanks to mjn3) as to why we need these weaks, remove all ↵ | Mike Frysinger | 2005-12-02 | 1 | -43/+44 |
| | | | | the weaks that we arent actually using atm, and in general touchup the code | ||||
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 |
| | |||||
* | No, '__mempcpy' is used by user-space applications, like coreutils for ↵ | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
| | | | | example and glibc still has '__mempcpy' as a global symbol. How about this, do a complete buildroot file system after hacking uClibc to make sure things work? There's a novel idea. | ||||
* | Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*. | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | Kill 2 redefine warnings w/ gcc-4.x | Peter S. Mazinger | 2005-12-01 | 2 | -2/+2 |
| | |||||
* | Forgotten that this file is special and does not accept hidden, __mempcpy is ↵ | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | | | | hidden again | ||||
* | Make __syscall_fadvise64_64 static inline | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 170 | -788/+817 |
| | |||||
* | Remove test file | Peter S. Mazinger | 2005-12-01 | 1 | -1454/+0 |
| | |||||
* | fix libc_hidden_builtin_def | Mike Frysinger | 2005-12-01 | 1 | -2/+2 |
| | |||||
* | get rid of mips-specific types.h since common one contains more fixes | Mike Frysinger | 2005-12-01 | 2 | -148/+2 |
| | |||||
* | sync with glibc | Mike Frysinger | 2005-12-01 | 11 | -85/+295 |
| | |||||
* | grab header file from glibc | Mike Frysinger | 2005-12-01 | 1 | -0/+83 |
| | |||||
* | touchup how we declare the posix_fadvise functions and fix the case where ↵ | Mike Frysinger | 2005-12-01 | 2 | -18/+13 |
| | | | | posix_fadvise kernel call exists but not posix_fadvise64 | ||||
* | sync with glibc (and shrinks the object code nicely by like half) | Mike Frysinger | 2005-12-01 | 4 | -73/+76 |
| | |||||
* | change __rt_sigprocmask to static inline | Peter S. Mazinger | 2005-11-30 | 1 | -0/+1 |
| | |||||
* | grab header from glibc | Mike Frysinger | 2005-11-30 | 1 | -0/+55 |
| | |||||
* | fix warning about __random() not being a prototype | Mike Frysinger | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | get rid of unused sysdep.h header | Mike Frysinger | 2005-11-30 | 4 | -131/+0 |
| | |||||
* | grab some headers/updates from glibc | Mike Frysinger | 2005-11-30 | 5 | -1/+328 |
| | |||||
* | sync with glibc to parse error in C version of test_and_set | Mike Frysinger | 2005-11-30 | 1 | -21/+12 |
| | |||||
* | fix warning using glibc method | Mike Frysinger | 2005-11-30 | 1 | -3/+1 |
| | |||||
* | Use __STDC__ syntax, no need for prototype if random_r is before srandom_r | Peter S. Mazinger | 2005-11-29 | 1 | -62/+60 |
| | |||||
* | Correct typo | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 |
| |