aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)AuthorFilesLines
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras3-7/+0
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras1-0/+9
2012-11-18drop support for pre ISO-C compilersMike Frysinger4-37/+37
2012-11-18Replace FSF snail mail address with URLsMike Frysinger151-437/+286
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger1-137/+0
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger1-1/+1
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger4-2/+6
2012-06-15linuxthreads: style updatePeter S. Mazinger1-2/+1
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger20-93/+88
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger2-4/+4
2012-06-15forward.c: no need for attribute_hidden, provided by prototypePeter S. Mazinger1-1/+1
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger1-0/+1
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger1-6/+4
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger1-0/+2
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger1-1/+1
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger1-1/+0
2012-06-15cleanup fork()Peter S. Mazinger14-19/+17
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger1-0/+3
2012-06-15semaphore.c: include limits.h before semaphore.hPeter S. Mazinger1-0/+1
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger1-1/+1
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger1-7/+0
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger2-6/+0
2012-06-15do not include libc-internal.hPeter S. Mazinger3-3/+0
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee2-1/+2
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras1-1/+1
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer2-5/+5
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso1-4/+4
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger1-1/+0
2011-03-03avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger4-10/+10
2010-12-23linuxthreads: Fix compilation breakageMatt Fleming1-7/+4
2010-10-27mips: fix errno setting after syscallAlexander Gordeev1-1/+2
2010-06-24fix race condition when generating linker scriptsBernhard Reutner-Fischer1-2/+3
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley1-4/+47
2010-04-23Merge commit 'origin/master' into nptlAustin Foxley1-0/+11
2010-04-22nptl: proper soname handlingNatanael Copa1-3/+3
2010-04-14linuxthreads.new: initialize stdio lockingTimo Teräs1-0/+11
2010-03-25prettify make cleanBernhard Reutner-Fischer1-4/+4
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso8-21/+21
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2-9/+9
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko1-6/+2
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko1-5/+0
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2-3/+0
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko1-3/+1
2009-08-17support building out-of-treeBernhard Reutner-Fischer1-11/+16
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley2-3/+0
2009-03-18fix compilation of linuxthreads for sparcaustinf5-16/+15
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2-0/+208
2009-03-12linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko7-29/+46
2009-01-28Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2-0/+145
2009-01-21- commentary typo fixBernhard Reutner-Fischer1-1/+1