CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/14 21:10:05
Modified files: sbin/fsck_ffs : main.c utilities.c Log message: fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that opening to before the pledge, and cache the fd. looked over by millert