aboutsummaryrefslogtreecommitdiff
path: root/src/libthread
Commit message (Expand)AuthorAgeFilesLines
* SunOS: silence some warningsDan Cross2025-07-251-1/+1
* libthread: remove check for LinuxThreadsDan Cross2025-07-251-15/+0
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+1
* libthread: use setpgid instead of setpgrpAnthony Sorace2021-04-221-1/+1
* libthread: call setpgrp in programs that will backgroundRuss Cox2021-01-141-0/+7
* libthread: drop schedlockRuss Cox2020-12-302-2/+1
* libthread: simplifyRuss Cox2020-12-3021-1469/+11
* libthread: make pthreadperthread the defaultRuss Cox2020-12-301-1/+1
* libthread: fix pthreadperthread bugsRuss Cox2020-12-302-107/+187
* libthread: add threadmaybackgroundRuss Cox2020-12-304-7/+15
* libthread: delete NetBSD special caseRuss Cox2020-12-304-465/+4
* libthread: fix use after free of first thread in each procRuss Cox2020-12-151-1/+9
* libthread: use libc functions in ucontext for macOS (#417)Xiao-Yong2020-06-153-81/+3
* libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handlingRuss Cox2020-05-172-6/+26
* libthread: add pthreadperthread mode and use under ASANRuss Cox2020-05-174-18/+120
* libthread: fix ARM build by renaming fileNeven Sajko2020-02-111-0/+0
* libthread: comment stack border a bit moreRuss Cox2020-01-241-4/+10
* libthread: fix test deps, cleanup in mkfileRuss Cox2020-01-191-1/+4
* libthread: clean up sysofiles.sh a bit moreRuss Cox2020-01-191-25/+10
* libthread: rm OpenBSD tas implementationsRuss Cox2020-01-192-23/+1
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-1911-83/+36
* libthread: rm NetBSD pthread reference in sysofiles.shRuss Cox2020-01-191-1/+1
* all: remove Linux 2.4 vs 2.6 detectionRuss Cox2020-01-192-44/+3
* libthread: remove Linux 2.4 codeRuss Cox2020-01-197-513/+462
* libthread: rm unused sparc-ucontext.hRuss Cox2020-01-192-37/+0
* libthread: rm Darwin pre-11.0.0 supportRuss Cox2020-01-195-192/+0
* libthread: rm FreeBSD 4 codeRuss Cox2020-01-196-500/+52
* libthread: rm OpenBSD.cRuss Cox2020-01-191-145/+0
* libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko2020-01-191-43/+0
* libthread: NetBSD supports pthreads, remove ancient systems in sysofiles.shDan Cross2020-01-161-8/+1
* libthread: use mmap to allocate OpenBSD stacksRuss Cox2020-01-146-8/+61
* libthread: fix fault in teardown of procRuss Cox2020-01-132-1/+2
* libthread: fix nbrecvul, recvul to match man page, Plan 9Russ Cox2020-01-131-2/+2
* libthread: run first thread in proc on system stackRuss Cox2020-01-123-17/+47
* Trivial changes: whitespace and modes.Dan Cross2020-01-1023-54/+29
* libthread: add threadspawndRuss Cox2012-10-222-6/+16
* fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2012-10-201-2/+1
* openbsd updates (thanks Pascal Stumpf)Russ Cox2012-07-147-138/+80
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-232-2/+2
* libthread: fix 10.5.8 build - uname says 9.8.0Russ Cox2011-10-141-1/+1
* libthread: Lion context routinesRuss Cox2011-10-136-3/+129
* build: OS X 64-bit buildRuss Cox2011-08-025-18/+27
* arm: build fixesRichard Miller2011-05-183-20/+17
* libthread: context switching for arm, still not completeRuss Cox2009-11-184-4/+78
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-111-0/+3
* libthread: make page work on OS XRuss Cox2009-08-172-0/+5
* libthread: work around gcc warning on FreeBSDRuss Cox2008-12-231-1/+1
* libthread: correct sysfatal handler prototypeRuss Cox2008-10-261-4/+2
* libthread: add proper sysfatalTim Wiess2008-07-201-0/+16
* libthread: abort on single-threaded lock contentionRuss Cox2008-07-091-0/+24