From owner-cvs-all Tue Jan 23 15:11:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE9537B400; Tue, 23 Jan 2001 15:11:08 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNB8L04867; Tue, 23 Jan 2001 15:11:08 -0800 (PST) (envelope-from iedowse) Message-Id: <200101232311.f0NNB8L04867@freefall.freebsd.org> From: Ian Dowse Date: Tue, 23 Jan 2001 15:11:08 -0800 (PST) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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