summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* A major sweep over the sysctl stuff.phk1995-12-041-22/+24
* malloc.h: add sysctl class.phk1995-12-021-1/+3
* Mega commit for sysctl.phk1995-11-201-24/+3
* All net.* sysctl converted now.phk1995-11-161-2/+1
* Final part of this bunch of sysctl commits: cleanup.phk1995-11-141-36/+2
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-121-2/+25
* convert more sysctl variables.phk1995-11-101-3/+1
* Add qsort prototype.phk1995-11-091-1/+2
* Fix some of the sysctl broke, and add a lot more to it.phk1995-11-081-4/+2
* On working the new sysctl vars a bit I realized that I needed more generality.phk1995-11-061-22/+24
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-031-2/+6
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-61/+20
* Rewamp the way we make sysctl variables to be easier to cope with.phk1995-10-281-2/+64
* Killed bogus sparc #ifdef.dg1995-07-101-10/+1
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-121-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+9
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-201-2/+6
* Update stupid declaration in comment to match code.bde1994-11-141-4/+12
* dkstat.h: declare dk_nameswollman1994-10-161-4/+6
* Cosmetics. (sort of) Added 19 prototypes.phk1994-10-101-1/+3
* I got my patch-file applied twice it seems. Fixed.phk1994-10-081-6/+1
* Prototypes of today. Brought to you by a 28 minute transit time on BART :-)phk1994-10-081-1/+6
* Cosmetics. Added four prototypes.phk1994-10-071-1/+6
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-2/+2
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-231-2/+4
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+11
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-2/+4
* Remove all ADJKERNTZ references, now all this stuff in cpu.hache1994-09-161-13/+2
* KERN_ADJKERNTZ moved to MACHDEP sectionache1994-09-161-4/+13
OpenPOWER on IntegriCloud