aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sched.c
AgeCommit message (Collapse)AuthorFilesLines
2004-10-22debugging, more pthreads craprsc1-4/+8
2004-09-23Continue fighting pthreads.rsc1-173/+182
Clean up thread library a bit too.
2004-09-21Continue the pthreads torture.rsc1-69/+57
2004-09-20various forgotten filesrsc1-1/+0
2004-09-17Continue switching library over to pthreads when possible.rsc1-19/+9
Tprimes works on Linux 2.6. You can only have 128 procs though.
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc1-2/+9
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-08-11More consistent use of _exits and exitsrsc1-3/+3
in place of _exit and exit.
2004-06-09clean up children more oftenrsc1-3/+7
2004-05-11Fix small bugs.rsc1-5/+10
2004-04-21how much stack do we need?rsc1-4/+16
2004-04-21Tweaks to make libthread tell Valgrind about its stack limits,rsc1-2/+3
so that Valgrind can detect stack overflow for me.
2004-04-20make things work on SunOSrsc1-0/+1
2004-03-05Debugging libthread for acme.rsc1-2/+12
2004-02-29Fighting the good fight.rsc1-0/+34
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-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-9/+19
with them.
2003-12-06various tweaks.rsc1-1/+32
2003-11-25More tweaks on Linux and Solaris.rsc1-1/+1
2003-11-25Add the #goo to allow use in C++.rsc1-0/+2
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-0/+2
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-11-23runthread needn't be inlinersc1-1/+1
2003-11-23make -> mkrsc1-4/+6
remove clumsy stack hack. fix exec. fix nthreads maintenance. fix threadexitsall not to kill self. add sun support.
2003-09-30Initial revisionrsc1-0/+192