summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* mips: fix errno setting after syscallAlexander Gordeev2010-10-271-1/+2
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-168-21/+21
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+2
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-3/+1
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* fix compilation of linuxthreads for sparcaustinf2009-03-183-13/+11
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-4/+2
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-122-45/+13
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-115-5/+5
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-1/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-3/+3
* Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it willPaul Mundt2008-09-241-1/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* - fix inline keywordBernhard Reutner-Fischer2008-07-233-3/+3
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* remove redundant headers local to libpthread, causing headerEric Andersen2006-11-293-311/+0
* Joseph S. Myers writes:Eric Andersen2006-10-1981-184/+0
* sync with glibc CVSMike Frysinger2006-03-108-13/+13
* blah, glibc moved linuxthreads aroundMike Frysinger2006-03-0926-26/+26
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-091-3/+3
* glibc syncMike Frysinger2006-02-048-13/+13
* change asm/volatile to __x__Peter S. Mazinger2006-02-012-2/+2
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger2006-01-313-3/+0
* initial import of latest linuxthreadsMike Frysinger2006-01-31151-0/+6182
* Initial effort at adding profiling support.Eric Andersen2003-03-033-202/+0
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-203-0/+202