summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)Author
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: style updatePeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger
2012-06-15forward.c: no need for attribute_hidden, provided by prototypePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15semaphore.c: include limits.h before semaphore.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger
2010-12-23linuxthreads: Fix compilation breakageMatt Fleming
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2010-06-24fix race condition when generating linker scriptsBernhard Reutner-Fischer
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2010-04-23Merge commit 'origin/master' into nptlAustin Foxley
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-14linuxthreads.new: initialize stdio lockingTimo Teräs
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley
2009-03-18fix compilation of linuxthreads for sparcaustinf