Date: Fri, 15 Dec 2000 06:23:56 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.c Message-ID: <200012151423.eBFENuc22490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2000/12/15 06:23:56 PST Modified files: sbin/fsck_ffs fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.c Log: Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of a SIGINFO (normally via Ctrl-T), a line will be output indicating the current phase number and progress information relevant to the current phase. Approved by: mckusick Revision Changes Path 1.15 +4 -1 src/sbin/fsck_ffs/fsck.h 1.23 +2 -1 src/sbin/fsck_ffs/main.c 1.20 +7 -1 src/sbin/fsck_ffs/pass1.c 1.8 +7 -1 src/sbin/fsck_ffs/pass1b.c 1.11 +7 -1 src/sbin/fsck_ffs/pass2.c 1.8 +7 -1 src/sbin/fsck_ffs/pass3.c 1.8 +7 -1 src/sbin/fsck_ffs/pass4.c 1.19 +7 -1 src/sbin/fsck_ffs/pass5.c 1.15 +8 -1 src/sbin/fsck_ffs/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012151423.eBFENuc22490>