History log of /freebsd-10-stable/sys/sys/dkstat.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 127976 07-Apr-2004 imp

Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core


# 114798 07-May-2003 phk

#include <sys/resource.h> to limit ports damage.

Approved by: re/rwatson


# 111003 16-Feb-2003 phk

This file is now empty and should no longer be used anywhere.

Put a #warning here to alert people to the fact.


# 110999 16-Feb-2003 phk

Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>


# 110997 16-Feb-2003 phk

Declare tty related counters in a tty related .h file.


# 65576 07-Sep-2000 des

Redeclare cp_time. It's no longer static, and linprocfs needs it.


# 55205 29-Dec-1999 peter

Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 39229 15-Sep-1998 gibbs

New Kernel device statistics code.

Submitted by: "Kenneth D. Merry" <ken@plutotech.com>


# 29179 07-Sep-1997 bde

Some staticized variables were still declared to be extern.


# 22975 22-Feb-1997 peter

Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
ready for it yet.


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 5225 24-Dec-1994 bde

Fix comments on dk_wds and dk_wpms to match code. Improve comment on
dk_time.


# 3644 16-Oct-1994 wollman

Actually document dk_* variables!


# 3641 16-Oct-1994 wollman

dkstat.h: declare dk_names
sysctl.h: add HW_DEVCONF
devconf.h: machine-independent parts of config table


# 2112 18-Aug-1994 wollman

Fix up some sloppy coding practices:

- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.

NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.


# 1817 02-Aug-1994 dg

Added $Id$


# 1542 24-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1541,
which included commits to RCS files with non-trunk default branches.


# 1541 24-May-1994 rgrimes

BSD 4.4 Lite Kernel Sources