summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin Foxley
2009-10-17Config.in: don't attempt to disable lt.old automatically, just have the user ...Austin Foxley
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-10-17nptl provides sigaction and raiseAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-10-17build system changes needed for nptlAustin Foxley
2009-10-17arm specific bits needed for nptlAustin Foxley
2009-10-17i386 specific bit for nptlAustin Foxley
2009-10-17mips specific bits needed for nptlAustin Foxley
2009-10-17sh specific bits needed for nptlAustin Foxley
2009-10-17sparc specific bits needed for nptlAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-17test/tls/: tests for thread local storage functionalityAustin Foxley
2009-10-17test/nptl/: tests for NPTLAustin Foxley
2009-10-17libpthread/nptl_db: debugging support for nptlAustin Foxley
2009-10-17libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley
2009-10-17add .gitignore for test/ and extra/Austin Foxley
2009-10-17test/dlopen: use pthread_once directlyAustin Foxley
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-10-17mktemp does not depend on floatsAustin Foxley
2009-10-17gitignore: ignore install_dir/Austin Foxley
2009-10-17Makerules: add a do_sed commandAustin Foxley
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
2009-10-16remove readelf from helptextBernhard Reutner-Fischer
2009-10-15malloc: handle size overflows in realloc()Mike Frysinger
2009-10-15sparc qops: unify & shrinkMike Frysinger
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-10-14Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers
2009-10-14check stat("/etc/resolv.conf") for errorsDenys Vlasenko
2009-10-14fix cosmetic typoBernhard Reutner-Fischer
2009-10-13libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer
2009-10-10drop __BCC__ cruft from string codeMike Frysinger
2009-10-09check_ld some more flagsBernhard Reutner-Fischer
2009-10-09SUSV4: remove utime.hBernhard Reutner-Fischer
2009-10-08add and use qstripBernhard Reutner-Fischer
2009-10-08utime() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08_toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer
2009-10-08link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer
2009-10-08Fix building arm EABIBernhard Reutner-Fischer
2009-10-07resolv/crypt: convert to foo-y kbuild styleMike Frysinger