Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-26 | plan 9 changes | rsc | 1 | -1/+1 | |
2004-12-26 | cleanups - lots of removed files now in thread library. | rsc | 1 | -5/+0 | |
qlock.c - stubs to thread library notify.c - clean interface slightly. | |||||
2004-09-23 | Get rid of 9proc. | rsc | 1 | -3/+0 | |
2004-09-21 | Continue the pthreads torture. | rsc | 1 | -2/+3 | |
2004-09-17 | Continue switching library over to pthreads when possible. | rsc | 1 | -1/+0 | |
Tprimes works on Linux 2.6. You can only have 128 procs though. | |||||
2004-06-09 | add strdup for debugging. | rsc | 1 | -0/+1 | |
2004-05-14 | little bug fixes | rsc | 1 | -1/+1 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -0/+1 | |
various other little fixes. | |||||
2004-04-23 | add this | rsc | 1 | -0/+1 | |
2004-04-21 | add RFNOWAIT. this was probably a bad idea. | rsc | 1 | -0/+1 | |
2004-04-21 | always a good idea to drop the lock when you're done. | rsc | 1 | -0/+1 | |
2004-04-21 | more stuff. | rsc | 1 | -0/+1 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-04-02 | Change _p9strsig to return nil if tmp==nil. | rsc | 1 | -0/+3 | |
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10. | |||||
2004-03-25 | Today's changes. | rsc | 1 | -2/+2 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -0/+3 | |
Lots of new code imported. | |||||
2004-03-02 | Tweaks for the Macintosh. | rsc | 1 | -1/+0 | |
2004-02-29 | Update mkmk.sh. | rsc | 1 | -3/+6 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -0/+71 | |
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-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 1 | -0/+9 | |
with them. | |||||
2003-12-06 | various tweaks. | rsc | 1 | -0/+5 | |
2003-12-04 | Clean up yacc files in mkcommon, mkhdr. | rsc | 1 | -0/+1 | |
Add nan to lib9. Fix memory corruption bugs in 9term. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 1 | -1/+0 | |
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-23 | Annoying changes to work on Sun boxes. | rsc | 1 | -1/+1 | |
2003-11-23 | Various additions and fixes. | rsc | 1 | -0/+73 | |
2003-09-30 | Reorg | rsc | 1 | -2/+0 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+2 | |