summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko
2008-12-01remove checks for "impossible" errors,Denis Vlasenko
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-12-01l64a: shrink by 13 bytes, and -1 relocDenis Vlasenko
2008-12-01constify more dataDenis Vlasenko
2008-12-01rpc: constify data, localize unnecessarily static dataDenis Vlasenko
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-12-01gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko
2008-12-01rpc: should check against max for int32, not intDenis Vlasenko
2008-12-01rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko
2008-11-29add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko
2008-11-29fix improperly hidden fputc_unlockedDenis Vlasenko
2008-11-29fix improperly hidden fwprintf.Denis Vlasenko
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko
2008-11-29reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko
2008-11-27Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso
2008-11-27- make isascii visible againBernhard Reutner-Fischer
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-26libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko
2008-11-25- hide locksBernhard Reutner-Fischer
2008-11-25- remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer
2008-11-25- hide some time related relocsBernhard Reutner-Fischer
2008-11-25Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso
2008-11-25- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer
2008-11-25- cosmetic tidy up of clean targetBernhard Reutner-Fischer
2008-11-25- make sure isspace() is exported.Bernhard Reutner-Fischer
2008-11-25- Fix thumb2 PIE (Joseph S. Myers)Bernhard Reutner-Fischer
2008-11-22signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-11-22fix "make utils" build failure in ldconfigDenis Vlasenko
2008-11-21fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko
2008-11-21fix apparent typo (unnoticed for long time, probablyDenis Vlasenko
2008-11-21deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso
2008-11-18Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso
2008-11-18- add __hot and __cold annotationsBernhard Reutner-Fischer
2008-11-18Fix typo: missing )Carmelo Amoroso
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-17resolver: use timeout of 5 (glibc uses that).Denis Vlasenko
2008-11-17resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko
2008-11-17resolver: move large code blocks to arrange related functions closer.Denis Vlasenko
2008-11-17resolver: fix some previous TODOs, add new ones.Denis Vlasenko
2008-11-16- cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer
2008-11-16resolver: improved support for overriding DNS server addressesDenis Vlasenko
2008-11-16resolver: make getaddrinfo actually respect _res.nsaddr_list;Denis Vlasenko