aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-14Unicode superscript updateRuss Cox1-1/+1
2009-04-30scat: make 64-bit safeRuss Cox6-55/+57
2009-04-30scat: add to buildRuss Cox2-4/+4
2009-04-30mergeRuss Cox3-2/+16
2009-04-30mergeRuss Cox6-107/+254
2009-04-30libflate: shut up valgrindRuss Cox1-0/+2
2009-04-30smugfs: directory mode should be 755Russ Cox1-1/+1
2009-04-309pfuse: clear O_EXCL tooRuss Cox1-1/+1
2009-02-05du: build by default; fix bug gcc discoveredRuss Cox1-1/+1
2008-12-10MacFUSE 2.0 updatesJeff Sickel1-3/+6
2009-02-04venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo)Russ Cox1-2/+4
2009-02-04sed: avoid crash when rregexec return errorRuss Cox1-1/+1
2009-02-04mergeRuss Cox1-3/+3
2009-01-06win: better SIGPIPE handlingRuss Cox1-10/+9
2008-12-309pfuse: allow O_APPEND in open and create (Roman Shaposhnik)Russ Cox1-1/+8
2008-12-23libthread: work around gcc warning on FreeBSDRuss Cox1-1/+1
2008-12-23libventi: remove unused variableRuss Cox1-1/+0
2008-12-23venti: disk i/o fixes and tweaksRuss Cox1-8/+17
2008-12-23venti: better inconsistency errorsRuss Cox1-12/+45
2008-12-23venti/verifyarena: shorter output, aligned i/oRuss Cox1-10/+18
2008-12-23venti/mirrorarenas: shorter output, aligned i/oRuss Cox1-12/+93
2008-12-23venti: ignore mgr lines in configRuss Cox1-1/+3
2008-12-23libventi: add %+TRuss Cox2-22/+7
2008-12-07lib9/dirwstat: missing prototype for chmodRuss Cox1-0/+1
2008-12-06mailfs: plumb messages correctly even if body comes before headerRuss Cox1-1/+1
2008-12-06dc: cleanup, fix off-by-one memory errorRuss Cox1-15/+1
2008-12-06bc: cleanup, make sure to run 9 dcRuss Cox1-31/+30
2008-12-06import: add -x flagRuss Cox1-25/+34
2008-12-06awk: delete y.outputRuss Cox1-9032/+0
2008-12-06acme: fix Load bug (Fazlul Shahriar)Russ Cox1-2/+3
2008-12-06awk/mkfile: tabifyRuss Cox1-3/+3
2008-12-06unvac: add -d flag (David Swasey)Russ Cox4-22/+89
2008-12-06lib9: can change length in dirfwstat, dirwstat; mode in dirwstat (David Swasey)Russ Cox2-6/+21
2008-11-03awk: import from sourcesJeff Sickel14-0/+14513
2008-12-03libdraw: add borderopJeff Sickel1-9/+15
2008-12-06page: remove lingering ref to ccitt-g4Russ Cox1-2/+0
2008-12-06page: reorder cvt[] array to match enumRuss Cox2-4/+1
2008-12-01src/cmd/page/gfx.c: use C89 array initialiserAlbert Lee1-13/+13
2008-12-01src/cmd/tar.c: avoid conflict with strnlen in libcAlbert Lee1-3/+3
2008-12-01secstore: avoid name conflict with SS macroAlbert Lee1-1/+2
2008-12-01factotum: avoid name conflict with SS macroAlbert Lee1-1/+2
2008-12-019660srv: dynamically init fcallsAlbert Lee1-15/+20
2008-12-019660srv: give names to anonymous structs in unionAlbert Lee2-48/+48
2008-12-01src/mkhdr: support Solaris x86Albert Lee1-0/+1
2008-12-06dc: clean up minor memory errorsRuss Cox1-6/+5
2008-12-06venti: handle symlinks as disksRuss Cox1-1/+1
2008-12-06vac: error handling bug in vacfileblockscore (David Swasey)Russ Cox1-2/+3
2008-12-06unvac: correct handling of named prefixes (Mathieu Lonjaret)Russ Cox1-1/+1
2008-11-17troff: silence gcc printf warningRuss Cox2-2/+2
2008-11-17eqn: silence gcc printf warningRuss Cox1-2/+1