freebsd-dev/usr.sbin/fstyp
Kirk McKusick dffce2150e Refactoring of reading and writing of the UFS/FFS superblock.
Specifically reading is done if ffs_sbget() and writing is done
in ffs_sbput(). These functions are exported to libufs via the
sbget() and sbput() functions which then used in the various
filesystem utilities. This work is in preparation for adding
subperblock check hashes.

No functional change intended.

Reviewed by: kib
2018-01-26 00:58:32 +00:00
..
tests Fix broken fstyp exfat testcase 2017-01-14 01:08:04 +00:00
cd9660.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
exfat.c fstyp(8): Detect exFAT filesystems 2017-01-13 02:12:58 +00:00
ext2fs.c Fix detection of ext2/ext3 filesystems that lack labels. 2015-01-13 13:59:48 +00:00
fstyp.8 Make fstyp(8) recognize exFAT even without the -u option. 2017-04-26 19:34:41 +00:00
fstyp.c Make fstyp(8) recognize exFAT even without the -u option. 2017-04-26 19:34:41 +00:00
fstyp.h fstyp(8): Detect exFAT filesystems 2017-01-13 02:12:58 +00:00
geli.c Eliminate unneeded includes. 2015-12-28 08:53:31 +00:00
Makefile Refactoring of reading and writing of the UFS/FFS superblock. 2018-01-26 00:58:32 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
msdosfs.c Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
msdosfs.h
ntfs.c Fix memory leaks. 2015-01-05 15:34:23 +00:00
ufs.c Refactoring of reading and writing of the UFS/FFS superblock. 2018-01-26 00:58:32 +00:00
zfs.c Fix includes in usr.sbin/fstyp/zfs.c 2015-12-26 19:48:36 +00:00