summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov2009-11-091-32/+5
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-0911-17/+22
* | Rules.mak fix typo (qstrup -> qstrip)Austin Foxley2009-11-091-1/+1
* | remove useless .gitignoreAustin Foxley2009-10-201-22/+0
* | whitespace fixesAustin Foxley2009-10-1764-130/+97
* | uClibc_main: add the needed support for nptlAustin Foxley2009-10-171-34/+75
* | Config.in: don't attempt to disable lt.old automatically, just have the user ...Austin Foxley2009-10-171-1/+1
* | librt additions that are now possible with nptlAustin Foxley2009-10-1711-54/+637
* | nptl provides sigaction and raiseAustin Foxley2009-10-171-0/+4
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-1725-279/+1084
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-179-36/+102
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-1710-37/+119
* | build system changes needed for nptlAustin Foxley2009-10-177-11/+30
* | arm specific bits needed for nptlAustin Foxley2009-10-175-8/+46
* | i386 specific bit for nptlAustin Foxley2009-10-175-4/+31
* | mips specific bits needed for nptlAustin Foxley2009-10-177-2/+259
* | sh specific bits needed for nptlAustin Foxley2009-10-177-397/+378
* | sparc specific bits needed for nptlAustin Foxley2009-10-175-32/+511
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-178-18/+523
* | test/tls/: tests for thread local storage functionalityAustin Foxley2009-10-1745-0/+2911
* | test/nptl/: tests for NPTLAustin Foxley2009-10-17197-0/+26837
* | libpthread/nptl_db: debugging support for nptlAustin Foxley2009-10-1749-0/+3964
* | libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-17626-0/+55163
|/
* add .gitignore for test/ and extra/Austin Foxley2009-10-172-0/+276
* test/dlopen: use pthread_once directlyAustin Foxley2009-10-171-3/+1
* linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2009-10-173-11/+11
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* gitignore: ignore install_dir/Austin Foxley2009-10-171-1/+2
* Makerules: add a do_sed commandAustin Foxley2009-10-171-0/+5
* ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley2009-10-161-2/+2
* remove readelf from helptextBernhard Reutner-Fischer2009-10-161-1/+1
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-152-15/+7
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-1514-159/+137
* ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley2009-10-147-13/+13
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-141-1/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* fix cosmetic typoBernhard Reutner-Fischer2009-10-141-3/+3
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1014-131/+11
* check_ld some more flagsBernhard Reutner-Fischer2009-10-092-3/+6
* SUSV4: remove utime.hBernhard Reutner-Fischer2009-10-091-0/+1
* add and use qstripBernhard Reutner-Fischer2009-10-081-13/+16
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-085-14/+31