OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libpthread / linuxthreads /
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2014-09-04 Waldemar Brodkorbsparc: remove sparc64/sparcv9 code
2013-03-13 Vineet GuptaLT{,.old}: include stddef.h for size_t
2013-03-07 Markos Chandraslibpthread: Remove useless .cvsignore files
2013-02-20 Markos Chandrasnot-cancel.h: Use openat if arch does not have the...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerremove arm specific sysdep.h from linuxthreads new
2012-06-15 Peter S. Mazingerinternals.h: mark __pthread_message hidden
2012-06-15 Peter S. Mazingerlinuxthreads: guard *tsd* related stuff correctly
2012-06-15 Peter S. Mazingerlinuxthreads: style update
2012-06-15 Peter S. Mazingerlinuxthreads: use __UCLIBC_HAS_TLS__ consistently
2012-06-15 Peter S. Mazingermove __libc_pthread_init prototype to pthread-functions.h
2012-06-15 Peter S. Mazingerforward.c: no need for attribute_hidden, provided by...
2012-06-15 Peter S. Mazingerjmp-unwind.c: add hidden _longjmp_unwind
2012-06-15 Peter S. Mazingerinternals.h: use sysconf(_SC_PAGESIZE) instead of __pag...
2012-06-15 Peter S. Mazingerallocrtsig.c,pthread.c: disable __libc_allocate_rtsig...
2012-06-15 Peter S. Mazingergeopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/
2012-06-15 Peter S. Mazingersignal.h: disable ssignal and gsignal
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. Mazingerdo not include libc-internal.h
2012-06-06 Kevin CernekeeMIPS: Convert __syscall_error() callers to use $a0...
2012-01-15 Markos Chandraslinuxthreads/signals: do not restore handler for invali...
2011-10-27 Bernhard Reutner... pthreads: fix build when DNS resolver is not enabled.
2011-10-27 Carmelo Amorosolinuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macro
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingerremove ucontext.h and guard sigstack structure with...
2011-03-03 Peter S. Mazingeravoid warnings on _STACK_GROWS_* usage
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-23 Matt Fleminglinuxthreads: Fix compilation breakage
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-10-27 Alexander Gordeevmips: fix errno setting after syscall
2010-06-24 Bernhard Reutner... fix race condition when generating linker scripts
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-14 Timo Teräslinuxthreads.new: initialize stdio locking
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
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-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-05-21 Austin Foxleyfix compilation of linuxthreads for sparc64
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-01-28 Carmelo AmorosoAdded sysdep.h and sysdep-cancel.h for linuxthreads ARM
2009-01-21 Bernhard Reutner... - commentary typo fix
2008-12-29 Bernhard Reutner... - pthread_attr_{g,s}etstacksize would depend on SUSv3...
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
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-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-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-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,...
2008-09-09 Carmelo AmorosoUse getdents syscall if kernel provide supports for...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
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-22 Denis Vlasenkoconvert two more static ints used as flags to smallints
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-04-22 Carmelo AmorosoFix segfault in __pthread_initialize_minimal in linuxth...
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...
2008-01-05 Bernhard Reutner... - fixup gnu_inline vs. C99 inline
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-05-15 Khem RajRemove preprocessor warning due to missing definition...
next