aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/dkstat.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326023
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
| | | | | | | | | per letter dated July 22, 1999. Approved by: core Notes: svn path=/head/; revision=127976
* #include <sys/resource.h> to limit ports damage.Poul-Henning Kamp2003-05-071-1/+1
| | | | | | | Approved by: re/rwatson Notes: svn path=/head/; revision=114798
* This file is now empty and should no longer be used anywhere.Poul-Henning Kamp2003-02-161-0/+2
| | | | | | | Put a #warning here to alert people to the fact. Notes: svn path=/head/; revision=111003
* Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>Poul-Henning Kamp2003-02-161-12/+0
| | | | Notes: svn path=/head/; revision=110999
* Declare tty related counters in a tty related .h file.Poul-Henning Kamp2003-02-161-4/+0
| | | | Notes: svn path=/head/; revision=110997
* Redeclare cp_time. It's no longer static, and linprocfs needs it.Dag-Erling Smørgrav2000-09-071-0/+1
| | | | Notes: svn path=/head/; revision=65576
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=55205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* New Kernel device statistics code.Justin T. Gibbs1998-09-151-11/+1
| | | | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> Notes: svn path=/head/; revision=39229
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-3/+1
| | | | Notes: svn path=/head/; revision=29179
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Fix comments on dk_wds and dk_wpms to match code. Improve comment onBruce Evans1994-12-241-4/+4
| | | | | | | dk_time. Notes: svn path=/head/; revision=5225
* Actually document dk_* variables!Garrett Wollman1994-10-161-8/+8
| | | | Notes: svn path=/head/; revision=3644
* dkstat.h: declare dk_namesGarrett Wollman1994-10-161-1/+3
| | | | | | | | sysctl.h: add HW_DEVCONF devconf.h: machine-independent parts of config table Notes: svn path=/head/; revision=3641
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-13/+18
| | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=2112
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+64
Notes: svn path=/head/; revision=1541