summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
...
* win: another attempt at DELRuss Cox2008-11-131-1/+3
|
* win: handle DEL internally so that it always worksRuss Cox2008-11-131-0/+6
|
* win: implement Scroll and NoscrollRuss Cox2008-11-131-1/+13
|
* htmlroff: ignore \X... text; allow delims besides quoteRuss Cox2008-11-111-3/+9
|
* x3f supportJeff Sickel2008-10-081-0/+1
|
* updates to support current MacFUSEJeff Sickel2008-08-193-10/+134
|
* devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox2008-10-083-0/+64
|
* devdraw/OSX: flush to screen in background, fix resize bugRuss Cox2008-10-081-2/+35
|
* devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)Russ Cox2008-10-081-0/+4
|
* rc: fix local variables in functionsRuss Cox2008-08-142-4/+4
| | | | | | | reported by micah stetson: fn foo { echo $bar } bar=baz foo
* venti: silence warnings in icache.cRuss Cox2008-08-071-4/+4
|
* src/cmd/mkfile: do not build smugfs by default (needs OpenSSL)Russ Cox2008-08-031-1/+1
|
* smugfs(4): new programRuss Cox2008-08-0316-0/+4021
|
* devdraw: keep Ctl-Alt from turning into Ctl-U on X11grai2008-07-221-1/+1
|
* 9p: honour the -l flag to lsgrai2008-07-221-5/+12
|
* venti: work around gcc 4.3 bug (reported by Lucho Ionkov)Russ Cox2008-07-311-1/+13
|
* snoopy: add support for wireless monitor mode packetsRuss Cox2008-07-249-1/+789
|
* snoopy: add support for DNS packetsRuss Cox2008-07-241-0/+429
|
* 9pfuse: ignore write errors on fusefdRuss Cox2008-07-241-4/+2
| | | | | FUSE makes a reply write fail if the reply is no longer wanted.
* 9pfuse: convert "invalid" to EINVALRuss Cox2008-07-241-0/+1
|
* 9term: convert to new libframeRuss Cox2008-07-211-3/+1
|
* vnfs: add -i flag to allow remote rootBrian L. Stuart2008-07-203-5/+14
|
* rc: add subscript sequences (Erik Quanstrom)Russ Cox2008-07-201-5/+35
|
* 9660srv: import from Plan 9Russ Cox2008-07-209-0/+2135
|
* acme: Dump and Load tag contentsPeter Canning2008-07-201-2/+55
|
* acme: multiline tag fixesRuss Cox2008-03-072-17/+37
|
* acme: revise multiline tag codeRuss Cox2008-03-075-99/+66
|
* acme: remove -$Russ Cox2008-03-071-18/+10
|
* acme: remove -$ prototypesRuss Cox2008-03-071-3/+0
|
* acme: sync against Plan 9, remove -$ optionRuss Cox2008-03-077-281/+38
|
* acme: add nomenu, menu ctl messagesRuss Cox2008-03-071-0/+8
|
* acme: tag resize nitsRuss Cox2008-03-071-6/+12
|
* acme: fix directory resize bugRuss Cox2008-03-071-1/+4
|
* acme: fix acme Edit abortRob Pike2008-03-071-1/+3
|
* mailfs: correct use of tcs for large inputsRuss Cox2008-07-141-9/+40
|
* lib9: add mode parameter to opentempRuss Cox2008-07-106-26/+6
|
* upas: add misc to mkfileRuss Cox2008-07-101-1/+1
|
* nedmail: add -S parameter for alternate mail serviceRuss Cox2008-07-101-3/+7
|
* snoopy: no trailing comma in arrayRuss Cox2008-07-101-1/+1
|
* devdraw: correct mouse event buffering on OS XRuss Cox2008-07-101-15/+22
|
* devdraw: minor OS X leak fixes and attempted speedupsRuss Cox2008-07-091-8/+21
|
* page: add canonical -W optionRuss Cox2008-07-091-0/+3
|
* rio: stub out _NET_WM_STATE_FULLSCREEN supportRuss Cox2008-07-093-1/+15
|
* devdraw: default to native gui on OS XRuss Cox2008-07-091-1/+3
|
* rio: only build if WSYSTYPE is x11Russ Cox2008-07-091-1/+1
|
* venti: add venti/dump programRuss Cox2008-07-092-0/+135
|
* devdraw: double-check write return value on OS XRuss Cox2008-07-041-1/+2
|
* 9p: can go back to using writeRuss Cox2008-07-041-24/+4
|
* 9pfuse: always return . and ..Russ Cox2008-07-041-3/+28
|
* 9pfuse: better handling of SETXATTR (sqweek)Russ Cox2008-07-041-5/+8
|