summaryrefslogtreecommitdiffstats
path: root/src/libthread/Linux.c
Commit message (Collapse)AuthorAgeFilesLines
* more exitsrsc2005-01-171-0/+3
|
* add _procwakeupandunlockrsc2005-01-061-10/+17
| | | | | to help ease locking contention on Linux 2.4.
* go back to 1000 schedsrsc2005-01-061-1/+1
|
* add some annoying lock loop prints -- let's seersc2005-01-061-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.
* restore old plan 9 property that when thersc2004-12-281-0/+5
| | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.
* more freebsd workrsc2004-12-281-8/+0
|
* remove debuggingrsc2004-12-281-3/+0
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-7/+12
|
* better exec handlingrsc2004-12-271-30/+3
|
* starting to work on Linuxrsc2004-12-271-2/+37
|
* linux pre-2.6 implementationrsc2004-12-271-0/+348