summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug in sysctl_string so that when a string has a length that is toguido1994-12-181-2/+2
* Move declarations of public functions to <sys/sysctl.h>.bde1994-11-141-11/+4
* kern_clock.c: define dk_names[][].wollman1994-10-161-3/+6
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-8/+13
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-231-1/+5
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-3/+1
* sysctl incorrectly check name[2] instead of name[1]ache1994-09-191-2/+2
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-2/+7
* KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP sectionache1994-09-161-4/+1
* KERN_ADJKERNTZ added in preparation of resettodr() implementationache1994-09-141-1/+4
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-091-1/+4
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
* Make it easier for programs to figure out what revision of FreeBSD theywollman1994-08-101-0/+3
* Change default security level to -1, so that users don't get bitten bywollman1994-08-101-2/+2
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALwollman1994-08-081-1/+15
* Define a sysctl MIB variable for the YP domain name.wollman1994-08-081-1/+9
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+12
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+787
OpenPOWER on IntegriCloud