History log of /src/usr.bin/systat/swap.c |
Revision | | Date | Author | Comments |
1.21 |
| 09-Nov-2021 |
nia | systat(1): convert free(x); x = malloc(x * y) to reallocarr.
free on NULL is a guaranteed non-op.
|
1.20 |
| 30-May-2008 |
mrg | convert the rest of my licenses to 2-clause, extracting myself out from a group as necessary.
bozohttpd remains, but it will get fixed next time i update it.
|
1.19 |
| 18-Mar-2006 |
dsl | branches: 1.19.20; 1.19.22; Coverty 7449: Remove splurious check for 'sep == NULL'.
|
1.18 |
| 26-Feb-2005 |
dsl | WARNS=3
|
1.17 |
| 13-Oct-2003 |
agc | Move Matt Green's code from a 4-clause to a 3-clause licence by removing the advertising clause. Diffs provided in PR 22396 by Joel Baker, the changes were confirmed to the board by Matt Green.
|
1.16 |
| 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.15 |
| 24-Feb-2003 |
dsl | Create subwins that end one line from the bottom of the screen even after the window is resized.
|
1.14 |
| 01-Dec-2000 |
simonb | Remove extern variables and functions now declared in dkstats.h. While here, remove 77 (!) unneed #includes.
|
1.13 |
| 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.12 |
| 04-Jun-2000 |
mycroft | branches: 1.12.2; Use hline() and variants in a bunch of places.
|
1.11 |
| 13-Apr-2000 |
mrg | branches: 1.11.2; use <sys/swap.h>. should have happened years ago.
|
1.10 |
| 20-Dec-1999 |
jwise | Fix error handling throughout. First off, it is not true as claimed in swap.c that `systat doesn't handle errors'. Second off, errx should not be used directly, since the terminal should be cleaned up before bailing. Third off, whatever we do we need to be consistent.
There, I feel better now.
|
1.9 |
| 26-Dec-1998 |
marc | branches: 1.9.6; since the return from swapctl can change from call to call, print the "Disk" column each time. Also, use sep->se_path, not devname(sep->se_dev).
|
1.8 |
| 21-Jul-1997 |
mrg | - some KNF. - use __RCSID(). - WARNS=1 - use swapctl(2), rather than grovelling KVM.
|
1.7 |
| 03-Apr-1997 |
mikel | erase old Xs when printing new ones for swap usage; from Paul Boven in PR bin/3431 with some changes by me.
|
1.6 |
| 02-Feb-1997 |
christos | Fix PR1882+PR3171, swap display core-dumps from Paul Boven.
|
1.5 |
| 10-May-1996 |
thorpej | New userland code to read the statistics kept by the NetBSD generic disk framework, from John M. Vinopal <banshee@gabriella.resort.com>
|
1.4 |
| 31-Aug-1995 |
jtc | Sync with 4.4lite2
|
1.3 |
| 29-Apr-1995 |
cgd | various includes, casts, and cleanups...
|
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.2 |
| 31-Aug-1995 |
jtc | imported from 44lite2
|
1.1.1.1 |
| 20-Jan-1995 |
jtc | imported from 44lite
|
1.9.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.11.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.12.2.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.19.22.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.19.20.1 |
| 04-Jun-2008 |
yamt | sync with head
|