summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2005-12-10fix a warningMike Frysinger
2005-12-10fix some warningsMike Frysinger
2005-12-10fix warningMike Frysinger
2005-12-10sync with glibc (grab some hidden updates) and fix some warningsMike Frysinger
2005-12-10macro away the last parameter since we dont actually utilize it (saves a few ...Mike Frysinger
2005-12-10clean up warningsMike Frysinger
2005-12-10Do hidden __*stat*Peter S. Mazinger
2005-12-10Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger
2005-12-10Do hidden fread/fwrite/fclosePeter S. Mazinger
2005-12-10Do hidden pipe, please check the change in mips (.end __pipe?)Peter S. Mazinger
2005-12-10hide __sigsetmaskPeter S. Mazinger
2005-12-09s/strong/weak/, sorry sjhill, have overseen your changePeter S. Mazinger
2005-12-09Implement hidden listen, use the hidden listen/acceptPeter S. Mazinger
2005-12-09make new regex code use __mempcpyPeter S. Mazinger
2005-12-09hidden initstate_r and usePeter S. Mazinger
2005-12-09hide __xstatX_convPeter S. Mazinger
2005-12-09Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha...Peter S. Mazinger
2005-12-09Guard wchar dependent stuff properly, thx vapierPeter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-09Implement hidden *scanfPeter S. Mazinger
2005-12-09Implement all needed hidden *printf and correct vasprintf, thx blindvtPeter S. Mazinger
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