summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement __strto* __wcsto* and hide _stdlib_wcsto*Peter S. Mazinger2005-12-081-35/+46
* Hide some of the f* *printf, use them as wellPeter S. Mazinger2005-12-0816-9/+37
* Implement __tfind/__lfind and use themPeter S. Mazinger2005-12-082-3/+8
* Reorder and remove prototypesPeter S. Mazinger2005-12-081-61/+55
* Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger2005-12-081-22/+30
* Enable __iswctype_l prototypePeter S. Mazinger2005-12-081-1/+1
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-0831-90/+156
* Use __open|__closedirPeter S. Mazinger2005-12-081-0/+3
* Do ppc specific __ioctl tooPeter S. Mazinger2005-12-081-1/+3
* Use __gettimeofdayPeter S. Mazinger2005-12-085-1/+7
* Implement __x versionsPeter S. Mazinger2005-12-084-6/+10
* Correct use of __*logPeter S. Mazinger2005-12-081-3/+3
* Implement __mknod and use itPeter S. Mazinger2005-12-082-1/+4
* Add hidden versionsPeter S. Mazinger2005-12-083-4/+7
* Hide __syscall_ipcPeter S. Mazinger2005-12-082-2/+2
* Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ...Peter S. Mazinger2005-12-082-35/+4
* Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add c...Peter S. Mazinger2005-12-081-6/+23
* Missed alias to xdr_string, thanks sjhillPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-0766-149/+362
* No more *xdr* jump relocationsPeter S. Mazinger2005-12-0722-170/+231
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-0744-317/+383
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-062-3/+3
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-065-13/+9
* Get rid again of memset relocPeter S. Mazinger2005-12-061-1/+1
* Correct syntax now...Peter S. Mazinger2005-12-061-4/+1
* Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger2005-12-061-1/+2
* Add prototype for __time, #define time __time is not usable herePeter S. Mazinger2005-12-061-2/+2
* Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger2005-12-061-10/+23
* Add needed prototypes removed from generic headerPeter S. Mazinger2005-12-061-0/+4
* Hide str*casecmp/*coll/*xfrm and make use of the internal versionsPeter S. Mazinger2005-12-061-23/+45
* Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger2005-12-061-2/+6
* Sync to glibc, remove __xPeter S. Mazinger2005-12-062-54/+0
* Add some needed prototypes and macros to allow transition of __XL and friends...Peter S. Mazinger2005-12-061-0/+15
* Remove a loop if locales are to be builtPeter S. Mazinger2005-12-062-1/+5
* Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"2005-12-061-0/+5
* Get rid of compiler warning."Steven J. Hill"2005-12-061-1/+1
* We need these aliases to stay so that NPTL can override them."Steven J. Hill"2005-12-061-2/+4
* Part deux."Steven J. Hill"2005-12-061-3/+3
* Move 'librt' includes to be after pthreads since NPTL will be also be adding ..."Steven J. Hill"2005-12-061-1/+1
* Fix includes for NPTL thread model."Steven J. Hill"2005-12-061-2/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-0629-165/+73
* include more paths in libpthreadsMike Frysinger2005-12-061-1/+4
* hide some internal pthread functionsMike Frysinger2005-12-061-0/+6
* first pass at hidden_def() macro based on the glibc oneMike Frysinger2005-12-061-0/+1
* touchup whitespace/commentsMike Frysinger2005-12-061-14/+14
* use the internal pthread_mutex_init()Mike Frysinger2005-12-061-1/+1
* only define offsetof macro if it isnt already definedMike Frysinger2005-12-062-2/+4
* a small TODOMike Frysinger2005-12-061-0/+1
* better help message for regex_oldMike Frysinger2005-12-061-5/+10
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-052-29/+23