aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/devs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
| | | | Notes: svn path=/head/; revision=111007
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
| | | | Notes: svn path=/head/; revision=111002
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-30/+37
| | | | | | | with namelists. use __FBSDID(). Notes: svn path=/head/; revision=87715
* Convert systat(1) to use the new devstat interface.Kenneth D. Merry2001-09-061-31/+24
| | | | | | | Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Notes: svn path=/head/; revision=83131
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Quiet many compiler warnings.David E. O'Brien1998-10-081-2/+5
| | | | Notes: svn path=/head/; revision=40060
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-3/+5
| | | | | | | | | | | | | generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=39498
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-0/+320
Submitted by: "Kenneth D. Merry" <ken@plutotech.com> Notes: svn path=/head/; revision=39230