Age | Commit message (Expand) | Author | Files | Lines |
2008-08-14 | rc: fix local variables in functions | Russ Cox | 2 | -4/+4 |
2008-08-07 | venti: silence warnings in icache.c | Russ Cox | 1 | -4/+4 |
2008-08-03 | src/cmd/mkfile: do not build smugfs by default (needs OpenSSL) | Russ Cox | 1 | -1/+1 |
2008-08-03 | smugfs(4): new program | Russ Cox | 16 | -0/+4021 |
2008-07-22 | devdraw: keep Ctl-Alt from turning into Ctl-U on X11 | grai | 1 | -1/+1 |
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-07-20 | libthread: add proper sysfatal | Tim Wiess | 1 | -0/+16 |
2008-03-07 | libframe: translucent font fixes from Plan 9 | Russ Cox | 2 | -7/+30 |
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-12 | lib9: turn certain signals off by default | Russ Cox | 1 | -5/+6 |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 7 | -30/+15 |
2008-07-10 | mkmk.sh: update for new date files | Russ Cox | 1 | -2/+3 |
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 | lib9p: add ramfs build rule (ramfs does not work) | Russ Cox | 1 | -0/+4 |
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 | lib9: fix Apple disksize prototype | Russ Cox | 1 | -1/+1 |
2008-07-09 | lib9: revert unintended changes to opentemp | Russ Cox | 1 | -11/+5 |
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-09 | libthread: abort on single-threaded lock contention | Russ Cox | 1 | -0/+24 |
2008-07-09 | lib9: rewrite date routines to use /usr/share/zoneinfo directly | Michael Teichgräber | 7 | -123/+498 |
2008-07-05 | lib9: declare n in OpenBSD disksize (Eric Grosse) | Russ Cox | 1 | -0/+2 |
2008-07-04 | lib9pclient: clear tx.extension for 9P2000.u | Russ Cox | 1 | -0/+1 |
2008-07-04 | lib9: do not try to hide symlinks as much | Russ Cox | 1 | -13/+14 |
2008-07-04 | mkmk.sh: update with write.c | Russ Cox | 1 | -1/+2 |