Date: Tue, 23 Jan 2001 15:11:08 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck fsck.8 fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.c Message-ID: <200101232311.f0NNB8L04867@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/01/23 15:11:08 PST
Modified files: (Branch: RELENG_4)
sbin/fsck fsck.8 fsck.h main.c pass1.c pass1b.c
pass2.c pass3.c pass4.c pass5.c
utilities.c
Log:
MFC: Add a SIGINFO handler, which causes fsck to output progress
information on receipt of a SIGINFO (normally via Ctrl-T).
This differs slightly from the -current change, in that we reset
the 'got_siginfo' flag at the start of checkfilesys(). RELENG_4's
fsck can fork after calling checkfilesys(), so this avoids spurious
extra status messages.
Revision Changes Path
1.14.2.3 +13 -1 src/sbin/fsck/fsck.8
1.12.2.1 +4 -1 src/sbin/fsck/Attic/fsck.h
1.21.2.1 +3 -1 src/sbin/fsck/Attic/main.c
1.16.2.2 +7 -1 src/sbin/fsck/Attic/pass1.c
1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass1b.c
1.10.2.1 +7 -1 src/sbin/fsck/Attic/pass2.c
1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass3.c
1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass4.c
1.17.2.1 +7 -1 src/sbin/fsck/Attic/pass5.c
1.11.2.3 +8 -1 src/sbin/fsck/Attic/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?200101232311.f0NNB8L04867>
