OSDN Git Service

Merge commit 'origin/master' into nptl
[uclinux-h8/uClibc.git] / libpthread /
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
2009-12-09 Austin Foxleynptl: make build depend directly on nptl headers
2009-12-04 Austin Foxleyi386 nptl: add missing weak_alias for pthread_cond_signal
2009-11-30 Austin Foxleygenerate nptl headers without a recursive make call
2009-11-29 Austin Foxleydon't use __i686 in symbol names as it seems gcc can...
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-27 Timo TeräsPIC fixes for hardened
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-23 Austin FoxleyRevert "libc: add hidden calls to pthread cleanup funcs"
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Bernhard Reutner... remove wait callbacks for non-cancelation funcs
2009-11-22 Bernhard Reutner... Makefile: fix indentation
2009-11-09 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-11-09 Austin Foxleymake the sem_open changes actually compile
2009-11-09 Mikhail GusarovUnbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined
2009-10-22 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin Foxleylibpthread/nptl_db: debugging support for nptl
2009-10-17 Austin Foxleylibpthread/nptl: core of the "Native Posix Threading...
2009-10-17 Austin Foxleylinuxthreads: check TLS_DTV_AT_TP define correctly
2009-09-19 Denys Vlasenkosigwait: remove __sigwait and __GI_sigwait symbols...
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-05 Denys VlasenkoCLOEXEC: use open(CLOEXEC) if exist; do not check fcntl...
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-07-26 Mike Frysingerlinuxthreads.old: define pthread_yield to sched_yield
2009-07-22 Mike Frysingerlinuxthreads.old: fix crash in debug code
2009-07-22 Mike Frysingerlibpthread: add format attribute to __pthread_message()
2009-07-20 Mike Frysingerlinuxthreads.old: extend workaround for asm rename...
2009-07-06 RonDon't shadow the mask parameter with a local variable...
2009-07-06 RonCheck #if feature test macros are defined where they...
2009-07-06 RonProvide token prototypes for functions that are externa...
2009-07-06 RonAdd noreturn attributes to some functions that won...
2009-05-21 Austin Foxleyfix compilation of linuxthreads for sparc64
2009-04-09 Khem RajThe attached patches fixes the problems found bringing...
next