CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/03/07 11:30:23
Modified files: sys/kern : vfs_subr.c Log message: Remounting files systems read-only does not work reliably. There are corner cases where ffs may leak blocks. So better revert and unmount all file systems at reboot. The "init died" panic will be fixed in a different way. OK deraadt@