OSDN Git Service

make NPTL's getpid behave similar to the common one
[uclinux-h8/uClibc.git] / libpthread / linuxthreads.old /
2012-06-15 Peter S. Mazingerptfork.c: use strong_alias for vfork
2012-06-15 Peter S. Mazingerinternals.h: use sysconf(_SC_PAGESIZE) instead of __pag...
2012-06-15 Peter S. Mazingerwrapsyscall.c: include proper header for epoll
2012-06-15 Peter S. Mazingerallocrtsig.c,pthread.c: disable __libc_allocate_rtsig...
2012-06-15 Peter S. Mazingercleanup fork()
2012-06-15 Peter S. Mazingersemaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MA...
2012-06-15 Peter S. Mazingersemaphore.c: include limits.h before semaphore.h
2012-06-15 Peter S. Mazingermake use of jmpbuf-offsets.h and jmpbuf-unwind.h
2012-06-15 Peter S. Mazingermove *longjmp related prototypes to setjmp.h
2012-06-15 Peter S. Mazingersignal.h: provide prototype for __libc_sigaction and...
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2012-06-15 Peter S. Mazingerdo not include libc-internal.h
2012-05-05 Mike Frysingerlinuxthreads.old: fix build warnings with epoll enabled
2012-04-24 Mike Frysingerlinuxthreads.old: refactor nommu logic a little to...
2012-04-24 Mike Frysingerlinuxthreads.old: pass back up saved_errno value in...
2012-04-24 Mike Frysingerlinuxthreads.old: fix set-but-unused warning
2012-04-24 Mike Frysingerlinuxthreads.old: fix typo in pthread_mutex_unlock...
2012-04-22 Mike Frysingerlinuxthreads.old: only declare __pthread_xxx funcs...
2011-10-27 Rob Landleysparc: fix build for linuxthreads.old
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-13 Peter S. Mazingerepoll.c: add cancellation to epoll_[p]wait()
2011-05-11 Bernhard Reutner... commentary typo fix
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-05 Aurelien JacquiotThe C6X port
2011-03-05 Bernd SchmidtAllow ABIs where SP points below the stack frame.
2011-03-05 Bernd Schmidt bern... Add Makefile support for DSBT ELF.
2011-03-03 Peter S. Mazingerremove ucontext.h and guard sigstack structure with...
2011-02-24 Mike Frysingerlinuxthreads.old: fix nommu initial thread stack detection
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-10 Steven J. Magnanimicroblaze: thread support
2010-04-26 Austin Foxleyenable building __fcntl_nocancel, as it used unconditio...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
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-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-09 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-10-22 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
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-04-09 Khem RajThe attached patches fixes the problems found bringing...
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
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-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
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 EgtvedtReplace inline with __inline__ in AVR32 pt-machine...
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-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-08-21 Paul MundtFix up an msync() redefinition for linuxthreads + nommu...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-28 Bernhard Reutner... - pull commentary fixes from upstream
2008-05-20 Denis Vlasenkoadd an URL to relevant gcc bugzilla entry
2008-05-20 Denis Vlasenkosuppress "asm declaration ignored due to conflict with...
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-15 Mike Frysingermake sure we store the function pointers to the real...
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-05-03 Bernhard Reutner... - cleanup by manually expanding the helpers.
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-16 Hans-Christian EgtvedtFix whitespace damage in AVR32 pt-machine.h in libpthre...
2008-01-06 Mike Frysingeruse the __extern_always_inline define from cdefs.h...
next