| Commit message (Expand) | Author | Age | Files | Lines |
* | ether_*() depend on socket or IP support | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -0/+5 |
* | limits.h: update | Peter S. Mazinger | 2009-12-19 | 1 | -11/+12 |
* | msgrcv is of type ssize_t | Peter S. Mazinger | 2009-12-19 | 1 | -3/+7 |
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-12-19 | 4 | -16/+16 |
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-12-19 | 1 | -1/+5 |
* | futimens: add function | Bernhard Reutner-Fischer | 2009-12-19 | 1 | -0/+1 |
* | add hidden aliases for openat funcs | Mike Frysinger | 2009-12-09 | 1 | -0/+2 |
* | first pass at implementing *at funcs | Mike Frysinger | 2009-12-09 | 6 | -27/+92 |
* | use _LIBC rather than UCLIBC_INTERNAL | Bernhard Reutner-Fischer | 2009-10-28 | 4 | -7/+7 |
* | pull elf.h from master | Bernhard Reutner-Fischer | 2009-10-14 | 1 | -5/+22 |
* | pull .gitignore from master | Bernhard Reutner-Fischer | 2009-10-14 | 1 | -0/+43 |
* | sys/mount.h: sync with latest glibc | Mike Frysinger | 2009-10-12 | 1 | -1/+5 |
* | setup attribute_optimize which comes with gcc-4.4+ | Mike Frysinger | 2009-10-12 | 1 | -0/+6 |
* | Blackfin: make sure all relocs are uppercase | Mike Frysinger | 2009-10-12 | 1 | -19/+19 |
* | patch from Joseph S. Meyers | austinf | 2009-10-12 | 1 | -3/+3 |
* | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger | 2009-10-12 | 1 | -2/+0 |
* | - Add strtouq alias (to strtoul) for 64bit | Bernhard Reutner-Fischer | 2009-10-12 | 1 | -1/+3 |
* | add comment why do we need _ISbit() macro | Denis Vlasenko | 2009-10-12 | 1 | -0/+1 |
* | do not rely on features.h so that elf.h can be used on non-elf systems (Darwi... | Mike Frysinger | 2009-10-12 | 1 | -4/+7 |
* | - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) | Bernhard Reutner-Fischer | 2009-10-12 | 1 | -2/+12 |
* | Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch supports thi... | Carmelo Amoroso | 2009-10-12 | 1 | -0/+6 |
* | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer | 2009-03-12 | 2 | -7/+7 |
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -5/+25 |
* | - Remove linux-specific prototypes if asked to. (r24051 from trunk) | Bernhard Reutner-Fischer | 2008-11-15 | 4 | -2/+7 |
* | - add signalfd() | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -0/+86 |
* | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -209/+113 |
* | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -0/+1 |
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 3 | -14/+14 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 2 | -2/+2 |
* | - fix whitespace | Bernhard Reutner-Fischer | 2008-09-30 | 1 | -2/+2 |
* | implement getgrouplist() | Denis Vlasenko | 2008-09-27 | 1 | -5/+8 |
* | Add globally __stringify macro in libc-symbols.h. | Carmelo Amoroso | 2008-09-25 | 1 | -0/+6 |
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -38/+23 |
* | - remove posix_openpt relocation | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -0/+1 |
* | - remove relocations for clock_getres | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -0/+1 |
* | Hush compiler for extern inline warnings by using | Carmelo Amoroso | 2008-09-09 | 1 | -2/+2 |
* | - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a... | Bernhard Reutner-Fischer | 2008-09-06 | 1 | -1/+2 |
* | Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make | Ricard Wanderlof | 2008-08-28 | 1 | -0/+74 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 13 | -70/+70 |
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -5/+5 |
* | New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMU | Denis Vlasenko | 2008-07-08 | 1 | -1/+1 |
* | Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not | Ricard Wanderlof | 2008-06-27 | 1 | -19/+0 |
* | Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ... | Ricard Wanderlof | 2008-06-27 | 1 | -0/+19 |
* | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt | 2008-06-08 | 1 | -116/+48 |
* | - UCLIBC_HAS_GETPT pulls in getpt. | Bernhard Reutner-Fischer | 2008-06-07 | 1 | -1/+4 |
* | Heed a warning: "string" was assigned to char*, changing that to const char* | Denis Vlasenko | 2008-06-06 | 1 | -2/+2 |
* | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer | 2008-06-05 | 3 | -3/+8 |
* | Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we | Bernd Schmidt | 2008-06-04 | 1 | -1/+1 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 2 | -24/+3 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 11 | -21/+40 |