2 weeks agoAndré Güntherdevdraw: automatic OS X label updating default tip
2 weeks agoRuss Coxlibventi: fix cache teardown checks
2 weeks agoRuss Coxvbackup: update to new libventi interface
2 weeks agoRuss Coxmerge
2 weeks agoRuss Coxdevdraw: avoid label race in OS X
3 weeks agoRuss Cox9pfuse: fix OS X version detection
3 weeks agoRuss Coxvbackup: adapt to new libventi interface
3 weeks agoRuss Coxmerge
3 weeks agoRuss Coxg: add asm to the list of extensions
4 weeks agoRuss Coxcmd: getline now a dirty word (James Toy)
5 weeks agoRuss Coxscat: fix 64-bit warning
5 weeks agoKris Maglionepage: fix for newer versions of ghostscript.
5 weeks agoRuss Coxventi: 32-bit extensions to data structures
5 weeks agoRuss Coxlibventi: protocol support for blocks larger than 64k
3 weeks agoRuss Coxacme: handle 0xffff rune correctly in load
3 weeks agoRuss Cox9term: move putenv before fork, to avoid malloc lock problem
3 weeks agoRuss Coxdevdraw: set window label correctly on OS X
3 weeks agoRuss Coxauxstats: silence type-punned warning on FreeBSD
3 weeks agoRuss Coxscat: use uintptr to silence warning
4 weeks agoRuss Coxdevdraw: on OS X, do not let alt-click start a compose sequence
6 weeks agoRuss Coxnetfiles(1), sftpcache(1): document failure with new sftp
6 weeks agoJeff Sicketdevdraw: flush window on kEventAppShow
6 weeks agoRuss Coxplumb: change inferno module path to /usr/inferno/module (Anthony Sorace)
6 weeks agoRuss Cox9pfuse: fix mkfile for people without . in their paths
7 weeks agoRuss CoxUnicode superscript update
8 weeks agoRuss Coxlabel: write to /dev/tty to avoid redirections
2 months agoRuss Coxmain.html: FreeBSD/x86-64 works
2 months agoRuss Coxscat: make 64-bit safe
2 months agoRuss Coxscat: add to build
2 months agoRuss Coxinstall: typo in man page
2 months agoRuss Coxmerge
2 months agoRuss Coxlibthread: remove unimplemented chaninit
2 months agoRuss Cox9pfuse: accomodate 10.4 differences (Skip Tavakkolian)
2 months agoRuss Coxmerge
2 months agoRuss Coxlp: move devices to devices.sample
2 months agoRuss Coxipso: do not use the /lib/init/rw tmpfs
2 months agoRuss Coxlibflate: shut up valgrind
2 months agoRuss Coxsmugfs: directory mode should be 755
2 months agoRuss Cox9pfuse: clear O_EXCL too
2 months agoRuss Coxinstall: add comment about X11 packages
3 months agoRuss Coxlibdraw: use real argv[0] for OS X 10.4 (Eoghan Sherry)
3 months agoRuss Coxlibmemdraw: draw bug fixes, update drawtest
4 months agoRuss Coxdrawclient: guard against argv0 == nil
4 months agoRuss Coxacme: move cut/paste to after filemark (Caerwyn Jones)
4 months agoRuss Coxacme: implement %X %C %V on OS X
4 months agoRuss Coxsamterm: implement %X %C %V on OS X
4 months agoRuss Coxdevdraw: generate Kcmd for OS X cmd keys, eliminate quicktime dependency
4 months agoRuss Coxkeyboard.h: add Kcmd for OS X cmd keys
4 months agoRuss Coxdd: build by default
4 months agoRuss Coxdu: build by default; fix bug gcc discovered
6 months agoJeff SickelMacFUSE 2.0 updates
4 months agoRuss Coxventi/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo)
4 months agoRuss Coxsed: avoid crash when rregexec return error
4 months agoRuss Coxmerge
5 months agoRuss Coxxd: 64-bit bug fix
5 months agoRuss Coxwin: better SIGPIPE handling
6 months agoRuss Cox9pfuse: allow O_APPEND in open and create (Roman Shaposhnik)
6 months agoRuss Coxlibthread: work around gcc warning on FreeBSD
6 months agoRuss Coxlibventi: remove unused variable
6 months agoRuss Coxventi: disk i/o fixes and tweaks