aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-03-28keep path and PATH in syncrsc1-0/+2
2007-03-26add page (Kris Maglione)rsc15-480/+448
2007-03-26fix empty string interpolation bugs (Michael Teichgräber)rsc2-9/+14
2007-03-26fix int/size_t warning (Chad Dougherty)rsc1-1/+1
2007-03-26do not redefine rewindrsc1-1/+1
2007-03-26pad out zmagic to 32+ bytesrsc1-1/+1
2007-03-26more memory errors (valgrind)rsc3-1/+3
2007-03-26fix waitrsc5-251/+97
2007-03-26fix phantom rc crashesrsc1-0/+1
2007-03-26better rc detection (Michael Teichgräber)rsc1-1/+1
2007-03-2664-bitrsc1-1/+1
2007-03-26make :1-1 work (Arvindh Tamilmani)rsc1-1/+2
2007-03-26sync with plan 9rsc23-1232/+1967
2007-03-25try to handle Beof in the macros (Michael Teichgräber)rsc3-15/+15
2007-03-25remove double free (David Swasey)rsc1-3/+1
2007-03-25fix args to should (David Swasey)rsc1-0/+2
2007-03-25add very big file support (David Swasey)rsc2-18/+34
2007-03-25make Load more faithful to original Dump (Peter Canning)rsc1-1/+1
2007-03-25fix againrsc1-1/+1
2007-03-25use plain char if no translation in troffchar (fix ", "" in wintext(1))rsc1-1/+1
2007-03-25import statusbar, converted to libthread (Lou Kamenov)rsc1-0/+234
2007-03-25cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc2-1/+27
2007-03-16fix tags againrsc1-14/+3
2007-03-15libc conflict on os xrsc1-0/+2
2007-03-15fix too-aggressive tag redrawrsc1-19/+35
2007-02-22-ldraw no longer implies -lX11rsc2-0/+3
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-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!)rsc1-1/+2
2007-01-18Mac FUSE support (thanks to Jeff Sickel)rsc2-1/+49
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-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-05block instead of chewing cpu in eread (Lu Xuxiao)rsc1-1/+1
2006-11-04In non-blocking recv functions in libmux and libdraw,rsc6-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.
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,rsc16-13/+91
and one per-package memory leak (in writethread).
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