aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-10lib9: add mode parameter to opentempRuss Cox9-34/+23
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-10stack: look in core by defaultRuss Cox1-2/+5
2008-07-10fortunesRuss Cox1-0/+48
2008-07-10snoopy: no trailing comma in arrayRuss Cox1-1/+1
2008-07-10tfont: accomodate broken fonts with multiply-mapped glyphsRuss Cox1-5/+37
2008-07-10[merge]Russ Cox2-4/+13
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-099c: grep away Apple SetCursor/InitCursor warningsRuss Cox1-1/+4
2008-07-09vmount: add -t nfs on LinuxRuss Cox1-1/+1
2008-07-09unix ports: add Make.Darwin-386 fileRuss Cox1-0/+7
2008-07-09unix libfmt: use mkdir -p to create man3 directoryRuss Cox1-1/+1
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-09ipso: only fiddle with factotum when editing factotum fileRuss Cox1-2/+4
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-09lock(3): fix typoWilliam Josephson1-1/+1
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 Cox3-0/+26
2008-07-04lib9pclient: remove debugging printRuss Cox1-1/+0
2008-07-04lib9p: add Srv.foreground flagRuss Cox2-1/+5
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
2008-07-03venti: reduce locking contention in buildindexRuss Cox3-13/+74
2008-07-03venti: more detail in index divisor too coarse messageRuss Cox1-1/+1
2008-07-03venti: bump MaxAMapRuss Cox1-1/+1
2008-07-03venti: mark checksum-queued arenas in http outputRuss Cox1-0/+2
2008-07-03venti: make sure arena checksum jobs cannot be missedRuss Cox1-5/+8
2008-07-03venti/wrarena: add timing output, fix syncRuss Cox1-4/+6
2008-07-03venti: allow plan 9 partitions as disk subnamesRuss Cox1-190/+103