CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/23 12:19:30
Modified files:
sbin/disklabel : disklabel.c editor.c
sbin/dumpfs : dumpfs.c
sbin/fsck : fsck.c
sbin/fsck_ext2fs: main.c
sbin/fsck_ffs : main.c
sbin/fsck_msdos: main.c
sbin/fsirand : fsirand.c
sbin/ncheck_ffs: ncheck_ffs.c
sbin/newfs : mkfs.c newfs.c
sbin/newfs_ext2fs: newfs_ext2fs.c
sbin/newfs_msdos: newfs_msdos.c
sbin/scan_ffs : scan_ffs.c
sbin/tunefs : tunefs.c
Log message:
Use pledge "disklabel" as needed. The theory here is these tools become more
resistant against memory correctup, if a corrupt filesystem is given to them.
ok krw