Date: Mon, 25 Jun 2001 12:35:02 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dima Dorfman <dd@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/dd misc.c Message-ID: <20010625123502.F22256@sunbay.com> In-Reply-To: <200106250617.f5P6H3W90483@freefall.freebsd.org>; from dd@FreeBSD.org on Sun, Jun 24, 2001 at 11:17:03PM -0700 References: <200106250617.f5P6H3W90483@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
What? dd broke dd?! :-) On Sun, Jun 24, 2001 at 11:17:03PM -0700, Dima Dorfman wrote: > dd 2001/06/24 23:17:03 PDT > > Modified files: > bin/dd misc.c > Log: > Previous commit broke dd(1)'s I/O summary when it's terminated by a > signal. Fix it by adding an explicit call to summary() in terminate() > (it was previously called implicitly by exit() because summary() was > registered with atexit()). summary() is supposed to be signal-safe-- > it handles SIGINFO almost exclusively--so this should be safe. > > Submitted by: bde > > Revision Changes Path > 1.21 +2 -1 src/bin/dd/misc.c -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age 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?20010625123502.F22256>