Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 3 | -2/+0 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2009-09-12 | libplumb, Mail: fix crash on nil plumb fids | Mathieu Lonjaret | 1 | -0/+4 | |
http://codereview.appspot.com/116083 | |||||
2006-06-25 | plumbunmount | rsc | 1 | -0/+13 | |
2005-03-18 | shuffle | rsc | 1 | -3/+6 | |
2005-01-04 | remove thread.c | rsc | 2 | -35/+0 | |
2005-01-04 | use 9pclient | rsc | 2 | -7/+6 | |
2004-12-27 | change to use new thread library | rsc | 1 | -3/+3 | |
2004-12-26 | add portdate | rsc | 1 | -0/+4 | |
2004-06-09 | change to plumb better | rsc | 3 | -136/+145 | |
2004-04-24 | various bug fixes | rsc | 1 | -0/+8 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-25 | Today's changes. | rsc | 1 | -1/+0 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 2 | -10/+53 | |
Lots of new code imported. | |||||
2004-02-29 | Threadplumbrecv. | rsc | 1 | -0/+33 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -0/+1 | |
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-17 | Tweaks to various bits. | rsc | 1 | -20/+53 | |
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 | 1 | -27/+9 | |
with them. | |||||
2003-11-25 | fix libplumb | rsc | 2 | -7/+11 | |
2003-11-23 | make -> mk | rsc | 3 | -23/+22 | |
use $HOME/mnt/plumb as named pipe. | |||||
2003-10-14 | Single-threaded plumber that can run "start" rules. | rsc | 3 | -0/+530 | |
Thanks to Caerwyn Jones. |