| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix tags again | rsc | 2007-03-16 | 1 | -14/+3 |
| | | |||||
| * | libc conflict on os x | rsc | 2007-03-15 | 1 | -0/+2 |
| | | |||||
| * | fix too-aggressive tag redraw | rsc | 2007-03-15 | 1 | -19/+35 |
| | | |||||
| * | -ldraw no longer implies -lX11 | rsc | 2007-02-22 | 2 | -0/+3 |
| | | |||||
| * | various memory errors in acme | rsc | 2007-02-11 | 2 | -7/+5 |
| | | |||||
| * | write YYARG def to ftable (fdefine might be null, and is not the right place ↵ | rsc | 2007-01-29 | 1 | -1/+1 |
| | | | | | anyway) | ||||
| * | Make ls -lF work. | rsc | 2007-01-29 | 1 | -6/+5 |
| | | |||||
| * | no more vtgoodbye | rsc | 2007-01-25 | 1 | -1/+8 |
| | | |||||
| * | google moved the fusefs.kext path | rsc | 2007-01-24 | 1 | -3/+10 |
| | | |||||
| * | print + new files in verbose mode (Michael Kaminsky) | rsc | 2007-01-18 | 1 | -0/+3 |
| | | |||||
| * | More return value fixes (Michael Kaminsky) | rsc | 2007-01-18 | 1 | -1/+1 |
| | | |||||
| * | Bug checking vacfileisdir return value. (Michael Kaminsky) | rsc | 2007-01-18 | 1 | -1/+1 |
| | | |||||
| * | Decode uid/gid strings as numbers if possible. (Michael Kaminsky) | rsc | 2007-01-18 | 1 | -0/+2 |
| | | |||||
| * | Minor FUSE bug fixes (found mount_fusefs!) | rsc | 2007-01-18 | 1 | -1/+2 |
| | | |||||
| * | Mac FUSE support (thanks to Jeff Sickel) | rsc | 2007-01-18 | 1 | -0/+49 |
| | | |||||
| * | change name | rsc | 2007-01-12 | 2 | -3/+3 |
| | | |||||
| * | Bug fix fix - remove debugging implementation of needoutflush. | rsc | 2007-01-12 | 1 | -1/+2 |
| | | |||||
| * | Fix 15-year-old sam protocol bug. | rsc | 2007-01-12 | 4 | -34/+34 |
| | | |||||
| * | do not print EOk messages | rsc | 2006-12-01 | 1 | -4/+6 |
| | | |||||
| * | Placate GCC in 64-bit targets. | wkj | 2006-11-06 | 2 | -2/+2 |
| | | |||||
| * | In non-blocking recv functions in libmux and libdraw, | rsc | 2006-11-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | 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 a handful of small one-time memory leaks in vbackup, | rsc | 2006-10-19 | 3 | -0/+28 |
| | | | | | and one per-package memory leak (in writethread). | ||||
| * | use X11 in /usr if it is there | rsc | 2006-10-13 | 1 | -0/+4 |
| | | |||||
| * | avoid broken print (Gabriel Diaz) | rsc | 2006-10-12 | 1 | -0/+2 |
| | | |||||
| * | avoid hang with htmlroff (Michael Teichgräber) | rsc | 2006-10-12 | 1 | -1/+1 |
| | | |||||
| * | avoid nonstandard entity names (Michael Teichgräber) | rsc | 2006-10-12 | 1 | -8/+25 |
| | | |||||
| * | avoid EPROTO in case not there (Tim Wiess) | rsc | 2006-10-12 | 1 | -0/+4 |
| | | |||||
| * | print final verbose update (Lou Kamenov) | rsc | 2006-10-12 | 1 | -2/+2 |
| | | |||||
| * | new seq from plan 9 (Anthony Martin) | rsc | 2006-10-12 | 1 | -11/+21 |
| | | |||||
| * | revert 1.4 -> 1.5 change | rsc | 2006-09-18 | 1 | -4/+2 |
| | | |||||
| * | Aviod seg fault when no file | rsc | 2006-08-29 | 1 | -1/+4 |
| | | |||||
| * | set $samfile during external commands | rsc | 2006-08-24 | 1 | -0/+9 |
| | | |||||
| * | break from readdir properly (Lou Kamenov) | rsc | 2006-08-01 | 1 | -14/+16 |
| | | |||||
| * | free fuse messages | rsc | 2006-08-01 | 1 | -1/+8 |
| | | |||||
| * | use better O_LARGEFILE | rsc | 2006-07-27 | 1 | -0/+4 |
| | | |||||
| * | wait for mount to complete before exiting | rsc | 2006-07-27 | 3 | -2/+12 |
| | | |||||
| * | FreeBSD fixes (Lou Kamenov) | rsc | 2006-07-26 | 2 | -51/+97 |
| | | |||||
| * | clean temporary files | rsc | 2006-07-23 | 1 | -0/+1 |
| | | |||||
| * | better cleanup; use /var/tmp | rsc | 2006-07-23 | 1 | -2/+2 |
| | | |||||
| * | add stat.h | rsc | 2006-07-23 | 1 | -0/+1 |
| | | |||||
| * | fix emalloc prototype | rsc | 2006-07-23 | 1 | -2/+2 |
| | | |||||
| * | remove debug print | rsc | 2006-07-23 | 1 | -1/+0 |
| | | |||||
| * | oops | rsc | 2006-07-23 | 1 | -127/+30 |
| | | |||||
| * | better errstr | rsc | 2006-07-23 | 4 | -8/+169 |
| | | |||||
| * | better open mode | rsc | 2006-07-23 | 1 | -5/+10 |
| | | |||||
| * | gnuisms | rsc | 2006-07-23 | 1 | -1/+10 |
| | | |||||
| * | 9pfuse | rsc | 2006-07-23 | 6 | -0/+2333 |
| | | |||||
| * | fix nowsys build | rsc | 2006-07-23 | 3 | -3/+15 |
| | | |||||
| * | check was not correct on linux | rsc | 2006-07-18 | 1 | -2/+0 |
| | | |||||
| * | assorted changes from Plan 9 | rsc | 2006-07-18 | 39 | -361/+4540 |
| | | |||||
