summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
...
* | TLS_TCB_AT_TP: avoid warning about undef cpp tokenBernhard Reutner-Fischer2010-02-051-1/+1
* | pthread_{attr_,}{s,g}etaffinity: cleanup symbol namesBernhard Reutner-Fischer2010-02-054-13/+10
* | Add -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some sources in nptl/libpthread b...Khem Raj2010-02-011-0/+1
* | Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1Khem Raj2010-01-252-0/+2
* | mips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUEKhem Raj2010-01-251-4/+4
* | nptl: timer_routines.c (timer_helper_thread):Austin Foxley2010-01-232-8/+6
* | nptl: need to build generic timer_* functions for x86_64 and sparcAustin Foxley2010-01-231-2/+1
* | nptl: fix a few more old style prototypesAustin Foxley2010-01-232-6/+6
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-191-1/+1
|\|
| * check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-172-4/+4
| * build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-168-21/+21
* | check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-172-4/+4
* | x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley2009-12-1612-11/+24
* | x86_64: add missing includes to sem_*.SAustin Foxley2009-12-162-0/+4
* | fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-162-4/+2
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-161-5/+6
* | build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-1627-55/+55
* | fix typo that sneaked in with 9a7506Natanael Copa2009-12-151-1/+1
* | Go back to using nptl_arch_headersAustin Foxley2009-12-111-1/+2
* | Revert "nptl: make build depend directly on nptl headers"Austin Foxley2009-12-117-28/+37
* | get x86_64 nptl buildingAustin Foxley2009-12-1144-312/+1223
* | nptl: fix even more old style declarationsAustin Foxley2009-12-119-26/+20
* | nptl: fix a few more old style declerationsAustin Foxley2009-12-094-15/+12
* | nptl: fix old style function declerationsAustin Foxley2009-12-0998-282/+234
* | nptl: make build depend directly on nptl headersAustin Foxley2009-12-097-37/+28
* | i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley2009-12-041-0/+1
* | generate nptl headers without a recursive make callAustin Foxley2009-11-291-0/+2
* | don't use __i686 in symbol names as it seems gcc can define itAustin Foxley2009-11-296-32/+33
* | PIC fixes for hardenedTimo Teräs2009-11-273-7/+10
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-222-4/+0
|\|
| * Revert "libc: add hidden calls to pthread cleanup funcs"Austin Foxley2009-11-222-4/+0
| * libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-10-222-0/+4
* | 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