OSDN Git Service

ldso: setup search path even when there are no "/"
[uclinux-h8/uClibc.git] / libpthread /
2010-05-10 Khem Rajpowerpc: Add TLS and NPTL support
2010-05-07 Khem Rajmips/Makefile.arch: Remove -f option to $(do_awk)
2010-05-03 Roman I Khimovnptl: use arch-specific pthread_cond_timedwait and...
2010-05-03 Roman I Khimovnptl: use arch-specific cancellation routines for x86_64
2010-05-03 Roman I Khimovnptl: fix sem_open with O_CREAT
2010-04-27 Andreas Schultznptl: mips needs updated clone() implementation
2010-04-27 Roman I Khimovlibpthread/x86_64: fix clean
2010-04-26 Austin Foxleyenable building __fcntl_nocancel, as it used unconditio...
2010-04-25 Carmelo Amorosonptl: Harmonize objects and headers makefile clean...
2010-04-25 Roman I Khimovlibpthread/nptl_db: define NOT_IN_libc
2010-04-25 Carmelo Amorosonptl_db: Remove compiler warning due to old-style funct...
2010-04-25 Carmelo Amorosonptl: Remove compiler warning due to old-style function...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix dynamic initialization of libpthread
2010-04-22 Timo Teräsnptl: fix libc internal, dynamically enabled locking
2010-04-22 Timo Teräsnptl: fix warnings of shadowing __self
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-16 Timo Terasnptl: mark forwarded functions protected
2010-04-16 Timo Teraslibc: remove libc weak __pthreads_* wrappers
2010-04-16 Timo TerasRevert "nptl: mark symbols with libc forwarder hidden"
2010-04-15 Bernhard Reutner... PTR_DEMANGLE: add documentation
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Timo Teräsnptl: turn pointer demangling off
2010-04-14 Timo Teräslinuxthreads.new: initialize stdio locking
2010-04-14 Timo Teräsnptl: initialize stdio locking
2010-04-14 Timo Teräsnptl: mark symbols with libc forwarder hidden
2010-04-12 Bernhard Reutner... provide prototype for internal helper
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Natanael Copanptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREAD
2010-04-12 Bernhard Reutner... pthread_mutex_timedlock: always build with optimizations
2010-04-12 Timo Teräsnptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD...
2010-04-12 Bernhard Reutner... use user-provided host binaries
2010-04-07 Bernhard Reutner... pthread_{attr_,}{s,g}etaffinity: cleanup symbol names
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-23 Austin Foxleyget rid of extra variables for nptl pregen altogether
2010-02-23 Austin Foxleyimprove parallel make behaviour
2010-02-22 Khem Rajnptl/headers: Convert the makefile targets into variables.
2010-02-20 Khem RajGet x86_64 compile to succeed.
2010-02-19 Austin Foxleysparc: also needs generic version of lowlevelrobustlock
2010-02-19 Khem RajAdd dummy tcb-offsets.h
2010-02-19 Carmelo Amorosonptl_sh: Fix build problem with FUTEX_CLOCK_REALTIME
2010-02-19 Austin Foxleyx86_64: compile pthread it's own version of __syscall_error
2010-02-19 Austin Foxleymore fixes for x86_64 nptl
2010-02-19 Austin Foxleyuse macro to link ldso to libpthread, so it gets the...
2010-02-19 Austin Foxleyfixes to get nptl compiling for x86_64
2010-02-19 Khem RajFixes to get nptl compiling for x86
2010-02-18 Khem RajFix typo in generated file names.
2010-02-18 Austin Foxleyi386 unify sysdep.h
2010-02-18 Austin Foxleyx86_64: unify sysdep.h
2010-02-18 Carmelo Amorosonptl: Fix clean target to remove generated files
2010-02-18 Khem Rajinclude tcb-offsets.h in sysdep-cancel.h for arm.
2010-02-18 Khem RajGet new nptl building on SH4
2010-02-18 Austin Foxleycompile fixes for i386 nptl
2010-02-18 Austin Foxleyfix nptl build for sparc
2010-02-18 Austin Foxleymove pthread_barrier_{init,destroy} to sysdeps/pthread
2010-02-18 Khem RajFix nptl build for mips
2010-02-17 Austin Foxleysparc/nptl: typo fixes
2010-02-17 Austin Foxleysparc/nptl: fix wrong vfork hidden def
2010-02-17 Khem RajAdd missing lowlevelrobustlock.c
2010-02-17 Austin Foxleyupdate nptl gitignore
2010-02-17 Austin Foxleyfix typo
2010-02-17 Khem RajAssorted fixed to get nptl compiling on ARM
2010-02-16 Austin Foxleya few more build fixes nptl sync
2010-02-16 Austin Foxleymass sync with glibc nptl
2010-02-14 Austin Foxleysparc/sysdep: Unify sparc sysdep.h
2010-02-12 Khem Rajarm/sysdep: Unify arm sysdep.h
2010-02-12 Khem Rajmips/sysdep.h: Unify mips sysdep.h
2010-02-09 Carmelo Amorosonptl: sysdep headers update for i386, mips and x86_64
2010-02-09 Carmelo Amorosonptl: sysdep headers re-factoring
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Bernhard Reutner... TLS_TCB_AT_TP: avoid warning about undef cpp token
2010-02-05 Bernhard Reutner... pthread_{attr_,}{s,g}etaffinity: cleanup symbol names
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-02-01 Khem RajAdd -DNOT_IN_libc=1 -DIS_IN_libpthread=1 to some source...
2010-01-25 Khem RajMakefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1...
2010-01-25 Khem Rajmips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUE
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2010-01-23 Austin Foxleynptl: timer_routines.c (timer_helper_thread):
2010-01-23 Austin Foxleynptl: need to build generic timer_* functions for x86_6...
2010-01-23 Austin Foxleynptl: fix a few more old style prototypes
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-16 Austin Foxleyx86_64: fix up the rest of the includes and aliases...
2009-12-16 Austin Foxleyx86_64: add missing includes to sem_*.S
2009-12-16 Austin Foxleyfix multiple definitions of pthread_once for x86_64
2009-12-16 Austin Foxleyx86_64: no waitpid syscall exists, so use wait4
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-15 Natanael Copafix typo that sneaked in with 9a7506
2009-12-11 Austin FoxleyGo back to using nptl_arch_headers
2009-12-11 Austin FoxleyRevert "nptl: make build depend directly on nptl headers"
2009-12-11 Austin Foxleyget x86_64 nptl building
2009-12-11 Austin Foxleynptl: fix even more old style declarations
2009-12-10 Austin Foxleynptl: fix a few more old style declerations
2009-12-10 Austin Foxleynptl: fix old style function declerations
next