index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
vndcompress
Age
Commit message (
Expand
)
Author
2020-01-24
Since vnconfig(8) was renamed (many years ago), update some cross-refs
pgoyette
2017-07-29
Clarify compile-time and run-time arithmetic safety assertions.
riastradh
2017-04-17
Omit needless XXX comment.
riastradh
2017-04-16
Justify the last unjustified assertion here.
riastradh
2017-04-16
Emphasize that MAX_WINDOW_SIZE is bounded by the maximum uint32_t.
riastradh
2017-03-21
Simplify.
riastradh
2017-01-10
need <sys/stat.h>
christos
2016-04-07
__diagused, not __unused -- used in an assert.
riastradh
2014-11-18
Fix vndcompress restart failure fallback when input is a pipe.
riastradh
2014-01-25
Get SIZE_MAX and OFF_MAX straight...
riastradh
2014-01-25
Factor out an offtab_compute_window_position routine.
riastradh
2014-01-25
Fix some more integer overflow/truncation issues.
riastradh
2014-01-24
CID 1164169: integer overflow
christos
2014-01-23
Mark offtab_bug[x] as dead.
joerg
2014-01-22
Fix $NetBSD$ tag.
riastradh
2014-01-22
Bump date on vndcompress(1) man page.
riastradh
2014-01-22
Fix vndcompress man page to reflect default window size.
riastradh
2014-01-22
Change vndcompress to use a default window size of 512.
riastradh
2014-01-22
Document the new vndcompress -w option and nuke BUGS section.
riastradh
2014-01-22
Reflect rename of `-s' to `-b' in the vndcompress man page.
riastradh
2014-01-22
Move err1 & errx1 to the end of vnduncompress.c; add __printflike.
riastradh
2014-01-22
Rename block size option from `-s' to `-b'.
riastradh
2014-01-22
Simplify vndcompress offtab_compute_window_size.
riastradh
2014-01-22
Fix typo in comment.
riastradh
2014-01-22
Fix up ulimited vndcompress tests and explain what's up with them.
riastradh
2014-01-22
Add some simple automatic tests for window sizes.
riastradh
2014-01-22
Remove silly comment in offtab_reset_write.
riastradh
2014-01-22
Window size is now an option; remove XXX comment to the contrary.
riastradh
2014-01-22
Add comment explaining why piperestart.cl2part is allowed to fail.
riastradh
2014-01-22
Split guard in offtab_write_window into offtab_maybe_write_window.
riastradh
2014-01-22
Seek if necessary at end of offtab_reset_read.
riastradh
2014-01-22
Add option -w to vnd(un)compress to specify the window size.
riastradh
2014-01-22
Add some leading zero digits to the flags. Cosmetic change only.
riastradh
2014-01-22
Add WARNS=5.
riastradh
2014-01-22
Judicious (and justified) casts to avoid signed/unsigned comparisons.
riastradh
2014-01-22
Implement machinery for fixed-size windows into the offset table.
riastradh
2014-01-22
Write offsets in hexadecimal, not decimal.
riastradh
2014-01-22
Move block_signals/restore_sigmask to utils.c
riastradh
2014-01-22
Use write-to-temporary/rename-to-permanent pattern in Makefile.
riastradh
2014-01-22
Abstract handling of the cloop2 offset table.
riastradh
2014-01-22
Use read_block instead of read in vnduncompress.
riastradh
2014-01-22
Move vndcompress utilities to utils.c.
riastradh
2014-01-22
Fail if malloc can't allocate offset table.
riastradh
2013-08-11
Remove redundant WARNS=5.
dholland
2013-05-06
Make partial read/write error messages more consistent in vndcompress.
riastradh
2013-05-04
Add __printflike to vsnprintf_ss.
riastradh
2013-05-04
'unsigned long' prints with %lu, not %zu.
riz
2013-05-04
Add -l option to synopsis for vndcompress(1) man page.
riastradh
2013-05-04
Fix sign-compare in compress_blocks.
riastradh
2013-05-04
__printflike for vwarnx_ss, __dead for err_ss and errx_ss.
joerg
[next]