summaryrefslogtreecommitdiffstats
path: root/src/cmd/vbackup/vbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-14/+13
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* vbackup: adapt to new libventi interfaceRuss Cox2009-06-101-5/+5
|
* lib9: add mode parameter to opentempRuss Cox2008-07-101-1/+1
|
* vbackup: fix uninitialized variable use in -i codeRuss Cox2007-12-041-0/+1
|
* vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox2007-11-271-38/+63
|
* mergeRuss Cox2007-11-271-1/+1
|
* vbackup for mac tweaks (dave swasey)rsc2007-06-121-8/+20
|
* complain loudly about vtwrite failurersc2007-04-081-2/+6
|
* no more vtgoodbyersc2007-01-251-1/+8
|
* Fix a handful of small one-time memory leaks in vbackup,rsc2006-10-191-0/+21
| | | | and one per-package memory leak (in writethread).
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* bigger block sizersc2006-01-071-1/+1
|
* updatesrsc2005-11-071-11/+37
|
* Vbackup knew about some unexported variables in libventiwkj2005-11-071-3/+3
| | | | | that seem to have gone AWOL. Remove the use and make things compile again.
* bigger stackrsc2005-07-221-1/+1
|
* no mode on vtcacheallocrsc2005-07-131-1/+1
|
* Dump-like file system backup for Unix, built on Venti.rsc2005-07-131-0/+524