summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2020-09-20KNF (sort #includes and remove duplicate sys/cpu.h)skrll
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-03-22Merge vfs_cache.c from the ad-namecache branch. With this the namecachead
2020-01-18Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) byskrll
2020-01-02- Eliminate the global "boottime" variable, which was being accessedthorpej
2019-01-15remove kern.panic_now -- crashme panic node replaces it.mrg
2018-12-05As discussed in tech-kern:christos
2018-12-03Expose addresses depending on the KASLR setting (from mrg@). Restores thechristos
2018-11-24Fix kernel pointer leaks in the kern.lwp sysctl.maxv
2018-10-05Provide a sysctl kern.expose_address to expose kernel addresses inchristos
2018-09-16CTL_DEBUG_MAXID is only used to size a static array that the compilermrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-02-04Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we'remaxv
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-14Remove the "target" argment from vfs_drainvnodes() as it ishannken
2016-05-31Add a new kern.messages sysctl to allow kernel message verbosity to bepgoyette
2015-11-09Whether or not the semaphore code is loaded as a module or built-in, itspgoyette
2015-08-25Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file)pooka
2015-07-07Move hw.machine and hw.machine_arch sysctls to base so rump can use themjustin
2015-05-20group msgbuf sysctls with the msgbuf codepooka
2015-05-13More preparation for modularizing the SYSVxxx options. Here wepgoyette
2015-04-22move clock sysctls from init_sysctl.c to kern_clock.cpooka
2014-08-03BUILDINFO part 2: expose sysctl kern.buildinfoapb
2014-05-08Add a global vnode cache:hannken
2014-03-24- create cpu_{g,s}etmodel() and hide cpu_model from direct access.christos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25Add kern.{ostype,osrelease,osrevision,version} kern.domainname,justin
2014-01-17Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng staticpooka
2013-09-14GC various arrays defined and used in kern_proc.cjoerg
2013-03-18calculate vnode cache size based on the resource it gets allocated frompara
2013-03-07Add a kern.configname sysctl object.matt
2013-02-21Move boottime50 and its associated sysctl into the compat module. Aspgoyette
2013-02-02Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reasonmatt
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-08put all kern socket sysctls in the same placepooka
2012-10-03Add sanity check to sysctl_kern_maxvnodes.mlelstv
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-07remove bogus check.christos
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2011-12-17Separate /dev/random pseudodevice implemenation from kernel entropy pooltls
2011-11-20An undocumented behavior of the sysctl kern.arandom node used to allowtls
2011-11-19First step of random number subsystem rework described intls
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-23When KERN_SA is not defined, kern.no_sa_support is a constant (1). Sojym
2011-05-24Add some needed __UNCONSTjoerg
2011-04-02vfs_drainvnodes: drop lwp argument, remove variable name in prototype.rmind
2011-02-05avoid code duplication.christos
2011-01-28migrate compat32 handling with previouspooka