summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c nobde1997-04-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed garbage being returned for constant int values, e.g., forbde1996-12-151-2/+2
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+5
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-5/+6
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatnate1996-06-101-5/+63
* If handler function returns EAGAIN, restart operation.phk1996-06-061-3/+7
* Fix a longstanding bug and a buglet of no significance.phk1996-04-131-23/+18
* Move the "mib" variables out to their own file.phk1996-04-071-136/+6
* From Lite2: rename fs to vfs.hsu1996-03-111-2/+2
* Fix the reversed source and dest args to bcopy() in the kernel spacepeter1996-01-011-2/+2
* Add an obscure feature, needed for debugging.phk1995-12-171-9/+11
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* A couple of minor tweaks to the sysctl stuff.phk1995-12-061-12/+48
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-051-1/+3
* A major sweep over the sysctl stuff.phk1995-12-041-80/+332
* Mega commit for sysctl.phk1995-11-201-366/+107
* All net.* sysctl converted now.phk1995-11-161-4/+1
* Do what is generally belived to be the right thing, though it may not be :-)phk1995-11-141-5/+2
* Final part of this bunch of sysctl commits: cleanup.phk1995-11-141-9/+1
* Get rid of the last debug sysctl variables of the old style.phk1995-11-141-50/+1
* Get rid of hostnamelen variable.phk1995-11-141-13/+3
* Move all the VM sysctl stuff home where it belongs.phk1995-11-141-4/+1
* A couple of nitpicks.phk1995-11-141-8/+5
* Convert dumpdev & securelevel.phk1995-11-141-20/+35
* KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file.phk1995-11-141-6/+1
* Get rid of domainnamelen.phk1995-11-141-14/+3
* Move KERN_NTP to a more suitable file.phk1995-11-141-4/+1
* Move the process-table stuff to a more suitable file.phk1995-11-141-213/+1
* Try to make my new scheme work more along the lines of the manual.phk1995-11-131-48/+67
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-121-113/+160
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+6
* Fixed type of sysctl_order_cmp().bde1995-11-111-8/+11
* Fix a minor buglet.phk1995-11-101-3/+4
* convert more sysctl variables.phk1995-11-101-4/+3
* Make the old compat functions use the sysctl front door, rather thanphk1995-11-091-75/+110
* Fix some of the sysctl broke, and add a lot more to it.phk1995-11-081-22/+112
* On working the new sysctl vars a bit I realized that I needed more generality.phk1995-11-061-179/+224
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-112/+65
* Rewamp the way we make sysctl variables to be easier to cope with.phk1995-10-281-71/+313
* Fix the sysctl string routines to return as much of thempp1995-07-311-13/+25
* Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers.dg1995-07-281-5/+6
* This implements enough of the BSDI extensions to the net-2 ogetkerninfo()peter1995-07-091-1/+112
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-121-1/+11
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-5/+1
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-201-1/+5
* Fixed multiple bugs that cause null pointers to be followed or FREEed datadg1994-12-281-25/+24
OpenPOWER on IntegriCloud