Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-22 | 21 | -75/+268 |
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-11-22 | 4 | -16/+16 |
* | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-22 | 3 | -12/+25 |
* | move __linux__ to libc-internal.h | Peter S. Mazinger | 2009-11-22 | 2 | -8/+8 |
* | assert: make linenumber unsigned | Peter S. Mazinger | 2009-11-22 | 2 | -8/+7 |
* | nameser.h: sync with glibc | Peter S. Mazinger | 2009-11-22 | 1 | -1/+1 |
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-11-22 | 1 | -1/+5 |
* | move extend_alloca macro to alloca.h | Peter S. Mazinger | 2009-11-22 | 2 | -31/+32 |
* | a.out.h: why was this needed? | Peter S. Mazinger | 2009-11-22 | 1 | -5/+1 |
* | FORCE_SHAREABLE_TEXT_SEGMENTS requires DOPIC | Peter S. Mazinger | 2009-11-22 | 1 | -0/+1 |
* | remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS | Austin Foxley | 2009-11-22 | 25 | -105/+13 |
* | remove some unneeded headers on install | Peter S. Mazinger | 2009-11-22 | 1 | -1/+5 |
* | no need for bits/syscalls.h on target | Peter S. Mazinger | 2009-11-22 | 2 | -9/+6 |
* | Add missing order-only prereq for unifdef | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -2/+2 |
* | rm uClibc_arch_features.h on install | Peter S. Mazinger | 2009-11-22 | 2 | -5/+1 |
* | disable libutil related prototypes if asked to | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+2 |
* | fix misplaced HAS_LIBUTIL knob | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -24/+25 |
* | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-22 | 3 | -2/+19 |
* | UCLIBC_HAS_RESOLV_STUB: Rename config symbol | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -3/+3 |
* | libutil: provide knob to disable it | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -2/+26 |
* | libnsl: add knob to disable it | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -2/+8 |
* | fixup working in helptexts | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -3/+4 |
* | test: sync up with toplevel buildsys | Austin Foxley | 2009-11-22 | 2 | -73/+45 |
* | .gitignore more testfiles | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -1/+10 |
* | MAXFLOAT: obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -0/+4 |
* | _Exit(): add weak alias to _exit() for C99 | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+1 |
* | correct documentation | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -4/+4 |
* | .gitignore: remove unneeded pattern | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -1/+0 |
* | libm: use int_WRAPPER_C99 macro | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -10/+5 |
* | ldso: Add missing newlines to some debug messages | Bernhard Reutner-Fischer | 2009-11-22 | 8 | -14/+14 |
* | realpath: SUSv4 compliant | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -17/+9 |
* | silence warning about undefined CPP token | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -1/+1 |
* | make tls and nptl test build | Bernhard Reutner-Fischer | 2009-11-19 | 4 | -249/+257 |
* | Look at HAVE_SHARED | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -1/+1 |
* | remove wait callbacks for non-cancelation funcs | Bernhard Reutner-Fischer | 2009-11-17 | 4 | -24/+0 |
* | include string.h for memset() | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -0/+2 |
* | Makefile: fix indentation | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -19/+18 |
* | Simplify kconfig wording of thread support | Bernhard Reutner-Fischer | 2009-11-09 | 1 | -46/+47 |
* | remove wrong default for choice | Bernhard Reutner-Fischer | 2009-11-09 | 1 | -3/+0 |
* | support selecting which locales to build | Bernhard Reutner-Fischer | 2009-11-09 | 2 | -16/+54 |
* | remember some TODOs for 0.9.31 | Bernhard Reutner-Fischer | 2009-11-09 | 1 | -7/+16 |
* | disable _POSIX_SPAWN define | Mike Frysinger | 2009-11-09 | 1 | -0/+2 |
* | build with -fmerge-all-constants | Mike Frysinger | 2009-11-09 | 1 | -0/+2 |
* | test/plt: add a script to find PLT usage | Mike Frysinger | 2009-11-09 | 2 | -0/+39 |
* | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger | 2009-11-09 | 2 | -0/+4 |
* | regex: call memcpy() ourselves | Mike Frysinger | 2009-11-09 | 1 | -1/+2 |
* | sysctl: avoid inline initialization | Mike Frysinger | 2009-11-09 | 1 | -17/+9 |
* | inet_ntop4: avoid inline initialization | Mike Frysinger | 2009-11-09 | 1 | -1/+3 |
* | sparc: use fputs to write to stderr | Mike Frysinger | 2009-11-09 | 1 | -1/+1 |
* | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger | 2009-11-09 | 3 | -3/+3 |