Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-16 | fix tags again | rsc | 1 | -14/+3 | |
2007-03-15 | libc conflict on os x | rsc | 1 | -0/+2 | |
2007-03-15 | fix too-aggressive tag redraw | rsc | 1 | -19/+35 | |
2007-03-08 | CHANGES | rsc | 1 | -0/+107 | |
2007-02-22 | -ldraw no longer implies -lX11 | rsc | 3 | -1/+4 | |
2007-02-22 | update | rsc | 1 | -0/+9 | |
2007-02-11 | various memory errors in acme | rsc | 2 | -7/+5 | |
2007-01-29 | write YYARG def to ftable (fdefine might be null, and is not the right place ↵ | rsc | 1 | -1/+1 | |
anyway) | |||||
2007-01-29 | Make ls -lF work. | rsc | 1 | -6/+5 | |
2007-01-27 | add paragraph about < | > | rsc | 1 | -0/+18 | |
2007-01-25 | no more vtgoodbye | rsc | 1 | -1/+8 | |
2007-01-24 | google moved the fusefs.kext path | rsc | 1 | -3/+10 | |
2007-01-18 | print + new files in verbose mode (Michael Kaminsky) | rsc | 1 | -0/+3 | |
2007-01-18 | More return value fixes (Michael Kaminsky) | rsc | 1 | -1/+1 | |
2007-01-18 | Bug checking vacfileisdir return value. (Michael Kaminsky) | rsc | 1 | -1/+1 | |
2007-01-18 | Decode uid/gid strings as numbers if possible. (Michael Kaminsky) | rsc | 1 | -0/+2 | |
2007-01-18 | Minor FUSE bug fixes (found mount_fusefs!) | rsc | 2 | -2/+3 | |
2007-01-18 | Mac FUSE support (thanks to Jeff Sickel) | rsc | 5 | -3/+59 | |
2007-01-15 | change mpdigit to uint -- 64-bit mp library not so working | rsc | 1 | -1/+1 | |
2007-01-12 | change name | rsc | 2 | -3/+3 | |
2007-01-12 | Bug fix fix - remove debugging implementation of needoutflush. | rsc | 1 | -1/+2 | |
2007-01-12 | Fix 15-year-old sam protocol bug. | rsc | 4 | -34/+34 | |
2006-12-13 | More fortunes! | rsc | 1 | -0/+11 | |
2006-12-10 | stupid dash | rsc | 1 | -1/+2 | |
2006-12-09 | avoid bug if /bin/sh is dash -- use single quotes around \1 | rsc | 1 | -4/+4 | |
2006-12-01 | do not print EOk messages | rsc | 1 | -4/+6 | |
2006-11-20 | add fsysclose for ext2 | rsc | 1 | -0/+1 | |
2006-11-06 | Placate GCC in 64-bit targets. | wkj | 2 | -2/+2 | |
2006-11-06 | out of date | rsc | 1 | -3/+0 | |
2006-11-05 | Update CVS turd. | wkj | 1 | -0/+2 | |
2006-11-05 | block instead of chewing cpu in eread (Lu Xuxiao) | rsc | 1 | -1/+1 | |
2006-11-04 | Change GET/GBIT32 macros to explicitly cast final result to u32int. | rsc | 2 | -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-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 7 | -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-02 | fix sleep for OpenBSD 4.0 (Tim Wiess) | rsc | 1 | -1/+1 | |
2006-10-19 | Fix a handful of small one-time memory leaks in vbackup, | rsc | 17 | -13/+94 | |
and one per-package memory leak (in writethread). | |||||
2006-10-16 | Invoke psdownload via the 9 script. | wkj | 1 | -1/+1 | |
2006-10-13 | use X11 in /usr if it is there | rsc | 1 | -0/+4 | |
2006-10-12 | avoid broken print (Gabriel Diaz) | rsc | 1 | -0/+2 | |
2006-10-12 | avoid hang with htmlroff (Michael Teichgräber) | rsc | 1 | -1/+1 | |
2006-10-12 | avoid nonstandard entity names (Michael Teichgräber) | rsc | 1 | -8/+25 | |
2006-10-12 | remove prompt to avoid double-sending problems | rsc | 1 | -2/+2 | |
2006-10-12 | use all 9 commands (Karl Sackett) | rsc | 1 | -3/+5 | |
2006-10-12 | avoid EPROTO in case not there (Tim Wiess) | rsc | 1 | -0/+4 | |
2006-10-12 | print final verbose update (Lou Kamenov) | rsc | 1 | -2/+2 | |
2006-10-12 | update from plan9 | rsc | 1 | -0/+40 | |
2006-10-12 | new seq from plan 9 (Anthony Martin) | rsc | 1 | -11/+21 | |
2006-10-12 | correct ref counting in walkfile (Nemo) | rsc | 1 | -5/+1 | |
2006-09-18 | revert 1.4 -> 1.5 change | rsc | 1 | -4/+2 | |
2006-09-17 | remove bind | rsc | 1 | -1/+1 | |
2006-09-17 | stat | rsc | 2 | -0/+38 | |