summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2005-12-09add an abort for armMike Frysinger
2005-12-09internal sigpause, do we really default to BSD signals?Peter S. Mazinger
2005-12-09sig* hidden versions, make __rt_sig* static inlinePeter S. Mazinger
2005-12-08__ptr_t = void *, move hidden firstPeter S. Mazinger
2005-12-08locale.h can't be includedPeter S. Mazinger
2005-12-08typo, thx vapierPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Use __sendto in __libc_send, small correctionPeter S. Mazinger
2005-12-08Convert the rest of users to hiddenPeter S. Mazinger
2005-12-08Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger
2005-12-08Use hidden_weak_aliasPeter S. Mazinger
2005-12-08Implement more hiddenPeter S. Mazinger
2005-12-08Use internal \*_strerror_rPeter S. Mazinger
2005-12-08Hidden __xpg|glibc_strerror_rPeter S. Mazinger
2005-12-08Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ itPeter S. Mazinger
2005-12-08Hide mallinfoPeter S. Mazinger
2005-12-08Use __strtodPeter S. Mazinger
2005-12-08Hide __strtofpmax, implement some hiddensPeter S. Mazinger
2005-12-08Use internal versionsPeter S. Mazinger
2005-12-08Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger
2005-12-08Do __sleep, should we make it weak, so that libpthread can overwrite it?Peter S. Mazinger
2005-12-08Implement __strto* __wcsto* and hide _stdlib_wcsto*Peter S. Mazinger
2005-12-08Hide some of the f* *printf, use them as wellPeter S. Mazinger
2005-12-08Implement __tfind/__lfind and use themPeter S. Mazinger
2005-12-08Reorder and remove prototypesPeter S. Mazinger
2005-12-08Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger
2005-12-08Enable __iswctype_l prototypePeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-08Use __open|__closedirPeter S. Mazinger
2005-12-08Do ppc specific __ioctl tooPeter S. Mazinger
2005-12-08Use __gettimeofdayPeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-08Correct use of __*logPeter S. Mazinger
2005-12-08Implement __mknod and use itPeter S. Mazinger
2005-12-08Add hidden versionsPeter S. Mazinger
2005-12-08Hide __syscall_ipcPeter S. Mazinger
2005-12-08Missed alias to xdr_string, thanks sjhillPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-07No more *xdr* jump relocationsPeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger
2005-12-06Make use internal str*casecmp/wcscollPeter S. Mazinger
2005-12-06Get rid again of memset relocPeter S. Mazinger
2005-12-06Correct syntax now...Peter S. Mazinger
2005-12-06Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger
2005-12-06Add prototype for __time, #define time __time is not usable herePeter S. Mazinger
2005-12-06Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger
2005-12-06Add needed prototypes removed from generic headerPeter S. Mazinger
2005-12-06Hide str*casecmp/*coll/*xfrm and make use of the internal versionsPeter S. Mazinger
2005-12-06Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger