summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-25- cosmetic tidy up of clean targetBernhard 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-23- fix args (untested)Bernhard Reutner-Fischer
2008-11-22signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko
2008-11-22libc-symbols: improve comments and make macros a bit more readable.Denis Vlasenko
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-11-22fix "make utils" build failure in ldconfigDenis Vlasenko
2008-11-21fix "make install" with relative PREFIXDenis 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-19Make sure __hot and __cold are always defined.Peter Kjellerstedt
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-17- add hack to check if generating sysnum.h worked outBernhard Reutner-Fischer
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
2008-11-15resolver: more locking fixes.Denis Vlasenko
2008-11-15- if ssp is enabled then make sure that __stack_chk_fail resolvesBernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-14Current kernels support more than 8 bit major/minor. Pass dev_t through toRob Landley
2008-11-14fixing resolver part 3: fix completely bogus lockingDenis Vlasenko
2008-11-14fixing resolver part 2: make _res structure membersDenis Vlasenko
2008-11-14fixing resolver, part 1Denis Vlasenko
2008-11-13- do not fail if mktemp is not available.Bernhard Reutner-Fischer
2008-11-13- silence shadow warningBernhard Reutner-Fischer
2008-11-12- adjust trunk version infoBernhard Reutner-Fischer
2008-11-11- update recommendation for pregenerated locales.Bernhard Reutner-Fischer
2008-11-09- for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer
2008-11-09- Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-11-07- tidy up indentationBernhard Reutner-Fischer
2008-11-07- document more environment variablesBernhard Reutner-Fischer
2008-11-03Add extern reference to __libc_sigaction in sigaction.c for AVR32 archHans-Christian Egtvedt