Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | correct documentation | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -4/+4 | |
* | .gitignore: remove unneeded pattern | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -1/+0 | |
* | libm: use int_WRAPPER_C99 macro | Bernhard Reutner-Fischer | 2009-11-15 | 1 | -10/+5 | |
* | ldso: Add missing newlines to some debug messages | Bernhard Reutner-Fischer | 2009-11-15 | 8 | -14/+14 | |
* | Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts" | Bernhard Reutner-Fischer | 2009-11-14 | 8 | -28/+44 | |
* | libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts | Bernhard Reutner-Fischer | 2009-11-14 | 8 | -44/+28 | |
* | realpath: SUSv4 compliant | Bernhard Reutner-Fischer | 2009-11-14 | 2 | -17/+9 | |
* | silence warning about undefined CPP token | Bernhard Reutner-Fischer | 2009-11-13 | 1 | -1/+1 | |
* | Rules.mak fix typo (qstrup -> qstrip) | Austin Foxley | 2009-11-09 | 1 | -1/+1 | |
* | Simplify kconfig wording of thread support | Bernhard Reutner-Fischer | 2009-10-28 | 1 | -46/+47 | |
* | remove wrong default for choice | Bernhard Reutner-Fischer | 2009-10-28 | 1 | -3/+0 | |
* | support selecting which locales to build | Bernhard Reutner-Fischer | 2009-10-28 | 2 | -16/+54 | |
* | remember some TODOs for 0.9.31 | Bernhard Reutner-Fischer | 2009-10-23 | 1 | -7/+16 | |
* | disable _POSIX_SPAWN define | Mike Frysinger | 2009-10-22 | 1 | -0/+2 | |
* | build with -fmerge-all-constants | Mike Frysinger | 2009-10-22 | 1 | -0/+2 | |
* | test/plt: add a script to find PLT usage | Mike Frysinger | 2009-10-22 | 2 | -0/+39 | |
* | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger | 2009-10-22 | 2 | -0/+4 | |
* | regex: call memcpy() ourselves | Mike Frysinger | 2009-10-22 | 1 | -1/+2 | |
* | sysctl: avoid inline initialization | Mike Frysinger | 2009-10-22 | 1 | -17/+9 | |
* | inet_ntop4: avoid inline initialization | Mike Frysinger | 2009-10-22 | 1 | -1/+3 | |
* | sparc: use fputs to write to stderr | Mike Frysinger | 2009-10-22 | 1 | -1/+1 | |
* | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger | 2009-10-22 | 3 | -3/+3 | |
* | remove useless .gitignore | Austin Foxley | 2009-10-20 | 1 | -22/+0 | |
* | add .gitignore for test/ and extra/ | Austin Foxley | 2009-10-17 | 2 | -0/+276 | |
* | test/dlopen: use pthread_once directly | Austin Foxley | 2009-10-17 | 1 | -3/+1 | |
* | linuxthreads: check TLS_DTV_AT_TP define correctly | Austin Foxley | 2009-10-17 | 3 | -11/+11 | |
* | mktemp does not depend on floats | Austin Foxley | 2009-10-17 | 1 | -1/+5 | |
* | gitignore: ignore install_dir/ | Austin Foxley | 2009-10-17 | 1 | -1/+2 | |
* | Makerules: add a do_sed command | Austin Foxley | 2009-10-17 | 1 | -0/+5 | |
* | ldso: fixup missed variable rename ( tls_tpnt -> tpntp ) | Austin Foxley | 2009-10-16 | 1 | -2/+2 | |
* | remove readelf from helptext | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -1/+1 | |
* | malloc: handle size overflows in realloc() | Mike Frysinger | 2009-10-15 | 1 | -0/+3 | |
* | sparc qops: unify & shrink | Mike Frysinger | 2009-10-15 | 1 | -51/+40 | |
* | ldso: drop duplicated/unused defines | Mike Frysinger | 2009-10-15 | 1 | -23/+0 | |
* | ldso: unify and cleanup _dl_mmap code | Mike Frysinger | 2009-10-15 | 1 | -40/+22 | |
* | i386: use common INTERNAL_SYSCALL_ERROR_P | Mike Frysinger | 2009-10-15 | 1 | -3/+0 | |
* | ldso: define MAP_FAILED for everyone | Mike Frysinger | 2009-10-15 | 1 | -1/+1 | |
* | ldso: simplify handling of extra _dl_lookup_hash() arg | Mike Frysinger | 2009-10-15 | 2 | -15/+7 | |
* | ldso: clean up breakage in tls merge | Mike Frysinger | 2009-10-15 | 14 | -159/+137 | |
* | ldso: fixup all the rest of the calls to _dl_find_hash | Austin Foxley | 2009-10-14 | 7 | -13/+13 | |
* | Fix SH bits/kernel_types.h for new kernel headers. | Joseph Myers | 2009-10-14 | 1 | -1/+2 | |
* | check stat("/etc/resolv.conf") for errors | Denys Vlasenko | 2009-10-14 | 1 | -1/+2 | |
* | fix cosmetic typo | Bernhard Reutner-Fischer | 2009-10-14 | 1 | -3/+3 | |
* | libc/inet/resolv.c: reread resolv.conf if its mtime was changed | Bernhard Reutner-Fischer | 2009-10-13 | 1 | -6/+9 | |
* | drop __BCC__ cruft from string code | Mike Frysinger | 2009-10-10 | 14 | -131/+11 | |
* | check_ld some more flags | Bernhard Reutner-Fischer | 2009-10-09 | 2 | -3/+6 | |
* | SUSV4: remove utime.h | Bernhard Reutner-Fischer | 2009-10-09 | 1 | -0/+1 | |
* | add and use qstrip | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -13/+16 | |
* | utime() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 3 | -1/+5 | |
* | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 5 | -14/+31 |