summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-151-1/+77
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-2/+12
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-6/+6
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-8/+8
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-101-3/+1
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-101-1/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-0/+2
* Introduce commandline caching in the kernel.phk1999-11-161-0/+1
* #include <sys/queue.h>phk1999-08-281-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-1/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+2
* Add forward-declaration of struct linker_set, to fix a few warnings.dt1999-02-281-1/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-10/+40
* Back out last change to sysctl.phk1999-01-101-10/+0
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-101-1/+11
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-271-4/+4
* Removed all traces of SYSCTL_INTPTR(). Pointers can't really be passedbde1998-12-161-6/+1
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctltruckman1998-12-131-1/+2
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-1/+2
* Sysctl nodes are written to, so don't put them in the text section.bde1998-09-051-4/+4
* Don't comment out dead code. Remove it.bde1998-09-051-18/+16
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-9/+21
* Make the logging of abnormally exiting processes optional by a sysctl.joerg1998-07-281-2/+4
* Added kern.ipc.nmbclustersdg1998-04-241-1/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-12/+63
* Reviewed by: msmith, bde long agodufault1998-03-041-1/+11
* Removed trailing semicolons from the definitions of the sysctlbde1997-09-071-8/+8
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-2/+3
* What the heck, declare the sysctlbyname() first arg const.peter1997-07-121-2/+2
* Add a proto for sysctlbyname()peter1997-07-121-1/+2
* Add new kern.ipc MIB branch constants and mbuf stats.wollman1997-02-241-5/+17
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* if there is no console, cngetc should act like getc and return -1julian1996-10-301-4/+9
* Add support for embedded operation withou consolejulian1996-10-161-2/+4
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-071-4/+2
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuepst1996-09-191-2/+4
* Removed more devconf leftovers.bde1996-09-101-4/+2
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-251-3/+3
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatnate1996-06-101-1/+2
* Merge in Lite2: rename fs to vfs.hsu1996-03-111-7/+7
* Add two sysctl variables that can be read by libutil and libkvm so thatpeter1996-02-241-2/+6
* Add an obscure feature, needed for debugging.phk1995-12-171-2/+3
* Change SYSCTL_OPAQUE to take a format string.phk1995-12-091-3/+3
OpenPOWER on IntegriCloud