CVS commit: src/usr.sbin/iostat

2023-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 30 19:43:33 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: fix rev 1.70: -X is 1 line output, avoids printing the header too often. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.

CVS commit: src/usr.sbin/iostat

2023-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 30 19:43:33 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: fix rev 1.70: -X is 1 line output, avoids printing the header too often. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.

CVS commit: src/usr.sbin/iostat

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 12:03:33 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: ostat: use standard option order (AaBb...) Fix macro usage while here To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 s

CVS commit: src/usr.sbin/iostat

2023-07-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 28 12:03:33 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: ostat: use standard option order (AaBb...) Fix macro usage while here To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 s

CVS commit: src/usr.sbin/iostat

2023-07-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 28 09:18:59 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: add iostat -X option, limited alternative statistics. this is like the "-D" option, except it skips the xfers/s, and reports MB/s inste

CVS commit: src/usr.sbin/iostat

2023-07-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 28 09:18:59 UTC 2023 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: add iostat -X option, limited alternative statistics. this is like the "-D" option, except it skips the xfers/s, and reports MB/s inste

CVS commit: src/usr.sbin/iostat

2022-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jun 18 11:33:13 UTC 2022 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: Significant changes to output layout methods - except for -x and -y which have not (yet) been touched (-xD needs *serious* improvements)

CVS commit: src/usr.sbin/iostat

2022-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jun 18 11:33:13 UTC 2022 Modified Files: src/usr.sbin/iostat: iostat.8 iostat.c Log Message: Significant changes to output layout methods - except for -x and -y which have not (yet) been touched (-xD needs *serious* improvements)

CVS commit: src/usr.sbin/iostat

2022-06-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 17 01:47:45 UTC 2022 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: Fix processing of the archaic arg format (BACKWARD_COMPATIBILITY) so it doesn't repeat the processing every iteration. Repeatedly seeing the wai

CVS commit: src/usr.sbin/iostat

2022-06-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 17 01:47:45 UTC 2022 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: Fix processing of the archaic arg format (BACKWARD_COMPATIBILITY) so it doesn't repeat the processing every iteration. Repeatedly seeing the wai

Re: CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Martin Husemann
On Sat, Jan 08, 2011 at 05:12:00PM +, Matthias Scheler wrote: > Why not? It doesn't sound hard to do that based on the manual page. Because it special cases +0.0 > -0.0 and also claims to deal with NaNs. We problaby should do a naive implementation and conditionalize the man page claims "on ar

Re: CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Matthias Scheler
On 8 Jan 2011, at 2:36, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sat Jan 8 02:36:52 UTC 2011 > > Modified Files: > src/usr.sbin/iostat: iostat.c > > Log Message: > NetBSD/vax does not implement fmax(3), substitute with existing MAX() macro.