aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-08CHANGESrsc1-0/+107
2007-02-22-ldraw no longer implies -lX11rsc3-1/+4
2007-02-22updatersc1-0/+9
2007-02-11various memory errors in acmersc2-7/+5
2007-01-29write YYARG def to ftable (fdefine might be null, and is not the right place ↵rsc1-1/+1
anyway)
2007-01-29Make ls -lF work.rsc1-6/+5
2007-01-27add paragraph about < | >rsc1-0/+18
2007-01-25no more vtgoodbyersc1-1/+8
2007-01-24google moved the fusefs.kext pathrsc1-3/+10
2007-01-18print + new files in verbose mode (Michael Kaminsky)rsc1-0/+3
2007-01-18More return value fixes (Michael Kaminsky)rsc1-1/+1
2007-01-18Bug checking vacfileisdir return value. (Michael Kaminsky)rsc1-1/+1
2007-01-18Decode uid/gid strings as numbers if possible. (Michael Kaminsky)rsc1-0/+2
2007-01-18Minor FUSE bug fixes (found mount_fusefs!)rsc2-2/+3
2007-01-18Mac FUSE support (thanks to Jeff Sickel)rsc5-3/+59
2007-01-15change mpdigit to uint -- 64-bit mp library not so workingrsc1-1/+1
2007-01-12change namersc2-3/+3
2007-01-12Bug fix fix - remove debugging implementation of needoutflush.rsc1-1/+2
2007-01-12Fix 15-year-old sam protocol bug.rsc4-34/+34
2006-12-13More fortunes!rsc1-0/+11
2006-12-10stupid dashrsc1-1/+2
2006-12-09avoid bug if /bin/sh is dash -- use single quotes around \1rsc1-4/+4
2006-12-01do not print EOk messagesrsc1-4/+6
2006-11-20add fsysclose for ext2rsc1-0/+1
2006-11-06Placate GCC in 64-bit targets.wkj2-2/+2
2006-11-06out of datersc1-3/+0
2006-11-05Update CVS turd.wkj1-0/+2
2006-11-05block instead of chewing cpu in eread (Lu Xuxiao)rsc1-1/+1
2006-11-04Change GET/GBIT32 macros to explicitly cast final result to u32int.rsc2-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.
2006-11-04In non-blocking recv functions in libmux and libdraw,rsc7-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.
2006-11-02fix sleep for OpenBSD 4.0 (Tim Wiess)rsc1-1/+1
2006-10-19Fix a handful of small one-time memory leaks in vbackup,rsc17-13/+94
and one per-package memory leak (in writethread).
2006-10-16Invoke psdownload via the 9 script.wkj1-1/+1
2006-10-13use X11 in /usr if it is therersc1-0/+4
2006-10-12avoid broken print (Gabriel Diaz)rsc1-0/+2
2006-10-12avoid hang with htmlroff (Michael Teichgräber)rsc1-1/+1
2006-10-12avoid nonstandard entity names (Michael Teichgräber)rsc1-8/+25
2006-10-12remove prompt to avoid double-sending problemsrsc1-2/+2
2006-10-12use all 9 commands (Karl Sackett)rsc1-3/+5
2006-10-12avoid EPROTO in case not there (Tim Wiess)rsc1-0/+4
2006-10-12print final verbose update (Lou Kamenov)rsc1-2/+2
2006-10-12update from plan9rsc1-0/+40
2006-10-12new seq from plan 9 (Anthony Martin)rsc1-11/+21
2006-10-12correct ref counting in walkfile (Nemo)rsc1-5/+1
2006-09-18revert 1.4 -> 1.5 changersc1-4/+2
2006-09-17remove bindrsc1-1/+1
2006-09-17statrsc2-0/+38
2006-08-30Myetheraddr lives in myetheraddr.c, so remove it here.wkj1-10/+0
2006-08-29Aviod seg fault when no filersc1-1/+4
2006-08-24set $samfile during external commandsrsc1-0/+9