OSDN Git Service

Fix accidently dropped hunk during last merge from master.
[uclinux-h8/uclibc-ng.git] / libpthread /
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...
2009-03-18 austinffix compilation of linuxthreads for sparc
2009-03-12 Denis Vlasenkoadd linuxthreads support for arm. By Will Newton (will...
2009-03-12 Denis Vlasenkolinuxthreads fixes from Will Newton (will.newton AT...
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
2009-01-28 Carmelo AmorosoAdded sysdep.h and sysdep-cancel.h for linuxthreads ARM
2009-01-21 Bernhard Reutner... - commentary typo fix
2009-01-12 Bernhard Reutner... - fix typo in r24594
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Bernhard Reutner... - pthread_attr_{g,s}etstacksize would depend on SUSv3...
2008-12-19 Denis Vlasenkoremove one forgotten '##'. Heeds:
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Khem Rajget rid of __libc_* symbols. Some whitespace cleanups.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-22 Denis Vlasenkosignal ops: avoid calls through PLT for __sigXXX ops
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-31 Hans-Christian EgtvedtResync pt-machine.h for AVR32 linuxthreads and linuxthr...
2008-10-31 Hans-Christian EgtvedtReplace inline with __inline__ in AVR32 pt-machine...
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-18 Bernhard Reutner... - do not list non-existing files in the threads prerequ...
2008-10-17 Bernhard Reutner... - fix toggling thread implementation.
2008-10-17 Bernhard Reutner... - guard socket calls with UCLIBC_HAS_SOCKET
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-06 Bernhard Reutner... - silence warning
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-25 Bernhard Reutner... - add prototypes
2008-09-25 Bernhard Reutner... - if we only have socket support then there is no resol...
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-09-24 Paul MundtUse __SH_SYSCALL_TRAP_BASE for pthread vfork trap,...
next