On Wed, Aug 8, 2018 at 8:15 PM, Warner Losh wrote:
>
>
> On Wed, Aug 8, 2018 at 7:01 PM, Kyle Evans wrote:
>>
>> On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
>> > On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
>> >> +/* ARGSUSED */
>> >
>> > We've been slowly delintifying system utilities
On Wed, Aug 8, 2018 at 7:01 PM, Kyle Evans wrote:
> On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
> > On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
> >> +/* ARGSUSED */
> >
> > We've been slowly delintifying system utilities. Why do we still keep
> > these comments?
> >
>
> This is consis
On Wed, Aug 8, 2018 at 7:58 PM, Eitan Adler wrote:
> On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
>> +/* ARGSUSED */
>
> We've been slowly delintifying system utilities. Why do we still keep
> these comments?
>
This is consistent with the style of the file, so I didn't object.
I'd rather do an
On Wed, 8 Aug 2018 at 14:37, Kyle Evans wrote:
> +/* ARGSUSED */
We've been slowly delintifying system utilities. Why do we still keep
these comments?
> +void
> +sigalrm_handler(int signo __unused)
> +{
> +
> + need_progress = 1;
> }
--
Eitan Adler
_
Author: kevans
Date: Wed Aug 8 21:37:02 2018
New Revision: 337505
URL: https://svnweb.freebsd.org/changeset/base/337505
Log:
dd: add status=progress support
This reports the current status on a single line every second, mirroring
similar functionality in GNU dd, and carefully interacts w