Subject: Re: ^T for fsck
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 03/04/2001 08:35:51
In article <5ly9umgukx.fsf@assaris.sics.se>,
Assar Westerlund <assar@netbsd.org> wrote:
>-=-=-=-=-=-
>
>I find these patches to fsck_ffs useful for us impatient persons.
>Comments?

Yes, please be very careful about introducing siginfo to programs.
It can interfere with the operation of the program, because system
calls (such as write) can be interrupted by it. When siginfo got
added to dd, it caused that problem and the write inside bwrite
had to be protected against receiving the signal.

christos