From owner-svn-src-head@freebsd.org Mon May 11 20:57:37 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9BDB2EC224; Mon, 11 May 2020 20:57:37 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49LYD13JDRz48pV; Mon, 11 May 2020 20:57:37 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id YFUSjOf66YYpxYFUUjwScZ; Mon, 11 May 2020 14:57:35 -0600 X-Authority-Analysis: v=2.3 cv=OubUNx3t c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=xqWC_Br6kY4A:10 a=kj9zAlcOel0A:10 a=sTwFKg_x9MkA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=yeeXC68TTCNqTyCijrwA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [IPv6:fc00:1:1:1::5b]) by spqr.komquats.com (Postfix) with ESMTP id 1B88B4B6; Mon, 11 May 2020 13:57:32 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id 04BKvVRe052308; Mon, 11 May 2020 13:57:31 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id 04BKvVgY052305; Mon, 11 May 2020 13:57:31 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202005112057.04BKvVgY052305@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Michael Reifenberger cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r360919 - head/usr.bin/systat In-reply-to: <202005112034.04BKYq1J009950@repo.freebsd.org> References: <202005112034.04BKYq1J009950@repo.freebsd.org> Comments: In-reply-to Michael Reifenberger message dated "Mon, 11 May 2020 20:34:52 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 11 May 2020 13:57:31 -0700 X-CMAE-Envelope: MS4wfGQtLerRVxd+LYjrypsk2W9IMHtlBitfruYKcxc/FhxfB6oy8hcwPyo4Hp3E6YU6hc4oabzvheWGgil5iInElhzHd0V7IzFQfT+Q6zrIW0HktRv8acnk rWCnw6XpLqrFJLYs7o+s86dRl546sVMUeQgaULciWbt4x5mw0IrWcfHjIbfZ2PY37Tden3PxQbc7jIJ4U4UFsU1EQYf3+cNSaMBtC7SWU3QS/Wp3zys5Gn2H y9iLYfbpWUTNZnhI+4gijMu4eNBoqFOEvrggEl7Ar1ZGs8BX+YvFArAZ63HAtE7c X-Rspamd-Queue-Id: 49LYD13JDRz48pV X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 20:57:37 -0000 In message <202005112034.04BKYq1J009950@repo.freebsd.org>, Michael Reifenberger writes: > Author: mr > Date: Mon May 11 20:34:52 2020 > New Revision: 360919 > URL: https://svnweb.freebsd.org/changeset/base/360919 > > Log: > Patch systat -zarc to display cumulative rate and round down large numbers > by SI units > > PR: 237664 > Submitted by: ota@j.email.ne.jp > MFC after: 2 weeks > > Modified: > head/usr.bin/systat/Makefile > head/usr.bin/systat/extern.h > head/usr.bin/systat/main.c > head/usr.bin/systat/zarc.c > > Modified: head/usr.bin/systat/Makefile > ============================================================================= > = > --- head/usr.bin/systat/Makefile Mon May 11 20:30:28 2020 (r36091 > 8) > +++ head/usr.bin/systat/Makefile Mon May 11 20:34:52 2020 (r36091 > 9) > @@ -4,7 +4,7 @@ > .include > > PROG= systat > -SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ > +SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c syspu > t.c \ The build fails here because it cannot fine sysput.c. > netcmds.c netstat.c pigs.c swap.c icmp.c \ > mode.c ip.c sctp.c tcp.c zarc.c \ > vmstat.c convtbl.c ifcmds.c ifstat.c > -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few.