summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* - commentary typo fixBernhard Reutner-Fischer2009-01-212-2/+2
* - fix typo in r24594Bernhard Reutner-Fischer2009-01-121-2/+2
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-1/+1
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-293-0/+6
* remove one forgotten '##'. Heeds:Denis Vlasenko2008-12-191-1/+1
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-0/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-143-3/+3
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-4/+2
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-131-1/+1
* *: 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
* get rid of __libc_* symbols. Some whitespace cleanups.Khem Raj2008-12-111-27/+27
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-107-36/+23
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-012-4/+2
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-013-15/+1
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-017-22/+25
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-292-6/+10
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-2/+2
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-5/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-184-4/+5
* - less verbose make cleanBernhard Reutner-Fischer2008-11-075-14/+14
* 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-312-2/+2
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer2008-10-184-8/+4
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-174-24/+36
* - guard socket calls with UCLIBC_HAS_SOCKETBernhard Reutner-Fischer2008-10-171-1/+2
* Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-112-8/+80
* - silence warningBernhard Reutner-Fischer2008-10-061-1/+1
* - use c89-style commentsBernhard Reutner-Fischer2008-10-034-13/+14
* - 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-252-6/+2
* 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
* Fix up an msync() redefinition for linuxthreads + nommu systems,Paul Mundt2008-08-211-1/+2
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2313-48/+48
* - fix inline keywordBernhard Reutner-Fischer2008-07-2326-82/+82
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-2/+2
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-174-12/+0
* - Improve prerequisites and avoid spurious reconfigurations.Bernhard Reutner-Fischer2008-06-092-12/+20
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-044-32/+26
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-014-10/+10
* - pull commentary fixes from upstreamBernhard Reutner-Fischer2008-05-282-11/+25
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* add an URL to relevant gcc bugzilla entryDenis Vlasenko2008-05-201-2/+3
* suppress "asm declaration ignored due to conflict with previous rename"Denis Vlasenko2008-05-201-0/+20
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-203-6/+4
* - avoid warning due to undefined preprocessor tokenBernhard Reutner-Fischer2008-05-201-1/+1