Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-14 | More little bug fixes | rsc | 1 | -1/+2 | |
2004-05-14 | various bug fixes | rsc | 1 | -2/+6 | |
2004-05-12 | Noblock is nonsense. | rsc | 1 | -19/+0 | |
2004-05-11 | Fix small bugs. | rsc | 9 | -28/+49 | |
2004-05-05 | various bug fixes | rsc | 1 | -0/+1 | |
2004-04-29 | add -W to specify window size. | rsc | 3 | -7/+8 | |
various other little fixes. | |||||
2004-04-25 | add stubs for other systems. | rsc | 3 | -1/+26 | |
add threadspawn. | |||||
2004-04-23 | little things | rsc | 1 | -3/+11 | |
2004-04-21 | odds and ends | rsc | 3 | -2/+7 | |
2004-04-21 | how much stack do we need? | rsc | 1 | -4/+16 | |
2004-04-21 | better error handling | rsc | 1 | -1/+2 | |
2004-04-21 | Tweaks to make libthread tell Valgrind about its stack limits, | rsc | 7 | -8/+60 | |
so that Valgrind can detect stack overflow for me. | |||||
2004-04-20 | make things work on SunOS | rsc | 2 | -1/+2 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 6 | -2/+7 | |
2004-03-25 | Today's changes. | rsc | 3 | -4/+88 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -0/+1 | |
Lots of new code imported. | |||||
2004-03-09 | Various fixes, add spell. | rsc | 1 | -0/+1 | |
2004-03-05 | Small bug fixes. | rsc | 1 | -2/+2 | |
2004-03-05 | Amazingly picky bug fixes from Valgrind. | rsc | 1 | -1/+1 | |
2004-03-05 | Various little fixes. | rsc | 2 | -3/+3 | |
2004-03-05 | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 1 | -6/+13 | |
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
2004-03-05 | Debugging libthread for acme. | rsc | 4 | -12/+60 | |
2004-03-02 | Tweaks for the Macintosh. | rsc | 1 | -5/+83 | |
2004-02-29 | Threaded read9pmsg. | rsc | 1 | -0/+32 | |
2004-02-29 | Add fdwait routines. | rsc | 1 | -0/+250 | |
2004-02-29 | Fighting the good fight. | rsc | 8 | -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-09 | various tweaks. | rsc | 5 | -7/+16 | |
2003-12-17 | Tweaks to various bits. | rsc | 3 | -19/+27 | |
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks. | |||||
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 8 | -28/+56 | |
with them. | |||||
2003-12-06 | various tweaks. | rsc | 4 | -1/+61 | |
2003-11-25 | Silence some Mac OS X warnings. | rsc | 1 | -1/+0 | |
2003-11-25 | More tweaks on Linux and Solaris. | rsc | 2 | -3/+19 | |
2003-11-25 | Add the #goo to allow use in C++. | rsc | 1 | -0/+2 | |
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 4 | -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-24 | tweaks. | rsc | 1 | -5/+0 | |
2003-11-23 | Make things build on FreeBSD again. | rsc | 1 | -10/+0 | |
2003-11-23 | runthread needn't be inline | rsc | 1 | -1/+1 | |
2003-11-23 | sun support | rsc | 3 | -11/+76 | |
2003-11-23 | make -> mk | rsc | 10 | -116/+105 | |
remove clumsy stack hack. fix exec. fix nthreads maintenance. fix threadexitsall not to kill self. add sun support. | |||||
2003-10-14 | Fix a bug in Linux? | rsc | 1 | -1/+3 | |
2003-10-11 | Use new directory structure. | rsc | 1 | -7/+7 | |
2003-10-11 | Licensing and various tweaks. | rsc | 1 | -258/+0 | |
2003-10-01 | wasn't supposed to go in. | rsc | 1 | -5/+0 | |
2003-10-01 | More Darwin. | rsc | 3 | -0/+113 | |
2003-10-01 | Various tweaks to make things run on Mac OS. | rsc | 3 | -4/+18 | |
The main change is the use of pthread to implement ffork. | |||||
2003-10-01 | Rendezvous tester. | rsc | 1 | -0/+31 | |
2003-10-01 | Add extra build targets. | rsc | 1 | -4/+7 | |
2003-09-30 | Reorg | rsc | 19 | -1149/+8 | |
2003-09-30 | Initial revision | rsc | 57 | -0/+4091 | |