aboutsummaryrefslogtreecommitdiff
path: root/src/libthread
AgeCommit message (Collapse)AuthorFilesLines
2004-09-23add this.rsc1-0/+14
2004-09-23add pthreadrsc1-0/+164
2004-09-23Continue fighting pthreads.rsc19-580/+465
Clean up thread library a bit too.
2004-09-21Continue the pthreads torture.rsc7-95/+138
2004-09-20various forgotten filesrsc4-1/+143
2004-09-17Continue switching library over to pthreads when possible.rsc6-27/+19
Tprimes works on Linux 2.6. You can only have 128 procs though.
2004-09-17Rewrite to remove dependence on rendezvous and its bizarrersc8-126/+62
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-22PowerPC Linux support from ericvh.rsc2-0/+16
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
2004-08-11More consistent use of _exits and exitsrsc3-6/+6
in place of _exit and exit.
2004-07-09Compare function pointers against 0 rather than nil.wkj1-1/+1
2004-06-17va_arg fixrsc1-1/+1
2004-06-09clean up children more oftenrsc1-3/+7
2004-06-09add network dialingrsc1-0/+29
2004-05-23make sure only one guy can call exit.rsc1-1/+1
2004-05-14More little bug fixesrsc1-1/+2
2004-05-14various bug fixesrsc1-2/+6
2004-05-12Noblock is nonsense.rsc1-19/+0
2004-05-11Fix small bugs.rsc9-28/+49
2004-05-05various bug fixesrsc1-0/+1
2004-04-29add -W to specify window size.rsc3-7/+8
various other little fixes.
2004-04-25add stubs for other systems.rsc3-1/+26
add threadspawn.
2004-04-23little thingsrsc1-3/+11
2004-04-21odds and endsrsc3-2/+7
2004-04-21how much stack do we need?rsc1-4/+16
2004-04-21better error handlingrsc1-1/+2
2004-04-21Tweaks to make libthread tell Valgrind about its stack limits,rsc7-8/+60
so that Valgrind can detect stack overflow for me.
2004-04-20make things work on SunOSrsc2-1/+2
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-26SunOS can rot in hell.rsc6-2/+7
2004-03-25Today's changes.rsc3-4/+88
More changes.
2004-03-21Small tweaksrsc1-0/+1
Lots of new code imported.
2004-03-09Various fixes, add spell.rsc1-0/+1
2004-03-05Small bug fixes.rsc1-2/+2
2004-03-05Amazingly picky bug fixes from Valgrind.rsc1-1/+1
2004-03-05Various little fixes.rsc2-3/+3
2004-03-05Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc1-6/+13
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
2004-03-05Debugging libthread for acme.rsc4-12/+60
2004-03-02Tweaks for the Macintosh.rsc1-5/+83
2004-02-29Threaded read9pmsg.rsc1-0/+32
2004-02-29Add fdwait routines.rsc1-0/+250
2004-02-29Fighting the good fight.rsc8-102/+124
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.
2004-02-09various tweaks.rsc5-7/+16
2003-12-17Tweaks to various bits.rsc3-19/+27
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc8-28/+56
with them.
2003-12-06various tweaks.rsc4-1/+61
2003-11-25Silence some Mac OS X warnings.rsc1-1/+0
2003-11-25More tweaks on Linux and Solaris.rsc2-3/+19
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,rsc4-6/+18
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-24tweaks.rsc1-5/+0