summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/unix
AgeCommit message (Expand)Author
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley
2009-03-18fix compilation of linuxthreads for sparcaustinf
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-12*: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko
2008-12-11Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-24Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it willPaul Mundt
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-05-22convert two more static ints used as flags to smallintsDenis Vlasenko
2006-11-29remove redundant headers local to libpthread, causing headerEric Andersen
2006-10-19Joseph S. Myers writes:Eric Andersen
2006-03-10sync with glibc CVSMike Frysinger
2006-03-09blah, glibc moved linuxthreads aroundMike Frysinger
2006-03-09Remove unneeded ; after *_aliasPeter S. Mazinger
2006-02-04glibc syncMike Frysinger
2006-02-01change asm/volatile to __x__Peter S. Mazinger
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2003-03-03Initial effort at adding profiling support.Eric Andersen
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen