Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-17 | libthread: make page work on OS X | Russ Cox | 1 | -0/+4 | |
2008-12-23 | libthread: work around gcc warning on FreeBSD | Russ Cox | 1 | -1/+1 | |
2008-10-26 | libthread: correct sysfatal handler prototype | Russ Cox | 1 | -4/+2 | |
2008-07-20 | libthread: add proper sysfatal | Tim Wiess | 1 | -0/+16 | |
2008-07-09 | libthread: abort on single-threaded lock contention | Russ Cox | 1 | -0/+24 | |
2008-06-01 | libthread: fix 64-bit bug in threadstart (Nathaniel Filardo) | Russ Cox | 1 | -1/+1 | |
2008-02-28 | libthread: remove bogus write in threadmain | Russ Cox | 1 | -1/+0 | |
2006-06-26 | pin | rsc | 1 | -0/+52 | |
2006-06-12 | fix proc leak; add p9usepwlibrary | rsc | 1 | -1/+8 | |
2006-04-21 | put threadinfo back | rsc | 1 | -1/+1 | |
2006-04-21 | darwin 386 start | rsc | 1 | -1/+2 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -13/+13 | |
2006-02-07 | add threadidle | rsc | 1 | -2/+29 | |
2006-02-05 | add threadid | rsc | 1 | -0/+9 | |
2005-09-26 | Print information on SIGQUIT, SIGINFO. | rsc | 1 | -0/+41 | |
2005-09-26 | Log if _threaddebuglevel is set. | rsc | 1 | -5/+2 | |
2005-07-27 | sun | rsc | 1 | -1/+1 | |
2005-05-07 | use full prototypes | rsc | 1 | -1/+1 | |
2005-03-18 | no need to setproc(0) | rsc | 1 | -1/+0 | |
2005-03-18 | add threaddata | rsc | 1 | -0/+6 | |
2005-02-16 | add check for procscheduler returning | rsc | 1 | -0/+1 | |
2005-02-15 | hard-to-find locking bug | rsc | 1 | -5/+19 | |
2005-02-14 | different fix for main proc bug | rsc | 1 | -11/+21 | |
2005-02-13 | work around stupid linux bug | rsc | 1 | -0/+8 | |
2005-01-23 | rename scheduler to have a more distinctive name, so stack traces can end there | rsc | 1 | -5/+5 | |
2005-01-23 | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 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. | |||||
2005-01-18 | proccreate race | rsc | 1 | -1/+3 | |
2005-01-18 | add threadgetname | rsc | 1 | -0/+6 | |
2005-01-18 | 64-bit nonsense | rsc | 1 | -3/+19 | |
2005-01-16 | useful warning comment | rsc | 1 | -0/+9 | |
2005-01-14 | oops sunos | rsc | 1 | -3/+3 | |
2005-01-13 | Many small edits. | rsc | 1 | -5/+15 | |
2005-01-11 | paranoia | rsc | 1 | -1/+8 | |
2005-01-11 | os x changes | rsc | 1 | -2/+13 | |
2005-01-07 | allow lock passing | rsc | 1 | -1/+2 | |
2005-01-06 | add _procwakeupandunlock | rsc | 1 | -2/+4 | |
to help ease locking contention on Linux 2.4. | |||||
2005-01-06 | more debugging | rsc | 1 | -4/+16 | |
2005-01-04 | more debugging | rsc | 1 | -6/+16 | |
2004-12-28 | restore old plan 9 property that when the | rsc | 1 | -1/+4 | |
last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | |||||
2004-12-28 | more freebsd work | rsc | 1 | -4/+1 | |
2004-12-28 | add threaddaemonize(), more bug fixes | rsc | 1 | -4/+33 | |
2004-12-27 | better exec handling | rsc | 1 | -5/+14 | |
2004-12-27 | starting to work on Linux | rsc | 1 | -0/+2 | |
2004-12-27 | start linux pre-2.6 port | rsc | 1 | -73/+100 | |
2004-12-27 | confine pthreads to pthread.c | rsc | 1 | -7/+6 | |
2004-12-27 | remove debugging | rsc | 1 | -1/+0 | |
2004-12-27 | signal handling, add prototype for pthreadinit | rsc | 1 | -2/+10 | |
2004-12-25 | New thread library | rsc | 1 | -0/+535 | |