summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, ↵Peter S. Mazinger2005-12-092-9/+18
| | | | change users to hidden version
* Guard wchar dependent stuff properly, thx vapierPeter S. Mazinger2005-12-091-7/+7
|
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-0932-43/+67
|
* Implement hidden *scanfPeter S. Mazinger2005-12-095-27/+53
|
* Implement all needed hidden *printf and correct vasprintf, thx blindvtPeter S. Mazinger2005-12-0915-26/+48
|
* add an abort for armMike Frysinger2005-12-091-0/+2
|
* internal sigpause, do we really default to BSD signals?Peter S. Mazinger2005-12-098-11/+15
|
* sig* hidden versions, make __rt_sig* static inlinePeter S. Mazinger2005-12-093-14/+12
|
* __ptr_t = void *, move hidden firstPeter S. Mazinger2005-12-081-1/+1
|
* locale.h can't be includedPeter S. Mazinger2005-12-081-2/+2
|
* typo, thx vapierPeter S. Mazinger2005-12-081-1/+0
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-0840-38/+83
|
* Use __sendto in __libc_send, small correctionPeter S. Mazinger2005-12-081-2/+5
|
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-087-6/+11
|
* 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
|