Age | Commit message (Expand) | Author | Files | Lines |
2008-07-22 | 9p: honour the -l flag to ls | grai | 1 | -5/+12 |
2008-07-31 | venti: work around gcc 4.3 bug (reported by Lucho Ionkov) | Russ Cox | 1 | -1/+13 |
2008-07-24 | snoopy: add support for wireless monitor mode packets | Russ Cox | 9 | -1/+789 |
2008-07-24 | snoopy: add support for DNS packets | Russ Cox | 1 | -0/+429 |
2008-07-24 | 9pfuse: ignore write errors on fusefd | Russ Cox | 1 | -4/+2 |
2008-07-24 | 9pfuse: convert "invalid" to EINVAL | Russ Cox | 1 | -0/+1 |
2008-07-21 | 9term: convert to new libframe | Russ Cox | 1 | -3/+1 |
2008-07-20 | vnfs: add -i flag to allow remote root | Brian L. Stuart | 3 | -5/+14 |
2008-07-20 | rc: add subscript sequences (Erik Quanstrom) | Russ Cox | 1 | -5/+35 |
2008-07-20 | 9660srv: import from Plan 9 | Russ Cox | 9 | -0/+2135 |
2008-07-20 | acme: Dump and Load tag contents | Peter Canning | 1 | -2/+55 |
2008-03-07 | acme: multiline tag fixes | Russ Cox | 2 | -17/+37 |
2008-03-07 | acme: revise multiline tag code | Russ Cox | 5 | -99/+66 |
2008-03-07 | acme: remove -$ | Russ Cox | 1 | -18/+10 |
2008-03-07 | acme: remove -$ prototypes | Russ Cox | 1 | -3/+0 |
2008-03-07 | acme: sync against Plan 9, remove -$ option | Russ Cox | 7 | -281/+38 |
2008-03-07 | acme: add nomenu, menu ctl messages | Russ Cox | 1 | -0/+8 |
2008-03-07 | acme: tag resize nits | Russ Cox | 1 | -6/+12 |
2008-03-07 | acme: fix directory resize bug | Russ Cox | 1 | -1/+4 |
2008-03-07 | acme: fix acme Edit abort | Rob Pike | 1 | -1/+3 |
2008-07-14 | mailfs: correct use of tcs for large inputs | Russ Cox | 1 | -9/+40 |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 6 | -26/+6 |
2008-07-10 | upas: add misc to mkfile | Russ Cox | 1 | -1/+1 |
2008-07-10 | nedmail: add -S parameter for alternate mail service | Russ Cox | 1 | -3/+7 |
2008-07-10 | snoopy: no trailing comma in array | Russ Cox | 1 | -1/+1 |
2008-07-10 | devdraw: correct mouse event buffering on OS X | Russ Cox | 1 | -15/+22 |
2008-07-09 | devdraw: minor OS X leak fixes and attempted speedups | Russ Cox | 1 | -8/+21 |
2008-07-09 | page: add canonical -W option | Russ Cox | 1 | -0/+3 |
2008-07-09 | rio: stub out _NET_WM_STATE_FULLSCREEN support | Russ Cox | 3 | -1/+15 |
2008-07-09 | devdraw: default to native gui on OS X | Russ Cox | 1 | -1/+3 |
2008-07-09 | rio: only build if WSYSTYPE is x11 | Russ Cox | 1 | -1/+1 |
2008-07-09 | venti: add venti/dump program | Russ Cox | 2 | -0/+135 |
2008-07-04 | devdraw: double-check write return value on OS X | Russ Cox | 1 | -1/+2 |
2008-07-04 | 9p: can go back to using write | Russ Cox | 1 | -24/+4 |
2008-07-04 | 9pfuse: always return . and .. | Russ Cox | 1 | -3/+28 |
2008-07-04 | 9pfuse: better handling of SETXATTR (sqweek) | Russ Cox | 1 | -5/+8 |
2008-07-04 | 9pfuse: add symlink support | Russ Cox | 1 | -1/+30 |
2008-07-03 | venti: reduce locking contention in buildindex | Russ Cox | 3 | -13/+74 |
2008-07-03 | venti: more detail in index divisor too coarse message | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: bump MaxAMap | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: mark checksum-queued arenas in http output | Russ Cox | 1 | -0/+2 |
2008-07-03 | venti: make sure arena checksum jobs cannot be missed | Russ Cox | 1 | -5/+8 |
2008-07-03 | venti/wrarena: add timing output, fix sync | Russ Cox | 1 | -4/+6 |
2008-07-03 | venti: allow plan 9 partitions as disk subnames | Russ Cox | 1 | -190/+103 |
2008-07-03 | devdraw: make OS X native gui build (Eric Nichols) | Russ Cox | 1 | -1/+1 |
2008-07-03 | vnfs: quieter | Russ Cox | 1 | -1/+0 |
2008-07-03 | devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski) | Russ Cox | 1 | -2/+4 |
2008-07-03 | devdraw: OS X: go full screen on largest device (Eric Nichols) | Russ Cox | 1 | -1/+3 |
2008-07-03 | vac: add -a and -x flags | Russ Cox | 10 | -81/+494 |
2008-07-03 | devdraw: do not create OS X window group (Eric Nichols) | Russ Cox | 1 | -3/+0 |