Age | Commit message (Expand) | Author |
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 |
2009-10-17 | i386 specific bit for nptl | Austin Foxley |
2009-10-17 | mips specific bits needed for nptl | Austin Foxley |
2009-10-17 | sh specific bits needed for nptl | Austin Foxley |
2009-10-17 | sparc specific bits needed for nptl | Austin Foxley |
2009-10-17 | some tweaks under libc/ needed for nptl | Austin Foxley |
2009-10-17 | test/tls/: tests for thread local storage functionality | Austin Foxley |
2009-10-17 | test/nptl/: tests for NPTL | Austin Foxley |
2009-10-17 | libpthread/nptl_db: debugging support for nptl | Austin Foxley |
2009-10-17 | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley |
2009-10-17 | add .gitignore for test/ and extra/ | Austin Foxley |
2009-10-17 | test/dlopen: use pthread_once directly | Austin Foxley |
2009-10-17 | linuxthreads: check TLS_DTV_AT_TP define correctly | Austin Foxley |