summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2008-12-09fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL],Denis Vlasenko
2008-12-09getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko
2008-12-08getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko
2008-12-08- fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer
2008-12-06resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko
2008-12-04Remove __NTH from the declation.Khem Raj
2008-12-04Go deeper while cleaning string directory to removeCarmelo Amoroso
2008-12-03A missing change when we recently released a lot of fixCarmelo Amoroso
2008-12-03Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso
2008-12-02Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
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