Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | libthread: fix nbrecvul, recvul to match man page, Plan 9 | Russ Cox | 1 | -2/+2 | |
They return 0 on failure, not -1. Bug introduced in my original libthread-for-Unix code. Fixes #230. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -3/+2 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2008-05-06 | libthread: fix no-receive nbrecv etc. bug (David Jeannot) | Russ Cox | 1 | -8/+12 | |
2008-05-05 | libthread: input sanity checks | Russ Cox | 1 | -2/+3 | |
2007-08-22 | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 1 | -7/+8 | |
2005-01-13 | Many small edits. | rsc | 1 | -0/+1 | |
2004-12-28 | more freebsd work | rsc | 1 | -3/+0 | |
2004-12-27 | confine pthreads to pthread.c | rsc | 1 | -0/+2 | |
2004-12-25 | more new libthread | rsc | 1 | -0/+412 | |
2004-12-25 | New thread library | rsc | 1 | -500/+0 | |
2004-11-08 | more thread work | rsc | 1 | -13/+5 | |
2004-09-17 | Continue switching library over to pthreads when possible. | rsc | 1 | -3/+3 | |
Tprimes works on Linux 2.6. You can only have 128 procs though. | |||||
2004-09-17 | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 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. | |||||
2004-04-21 | odds and ends | rsc | 1 | -1/+1 | |
2004-04-21 | Tweaks to make libthread tell Valgrind about its stack limits, | rsc | 1 | -1/+1 | |
so that Valgrind can detect stack overflow for me. | |||||
2004-03-05 | Small bug fixes. | rsc | 1 | -2/+2 | |
2004-03-05 | Various little fixes. | rsc | 1 | -1/+0 | |
2004-03-05 | Debugging libthread for acme. | rsc | 1 | -10/+39 | |
2004-02-29 | Fighting the good fight. | rsc | 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. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 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.) | |||||
2003-09-30 | Initial revision | rsc | 1 | -0/+485 | |