summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/venti.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-0/+6
| | | | | | | | Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | 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: import changes from plan 9David du Colombier2011-11-081-2/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
* venti: fix usage to match manualsDavid du Colombier2011-06-071-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
* venti: import changes from plan 9David du Colombier2011-06-021-1/+13
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-291-1/+1
|
* venti: new icacheRuss Cox2007-09-251-13/+8
|
* add -r for readonlyrsc2007-05-031-3/+11
|
* checkpointrsc2007-04-271-2/+2
|
* assorted changes from Plan 9rsc2006-07-181-2/+4
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* fix usagersc2005-07-181-1/+1
|
* return of ventirsc2005-07-121-0/+266