| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
di_extsize is the EA size and as such it should be unsigned.
Adjust related types for consistency.
Reviewed by: mckusick (previous version)
MFC after: 3 weeks
|
|
|
|
|
| |
Reviewed by: kib, mckusick
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
verified with MD5.
|
| |
|
|
|
|
| |
Sponsored by: home.pl
|
|
|
|
| |
Approved by: grog (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for UFS2 to the UFS debugging routines in growfs; required
to update ffsinfo(8) for UFS2. A variety of types and fs variables are
renamed to reflect UFS1/2 structures. Also, the print routines for
inodes are now split into separate UFS1 and UFS2 versions. We now
define dbg_dump_csum_total(), but lose the printing of rotational
information since that's not present in UFS2. In the future, we may
want to re-add this functionality to print it solely for UFS1.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: bin/53517
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
open "/dev/stdout". This doesn't actually affect growfs, but does affect
ffsinfo, permitting ffsinfo to output to the shell's stdout rather than
requiring it be dumped to a file or explicitly pointed at a special
device.
Reviewed by: peter
|
| |
|
|
|
|
|
|
|
| |
and yes now it also works on alpha
Reviewed by: chm
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
|
| |
check a couple of mallocs
usage of errx
linebreaks of DBG_ macros,
correcting the usage of nroff macros
Submitted by: grog, charnier
Reviewed by: chm
|
|
Reviewed by: grog
|