summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads
Commit message (Expand)AuthorAgeFilesLines
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-1/+0
* avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-034-10/+10
* linuxthreads: Fix compilation breakageMatt Fleming2010-12-231-7/+4
* mips: fix errno setting after syscallAlexander Gordeev2010-10-271-1/+2
* fix race condition when generating linker scriptsBernhard Reutner-Fischer2010-06-241-2/+3
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-4/+47
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-231-0/+11
|\
| * linuxthreads.new: initialize stdio lockingTimo Teräs2010-04-141-0/+11
* | nptl: proper soname handlingNatanael Copa2010-04-221-3/+3
|/
* prettify make cleanBernhard Reutner-Fischer2010-03-251-4/+4
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-168-21/+21
* linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2009-10-172-9/+9
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-5/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-3/+0
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-3/+1
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-11/+16
* fix compilation of linuxthreads for sparc64Austin Foxley2009-05-212-3/+0
* fix compilation of linuxthreads for sparcaustinf2009-03-185-16/+15
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-127-29/+46
* Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso2009-01-282-0/+145
* - commentary typo fixBernhard Reutner-Fischer2009-01-211-1/+1
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-291-0/+2
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-0/+2
* 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-1111-90/+10
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-102-7/+2
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-2/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-7/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-014-11/+12
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+5
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-3/+3
* Resync pt-machine.h for AVR32 linuxthreads and linuxthreads.oldHans-Christian Egtvedt2008-10-311-2/+2
* Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt2008-10-311-1/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer2008-10-181-2/+1
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-171-7/+8
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-5/+5
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-2/+0
* - add prototypesBernhard Reutner-Fischer2008-09-251-2/+1
* - if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer2008-09-251-2/+9
* Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso2008-09-251-3/+1
* Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it willPaul Mundt2008-09-241-1/+2
* Use getdents syscall if kernel provide supports for thisCarmelo Amoroso2008-09-091-0/+8
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-5/+5
* - fix inline keywordBernhard Reutner-Fischer2008-07-2315-53/+53
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-171-3/+0