summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-219-0/+13
* fix apparent typo (unnoticed for long time, probablyDenis Vlasenko2008-11-211-1/+1
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-213-10/+5
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-20434-1181/+1623
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-20239-403/+436
* Make sure __hot and __cold are always defined.Peter Kjellerstedt2008-11-191-3/+10
* Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso2008-11-181-21/+12
* Changed Copyright and License statement according to COPYING.LIB.boilerplateCarmelo Amoroso2008-11-181-19/+11
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-182-3/+11
* Fix typo: missing )Carmelo Amoroso2008-11-181-1/+1
* Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso2008-11-1811-37/+210
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-1852-106/+117
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-1872-82/+81
* - add hack to check if generating sysnum.h worked outBernhard Reutner-Fischer2008-11-171-0/+9
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-172-11/+9
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-175-152/+152
* resolver: move large code blocks to arrange related functions closer.Denis Vlasenko2008-11-171-510/+489
* resolver: fix some previous TODOs, add new ones.Denis Vlasenko2008-11-171-179/+198
* - cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer2008-11-166-14/+16
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-162-55/+140
* resolver: make getaddrinfo actually respect _res.nsaddr_list;Denis Vlasenko2008-11-162-204/+337
* resolver: more locking fixes.Denis Vlasenko2008-11-151-108/+138
* - if ssp is enabled then make sure that __stack_chk_fail resolvesBernhard Reutner-Fischer2008-11-152-0/+10
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-1530-54/+63
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-1530-62/+53
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-1530-53/+62
* Current kernels support more than 8 bit major/minor. Pass dev_t through toRob Landley2008-11-141-5/+1
* fixing resolver part 3: fix completely bogus lockingDenis Vlasenko2008-11-141-304/+311