<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22054f88 - Report I/O stats from the CAM_IOSCHED_DYNAMIC extension</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#22054f88</link>
        <description>Report I/O stats from the CAM_IOSCHED_DYNAMIC extensionReport, on a periodic basis, the I/O latencies the CAM I/O schedulercomputes. These times are only for the hardware portion of the I/O asmeasured from the time the operation is scheduled with the SIM usingxpt_action() until the SIM reports it has completed with xpt_dine(). Anytime the I/O operation spends in a software queue is no included.The P50 (median), P90, P99 and P99.9 statistics about the latency ofeach of the read, write and trim operations that completed during thepolling interval are reported. If there are fewer than 2, 10, 100 or1000 operations during the polling interval, no statistic is reportedand a single dash &apos;-&apos; is displayed.The read, write and trim commands (either on the command line or at runtime) toggle display of these operations. The color command togglescolor (it defaults to on, like gstat). When color is enabled, unknownstatistics are reported in blue, high latency for a statistics isreported in red, medium in magenta and low in green (as with gstat). Themed= and hi= commands can set these latency thresholds.Limitations: The entire sysctl space for all the devices is walked foreach polling period. This should be optimized to remember the OIDs andonly do such polling with the xpt generation changes. There is also noway to filter devices displayed. This command only works on physicaldevies that are connected to SCSI, ATA or NVME sims as those are theonly ones that are instrumented in the CAM I/O scheduler (theCAM_IOSCHED_DYNAMIC option must be in the kernel, and the dynamicscheduler can&apos;t be disabled).MFC After:		1 monthRelnotes:		yesSponsored by:		NetflixReviewed by:		pauamma_gundo.com, chsDifferential Revision:	https://reviews.freebsd.org/D34259

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 17:17:06 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d88f9fe - systat: mostly clean up warns</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#6d88f9fe</link>
        <description>systat: mostly clean up warnsSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Mon, 01 Nov 2021 20:45:42 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57e5da2c - Augment systat(1) -swap to display large swap space processes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#57e5da2c</link>
        <description>Augment systat(1) -swap to display large swap space processesThis change updates the systat(1) -swap display to use libprocstat toobtain and display per-process swap space usage infomation following itsexisting swap devise/file statistics. It also incorporates the disk I/Oinformation from the -vmstat display.The new screen looks like below with &apos;systat -swap&apos;:                    /0   /1   /2   /3   /4   /5   /6   /7   /8   /9 /10     Load Average   |Device/Path       Size  Used |0%  /10  /20  /30  /40  / 60\  70\  80\ 90\ 100|ada0s1b          2048M 2034MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXzvol/sys/tempora 1024M 1015MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXzvol/sys/swap    1024M 1014MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTotal            4096M 4063MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXPid    Username   Command     Swap/Total Per-Process    Per-System 24153 hiro       seamonkey   98M /   1G  7%              2% 23677 hiro       xfce4-pane  28M /  81M 34% XXX          0% 23629 hiro       xfce4-sess  25M / 118M 21% XX           0% 23681 hiro       xfdesktop   20M /  58M 34% XXX          0% 23678 hiro       thunar      15M /  43M 36% XXX          0% 23658 hiro       at-spi-bus  14M /  23M 63% XXXXXX       0% 23660 hiro       gvfsd       12M /  21M 56% XXXXX        0%Disks  ada0  ada1  ada2   cd0 pass0 pass1 pass2 pass3KB/t   8.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00tps       0     0     0     0     1     0     0     0MB/s   0.00  0.00  0.00  0.00  0.00  0.00  0.00  0.00%busy     0     0     0     0     0     0     0     0Submitted by:	Yoshihiro OtaMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D29754

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Tue, 26 Oct 2021 08:43:08 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbc83e37 - ncurses: chase dependency changes in the source tree</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#cbc83e37</link>
        <description>ncurses: chase dependency changes in the source treeDifferential Revision:	https://reviews.freebsd.org/D32098

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 01:52:46 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4bde6353 - Patch systat -zarc to display cumulative rate and round down large numbers by SI units</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#4bde6353</link>
        <description>Patch systat -zarc to display cumulative rate and round down large numbers by SI unitsPR:		237664Submitted by:	ota@j.email.ne.jpMFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Mon, 11 May 2020 20:34:52 +0000</pubDate>
        <dc:creator>Michael Reifenberger &lt;mr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90dd3e79 - systat: use and correctly display 64bit counters.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#90dd3e79</link>
        <description>systat: use and correctly display 64bit counters.Following struct vmtotal changes, make systat use and correctlydisplay 64-bit counters.  Switch to humanize_number(3) to overcomehomegrown arithmetics limits in pretty printing large numbers.  Use1024 as a divisor for memory fields to make it consistent with othertools and users expectations.Submitted by:	Pawel Biernacki &lt;pawel.biernacki@gmail.com&gt;Sponsored by:	Mysterious Code Ltd.PR:	2137Differential revision:	https://reviews.freebsd.org/D13105

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Tue, 21 Nov 2017 19:55:32 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1eaa5682 - Add support to systat to display SCTP statistics.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#1eaa5682</link>
        <description>Add support to systat to display SCTP statistics.MFC after: 1 week

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sat, 24 Oct 2015 09:34:40 +0000</pubDate>
        <dc:creator>Michael Tuexen &lt;tuexen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27aa4769 - Add support to systat to display zfs arc cache status/info</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#27aa4769</link>
        <description>Add support to systat to display zfs arc cache status/infoPR:		195460Submitted by:	ota

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sun, 27 Sep 2015 09:15:54 +0000</pubDate>
        <dc:creator>Michael Reifenberger &lt;mr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b492c4f1 - Bump WARNS level to 1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#b492c4f1</link>
        <description>Bump WARNS level to 1

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sat, 06 Jun 2015 13:08:48 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>525e2a83 - Revert r261296.  This removes the WITHOUT_NCURSESW option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#525e2a83</link>
        <description>Revert r261296.  This removes the WITHOUT_NCURSESW option.It was the wrong direction.  We will instead remove use of thenon-wide-character supporting libncurses.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Thu, 15 May 2014 16:44:25 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38e23337 - Merge from CheriBSD:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#38e23337</link>
        <description>Merge from CheriBSD:commit c1acf022c533c5ae27e0cd556977eafe3f5959ebAuthor: Brooks Davis &lt;brooks@one-eyed-alien.net&gt;Date:   Fri Jan 17 21:46:44 2014 +0000    Add an option WITHOUT_NCURSESW to suppress building and linking to    libncursesw.  While wide character support it useful we&apos;d like to    only need one ncurses library on embedded systems.MFC after:	4 weeksSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Thu, 30 Jan 2014 21:08:36 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2898a92a - Nuke &quot;systat -mbuf&quot;. It was broken since FreeBSD 5, and since there</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#2898a92a</link>
        <description>Nuke &quot;systat -mbuf&quot;. It was broken since FreeBSD 5, and since therehaven&apos;t been any complaints, no one used it.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Mon, 15 Jul 2013 12:15:14 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2a8874e - MFC r199242: Use ncursesw to output the date field of vmstat</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#c2a8874e</link>
        <description>MFC r199242: Use ncursesw to output the date field of vmstatdisplay with multi-byte string, correctly.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sun, 22 Nov 2009 17:16:37 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bee10047 - Fixed dependencies (make checkdpadd).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#bee10047</link>
        <description>Fixed dependencies (make checkdpadd).

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Thu, 25 Feb 2010 20:24:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab90a4d1 - Perform all trivial ports to utmpx for usr.bin/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#ab90a4d1</link>
        <description>Perform all trivial ports to utmpx for usr.bin/.They were already converted to use libulog, so it&apos;s easy to convert themto utmpx.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 18:09:54 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3487b134 - Let systat&apos;s vmstat use utmpx.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/systat/Makefile#3487b134</link>
        <description>Let systat&apos;s vmstat use utmpx.

            List of files:
            /freebsd-14.2/usr.bin/systat/Makefile</description>
        <pubDate>Sat, 05 Dec 2009 20:52:11 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
