aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/venti.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-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.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2011-11-08venti: import changes from plan 9David du Colombier1-2/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
2011-06-07venti: fix usage to match manualsDavid du Colombier1-2/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
2011-06-02venti: import changes from plan 9David du Colombier1-1/+13
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
2007-10-29venti: fix sync deadlock, add /proc stubRuss Cox1-1/+1
2007-09-25venti: new icacheRuss Cox1-13/+8
2007-05-03add -r for readonlyrsc1-3/+11
2007-04-27checkpointrsc1-2/+2
2006-07-18assorted changes from Plan 9rsc1-2/+4
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2005-07-18fix usagersc1-1/+1
2005-07-12return of ventirsc1-0/+266