aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-09lib9p: add ramfs build rule (ramfs does not work)Russ Cox1-0/+4
2008-07-09page: add canonical -W optionRuss Cox1-0/+3
2008-07-09rio: stub out _NET_WM_STATE_FULLSCREEN supportRuss Cox3-1/+15
2008-07-09lib9: fix Apple disksize prototypeRuss Cox1-1/+1
2008-07-09lib9: revert unintended changes to opentempRuss Cox1-11/+5
2008-07-09devdraw: default to native gui on OS XRuss Cox1-1/+3
2008-07-09rio: only build if WSYSTYPE is x11Russ Cox1-1/+1
2008-07-09venti: add venti/dump programRuss Cox2-0/+135
2008-07-09libthread: abort on single-threaded lock contentionRuss Cox1-0/+24
2008-07-09lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber7-123/+498
2008-07-05lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox1-0/+2
2008-07-04lib9pclient: clear tx.extension for 9P2000.uRuss Cox1-0/+1
2008-07-04lib9: do not try to hide symlinks as muchRuss Cox1-13/+14
2008-07-04mkmk.sh: update with write.cRuss Cox1-1/+2
2008-07-04devdraw: double-check write return value on OS XRuss Cox1-1/+2
2008-07-049p: can go back to using writeRuss Cox1-24/+4
2008-07-04lib9: add write function that withstands interruptsRuss Cox2-0/+24
2008-07-04lib9pclient: remove debugging printRuss Cox1-1/+0
2008-07-04lib9p: add Srv.foreground flagRuss Cox1-1/+4
2008-07-04lib9p: update diroffset correctly on rewindRuss Cox1-1/+1
2008-07-04lib9pclient: one more dotu (Michael Kaminsky)Russ Cox1-1/+1
2008-07-049pfuse: always return . and ..Russ Cox1-3/+28
2008-07-049pfuse: better handling of SETXATTR (sqweek)Russ Cox1-5/+8
2008-07-04lib9: use symlink size, not target size, in dirstatRuss Cox1-1/+3
2008-07-049pfuse: add symlink supportRuss Cox1-1/+30
2008-07-04lib9pclient: add support for 9P2000.uRuss Cox5-12/+17