NetBSD/sbin/dump
spz 1cb24f3feb range-check what we assign to int cachebufs from calculations with
uint64_t usermem. This only becomes relevant if you have several TB of RAM.
Promoting cachebufs to uint64_t is not necessary as it gets limited to
(currently) 512 anyway.

fixes the last issue of PR: 19852
2010-01-27 12:20:25 +00:00
..
Makefile Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
dump.8 Use indent-synopsis instead of iS register. The latter is a register 2009-01-30 11:55:04 +00:00
dump.h Fix some inconsisent/conflicting definitions and missing parameters 2008-02-16 17:58:01 +00:00
dumprmt.c fix sign-compare issue 2009-04-11 07:55:35 +00:00
ffs_inode.c Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
itime.c Coverity CID 3275: Plug memory leak. 2006-05-19 14:52:39 +00:00
main.c Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 01:20:21 +00:00
optr.c Convert a couple of "(void)&" constructs to volatile. 2006-12-18 20:07:32 +00:00
pathnames.h
rcache.c range-check what we assign to int cachebufs from calculations with 2010-01-27 12:20:25 +00:00
snapshot.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
snapshot.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tape.c Fix some inconsisent/conflicting definitions and missing parameters 2008-02-16 17:58:01 +00:00
traverse.c We don't need to dump WAPBL log files - don't dump files with SF_LOG 2008-08-12 13:28:35 +00:00
unctime.c