summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* libthread: add proper sysfatalTim Wiess2008-07-201-0/+16
|
* libframe: translucent font fixes from Plan 9Russ Cox2008-03-072-7/+30
|
* 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: turn certain signals off by defaultRuss Cox2008-07-121-5/+6
|
* lib9: add mode parameter to opentempRuss Cox2008-07-107-30/+15
|
* mkmk.sh: update for new date filesRuss Cox2008-07-101-2/+3
|
* 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
|
* lib9p: add ramfs build rule (ramfs does not work)Russ Cox2008-07-091-0/+4
|
* page: add canonical -W optionRuss Cox2008-07-091-0/+3
|
* rio: stub out _NET_WM_STATE_FULLSCREEN supportRuss Cox2008-07-093-1/+15
|
* lib9: fix Apple disksize prototypeRuss Cox2008-07-091-1/+1
|
* lib9: revert unintended changes to opentempRuss Cox2008-07-091-11/+5
|
* 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
|
* libthread: abort on single-threaded lock contentionRuss Cox2008-07-091-0/+24
|
* lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber2008-07-097-123/+498
|
* lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox2008-07-051-0/+2
|
* lib9pclient: clear tx.extension for 9P2000.uRuss Cox2008-07-041-0/+1
|
* lib9: do not try to hide symlinks as muchRuss Cox2008-07-041-13/+14
|
* mkmk.sh: update with write.cRuss Cox2008-07-041-1/+2
|
* 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
|
* lib9: add write function that withstands interruptsRuss Cox2008-07-042-0/+24
|
* lib9pclient: remove debugging printRuss Cox2008-07-041-1/+0
|
* lib9p: add Srv.foreground flagRuss Cox2008-07-041-1/+4
|
* lib9p: update diroffset correctly on rewindRuss Cox2008-07-041-1/+1
|