Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 1 | -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-14 | venti/buildindex: fix hang on large indexes | Russ Cox | 1 | -1/+1 | |
Fixes #93. | |||||
2020-01-13 | Make venti's doc more accurate | Edouard Klein | 1 | -1/+1 | |
2020-01-13 | cmd/venti/srv: split memory allocation call | Neven Sajko | 1 | -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-10 | Trivial changes: whitespace and modes. | Dan Cross | 46 | -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-23 | venti: fix venti graph on 64-bit | Michael Stroucken | 1 | -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-06 | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 1 | -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-21 | venti/copy: fix bug writing directories that zero truncate | Russ Cox | 1 | -1/+1 | |
Found by nwf. TBR=rsc https://codereview.appspot.com/162860045 | |||||
2013-01-03 | venti/wrarena: fix arenapart breakage | David du Colombier | 1 | -3/+4 | |
R=rsc https://codereview.appspot.com/7027044 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2 | -3/+3 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -4/+1 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2012-05-29 | fix INSTALL warnings | Russ Cox | 2 | -2/+3 | |
R=rsc http://codereview.appspot.com/6258060 | |||||
2012-05-29 | venti: fix VtMaxLumpSize | Abhishek Kulkarni | 7 | -7/+7 | |
R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047 | |||||
2012-05-07 | venti: remove bloomlookuptime in stats | David du Colombier | 1 | -3/+0 | |
R=rsc http://codereview.appspot.com/6197057 | |||||
2012-05-07 | venti: fix bloom in stats | David du Colombier | 1 | -1/+4 | |
R=rsc http://codereview.appspot.com/6201049 | |||||
2012-05-02 | venti: fix writedonechan size in bloom | David du Colombier | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6128063 | |||||
2012-04-22 | venti: add bootstrap mode (write + no index) | Russ Cox | 4 | -0/+9 | |
R=rsc, rsc http://codereview.appspot.com/6097047 | |||||
2012-04-07 | venti: fix typo | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/5989059 | |||||
2012-04-07 | venti: add arenapart support to wrarena | Russ Cox | 1 | -2/+16 | |
R=rsc http://codereview.appspot.com/5988058 | |||||
2012-01-26 | venti: import venti/conf from plan 9 | David du Colombier | 2 | -0/+76 | |
R=rsc http://codereview.appspot.com/5572066 | |||||
2012-01-20 | venti: fix settings in stats | David du Colombier | 2 | -1/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054 | |||||
2012-01-16 | venti: fix scacheprefetch stats | David du Colombier | 1 | -0/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 | |||||
2011-11-21 | venti/mgr: various fixes and plan 9 support | David du Colombier | 1 | -55/+56 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047 | |||||
2011-11-21 | venti: fix log url in stats | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043 | |||||
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 4 | -3/+7 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | |||||
2011-11-08 | venti: fix vtcachealloc and VtMaxLumpSize | David du Colombier | 3 | -2/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073 | |||||
2011-11-08 | venti: fix format on ulong | David du Colombier | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046 | |||||
2011-06-13 | venti: fix pragma varargck due to changes in tag() | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 7 | -8/+8 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | |||||
2011-06-02 | venti: import changes from plan 9 | David du Colombier | 20 | -38/+94 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | |||||
2010-11-09 | venti: add mgr (work in progress) | Russ Cox | 1 | -0/+1021 | |
R=rsc http://codereview.appspot.com/3003041 | |||||
2010-02-22 | various: crctab now u32int | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/220041 | |||||
2009-08-23 | venti: handle FS block size > MaxIo | Venkatesh Srinivas | 1 | -2/+5 | |
http://codereview.appspot.com/110071 | |||||
2009-08-21 | venti/copy: synchronize with Plan 9; indent in verbose mode | Venkatesh Srinivas | 1 | -9/+112 | |
http://codereview.appspot.com/110062 | |||||
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 6 | -2/+32 | |
2009-02-04 | venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo) | Russ Cox | 1 | -2/+4 | |
2008-12-23 | venti: disk i/o fixes and tweaks | Russ Cox | 1 | -8/+17 | |
2008-12-23 | venti: better inconsistency errors | Russ Cox | 1 | -12/+45 | |
2008-12-23 | venti/verifyarena: shorter output, aligned i/o | Russ Cox | 1 | -10/+18 | |
2008-12-23 | venti/mirrorarenas: shorter output, aligned i/o | Russ Cox | 1 | -12/+93 | |
2008-12-23 | venti: ignore mgr lines in config | Russ Cox | 1 | -1/+3 | |
2008-12-06 | venti: handle symlinks as disks | Russ Cox | 1 | -1/+1 | |
2008-08-07 | venti: silence warnings in icache.c | Russ Cox | 1 | -4/+4 | |
2008-07-31 | venti: work around gcc 4.3 bug (reported by Lucho Ionkov) | Russ Cox | 1 | -1/+13 | |
2008-07-09 | venti: add venti/dump program | Russ Cox | 2 | -0/+135 | |
2008-07-03 | venti: reduce locking contention in buildindex | Russ Cox | 3 | -13/+74 | |
2008-07-03 | venti: more detail in index divisor too coarse message | Russ Cox | 1 | -1/+1 | |
2008-07-03 | venti: bump MaxAMap | Russ Cox | 1 | -1/+1 | |
2008-07-03 | venti: mark checksum-queued arenas in http output | Russ Cox | 1 | -0/+2 | |