summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add x86 os xrsc2007-03-251-1/+1
|
* parse -d arg correctly (Fazlul Shahriar)rsc2007-03-251-1/+1
|
* fix tags againrsc2007-03-161-14/+3
|
* libc conflict on os xrsc2007-03-151-0/+2
|
* fix too-aggressive tag redrawrsc2007-03-151-19/+35
|
* CHANGESrsc2007-03-081-0/+107
|
* -ldraw no longer implies -lX11rsc2007-02-223-1/+4
|
* updatersc2007-02-221-0/+9
|
* various memory errors in acmersc2007-02-112-7/+5
|
* write YYARG def to ftable (fdefine might be null, and is not the right place ↵rsc2007-01-291-1/+1
| | | | anyway)
* Make ls -lF work.rsc2007-01-291-6/+5
|
* add paragraph about < | >rsc2007-01-271-0/+18
|
* no more vtgoodbyersc2007-01-251-1/+8
|
* google moved the fusefs.kext pathrsc2007-01-241-3/+10
|
* print + new files in verbose mode (Michael Kaminsky)rsc2007-01-181-0/+3
|
* More return value fixes (Michael Kaminsky)rsc2007-01-181-1/+1
|
* Bug checking vacfileisdir return value. (Michael Kaminsky)rsc2007-01-181-1/+1
|
* Decode uid/gid strings as numbers if possible. (Michael Kaminsky)rsc2007-01-181-0/+2
|
* Minor FUSE bug fixes (found mount_fusefs!)rsc2007-01-182-2/+3
|
* Mac FUSE support (thanks to Jeff Sickel)rsc2007-01-185-3/+59
|
* change mpdigit to uint -- 64-bit mp library not so workingrsc2007-01-151-1/+1
|
* change namersc2007-01-122-3/+3
|
* Bug fix fix - remove debugging implementation of needoutflush.rsc2007-01-121-1/+2
|
* Fix 15-year-old sam protocol bug.rsc2007-01-124-34/+34
|
* More fortunes!rsc2006-12-131-0/+11
|
* stupid dashrsc2006-12-101-1/+2
|
* avoid bug if /bin/sh is dash -- use single quotes around \1rsc2006-12-091-4/+4
|
* do not print EOk messagesrsc2006-12-011-4/+6
|
* add fsysclose for ext2rsc2006-11-201-0/+1
|
* Placate GCC in 64-bit targets.wkj2006-11-062-2/+2
|
* out of datersc2006-11-061-3/+0
|
* Update CVS turd.wkj2006-11-051-0/+2
|
* block instead of chewing cpu in eread (Lu Xuxiao)rsc2006-11-051-1/+1
|
* Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc2006-11-042-2/+2
| | | | | | | | | | | | Otherwise, the type of the expression will be int, and if written to a uvlong (or just a ulong on most 64-bit systems), it will be sign-extended. This was going on in drawfcall with Mouse.msec, which is declared as a ulong. This fix assumes that the protocols only send unsigned numbers, which is true.
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-047-61/+88
| | | | | | | | | | | | distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage.
* fix sleep for OpenBSD 4.0 (Tim Wiess)rsc2006-11-021-1/+1
|
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-1917-13/+94
| | | | and one per-package memory leak (in writethread).
* Invoke psdownload via the 9 script.wkj2006-10-161-1/+1
|
* use X11 in /usr if it is therersc2006-10-131-0/+4
|
* avoid broken print (Gabriel Diaz)rsc2006-10-121-0/+2
|
* avoid hang with htmlroff (Michael Teichgräber)rsc2006-10-121-1/+1
|
* avoid nonstandard entity names (Michael Teichgräber)rsc2006-10-121-8/+25
|
* remove prompt to avoid double-sending problemsrsc2006-10-121-2/+2
|
* use all 9 commands (Karl Sackett)rsc2006-10-121-3/+5
|
* avoid EPROTO in case not there (Tim Wiess)rsc2006-10-121-0/+4
|
* print final verbose update (Lou Kamenov)rsc2006-10-121-2/+2
|
* update from plan9rsc2006-10-121-0/+40
|
* new seq from plan 9 (Anthony Martin)rsc2006-10-121-11/+21
|
* correct ref counting in walkfile (Nemo)rsc2006-10-121-5/+1
|
* revert 1.4 -> 1.5 changersc2006-09-181-4/+2
|