summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fix return valueBernhard Reutner-Fischer2008-10-101-1/+1
* - add signalfd()Bernhard Reutner-Fischer2008-10-102-2/+40
* - Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544)Bernhard Reutner-Fischer2008-10-081-5/+5
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-1/+1
* Fix scandir function to reset the errno when the Carmelo Amoroso2008-10-061-2/+16
* - fix typo in previous commitBernhard Reutner-Fischer2008-10-061-1/+1
* - add libc_hidden_def(clock_getres) as spotted by Ned LuddBernhard Reutner-Fischer2008-10-061-1/+1
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-299/+123
* - Fallback waitid impl (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-5/+40
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-1/+0
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-062-0/+12
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-0318-83/+21
* - use c89-style commentsBernhard Reutner-Fischer2008-10-0349-1030/+1031
* Fix compilation problem whit the following config options:Carmelo Amoroso2008-10-012-3/+1
* - add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBSBernhard Reutner-Fischer2008-09-301-1/+1
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-4/+2
* - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFICBernhard Reutner-Fischer2008-09-301-2/+3
* - add a copy of user_regsBernhard Reutner-Fischer2008-09-291-0/+90
* - honour UCLIBC_HAS_SYSLOGBernhard Reutner-Fischer2008-09-291-5/+8
* - now passes all LTP testsBernhard Reutner-Fischer2008-09-293-65/+23
* i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.Carmelo Amoroso2008-09-291-1/+2
* - fix ISO C keywordsBernhard Reutner-Fischer2008-09-292-23/+23
* getgrouplist(): ...add files which I forgot to add.Denis Vlasenko2008-09-272-0/+16
* implement getgrouplist()Denis Vlasenko2008-09-271-42/+87
* use __UCLIBC_HAS_STUBS__Mike Frysinger2008-09-262-2/+2
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-262-0/+102
* Rebased the memcpy() and memset() implementations for CRIS on the versionsPeter Kjellerstedt2008-09-262-420/+391
* Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink.Peter Kjellerstedt2008-09-261-0/+8
* - cast both times to double for consistencyBernhard Reutner-Fischer2008-09-251-1/+1