summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/mgr.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-23/+23
| | | | | | | | | 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>
* venti/mgr: various fixes and plan 9 supportDavid du Colombier2011-11-211-55/+56
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047
* venti: add mgr (work in progress)Russ Cox2010-11-091-0/+1021
R=rsc http://codereview.appspot.com/3003041