Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-07 | acme: sync against Plan 9, remove -$ option | Russ Cox | 1 | -15/+0 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+4 | |
2005-09-26 | More thread names. | rsc | 1 | -0/+2 | |
2005-07-22 | openbsd | rsc | 1 | -0/+5 | |
2005-03-18 | use nil instead of 0 | rsc | 1 | -1/+1 | |
2005-02-11 | bug fix in auth | rsc | 1 | -1/+3 | |
2005-01-30 | add errors file | rsc | 1 | -0/+1 | |
2005-01-27 | remove searching print; check fids in use; handle addr correctly again | rsc | 1 | -2/+16 | |
2004-12-27 | change to use new thread library | rsc | 1 | -2/+2 | |
2004-10-22 | change md argument to number etc. (which acted only as a flag) | rsc | 1 | -0/+1 | |
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | |||||
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 1 | -1/+1 | |
2004-04-21 | undo the madness. | rsc | 1 | -2/+0 | |
2004-04-21 | $foo in tags - here only for reference. | rsc | 1 | -0/+2 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -5/+5 | |
2004-03-25 | Today's changes. | rsc | 1 | -16/+28 | |
More changes. | |||||
2004-02-29 | Fighting the good fight. | rsc | 1 | -4/+7 | |
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 | -2/+5 | |
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks. | |||||
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+717 | |
Also add acme! |