summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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