summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2010-05-03nptl: use arch-specific cancellation routines for x86_64Roman I Khimov
2010-04-27nptl: mips needs updated clone() implementationAndreas Schultz
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2010-04-25nptl: Harmonize objects and headers makefile clean targetsCarmelo Amoroso
2010-04-16nptl: mark forwarded functions protectedTimo Teras
2010-04-16Revert "nptl: mark symbols with libc forwarder hidden"Timo Teras
2010-04-14nptl: mark symbols with libc forwarder hiddenTimo Teräs
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREADNatanael Copa
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assemblerTimo Teräs
2010-04-07pthread_{attr_,}{s,g}etaffinity: cleanup symbol namesBernhard Reutner-Fischer
2010-02-23get rid of extra variables for nptl pregen altogetherAustin Foxley
2010-02-22nptl/headers: Convert the makefile targets into variables.Khem Raj
2010-02-19Get x86_64 compile to succeed.Khem Raj
2010-02-19sparc: also needs generic version of lowlevelrobustlockAustin Foxley
2010-02-19nptl_sh: Fix build problem with FUTEX_CLOCK_REALTIMECarmelo Amoroso
2010-02-19x86_64: compile pthread it's own version of __syscall_errorAustin Foxley
2010-02-19more fixes for x86_64 nptlAustin Foxley
2010-02-19fixes to get nptl compiling for x86_64Austin Foxley
2010-02-19Fixes to get nptl compiling for x86Khem Raj
2010-02-18Fix typo in generated file names.Khem Raj
2010-02-18x86_64: unify sysdep.hAustin Foxley
2010-02-18nptl: Fix clean target to remove generated filesCarmelo Amoroso
2010-02-18include tcb-offsets.h in sysdep-cancel.h for arm.Khem Raj
2010-02-17Get new nptl building on SH4Khem Raj
2010-02-17compile fixes for i386 nptlAustin Foxley
2010-02-17fix nptl build for sparcAustin Foxley
2010-02-17move pthread_barrier_{init,destroy} to sysdeps/pthreadAustin Foxley
2010-02-17Fix nptl build for mipsKhem Raj
2010-02-17sparc/nptl: typo fixesAustin Foxley
2010-02-17sparc/nptl: fix wrong vfork hidden defAustin Foxley
2010-02-17Add missing lowlevelrobustlock.cKhem Raj
2010-02-17fix typoAustin Foxley
2010-02-17Assorted fixed to get nptl compiling on ARMKhem Raj
2010-02-16a few more build fixes nptl syncAustin Foxley
2010-02-16mass sync with glibc nptlAustin Foxley
2010-02-13sparc/sysdep: Unify sparc sysdep.hAustin Foxley
2010-02-11arm/sysdep: Unify arm sysdep.hKhem Raj
2010-02-11mips/sysdep.h: Unify mips sysdep.hKhem Raj
2010-02-09nptl: sysdep headers re-factoringCarmelo Amoroso
2010-02-05pthread_{attr_,}{s,g}etaffinity: cleanup symbol namesBernhard Reutner-Fischer
2010-02-01Add -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some sources in nptl/libpthread b...Khem Raj
2010-01-25Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1Khem Raj
2010-01-23nptl: timer_routines.c (timer_helper_thread):Austin Foxley
2010-01-23nptl: need to build generic timer_* functions for x86_64 and sparcAustin Foxley
2009-12-16x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley
2009-12-16x86_64: add missing includes to sem_*.SAustin Foxley
2009-12-16fix multiple definitions of pthread_once for x86_64Austin Foxley
2009-12-16x86_64: no waitpid syscall exists, so use wait4Austin Foxley
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-15fix typo that sneaked in with 9a7506Natanael Copa