Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2006-08-30 | Myetheraddr lives in myetheraddr.c, so remove it here. | wkj | 1 | -10/+0 | |
2006-08-29 | Aviod seg fault when no file | rsc | 1 | -1/+4 | |
2006-08-24 | set $samfile during external commands | rsc | 1 | -0/+9 | |
2006-08-01 | break from readdir properly (Lou Kamenov) | rsc | 1 | -14/+16 | |
2006-08-01 | free fuse messages | rsc | 1 | -1/+8 | |
2006-07-28 | allow +line syntax | rsc | 1 | -1/+13 | |
2006-07-27 | use better O_LARGEFILE | rsc | 1 | -0/+4 | |
2006-07-27 | quote equals | rsc | 1 | -2/+2 | |
2006-07-27 | wait for mount to complete before exiting | rsc | 3 | -2/+12 | |
2006-07-26 | FreeBSD fixes (Lou Kamenov) | rsc | 2 | -51/+97 | |
2006-07-24 | space after -v for OS X (andrey) | rsc | 1 | -1/+1 | |
2006-07-23 | CHANGES | rsc | 1 | -0/+5 | |
2006-07-23 | clean temporary files | rsc | 1 | -0/+1 | |
2006-07-23 | better cleanup; use /var/tmp | rsc | 1 | -2/+2 | |
2006-07-23 | better status | rsc | 1 | -8/+10 | |
2006-07-23 | show current directory | rsc | 2 | -1/+52 | |
2006-07-23 | add stat.h | rsc | 1 | -0/+1 | |
2006-07-23 | fix emalloc prototype | rsc | 1 | -2/+2 | |
2006-07-23 | remove debug print | rsc | 1 | -1/+0 | |
2006-07-23 | oops | rsc | 1 | -127/+30 | |
2006-07-23 | CHANGES | rsc | 1 | -0/+40 | |
2006-07-23 | better errstr | rsc | 4 | -8/+169 | |
2006-07-23 | better open mode | rsc | 1 | -5/+10 | |
2006-07-23 | gnuisms | rsc | 1 | -1/+10 | |
2006-07-23 | 9pfuse | rsc | 7 | -0/+2395 | |