summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer2009-11-224-24/+0
* Makefile: fix indentationBernhard Reutner-Fischer2009-11-221-19/+18
* libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-11-092-0/+4
* make the sem_open changes actually compileAustin Foxley2009-11-091-1/+1
* Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov2009-11-091-32/+5
* whitespace fixesAustin Foxley2009-10-1746-68/+38
* 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
* linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2009-10-173-11/+11
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-184-10/+2
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-183-5/+0
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-3/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-175-34/+46
* linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger2009-07-261-0/+5
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-07-211-1/+1
* libpthread: add format attribute to __pthread_message()Mike Frysinger2009-07-212-3/+4
* linuxthreads.old: extend workaround for asm rename warningsMike Frysinger2009-07-202-0/+12
* Don't shadow the mask parameter with a local variable in the same functionRon2009-07-051-2/+2
* Check #if feature test macros are defined where they may not beRon2009-07-056-10/+10
* Provide token prototypes for functions that are external but have no headerRon2009-07-051-2/+2
* Add noreturn attributes to some functions that won't ever do soRon2009-07-051-2/+2
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-091-1/+1
* fix compilation of linuxthreads for sparcaustinf2009-03-185-16/+15
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-127-29/+46
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-253-10/+11
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* - commentary typo fixBernhard Reutner-Fischer2009-01-212-2/+2
* - fix typo in r24594Bernhard Reutner-Fischer2009-01-121-2/+2
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-293-0/+6
* remove one forgotten '##'. Heeds:Denis Vlasenko2008-12-191-1/+1
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-0/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-143-3/+3
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-4/+2
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-131-1/+1
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-122-45/+13
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-1111-90/+10
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-107-36/+23
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-012-4/+2
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-013-15/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-017-22/+25
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-292-6/+10
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-2/+2
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-5/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-184-4/+5
* - less verbose make cleanBernhard Reutner-Fischer2008-11-075-14/+14