Age | Commit message (Expand) | Author |
2008-10-28 | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer |
2008-10-28 | - fix compilation if LFS is off and STUBs are requested | Bernhard Reutner-Fischer |
2008-10-28 | Remove all references to __no_netlink_support as after thurough scrutiny of | Ricard Wanderlof |
2008-10-28 | Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou... | Rob Landley |
2008-10-28 | make getaddrinfo to NOT query DNS for IPv6 address if host is in | Denis Vlasenko |
2008-10-27 | - pull in prototype for memalign() | Bernhard Reutner-Fischer |
2008-10-27 | - fix typo in r23808 | Bernhard Reutner-Fischer |
2008-10-27 | libc/inet/getaddrinfo.c: const'ify some data; | Denis Vlasenko |
2008-10-25 | Use C implementation of strncmp. | Khem Raj |
2008-10-24 | - fix mips syscall (Atsushi Nemoto) | Bernhard Reutner-Fischer |
2008-10-24 | - tidy up inline: | Bernhard Reutner-Fischer |
2008-10-22 | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer |
2008-10-22 | - delete_module() takes two arguments on linux-2.6 | Bernhard Reutner-Fischer |
2008-10-20 | - need to grab features before looking at eventually requested netlink support | Bernhard Reutner-Fischer |
2008-10-19 | - do not include netlink headers if netlink is turned off (Michael Deutschmann) | Bernhard Reutner-Fischer |
2008-10-19 | - fix sigaction on older kernels (Michael Deutschmann) | Bernhard Reutner-Fischer |
2008-10-18 | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer |
2008-10-17 | - des uses ntohl | Bernhard Reutner-Fischer |
2008-10-16 | This should fix malloc with debug and without threads. (Chase N Douglas) | Bernhard Reutner-Fischer |
2008-10-11 | Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old. | Khem Raj |
2008-10-10 | - fix copy'n paste error | Bernhard Reutner-Fischer |
2008-10-10 | - fix return value | Bernhard Reutner-Fischer |
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer |
2008-10-08 | - Fix strtol*() with xlocale (on e.g. x86_64) (closes #2544) | Bernhard Reutner-Fischer |
2008-10-08 | - add/use variables to make build-tools configurable | Bernhard Reutner-Fischer |
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso |
2008-10-06 | - fix typo in previous commit | Bernhard Reutner-Fischer |
2008-10-06 | - add libc_hidden_def(clock_getres) as spotted by Ned Ludd | Bernhard Reutner-Fischer |
2008-10-06 | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-06 | - Fallback waitid impl (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-06 | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-06 | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-10-01 | Fix compilation problem whit the following config options: | Carmelo Amoroso |
2008-09-30 | - add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBS | Bernhard Reutner-Fischer |
2008-09-30 | - remove some duplicate includes | Bernhard Reutner-Fischer |
2008-09-30 | - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFIC | Bernhard Reutner-Fischer |
2008-09-29 | - add a copy of user_regs | Bernhard Reutner-Fischer |
2008-09-29 | - honour UCLIBC_HAS_SYSLOG | Bernhard Reutner-Fischer |
2008-09-29 | - now passes all LTP tests | Bernhard Reutner-Fischer |
2008-09-29 | i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence. | Carmelo Amoroso |
2008-09-29 | - fix ISO C keywords | Bernhard Reutner-Fischer |
2008-09-27 | getgrouplist(): ...add files which I forgot to add. | Denis Vlasenko |
2008-09-27 | implement getgrouplist() | Denis Vlasenko |
2008-09-26 | use __UCLIBC_HAS_STUBS__ | Mike Frysinger |
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer |
2008-09-26 | Rebased the memcpy() and memset() implementations for CRIS on the versions | Peter Kjellerstedt |
2008-09-26 | Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. | Peter Kjellerstedt |
2008-09-25 | - cast both times to double for consistency | Bernhard Reutner-Fischer |