aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Fix riscv32 build with gcc-14.Dmitry Chestnykh1-0/+2
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb2-3/+18
2016-11-17libpthread: remove pthread_atfork for noMMU targetRomain Naour1-0/+2
2016-10-24linuxthreads: add back signal.hWaldemar Brodkorb1-0/+1
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb2-177/+2
2016-09-19linuxthreads: Fix up pthread.h for XPG7.Leonid Lisovskiy1-6/+2
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb32-2310/+197
2015-03-29merge uClibc git masterWaldemar Brodkorb1-18/+18
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer1-18/+18
2015-02-14Revert "resolve merge"Waldemar Brodkorb32-183/+2311
2015-02-14resolve mergeWaldemar Brodkorb32-2311/+183
2014-10-03m68k: fix linuxthreads compile for coldfireWaldemar Brodkorb1-0/+2
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta1-0/+3
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras1-2/+0
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras1-0/+9
2012-11-18drop support for pre ISO-C compilersMike Frysinger2-30/+30
2012-11-18Replace FSF snail mail address with URLsMike Frysinger25-74/+49
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger1-0/+2
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger4-10/+9
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger1-0/+2
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger1-7/+0
2010-04-25enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley1-4/+47
2009-01-21- commentary typo fixBernhard Reutner-Fischer1-1/+1
2008-12-29- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer1-0/+2
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko1-0/+2
2008-12-11Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso3-82/+2
2008-09-25Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso1-3/+1
2008-09-09Use getdents syscall if kernel provide supports for thisCarmelo Amoroso1-0/+8
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer1-1/+1
2008-07-23- fix inline keywordBernhard Reutner-Fischer3-23/+23
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund1-1/+4
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen1-3/+0
2006-10-19Joseph S. Myers writes:Eric Andersen7-41/+0
2006-03-24Now new linuxthreads builds w/ SHAREDPeter S. Mazinger1-8/+0
2006-03-24Guard GL(name) and it's users w/ SHAREDPeter S. Mazinger1-1/+3
2006-03-10update ignoresMike Frysinger1-1/+1
2006-03-10shouldnt have been added to svnMike Frysinger1-1/+0
2006-03-10sync with glibc CVSMike Frysinger2-3/+3
2006-03-10try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger1-0/+6
2006-03-09blah, glibc moved linuxthreads aroundMike Frysinger2-2/+2
2006-03-09Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger1-1/+0
2006-03-09Get rid of forwarded __pthread_attr_initPeter S. Mazinger1-1/+1
2006-03-09Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger1-0/+8
2006-03-09uClibc_pthread.h wasn't ever includedPeter S. Mazinger1-1/+1
2006-03-05use sched_yield, not pthread_yieldMike Frysinger1-8/+0
2006-02-16It's not my day ..Peter S. Mazinger1-1/+1
2006-02-16Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger1-1/+1
2006-02-04glibc syncMike Frysinger1-1/+1
2006-02-01change asm/volatile to __x__Peter S. Mazinger2-21/+21
2006-01-31pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...Peter S. Mazinger1-8/+0