summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: timer_routines.c (timer_helper_thread):Austin Foxley2010-01-231-7/+2
* nptl: need to build generic timer_* functions for x86_64 and sparcAustin Foxley2010-01-231-2/+1
* x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley2009-12-1611-11/+13
* x86_64: add missing includes to sem_*.SAustin Foxley2009-12-162-0/+4
* fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-161-0/+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-1617-33/+33
* fix typo that sneaked in with 9a7506Natanael Copa2009-12-151-1/+1
* Revert "nptl: make build depend directly on nptl headers"Austin Foxley2009-12-111-4/+5
* get x86_64 nptl buildingAustin Foxley2009-12-1139-262/+916
* nptl: fix a few more old style declerationsAustin Foxley2009-12-093-11/+10
* nptl: fix old style function declerationsAustin Foxley2009-12-098-25/+23
* nptl: make build depend directly on nptl headersAustin Foxley2009-12-091-5/+4
* i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley2009-12-041-0/+1
* don't use __i686 in symbol names as it seems gcc can define itAustin Foxley2009-11-295-24/+24
* PIC fixes for hardenedTimo Teräs2009-11-272-5/+8
* whitespace fixesAustin Foxley2009-10-1732-53/+34
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-17345-0/+26371