NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56014 CVS commit: [netbsd-10] src/usr.bin/systat



The following reply was made to PR bin/56014; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56014 CVS commit: [netbsd-10] src/usr.bin/systat
Date: Sun, 10 Dec 2023 17:25:30 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Dec 10 17:25:30 UTC 2023
 
 Modified Files:
 	src/usr.bin/systat [netbsd-10]: vmstat.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #489):
 
 	usr.bin/systat/vmstat.c: revision 1.92
 
 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 seems unnecessary, as that
 fails when the number of users hasn't changed, but the screen is
 being redrawn from nothing (as in after being resumed from a ^Z,
 as in the PR, but just doing a ^L would make the same thing happen).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.91 -r1.91.2.1 src/usr.bin/systat/vmstat.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index