| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: fix no-receive nbrecv etc. bug (David Jeannot) | Russ Cox | 2008-05-06 | 1 | -8/+12 |
| | | |||||
| * | libthread: input sanity checks | Russ Cox | 2008-05-05 | 1 | -2/+3 |
| | | |||||
| * | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 2007-08-22 | 1 | -7/+8 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 1 | -0/+1 |
| | | |||||
| * | more freebsd work | rsc | 2004-12-28 | 1 | -3/+0 |
| | | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 1 | -0/+2 |
| | | |||||
| * | more new libthread | rsc | 2004-12-25 | 1 | -0/+412 |
| | | |||||
| * | New thread library | rsc | 2004-12-25 | 1 | -500/+0 |
| | | |||||
| * | more thread work | rsc | 2004-11-08 | 1 | -13/+5 |
| | | |||||
| * | Continue switching library over to pthreads when possible. | rsc | 2004-09-17 | 1 | -3/+3 |
| | | | | | | Tprimes works on Linux 2.6. You can only have 128 procs though. | ||||
| * | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 2004-09-17 | 1 | -25/+18 |
| | | | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine. | ||||
| * | odds and ends | rsc | 2004-04-21 | 1 | -1/+1 |
| | | |||||
| * | Tweaks to make libthread tell Valgrind about its stack limits, | rsc | 2004-04-21 | 1 | -1/+1 |
| | | | | | so that Valgrind can detect stack overflow for me. | ||||
| * | Small bug fixes. | rsc | 2004-03-05 | 1 | -2/+2 |
| | | |||||
| * | Various little fixes. | rsc | 2004-03-05 | 1 | -1/+0 |
| | | |||||
| * | Debugging libthread for acme. | rsc | 2004-03-05 | 1 | -10/+39 |
| | | |||||
| * | Fighting the good fight. | rsc | 2004-02-29 | 1 | -8/+10 |
| | | | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | ||||
| * | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 2003-11-24 | 1 | -1/+1 |
| | | | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.) | ||||
| * | Initial revision | rsc | 2003-09-30 | 1 | -0/+485 |
