summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
...
* Get x86_64 compile to succeed.Khem Raj2010-02-191-2/+2
* sparc: also needs generic version of lowlevelrobustlockAustin Foxley2010-02-191-1/+1
* nptl_sh: Fix build problem with FUTEX_CLOCK_REALTIMECarmelo Amoroso2010-02-191-1/+1
* x86_64: compile pthread it's own version of __syscall_errorAustin Foxley2010-02-193-10/+6
* more fixes for x86_64 nptlAustin Foxley2010-02-1915-19/+22
* fixes to get nptl compiling for x86_64Austin Foxley2010-02-198-41/+5
* Fixes to get nptl compiling for x86Khem Raj2010-02-192-1/+2
* Fix typo in generated file names.Khem Raj2010-02-181-20/+20
* x86_64: unify sysdep.hAustin Foxley2010-02-181-259/+0
* nptl: Fix clean target to remove generated filesCarmelo Amoroso2010-02-181-1/+1
* include tcb-offsets.h in sysdep-cancel.h for arm.Khem Raj2010-02-181-0/+1
* Get new nptl building on SH4Khem Raj2010-02-1710-6/+10
* compile fixes for i386 nptlAustin Foxley2010-02-1715-442/+14
* fix nptl build for sparcAustin Foxley2010-02-171-1/+0
* move pthread_barrier_{init,destroy} to sysdeps/pthreadAustin Foxley2010-02-171-0/+1
* Fix nptl build for mipsKhem Raj2010-02-172-1/+1
* sparc/nptl: typo fixesAustin Foxley2010-02-172-2/+2
* sparc/nptl: fix wrong vfork hidden defAustin Foxley2010-02-171-1/+1
* Add missing lowlevelrobustlock.cKhem Raj2010-02-171-0/+114
* fix typoAustin Foxley2010-02-171-1/+1
* Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-178-44/+105
* a few more build fixes nptl syncAustin Foxley2010-02-165-23/+16
* mass sync with glibc nptlAustin Foxley2010-02-16174-4242/+9961
* sparc/sysdep: Unify sparc sysdep.hAustin Foxley2010-02-131-65/+0
* arm/sysdep: Unify arm sysdep.hKhem Raj2010-02-111-334/+0
* mips/sysdep.h: Unify mips sysdep.hKhem Raj2010-02-111-302/+0
* nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-092-228/+0
* 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
* 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-17343-0/+26279