summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps
AgeCommit message (Expand)Author
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2014-10-03m68k: fix linuxthreads compile for coldfireWaldemar Brodkorb
2014-09-20linuxthreads: remove unused s390 codeWaldemar Brodkorb
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-05-21fix compilation of linuxthreads for sparc64Austin Foxley
2009-03-18fix compilation of linuxthreads for sparcaustinf
2009-03-12add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko
2009-03-12linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko
2009-01-28Added sysdep.h and sysdep-cancel.h for linuxthreads ARMCarmelo Amoroso
2009-01-21- commentary typo fixBernhard Reutner-Fischer
2008-12-29- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-12*: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko
2008-12-11Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-10-31Resync pt-machine.h for AVR32 linuxthreads and linuxthreads.oldHans-Christian Egtvedt
2008-10-31Replace inline with __inline__ in AVR32 pt-machine.h header fileHans-Christian Egtvedt
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-30- remove some duplicate includesBernhard Reutner-Fischer
2008-09-25- add prototypesBernhard Reutner-Fischer
2008-09-25Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso
2008-09-24Use __SH_SYSCALL_TRAP_BASE for pthread vfork trap, as it willPaul Mundt
2008-09-09Use getdents syscall if kernel provide supports for thisCarmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer