Home | History | Annotate | Download | only in systat
History log of /src/usr.bin/systat/fetch.c
RevisionDateAuthorComments
 1.13  13-Apr-2009  lukem Fix -Wsign-compare issues
 1.12  07-Dec-2003  christos branches: 1.12.42;
be more descriptive about what failed by printing the errno and the
variable we were trying to fetch.
 1.11  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.10  20-Jan-2003  dsl Make kernel address arg of kvm_ckread() const void * so caller doesn't
need a cast.
(approved by christos)
 1.9  01-Dec-2000  simonb Remove extern variables and functions now declared in dkstats.h.
While here, remove 77 (!) unneed #includes.
 1.8  11-Oct-2000  thorpej int vs. pointer format/argument confusion.
 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  04-Jun-2000  thorpej branches: 1.6.2;
Use kern.cp_time to fetch cp_time[]. Don't support fetching it from
crash dumps yet, as that requires determining which CPU we should fetch
it from, etc.
 1.5  24-Apr-1999  ross branches: 1.5.6;
Functional LP64 and type sanity fixes.
 1.4  12-Jul-1998  mrg branches: 1.4.2;
- KNF
- use snprintf
- don't overwrite the keyboard buffer (and make this sized on
the window size).
 1.3  21-Jul-1997  mrg - 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.4.2.2  19-Oct-2000  he Pull up revision 1.8 (requested by he):
Fix pointer/format problem, cast to u_long, print with %lx.
 1.4.2.1  26-Sep-1999  he Pull up revision 1.5 (requested by he):
LP64 and type sanity fixes, with visible effects of enabling echo
on commands and correct cursor placement after update.
 1.5.6.1  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.6.2.2  18-Oct-2000  tv Pullup usr.bin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.6.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.

bufcache.c 1.8
cmds.c 1.22
cmdtab.c 1.16
disks.c 1.11
extern.h 1.23
fetch.c 1.7
globalcmds.c 1.8
 1.12.42.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed