Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement __strto* __wcsto* and hide _stdlib_wcsto* | Peter S. Mazinger | 2005-12-08 | 1 | -35/+46 | |
| | ||||||
* | Hide some of the f* *printf, use them as well | Peter S. Mazinger | 2005-12-08 | 16 | -9/+37 | |
| | ||||||
* | Implement __tfind/__lfind and use them | Peter S. Mazinger | 2005-12-08 | 2 | -3/+8 | |
| | ||||||
* | Reorder and remove prototypes | Peter S. Mazinger | 2005-12-08 | 1 | -61/+55 | |
| | ||||||
* | Reorder so that no prototype is needed. Is there a better way to get rid of ↵ | Peter S. Mazinger | 2005-12-08 | 1 | -22/+30 | |
| | | | | gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-( | |||||
* | Enable __iswctype_l prototype | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 | |
| | ||||||
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 31 | -90/+156 | |
| | ||||||
* | Use __open|__closedir | Peter S. Mazinger | 2005-12-08 | 1 | -0/+3 | |
| | ||||||
* | Do ppc specific __ioctl too | Peter S. Mazinger | 2005-12-08 | 1 | -1/+3 | |
| | ||||||
* | Use __gettimeofday | Peter S. Mazinger | 2005-12-08 | 5 | -1/+7 | |
| | ||||||
* | Implement __x versions | Peter S. Mazinger | 2005-12-08 | 4 | -6/+10 | |
| | ||||||
* | Correct use of __*log | Peter S. Mazinger | 2005-12-08 | 1 | -3/+3 | |
| | ||||||
* | Implement __mknod and use it | Peter S. Mazinger | 2005-12-08 | 2 | -1/+4 | |
| | ||||||
* | Add hidden versions | Peter S. Mazinger | 2005-12-08 | 3 | -4/+7 | |
| | ||||||
* | Hide __syscall_ipc | Peter S. Mazinger | 2005-12-08 | 2 | -2/+2 | |
| | ||||||
* | Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ↵ | Peter S. Mazinger | 2005-12-08 | 2 | -35/+4 | |
| | | | | provided | |||||
* | Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add ↵ | Peter S. Mazinger | 2005-12-08 | 1 | -6/+23 | |
| | | | | comment about opendir/closedir undoable, it is too early in this file. i386/x86_64 could use optimized internal_function, but the commented part has to be done based on target, not host | |||||
* | Missed alias to xdr_string, thanks sjhill | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 | |
| | ||||||
* | 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 | 44 | -317/+383 | |
| | ||||||
* | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger | 2005-12-06 | 2 | -3/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | Sync to glibc, remove __x | Peter S. Mazinger | 2005-12-06 | 2 | -54/+0 | |
| | ||||||
* | Add some needed prototypes and macros to allow transition of __XL and ↵ | Peter S. Mazinger | 2005-12-06 | 1 | -0/+15 | |
| | | | | friends to hidden versions | |||||
* | Remove a loop if locales are to be built | Peter S. Mazinger | 2005-12-06 | 2 | -1/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Part deux. | "Steven J. Hill" | 2005-12-06 | 1 | -3/+3 | |
| | ||||||
* | Move 'librt' includes to be after pthreads since NPTL will be also be adding ↵ | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 | |
| | | | | new code for this library. Be afraid, be very afraid. | |||||
* | Fix includes for NPTL thread model. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+3 | |
| | ||||||
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 29 | -165/+73 | |
| | ||||||
* | include more paths in libpthreads | Mike Frysinger | 2005-12-06 | 1 | -1/+4 | |
| | ||||||
* | hide some internal pthread functions | Mike Frysinger | 2005-12-06 | 1 | -0/+6 | |
| | ||||||
* | first pass at hidden_def() macro based on the glibc one | Mike Frysinger | 2005-12-06 | 1 | -0/+1 | |
| | ||||||
* | touchup whitespace/comments | Mike Frysinger | 2005-12-06 | 1 | -14/+14 | |
| | ||||||
* | use the internal pthread_mutex_init() | Mike Frysinger | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | better help message for regex_old | Mike Frysinger | 2005-12-06 | 1 | -5/+10 | |
| | ||||||
* | Sync w/ glibc and disable everything uClibc does not provide | Peter S. Mazinger | 2005-12-05 | 2 | -29/+23 | |
| |