aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-17eqn: silence gcc printf warningRuss Cox1-2/+1
2008-11-17lib9: fix memset in fmtnullinitRuss Cox1-1/+1
2008-11-13win: another attempt at DELRuss Cox1-1/+3
2008-11-13win: handle DEL internally so that it always worksRuss Cox1-0/+6
2008-11-13win: implement Scroll and NoscrollRuss Cox1-1/+13
2008-11-11htmlroff: ignore \X... text; allow delims besides quoteRuss Cox1-3/+9
2008-10-26lib9: null d->ext during nulldirRuss Cox1-1/+1
2008-10-26libventi: correct vtfilesetsize bug (reported by Michael Kaminsky)Russ Cox2-2/+2
2008-10-26libthread: correct sysfatal handler prototypeRuss Cox1-4/+2
2008-10-08x3f supportJeff Sickel1-0/+1
2008-08-19updates to support current MacFUSEJeff Sickel3-10/+134
2008-10-08devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox3-0/+64
2008-10-08devdraw/OSX: flush to screen in background, fix resize bugRuss Cox1-2/+35
2008-10-08devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)Russ Cox1-0/+4
2008-08-14rc: fix local variables in functionsRuss Cox2-4/+4
2008-08-07venti: silence warnings in icache.cRuss Cox1-4/+4
2008-08-03src/cmd/mkfile: do not build smugfs by default (needs OpenSSL)Russ Cox1-1/+1
2008-08-03smugfs(4): new programRuss Cox16-0/+4021
2008-07-22devdraw: keep Ctl-Alt from turning into Ctl-U on X11grai1-1/+1
2008-07-229p: honour the -l flag to lsgrai1-5/+12
2008-07-31venti: work around gcc 4.3 bug (reported by Lucho Ionkov)Russ Cox1-1/+13
2008-07-24snoopy: add support for wireless monitor mode packetsRuss Cox9-1/+789
2008-07-24snoopy: add support for DNS packetsRuss Cox1-0/+429
2008-07-249pfuse: ignore write errors on fusefdRuss Cox1-4/+2
2008-07-249pfuse: convert "invalid" to EINVALRuss Cox1-0/+1
2008-07-219term: convert to new libframeRuss Cox1-3/+1
2008-07-20vnfs: add -i flag to allow remote rootBrian L. Stuart3-5/+14
2008-07-20rc: add subscript sequences (Erik Quanstrom)Russ Cox1-5/+35
2008-07-209660srv: import from Plan 9Russ Cox9-0/+2135
2008-07-20acme: Dump and Load tag contentsPeter Canning1-2/+55
2008-07-20libthread: add proper sysfatalTim Wiess1-0/+16
2008-03-07libframe: translucent font fixes from Plan 9Russ Cox2-7/+30
2008-03-07acme: multiline tag fixesRuss Cox2-17/+37
2008-03-07acme: revise multiline tag codeRuss Cox5-99/+66
2008-03-07acme: remove -$Russ Cox1-18/+10
2008-03-07acme: remove -$ prototypesRuss Cox1-3/+0
2008-03-07acme: sync against Plan 9, remove -$ optionRuss Cox7-281/+38
2008-03-07acme: add nomenu, menu ctl messagesRuss Cox1-0/+8
2008-03-07acme: tag resize nitsRuss Cox1-6/+12
2008-03-07acme: fix directory resize bugRuss Cox1-1/+4
2008-03-07acme: fix acme Edit abortRob Pike1-1/+3
2008-07-14mailfs: correct use of tcs for large inputsRuss Cox1-9/+40
2008-07-12lib9: turn certain signals off by defaultRuss Cox1-5/+6
2008-07-10lib9: add mode parameter to opentempRuss Cox7-30/+15
2008-07-10mkmk.sh: update for new date filesRuss Cox1-2/+3
2008-07-10upas: add misc to mkfileRuss Cox1-1/+1
2008-07-10nedmail: add -S parameter for alternate mail serviceRuss Cox1-3/+7
2008-07-10snoopy: no trailing comma in arrayRuss Cox1-1/+1
2008-07-10devdraw: correct mouse event buffering on OS XRuss Cox1-15/+22
2008-07-09devdraw: minor OS X leak fixes and attempted speedupsRuss Cox1-8/+21