summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-091-6/+10
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-041-14/+11
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-2/+2
* - pull commentary fixes from upstreamBernhard Reutner-Fischer2008-05-281-6/+13
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Remove gcc warning due to missing prototype for 'testandset'Carmelo Amoroso2008-05-071-0/+2
* Fix segfault in __pthread_initialize_minimal in linuxthreadsCarmelo Amoroso2008-04-221-1/+1
* Fix whitespace damage in AVR32 pt-machine.h in libpthread, linuxthreads and l...Hans-Christian Egtvedt2008-04-161-23/+23
* use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger2008-01-0618-62/+18
* - fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer2008-01-0512-45/+77