Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync confname, environments with glibc | Bernhard Reutner-Fischer | 2009-11-26 | 8 | -19/+1691 |
* | ignore some more testcase binaries | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -0/+7 |
* | call nanosleep directly | Bernhard Reutner-Fischer | 2009-11-25 | 2 | -4/+10 |
* | conditional cancellation-point test of usleep | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -0/+4 |
* | pass more ld flags | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -1/+1 |
* | ether_*() depend on socket or IP support | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -1/+4 |
* | avoid warning about unused variable | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -11/+10 |
* | in6_{pktinfo,mtuinfo}: provide type if IPV6 is on | Bernhard Reutner-Fischer | 2009-11-25 | 2 | -2/+5 |
* | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger | 2009-11-23 | 11 | -5/+17 |
* | bits/mmap.h: unify ala linux asm-generic efforts | Mike Frysinger | 2009-11-23 | 20 | -1786/+19 |
* | futimens: Ducument why we need manual hidden_proto | Bernhard Reutner-Fischer | 2009-11-23 | 1 | -1/+6 |
* | ldso: let people disable the implicit path search | Mike Frysinger | 2009-11-22 | 2 | -0/+16 |
* | Revert "libc: add hidden calls to pthread cleanup funcs" | Austin Foxley | 2009-11-22 | 2 | -4/+0 |
* | install_headers.sh: make more user friendly | Mike Frysinger | 2009-11-22 | 1 | -10/+17 |
* | remove incorrect text from abspath option | Mike Frysinger | 2009-11-22 | 1 | -4/+3 |
* | install shared libs with +x perms | Mike Frysinger | 2009-11-21 | 1 | -3/+3 |
* | realclean: wipe kconfig objects | Bernhard Reutner-Fischer | 2009-11-20 | 3 | -3/+6 |
* | silence rule overriding | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -2/+2 |
* | futimens: add function | Bernhard Reutner-Fischer | 2009-11-20 | 5 | -0/+118 |
* | make test-skeleton C89 compliant | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -4/+7 |
* | remove superfluous extra semicolons | Bernhard Reutner-Fischer | 2009-11-20 | 2 | -26/+27 |
* | ppoll: get NULL from stddef.h | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -3/+2 |
* | __assert: include unistd.h for smallint | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -2/+1 |
* | features.h: reorganize | Peter S. Mazinger | 2009-11-19 | 1 | -66/+59 |
* | limits.h: update | Peter S. Mazinger | 2009-11-19 | 1 | -11/+12 |
* | help broken apps to detect __GLIBC__ headers | Peter S. Mazinger | 2009-11-19 | 1 | -4/+6 |
* | update headers and disable prototypes | Peter S. Mazinger | 2009-11-19 | 3 | -13/+32 |
* | protocols.h: remove | Peter S. Mazinger | 2009-11-19 | 1 | -62/+0 |
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-19 | 21 | -75/+268 |
* | msgrcv is of type ssize_t | Peter S. Mazinger | 2009-11-19 | 2 | -5/+9 |
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-11-19 | 4 | -16/+16 |
* | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-19 | 3 | -12/+25 |
* | move __linux__ to libc-internal.h | Peter S. Mazinger | 2009-11-19 | 2 | -8/+8 |
* | assert: make linenumber unsigned | Peter S. Mazinger | 2009-11-19 | 2 | -8/+7 |
* | nameser.h: sync with glibc | Peter S. Mazinger | 2009-11-19 | 1 | -1/+1 |
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-11-19 | 1 | -1/+5 |
* | move extend_alloca macro to alloca.h | Peter S. Mazinger | 2009-11-19 | 2 | -31/+32 |
* | a.out.h: why was this needed? | Peter S. Mazinger | 2009-11-19 | 1 | -5/+1 |
* | FORCE_SHAREABLE_TEXT_SEGMENTS requires DOPIC | Peter S. Mazinger | 2009-11-19 | 1 | -0/+1 |
* | remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS | Peter S. Mazinger | 2009-11-19 | 25 | -105/+13 |
* | remove some unneeded headers on install | Peter S. Mazinger | 2009-11-19 | 1 | -1/+5 |
* | no need for bits/syscalls.h on target | Peter S. Mazinger | 2009-11-19 | 2 | -9/+6 |
* | Add missing order-only prereq for unifdef | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -2/+2 |
* | rm uClibc_arch_features.h on install | Peter S. Mazinger | 2009-11-19 | 2 | -5/+1 |
* | disable libutil related prototypes if asked to | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
* | fix misplaced HAS_LIBUTIL knob | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -24/+25 |
* | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-19 | 3 | -2/+19 |
* | UCLIBC_HAS_RESOLV_STUB: Rename config symbol | Bernhard Reutner-Fischer | 2009-11-19 | 2 | -3/+3 |
* | libutil: provide knob to disable it | Bernhard Reutner-Fischer | 2009-11-19 | 2 | -2/+26 |
* | libnsl: add knob to disable it | Bernhard Reutner-Fischer | 2009-11-19 | 2 | -2/+8 |