summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* unix ports: add Make.Darwin-386 fileRuss Cox2008-07-091-0/+7
|
* unix libfmt: use mkdir -p to create man3 directoryRuss Cox2008-07-091-1/+1
|
* 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
|
* ipso: only fiddle with factotum when editing factotum fileRuss Cox2008-07-091-2/+4
|
* 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
|
* lock(3): fix typoWilliam Josephson2008-07-091-1/+1
|
* 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-043-0/+26
|
* lib9pclient: remove debugging printRuss Cox2008-07-041-1/+0
|
* lib9p: add Srv.foreground flagRuss Cox2008-07-042-1/+5
|
* lib9p: update diroffset correctly on rewindRuss Cox2008-07-041-1/+1
|
* lib9pclient: one more dotu (Michael Kaminsky)Russ Cox2008-07-041-1/+1
|
* 9pfuse: always return . and ..Russ Cox2008-07-041-3/+28
|
* 9pfuse: better handling of SETXATTR (sqweek)Russ Cox2008-07-041-5/+8
|
* lib9: use symlink size, not target size, in dirstatRuss Cox2008-07-041-1/+3
|
* 9pfuse: add symlink supportRuss Cox2008-07-041-1/+30
|
* lib9pclient: add support for 9P2000.uRuss Cox2008-07-045-12/+17
|
* venti: reduce locking contention in buildindexRuss Cox2008-07-033-13/+74
|
* venti: more detail in index divisor too coarse messageRuss Cox2008-07-031-1/+1
|
* venti: bump MaxAMapRuss Cox2008-07-031-1/+1
|
* venti: mark checksum-queued arenas in http outputRuss Cox2008-07-031-0/+2
|
* venti: make sure arena checksum jobs cannot be missedRuss Cox2008-07-031-5/+8
|
* venti/wrarena: add timing output, fix syncRuss Cox2008-07-031-4/+6
|
* venti: allow plan 9 partitions as disk subnamesRuss Cox2008-07-031-190/+103
|
* devdraw: make OS X native gui build (Eric Nichols)Russ Cox2008-07-031-1/+1
|
* dist: new, linear addsrclinksRuss Cox2008-07-031-4/+7
|
* vnfs: quieterRuss Cox2008-07-031-1/+0
|
* lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox2008-07-031-109/+49
|
* devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski)Russ Cox2008-07-031-2/+4
|
* devdraw: OS X: go full screen on largest device (Eric Nichols)Russ Cox2008-07-031-1/+3
|
* vac: add -a and -x flagsRuss Cox2008-07-0311-82/+550
| | | | Thanks to Michael Kaminsky for the suggestion.
* devdraw: do not create OS X window group (Eric Nichols)Russ Cox2008-07-031-3/+0
|
* devdraw: OS X unicode input (Andrey Mirtchovski)Russ Cox2008-07-021-0/+7
|
* vac: fix -m bug (Myron Cheung)Russ Cox2008-07-022-5/+4
|
* devdraw: OS X mouse scroll fix (Jeff Sickel)Russ Cox2008-07-021-1/+1
|
* devdraw: OS X alt key supportRuss Cox2008-07-011-2/+38
|
* devdraw: add %F for fullscreen on OS XRuss Cox2008-07-011-10/+30
|