freebsd-dev/sbin/fsck_ffs
Konstantin Belousov 0947d19a09 In checker, read journal by sectors.
Due to UFS insistence to pretend that device sector size is 512 bytes,
sector size is obtained from ioctl(DIOCGSECTORSIZE) for real devices,
and from the label otherwise. The file images without label have to
be made with 512 sector size.

In collaboration with:	pho
Reviewed by:	jeff
Tested by:	bz, pho
2011-02-12 13:17:14 +00:00
..
dir.c
ea.c
fsck_ffs.8 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
fsck.h In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
fsutil.c This corrects a bug that manifested itself as identifying the last 2010-01-07 00:17:36 +00:00
gjournal.c - Merge soft-updates journaling from projects/suj/head into head. This 2010-04-24 07:05:35 +00:00
inode.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
main.c The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities 2011-01-24 06:17:05 +00:00
Makefile - Merge soft-updates journaling from projects/suj/head into head. This 2010-04-24 07:05:35 +00:00
pass1.c Add some error messages suggested in PR bin/138043. The code to 2010-01-07 01:10:49 +00:00
pass1b.c
pass2.c Add support to background fsck to delete zero-length directories. 2010-05-20 06:05:40 +00:00
pass3.c
pass4.c Add support to background fsck to delete zero-length directories. 2010-05-20 06:05:40 +00:00
pass5.c - Merge soft-updates journaling from projects/suj/head into head. This 2010-04-24 07:05:35 +00:00
setup.c In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
suj.c In checker, read journal by sectors. 2011-02-12 13:17:14 +00:00
utilities.c