summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-0811-31/+30
|
* Use hidden_weak_aliasPeter S. Mazinger2005-12-081-1/+2
|
* Implement more hiddenPeter S. Mazinger2005-12-083-16/+10
|
* Use internal \*_strerror_rPeter S. Mazinger2005-12-084-4/+4
|
* Hidden __xpg|glibc_strerror_rPeter S. Mazinger2005-12-081-6/+9
|
* Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ itPeter S. Mazinger2005-12-081-26/+27
|
* Hide mallinfoPeter S. Mazinger2005-12-081-2/+3
|
* Use __strtodPeter S. Mazinger2005-12-083-1/+9
|
* Hide __strtofpmax, implement some hiddensPeter S. Mazinger2005-12-081-8/+8
|
* Use internal versionsPeter S. Mazinger2005-12-0826-32/+74
|
* Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger2005-12-086-12/+12
|
* Do __sleep, should we make it weak, so that libpthread can overwrite it?Peter S. Mazinger2005-12-081-2/+3
|
* 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 ↵Peter S. Mazinger2005-12-081-22/+30
| | | | gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-(
* 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
|
* 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-0743-317/+380
|
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-2/+2
|
* 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
|
* 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
|
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-0628-165/+65
|
* only define offsetof macro if it isnt already definedMike Frysinger2005-12-062-2/+4
|
* a small TODOMike Frysinger2005-12-061-0/+1
|
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-051-0/+4
|
* More hiding, 300 leftPeter S. Mazinger2005-12-0443-79/+140
|
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵Peter S. Mazinger2005-12-0317-64/+59
| | | | x_internal, do not use cascading aliases