aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix sysctl namespace for jail: move the kern.jailcansethostname toRobert Watson2000-02-101-3/+1
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherRobert Watson2000-02-101-1/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* Separate some common sysctl code into sysctl_find_oid() and callingBrian Feldman1999-12-011-0/+2
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+1
* #include <sys/queue.h>Poul-Henning Kamp1999-08-281-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-1/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+2
* Add forward-declaration of struct linker_set, to fix a few warnings.Dmitrij Tejblum1999-02-281-1/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-10/+40
* Back out last change to sysctl.Poul-Henning Kamp1999-01-101-10/+0
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optionDag-Erling Smørgrav1999-01-101-1/+11
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-4/+4
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedBruce Evans1998-12-161-6/+1
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctlDon Lewis1998-12-131-1/+2
* Ignore the statically configured vfs type numbers and assign vfsBruce Evans1998-09-051-1/+2
* Sysctl nodes are written to, so don't put them in the text section.Bruce Evans1998-09-051-4/+4
* Don't comment out dead code. Remove it.Bruce Evans1998-09-051-18/+16
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-9/+21
* Make the logging of abnormally exiting processes optional by a sysctl.Joerg Wunsch1998-07-281-2/+4
* Added kern.ipc.nmbclustersDavid Greenman1998-04-241-1/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-12/+63
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-1/+11
* Removed trailing semicolons from the definitions of the sysctlBruce Evans1997-09-071-8/+8
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"KATO Takenori1997-08-291-2/+3
* What the heck, declare the sysctlbyname() first arg const.Peter Wemm1997-07-121-2/+2
* Add a proto for sysctlbyname()Peter Wemm1997-07-121-1/+2
* Add new kern.ipc MIB branch constants and mbuf stats.Garrett Wollman1997-02-241-5/+17
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-3/+0
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-301-4/+9
* Add support for embedded operation withou consoleJulian Elischer1996-10-161-2/+4
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-071-4/+2
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuePaul Traina1996-09-191-2/+4
* Removed more devconf leftovers.Bruce Evans1996-09-101-4/+2
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedGarrett Wollman1996-07-251-3/+3
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatNate Williams1996-06-101-1/+2
* Merge in Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-7/+7
* Add two sysctl variables that can be read by libutil and libkvm so thatPeter Wemm1996-02-241-2/+6
* Add an obscure feature, needed for debugging.Poul-Henning Kamp1995-12-171-2/+3
* Change SYSCTL_OPAQUE to take a format string.Poul-Henning Kamp1995-12-091-3/+3
* A major sweep over the sysctl stuff.Poul-Henning Kamp1995-12-041-22/+24
* malloc.h: add sysctl class.Poul-Henning Kamp1995-12-021-1/+3
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-24/+3
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-161-2/+1
* Final part of this bunch of sysctl commits: cleanup.Poul-Henning Kamp1995-11-141-36/+2
* The entire sysctl callback to read/write version. I havn't tested this asPoul-Henning Kamp1995-11-121-2/+25