History log of /src/usr.bin/systat/systat.h |
Revision | | Date | Author | Comments |
1.12 |
| 26-Dec-2018 |
sevan | Extend "systat vm" output to provide better insight about buffercache and document it.
From Greg A. Woods in PR bin/36542
|
1.11 |
| 26-Feb-2005 |
dsl | branches: 1.11.90; 1.11.92; WARNS=3
|
1.10 |
| 07-Dec-2003 |
christos | be more descriptive about what failed by printing the errno and the variable we were trying to fetch.
|
1.9 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.8 |
| 01-Dec-2000 |
simonb | Remove extern variables and functions now declared in dkstats.h. While here, remove 77 (!) unneed #includes.
|
1.7 |
| 05-Jul-2000 |
ad | - Add `boot', `run', `time' and `zero' commands to all IP displays. These work as in the `vmstat' display mode. The default mode is now `time', not `boot'. - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
|
1.6 |
| 20-Dec-1999 |
jwise | branches: 1.6.4; Two things:
1.) fix a bug which caused coredumps when starting with no mode arguments 2.) move to table-lookup for mode-specific command parsing as well. all command matching is now table-driven.
|
1.5 |
| 16-Dec-1999 |
jwise | Handle arguments to global commands. Note that the `interval' and `start' global commands are still special cased, which will change
|
1.4 |
| 16-Dec-1999 |
jwise | Rototill global command matching -- switch from ad-hoc tomfoolery to a table lookup. This will make prefix matching and so on easier.
Expect a similar change for mode-specific commands before too long.
While there, rename some structures with misleading names.
Watch this space for more changes soon.
|
1.3 |
| 21-Jul-1997 |
mrg | branches: 1.3.8; - some KNF. - use __RCSID(). - WARNS=1
|
1.2 |
| 20-Jan-1995 |
jtc | Changed to conform to NetBSD's new RCS Id convention.
|
1.1 |
| 20-Jan-1995 |
jtc | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 20-Jan-1995 |
jtc | imported from 44lite
|
1.3.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.4.1 |
| 01-Sep-2000 |
ad | Pull up the following revisions, approved by releng-1-5:
- Add "boot", "run", "time" and "zero" commands to all IP displays. These work as in the "vmstat" display mode. The default mode is now "time", not "boot". - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
netstat.c 1.19 pigs.c 1.20 ps.c 1.16 swap.c 1.13 systat.1 1.20 systat.h 1.7 tcp.c 1.7 vmstat.c 1.33
|
1.11.92.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.11.90.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|