aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* jail: Consistently handle the pr_allow bitmaskJamie Gritton2020-12-271-15/+22
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+23
* Make sysctl user.local a tunable that can be written at run-timeStefan Eßer2020-10-311-2/+5
* Add read only sysctl variable user.localbaseStefan Eßer2020-10-301-0/+2
* Add sysctl(8) formatting for hw.pagesizes.Mark Johnston2020-09-021-4/+4
* Improve comment for compat32 handling of sysctl hw.pagesizes.Konstantin Belousov2020-05-151-2/+3
* Revert r361077 to recommit with proper message.Konstantin Belousov2020-05-151-3/+2
* Implement RTLD_DEEPBIND.Konstantin Belousov2020-05-151-2/+3
* Avoid spurious ENOMEMs from sysctl hw.pagesizes.Konstantin Belousov2020-05-091-2/+11
* Improve MACHINE_ARCH handling for hard vs soft-float on RISC-V.John Baldwin2020-04-271-0/+1
* Extend support in sysctls for supporting multiple native ABIs.John Baldwin2020-04-271-14/+25
* Implement sysctl kern.boot_idConrad Meyer2020-03-171-0/+26
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-42/+49
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* Create a new sysctl subtree, machdep.mitigations. Its purpose is to organizeScott Long2019-11-151-0/+2
* Add missing include of sys/boot.hWarner Losh2019-06-241-0/+1
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-241-1/+1
* style(9) / tidying for r348611Ed Maste2019-06-041-12/+12
* Expose the kernel's build-ID through sysctlEd Maste2019-06-041-0/+48
* random(4): Block read_random(9) on initial seedingConrad Meyer2019-04-151-9/+2
* Change default value of kern.bootfile to reflect realityOleksandr Tymoshenko2019-03-261-1/+1
* Add descriptions for sysctls in kern_mib.c and sysctl.3 which lack them.Ravi Pokala2019-03-231-4/+8
* For hw.{physmem,realmem,usermem} MIBs, clamp instead truncating.Konstantin Belousov2018-12-291-11/+22
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-5/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+5
* Mark a bunch of mpsafe sysctls as such.Mateusz Guzik2016-10-191-5/+6
* Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD.Gleb Smirnoff2016-09-291-0/+3
* Allow reading the following sysctl MIBs in capability mode:Allan Jude2016-09-291-3/+3
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Fix build after r295934.Bryan Drewery2016-02-231-1/+1
* According to the sys/kern/capabilities.conf, gethostid(3) should be allowed.Mariusz Zaborski2016-02-231-1/+1
* Export various helper variables describing the layout and size ofJohn Baldwin2015-11-121-0/+5
* Huge cleanup of random(4) code.Mark Murray2015-06-301-9/+15
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aIan Lepore2015-02-271-10/+42
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-32/+33
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-20/+20
* Revert r267961, r267973:Glen Barber2014-06-271-20/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-20/+20
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Rename sysctl kern.supported_abis to kern.supported_archs, since it givesNathan Whitehorn2013-12-041-3/+3
* Add new sysctl, kern.supported_abis, containing the list of FreeBSDNathan Whitehorn2013-12-021-0/+7
* fix some fat-fingering in r246246Andriy Gapon2013-02-021-1/+1
* print compiler version in the kernel bannerAndriy Gapon2013-02-021-0/+3
* back out half of 244098.Alfred Perlstein2012-12-111-1/+1
* make sysctls kern.{bootfile,conftxt} read-onlyAlfred Perlstein2012-12-101-10/+3
* As a safety measure, disable lowering pid_max too much.Konstantin Belousov2012-08-161-2/+6