| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use full prototypes | rsc | 2005-05-07 | 1 | -1/+1 |
| | | |||||
| * | no need to setproc(0) | rsc | 2005-03-18 | 1 | -1/+0 |
| | | |||||
| * | add threaddata | rsc | 2005-03-18 | 1 | -0/+6 |
| | | |||||
| * | add check for procscheduler returning | rsc | 2005-02-16 | 1 | -0/+1 |
| | | |||||
| * | hard-to-find locking bug | rsc | 2005-02-15 | 1 | -5/+19 |
| | | |||||
| * | different fix for main proc bug | rsc | 2005-02-14 | 1 | -11/+21 |
| | | |||||
| * | work around stupid linux bug | rsc | 2005-02-13 | 1 | -0/+8 |
| | | |||||
| * | rename scheduler to have a more distinctive name, so stack traces can end there | rsc | 2005-01-23 | 1 | -5/+5 |
| | | |||||
| * | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 2005-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway. | ||||
| * | proccreate race | rsc | 2005-01-18 | 1 | -1/+3 |
| | | |||||
| * | add threadgetname | rsc | 2005-01-18 | 1 | -0/+6 |
| | | |||||
| * | 64-bit nonsense | rsc | 2005-01-18 | 1 | -3/+19 |
| | | |||||
| * | useful warning comment | rsc | 2005-01-16 | 1 | -0/+9 |
| | | |||||
| * | oops sunos | rsc | 2005-01-14 | 1 | -3/+3 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 1 | -5/+15 |
| | | |||||
| * | paranoia | rsc | 2005-01-11 | 1 | -1/+8 |
| | | |||||
| * | os x changes | rsc | 2005-01-11 | 1 | -2/+13 |
| | | |||||
| * | allow lock passing | rsc | 2005-01-07 | 1 | -1/+2 |
| | | |||||
| * | add _procwakeupandunlock | rsc | 2005-01-06 | 1 | -2/+4 |
| | | | | | | to help ease locking contention on Linux 2.4. | ||||
| * | more debugging | rsc | 2005-01-06 | 1 | -4/+16 |
| | | |||||
| * | more debugging | rsc | 2005-01-04 | 1 | -6/+16 |
| | | |||||
| * | restore old plan 9 property that when the | rsc | 2004-12-28 | 1 | -1/+4 |
| | | | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | ||||
| * | more freebsd work | rsc | 2004-12-28 | 1 | -4/+1 |
| | | |||||
| * | add threaddaemonize(), more bug fixes | rsc | 2004-12-28 | 1 | -4/+33 |
| | | |||||
| * | better exec handling | rsc | 2004-12-27 | 1 | -5/+14 |
| | | |||||
| * | starting to work on Linux | rsc | 2004-12-27 | 1 | -0/+2 |
| | | |||||
| * | start linux pre-2.6 port | rsc | 2004-12-27 | 1 | -73/+100 |
| | | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 1 | -7/+6 |
| | | |||||
| * | remove debugging | rsc | 2004-12-27 | 1 | -1/+0 |
| | | |||||
| * | signal handling, add prototype for pthreadinit | rsc | 2004-12-27 | 1 | -2/+10 |
| | | |||||
| * | New thread library | rsc | 2004-12-25 | 1 | -0/+535 |
