aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/Linux.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-17more exitsrsc1-0/+3
2005-01-06add _procwakeupandunlockrsc1-10/+17
to help ease locking contention on Linux 2.4.
2005-01-06go back to 1000 schedsrsc1-1/+1
2005-01-06add some annoying lock loop prints -- let's seersc1-8/+65
if they ever fire. also fix race in delaystack. it was actually happening! that just goes to show that while i can reason very well about what can and cannot happen, i have no intuition at all for how likely they are.
2004-12-28restore old plan 9 property that when thersc1-0/+5
last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.
2004-12-28more freebsd workrsc1-8/+0
2004-12-28remove debuggingrsc1-3/+0
2004-12-28add threaddaemonize(), more bug fixesrsc1-7/+12
2004-12-27better exec handlingrsc1-30/+3
2004-12-27starting to work on Linuxrsc1-2/+37
2004-12-27linux pre-2.6 implementationrsc1-0/+348