summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer2008-12-081-2/+2
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* Remove __NTH from the declation.Khem Raj2008-12-041-2/+2
* CLean librt/*.oS too (NPTL will add some).Carmelo Amoroso2008-12-041-1/+1
* Go deeper while cleaning string directory to removeCarmelo Amoroso2008-12-041-1/+1
* Added do_awk commanf for invoking awk parser. It will be usedCarmelo Amoroso2008-12-041-0/+5
* - use proper macrosBernhard Reutner-Fischer2008-12-032-3/+3
* - use proper macro (no obj-code changes)Bernhard Reutner-Fischer2008-12-031-1/+1
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-0315-80/+13
* A missing change when we recently released a lot of fixCarmelo Amoroso2008-12-031-2/+0
* Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso2008-12-032-1/+2
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-022-1/+8
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-0117-88/+44
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-019-26/+1
* remove checks for "impossible" errors,Denis Vlasenko2008-12-016-19/+11
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-0110-118/+179
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-0116-95/+152
* l64a: shrink by 13 bytes, and -1 relocDenis Vlasenko2008-12-011-10/+10
* constify more dataDenis Vlasenko2008-12-013-3/+3
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-012-2/+6
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-016-22/+12
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-012-15/+21
* rpc: should check against max for int32, not intDenis Vlasenko2008-12-011-4/+4
* rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko2008-12-015-105/+67
* add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko2008-11-291-0/+1
* fix improperly hidden fputc_unlockedDenis Vlasenko2008-11-292-4/+2
* fix improperly hidden fwprintf.Denis Vlasenko2008-11-292-12/+3
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-2915-87/+69
* reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko2008-11-291-5/+11
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-272-0/+9
* - make isascii visible againBernhard Reutner-Fischer2008-11-272-2/+11
* This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ isCarmelo Amoroso2008-11-261-0/+24
* - remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer2008-11-262-2/+3
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-266-27/+27
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-2615-39/+20
* - hide locksBernhard Reutner-Fischer2008-11-251-3/+3
* - remove some bloat that was added in r23660 and subsequent r23698.Bernhard Reutner-Fischer2008-11-253-15/+13
* - hide some time related relocsBernhard Reutner-Fischer2008-11-252-9/+11
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2008-11-251-0/+1
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-2510-15/+2
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-2/+2
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-252-5/+5
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-252-5/+28
* - Fix thumb2 PIE (Joseph S. Myers)Bernhard Reutner-Fischer2008-11-251-0/+4
* - fix args (untested)Bernhard Reutner-Fischer2008-11-231-2/+2
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-223-5/+13
* libc-symbols: improve comments and make macros a bit more readable.Denis Vlasenko2008-11-221-134/+157
* fix some unneeded PLT referencesDenis Vlasenko2008-11-224-4/+8
* fix "make utils" build failure in ldconfigDenis Vlasenko2008-11-221-0/+1
* fix "make install" with relative PREFIXDenis Vlasenko2008-11-211-1/+1