OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libpthread / linuxthreads.old /
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2014-09-04 Waldemar Brodkorbsparc: remove sparc64/sparcv9 code
2013-12-20 Vineet GuptaLT.old: Add ARC support
2013-03-20 Bernhard Reutner... LT.old: add missing prototypes
2013-03-13 Vineet GuptaLT{,.old}: include stddef.h for size_t
2013-02-20 Markos Chandrasnot-cancel.h: Use openat if arch does not have the...
2013-01-14 Bernhard Reutner... LT.old: reinstate build
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-03 Chris Zankelxtensa: use atomic instructions instead of a syscall
2012-07-24 Bernd SchmidtRemove pragma weak for undeclared symbol
2012-07-24 Bernd SchmidtRemove use of attribute_shared_hidden
2012-06-15 Peter S. Mazingerlinuxthreads.old: build all objects twice, once for...
2012-06-15 Peter S. Mazingerlinuxthreads.old: move libpthread_hidden_proto to header
2012-06-15 Peter S. Mazingerlinuxthreads.old/internals.h: make some internal functi...
2012-06-15 Peter S. Mazingerlinuxthreads: guard *tsd* related stuff correctly
2012-06-15 Peter S. Mazingerlibc_pthread_init.c: include only what is necessary
2012-06-15 Peter S. Mazingerlinuxthreads.old: cleanup a bit
2012-06-15 Peter S. Mazingerlinuxthreads.old: remove __old_sem_* and rename __new_s...
2012-06-15 Peter S. Mazingerwrapsyscall.c: add cancellable fcntl64
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...
next