Age | Commit message (Expand) | Author |
2009-11-17 | .gitignore: remove unneeded pattern | Bernhard Reutner-Fischer |
2009-11-15 | libm: use int_WRAPPER_C99 macro | Bernhard Reutner-Fischer |
2009-11-15 | ldso: Add missing newlines to some debug messages | Bernhard Reutner-Fischer |
2009-11-14 | Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts" | Bernhard Reutner-Fischer |
2009-11-14 | libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts | Bernhard Reutner-Fischer |
2009-11-14 | realpath: SUSv4 compliant | Bernhard Reutner-Fischer |
2009-11-13 | silence warning about undefined CPP token | Bernhard Reutner-Fischer |
2009-11-09 | Simplify kconfig wording of thread support | Bernhard Reutner-Fischer |
2009-11-09 | remove wrong default for choice | Bernhard Reutner-Fischer |
2009-11-09 | support selecting which locales to build | Bernhard Reutner-Fischer |
2009-11-09 | remember some TODOs for 0.9.31 | Bernhard Reutner-Fischer |
2009-11-09 | disable _POSIX_SPAWN define | Mike Frysinger |
2009-11-09 | build with -fmerge-all-constants | Mike Frysinger |
2009-11-09 | test/plt: add a script to find PLT usage | Mike Frysinger |
2009-11-09 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger |
2009-11-09 | regex: call memcpy() ourselves | Mike Frysinger |
2009-11-09 | sysctl: avoid inline initialization | Mike Frysinger |
2009-11-09 | inet_ntop4: avoid inline initialization | Mike Frysinger |
2009-11-09 | sparc: use fputs to write to stderr | Mike Frysinger |
2009-11-09 | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger |
2009-11-09 | make the sem_open changes actually compile | Austin Foxley |
2009-11-09 | Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined | Mikhail Gusarov |
2009-11-09 | Extend __gen_tempname with mode argument | Mikhail Gusarov |
2009-11-09 | Rules.mak fix typo (qstrup -> qstrip) | Austin Foxley |
2009-11-09 | Rules.mak fix typo (qstrup -> qstrip) | Austin Foxley |
2009-10-28 | Simplify kconfig wording of thread support | Bernhard Reutner-Fischer |
2009-10-28 | remove wrong default for choice | Bernhard Reutner-Fischer |
2009-10-28 | support selecting which locales to build | Bernhard Reutner-Fischer |
2009-10-23 | remember some TODOs for 0.9.31 | Bernhard Reutner-Fischer |
2009-10-22 | disable _POSIX_SPAWN define | Mike Frysinger |
2009-10-22 | build with -fmerge-all-constants | Mike Frysinger |
2009-10-22 | test/plt: add a script to find PLT usage | Mike Frysinger |
2009-10-22 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger |
2009-10-22 | regex: call memcpy() ourselves | Mike Frysinger |
2009-10-22 | sysctl: avoid inline initialization | Mike Frysinger |
2009-10-22 | inet_ntop4: avoid inline initialization | Mike Frysinger |
2009-10-22 | sparc: use fputs to write to stderr | Mike Frysinger |
2009-10-22 | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger |
2009-10-20 | remove useless .gitignore | Austin Foxley |
2009-10-20 | remove useless .gitignore | Austin Foxley |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | uClibc_main: add the needed support for nptl | Austin Foxley |
2009-10-17 | Config.in: don't attempt to disable lt.old automatically, just have the user ... | Austin Foxley |
2009-10-17 | librt additions that are now possible with nptl | Austin Foxley |
2009-10-17 | nptl provides sigaction and raise | Austin Foxley |
2009-10-17 | cancellation support for a large amount of the required syscalls | Austin Foxley |
2009-10-17 | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley |
2009-10-17 | rework internal uClibc mutexes to support futex locking, and nptl | Austin Foxley |
2009-10-17 | build system changes needed for nptl | Austin Foxley |
2009-10-17 | arm specific bits needed for nptl | Austin Foxley |