summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-122-1/+11
* - expand guards for recent combined i386/x86_64 linux kernels (r24515 from tr...Bernhard Reutner-Fischer2008-12-291-2/+6
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double mathBernhard Reutner-Fischer2008-12-221-137/+57
* - fix loop for checking ifaddr on both IPv4 and IPv6 (r24317 from trunk)Bernhard Reutner-Fischer2008-12-081-2/+2
* Merge from trunk.Khem Raj2008-12-041-2/+2
* Fix wcswidth function when LOCALE support is disabledCarmelo Amoroso2008-12-021-0/+7
* - fix apparent typo in iconv charset lut for BE systemsBernhard Reutner-Fischer2008-11-251-1/+1
* - Fix thumb2 PIE (Joseph S. Myers) (r24138 from trunk)Bernhard Reutner-Fischer2008-11-251-0/+4
* Mode dl_iterate_phdr from ld.so/libdl.a to libc.so/libc.aCarmelo Amoroso2008-11-187-3/+171
* - Remove linux-specific prototypes if asked to. (r24051 from trunk)Bernhard Reutner-Fischer2008-11-1526-55/+53
* - for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer2008-11-091-9/+8
* - less verbose make cleanBernhard Reutner-Fischer2008-11-0739-152/+152
* 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
* 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
* - Fix __user_locking with stdio buffers (Carmelo AMOROSO)Bernhard Reutner-Fischer2008-11-021-1/+1
* resolver: reinstate searching if search domains accidentally nukedDenis Vlasenko2008-11-021-4/+15
* __dns_lookup: document and optimize a bitDenis Vlasenko2008-11-011-33/+45
* resolver: partially fix bug 660 -Denis Vlasenko2008-11-011-21/+42
* resolver: fix part of bug 1468:Denis Vlasenko2008-11-011-7/+20
* resolver: trivial code trasformations for readability.Denis Vlasenko2008-11-011-89/+96
* trivial code shrink by making some strings staticDenis Vlasenko2008-11-013-11/+12
* - whitespace fixesBernhard Reutner-Fischer2008-10-311-19/+19
* - improve readability, no objcode changes.Bernhard Reutner-Fischer2008-10-311-13/+15
* File removed as it was not only redundant but also horribly out of date.Ricard Wanderlof2008-10-301-333/+0
* - fix another fallout from r23660Bernhard Reutner-Fischer2008-10-292-3/+3
* getaddrinfo.c: improve readabilityDenis Vlasenko2008-10-281-30/+26
* getaddrinfo.c: reformat. no code changesDenis Vlasenko2008-10-281-738/+630
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-2890-103/+104
* - fix compilation if LFS is off and STUBs are requestedBernhard Reutner-Fischer2008-10-281-1/+1
* Remove all references to __no_netlink_support as after thurough scrutiny of Ricard Wanderlof2008-10-282-23/+1
* Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley2008-10-288-74/+68
* make getaddrinfo to NOT query DNS for IPv6 address if host is inDenis Vlasenko2008-10-281-17/+31
* - pull in prototype for memalign()Bernhard Reutner-Fischer2008-10-271-0/+1
* - fix typo in r23808Bernhard Reutner-Fischer2008-10-271-1/+1
* libc/inet/getaddrinfo.c: const'ify some data;Denis Vlasenko2008-10-271-26/+45
* Use C implementation of strncmp.Khem Raj2008-10-251-101/+0
* - fix mips syscall (Atsushi Nemoto)Bernhard Reutner-Fischer2008-10-241-2/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-2416-22/+22
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-22151-200/+200
* - delete_module() takes two arguments on linux-2.6Bernhard Reutner-Fischer2008-10-221-3/+3
* - need to grab features before looking at eventually requested netlink supportBernhard Reutner-Fischer2008-10-201-3/+3
* - do not include netlink headers if netlink is turned off (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-11/+10
* - fix sigaction on older kernels (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-3/+3
* - sync fix for scandir errno handling to scandir64 (r23600)Bernhard Reutner-Fischer2008-10-182-17/+28
* - des uses ntohlBernhard Reutner-Fischer2008-10-171-1/+5
* This should fix malloc with debug and without threads. (Chase N Douglas)Bernhard Reutner-Fischer2008-10-166-23/+59
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-1110-75/+57
* - fix copy'n paste errorBernhard Reutner-Fischer2008-10-101-3/+6