summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-121-2/+0
* 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-1110-89/+9
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-1/+1
* 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
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-3/+3
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-301-2/+0
* - add prototypesBernhard Reutner-Fischer2008-09-251-2/+1
* 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-236-26/+26
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* Remove gcc warning due to missing prototype for 'testandset'Carmelo Amoroso2008-05-071-0/+2
* 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-0511-43/+75
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+73
* Remove preprocessor warning due to missing definition of USE_TLSKhem Raj2007-05-151-1/+1
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-1/+4
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-081-3/+0
* remove redundant headers local to libpthread, causing headerEric Andersen2006-11-293-311/+0
* Joseph S. Myers writes:Eric Andersen2006-10-19165-386/+0
* Now new linuxthreads builds w/ SHAREDPeter S. Mazinger2006-03-241-8/+0
* Guard GL(name) and it's users w/ SHAREDPeter S. Mazinger2006-03-241-1/+3
* update ignoresMike Frysinger2006-03-102-2/+2
* shouldnt have been added to svnMike Frysinger2006-03-101-1/+0
* sync with glibc CVSMike Frysinger2006-03-1022-30/+30
* try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger2006-03-101-0/+6
* blah, glibc moved linuxthreads aroundMike Frysinger2006-03-0953-53/+53
* Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger2006-03-091-1/+0
* Get rid of forwarded __pthread_attr_initPeter S. Mazinger2006-03-091-1/+1
* Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger2006-03-091-0/+8
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-091-3/+3
* uClibc_pthread.h wasn't ever includedPeter S. Mazinger2006-03-091-1/+1
* use sched_yield, not pthread_yieldMike Frysinger2006-03-051-8/+0