CVS commit: src/usr.bin/systat

2024-06-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 16 22:44:01 UTC 2024 Modified Files: src/usr.bin/systat: main.c Log Message: Revert previous, and switch to using real arithmetic. Ever since this code was first committed to the CSRG SCCS tree, in Oct 1983, it has contained

CVS commit: src/usr.bin/systat

2024-06-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 16 22:44:01 UTC 2024 Modified Files: src/usr.bin/systat: main.c Log Message: Revert previous, and switch to using real arithmetic. Ever since this code was first committed to the CSRG SCCS tree, in Oct 1983, it has contained

CVS commit: src/usr.bin/systat

2024-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 14 17:15:45 UTC 2024 Modified Files: src/usr.bin/systat: main.c Log Message: systat: don't compare integer to floating point constants No binary change. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/

CVS commit: src/usr.bin/systat

2024-06-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jun 14 17:15:45 UTC 2024 Modified Files: src/usr.bin/systat: main.c Log Message: systat: don't compare integer to floating point constants No binary change. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/

CVS commit: src/usr.bin/systat

2023-03-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Mar 29 21:44:35 UTC 2023 Modified Files: src/usr.bin/systat: systat.1 Log Message: systat(1): try to give this page a quick facelift ... too bad what it really needs is reconstructive surgery. I tried to fix the most obvious pr

CVS commit: src/usr.bin/systat

2023-03-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Mar 29 21:44:35 UTC 2023 Modified Files: src/usr.bin/systat: systat.1 Log Message: systat(1): try to give this page a quick facelift ... too bad what it really needs is reconstructive surgery. I tried to fix the most obvious pr

CVS commit: src/usr.bin/systat

2023-03-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 29 19:40:18 UTC 2023 Modified Files: src/usr.bin/systat: systat.1 Log Message: PR misc/57305 from Nan Xiao Be consistent with method (and style) when referring to the mbufs and ifstat sub-commands when describing what is ava

CVS commit: src/usr.bin/systat

2023-03-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Mar 29 19:40:18 UTC 2023 Modified Files: src/usr.bin/systat: systat.1 Log Message: PR misc/57305 from Nan Xiao Be consistent with method (and style) when referring to the mbufs and ifstat sub-commands when describing what is ava

CVS commit: src/usr.bin/systat

2023-03-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 28 00:00:30 UTC 2023 Modified Files: src/usr.bin/systat: vmstat.c Log Message: PR bin/56014 from Kouichi Hashikawa Don't try to optimise away placing the "s" or " " after "N user" (" " where N==1, "s" otherwise) when it seem

CVS commit: src/usr.bin/systat

2023-03-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 28 00:00:30 UTC 2023 Modified Files: src/usr.bin/systat: vmstat.c Log Message: PR bin/56014 from Kouichi Hashikawa Don't try to optimise away placing the "s" or " " after "N user" (" " where N==1, "s" otherwise) when it seem

CVS commit: src/usr.bin/systat

2023-03-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Mar 27 23:20:13 UTC 2023 Modified Files: src/usr.bin/systat: disks.c Log Message: Undo previous "restore lost break" and fix the issue that seems to have been intending to correct properly (or at least, more rationally). This ma

CVS commit: src/usr.bin/systat

2023-03-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Mar 27 23:20:13 UTC 2023 Modified Files: src/usr.bin/systat: disks.c Log Message: Undo previous "restore lost break" and fix the issue that seems to have been intending to correct properly (or at least, more rationally). This ma

CVS commit: src/usr.bin/systat

2021-11-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 9 09:19:02 UTC 2021 Modified Files: src/usr.bin/systat: vmstat.c Log Message: systat(1): convert realloc(x * y) to reallocarr, eliminate a temp var To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/usr.bin/

CVS commit: src/usr.bin/systat

2021-11-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 9 09:19:02 UTC 2021 Modified Files: src/usr.bin/systat: vmstat.c Log Message: systat(1): convert realloc(x * y) to reallocarr, eliminate a temp var To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/usr.bin/

CVS commit: src/usr.bin/systat

2021-11-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 9 09:18:02 UTC 2021 Modified Files: src/usr.bin/systat: pigs.c swap.c Log Message: systat(1): convert free(x); x = malloc(x * y) to reallocarr. free on NULL is a guaranteed non-op. To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/systat

2021-11-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Nov 9 09:18:02 UTC 2021 Modified Files: src/usr.bin/systat: pigs.c swap.c Log Message: systat(1): convert free(x); x = malloc(x * y) to reallocarr. free on NULL is a guaranteed non-op. To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/systat

2021-10-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 30 11:31:51 UTC 2021 Modified Files: src/usr.bin/systat: netcmds.c Log Message: netstat(1): use reallocarr instead of realloc(x * y) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/systat/netcmds.c

CVS commit: src/usr.bin/systat

2021-10-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 30 11:31:51 UTC 2021 Modified Files: src/usr.bin/systat: netcmds.c Log Message: netstat(1): use reallocarr instead of realloc(x * y) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/systat/netcmds.c

CVS commit: src/usr.bin/systat

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 13:22:19 UTC 2021 Modified Files: src/usr.bin/systat: extern.h main.c systat.1 vmstat.c Log Message: PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat. To generate a diff of this commit: cv

CVS commit: src/usr.bin/systat

2021-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 21 13:22:19 UTC 2021 Modified Files: src/usr.bin/systat: extern.h main.c systat.1 vmstat.c Log Message: PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat. To generate a diff of this commit: cv