| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -1/+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 |
| | | |||||
| * | add fsysclose for ext2 | rsc | 2006-11-20 | 1 | -0/+1 |
| | | |||||
| * | Placate GCC in 64-bit targets. | wkj | 2006-11-06 | 2 | -2/+2 |
| | | |||||
| * | block instead of chewing cpu in eread (Lu Xuxiao) | rsc | 2006-11-05 | 1 | -1/+1 |
| | | |||||
| * | In non-blocking recv functions in libmux and libdraw, | rsc | 2006-11-04 | 6 | -57/+83 |
| | | | | | | | | | | | | | 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) | rsc | 2006-11-02 | 1 | -1/+1 |
| | | |||||
| * | Fix a handful of small one-time memory leaks in vbackup, | rsc | 2006-10-19 | 16 | -13/+91 |
| | | | | | 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 |
| | | |||||
| * | correct ref counting in walkfile (Nemo) | rsc | 2006-10-12 | 1 | -5/+1 |
| | | |||||
| * | revert 1.4 -> 1.5 change | rsc | 2006-09-18 | 1 | -4/+2 |
| | | |||||
| * | Myetheraddr lives in myetheraddr.c, so remove it here. | wkj | 2006-08-30 | 1 | -10/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | ignore /net/ prefixes - been long enough | rsc | 2006-07-23 | 1 | -3/+0 |
| | | |||||
| * | don't die on eof in sendfd | rsc | 2006-07-23 | 1 | -1/+4 |
| | | |||||
| * | experiment: translation from standard notations to plan 9 in netmkaddr | rsc | 2006-07-23 | 2 | -13/+20 |
| | | |||||
| * | more functions | rsc | 2006-07-23 | 8 | -26/+57 |
| | | |||||
| * | fix cache bug (Eoghan Sherry) | rsc | 2006-07-23 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | new | rsc | 2006-07-18 | 1 | -0/+271 |
| | | |||||
| * | add vttimefmt | rsc | 2006-07-18 | 2 | -0/+26 |
| | | |||||
