summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-143-39/+74
* fixing resolver, part 1Denis Vlasenko2008-11-141-90/+136
* - do not fail if mktemp is not available.Bernhard Reutner-Fischer2008-11-131-1/+1
* - silence shadow warningBernhard Reutner-Fischer2008-11-131-3/+3
* - adjust trunk version infoBernhard Reutner-Fischer2008-11-121-1/+1
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-113-7/+11
* - for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer2008-11-091-9/+8
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-0758-209/+207
* - tidy up indentationBernhard Reutner-Fischer2008-11-071-2/+2
* - document more environment variablesBernhard Reutner-Fischer2008-11-071-0/+3
* Add extern reference to __libc_sigaction in sigaction.c for AVR32 archHans-Christian Egtvedt2008-11-031-0/+2
* Sync clone() function declaration for AVR32 with sched.h declarationHans-Christian Egtvedt2008-11-031-1/+1
* Prefix variables defined in INIT_GOT define for AVR32 archHans-Christian Egtvedt2008-11-031-4/+4
* Make sure functions in dl-sysdep.h for AVR32 are always inlinedHans-Christian Egtvedt2008-11-031-3/+3
* Add hint for read ahead function in fcntl.h for AVR32 archHans-Christian Egtvedt2008-11-031-0/+3
* Add include to silence compiler warning when compiling clone.c for AVR32Hans-Christian Egtvedt2008-11-031-0/+1
* Remove commented out CFLAGS assigment which is also set on next lineHans-Christian Egtvedt2008-11-031-1/+0
* Fix whitespace damage in file.Hans-Christian Egtvedt2008-11-031-1/+1
* - jmp on coldfire accepts only address registersBernhard Reutner-Fischer2008-11-031-0/+5