tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
dumpfs
/
at
trash-bin2
3 files
Makefile
switch open(...) to opendev(...) makes yet another utility honor DUID's
15 years ago
dumpfs.8
convert to new .Dd format;
19 years ago
dumpfs.c
With filesystem having many cylinder groups and many inodes per cg the ncg * ipg calcualtion can overflow if signed types are used. Move to uint32_t for the relevant values. Aligned with FreeBSD changes. Also make sure newfs refuses to create an fs with more that 2^32-1 inodes. ok millert@
5 years ago