summaryrefslogtreecommitdiffstats
path: root/src/libthread/channel.c
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to make libthread tell Valgrind about its stack limits,rsc2004-04-211-1/+1
| | | | so that Valgrind can detect stack overflow for me.
* Small bug fixes.rsc2004-03-051-2/+2
|
* Various little fixes.rsc2004-03-051-1/+0
|
* Debugging libthread for acme.rsc2004-03-051-10/+39
|
* Fighting the good fight.rsc2004-02-291-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,rsc2003-11-241-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 revisionrsc2003-09-301-0/+485