aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti
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-14venti/buildindex: fix hang on large indexesRuss Cox1-1/+1
Fixes #93.
2020-01-13Make venti's doc more accurateEdouard Klein1-1/+1
2020-01-13cmd/venti/srv: split memory allocation callNeven Sajko1-2/+2
This splits a certain vtmallocz call in mkihash into two vtmallocz calls. The first issue this fixes is that the C aliasing rules were not respected in the code before this commit. The other thing is that this enables better memory alignment guarantees. Updates #313 Change-Id: Ia4f3e0fc85facc778193f5e977d4f99a1a9abd23
2020-01-10Trivial changes: whitespace and modes.Dan Cross46-421/+396
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>
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken1-1/+1
A pixel is 32 bits wide in RGBA, regardless of system's word size. Change-Id: Iea36a8dafdec9ce8d593f944ef5ed1ea08e11d25 Reviewed-on: https://plan9port-review.googlesource.com/2980 Reviewed-by: David du Colombier <0intro@gmail.com>
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-1/+1
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox1-1/+1
Found by nwf. TBR=rsc https://codereview.appspot.com/162860045
2013-01-03venti/wrarena: fix arenapart breakageDavid du Colombier1-3/+4
R=rsc https://codereview.appspot.com/7027044
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox2-3/+3
R=rsc http://codereview.appspot.com/6744054
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-4/+1
R=rsc http://codereview.appspot.com/6744053
2012-05-29fix INSTALL warningsRuss Cox2-2/+3
R=rsc http://codereview.appspot.com/6258060
2012-05-29venti: fix VtMaxLumpSizeAbhishek Kulkarni7-7/+7
R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047
2012-05-07venti: remove bloomlookuptime in statsDavid du Colombier1-3/+0
R=rsc http://codereview.appspot.com/6197057
2012-05-07venti: fix bloom in statsDavid du Colombier1-1/+4
R=rsc http://codereview.appspot.com/6201049
2012-05-02venti: fix writedonechan size in bloomDavid du Colombier1-1/+1
R=rsc http://codereview.appspot.com/6128063
2012-04-22venti: add bootstrap mode (write + no index)Russ Cox4-0/+9
R=rsc, rsc http://codereview.appspot.com/6097047
2012-04-07venti: fix typoRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/5989059
2012-04-07venti: add arenapart support to wrarenaRuss Cox1-2/+16
R=rsc http://codereview.appspot.com/5988058
2012-01-26venti: import venti/conf from plan 9David du Colombier2-0/+76
R=rsc http://codereview.appspot.com/5572066
2012-01-20venti: fix settings in statsDavid du Colombier2-1/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054
2012-01-16venti: fix scacheprefetch statsDavid du Colombier1-0/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045
2011-11-21venti/mgr: various fixes and plan 9 supportDavid du Colombier1-55/+56
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047
2011-11-21venti: fix log url in statsDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043
2011-11-08venti: import changes from plan 9David du Colombier4-3/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
2011-11-08venti: fix vtcachealloc and VtMaxLumpSizeDavid du Colombier3-2/+14
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073
2011-11-08venti: fix format on ulongDavid du Colombier1-2/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046
2011-06-13venti: fix pragma varargck due to changes in tag()David du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150
2011-06-07venti: fix usage to match manualsDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041
2011-06-07venti: fix usage to match manualsDavid du Colombier7-8/+8
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
2011-06-02venti: import changes from plan 9David du Colombier20-38/+94
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
2010-11-09venti: add mgr (work in progress)Russ Cox1-0/+1021
R=rsc http://codereview.appspot.com/3003041
2010-02-22various: crctab now u32intRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/220041
2009-08-23venti: handle FS block size > MaxIoVenkatesh Srinivas1-2/+5
http://codereview.appspot.com/110071
2009-08-21venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas1-9/+112
http://codereview.appspot.com/110062
2009-05-25venti: 32-bit extensions to data structuresRuss Cox6-2/+32
2009-02-04venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo)Russ Cox1-2/+4
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-06venti: handle symlinks as disksRuss Cox1-1/+1
2008-08-07venti: silence warnings in icache.cRuss Cox1-4/+4
2008-07-31venti: work around gcc 4.3 bug (reported by Lucho Ionkov)Russ Cox1-1/+13
2008-07-09venti: add venti/dump programRuss Cox2-0/+135
2008-07-03venti: reduce locking contention in buildindexRuss Cox3-13/+74
2008-07-03venti: more detail in index divisor too coarse messageRuss Cox1-1/+1
2008-07-03venti: bump MaxAMapRuss Cox1-1/+1
2008-07-03venti: mark checksum-queued arenas in http outputRuss Cox1-0/+2