summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* fix some fat-fingering in r246246avg2013-02-021-1/+1
* print compiler version in the kernel banneravg2013-02-021-0/+3
* back out half of 244098.alfred2012-12-111-1/+1
* make sysctls kern.{bootfile,conftxt} read-onlyalfred2012-12-101-10/+3
* As a safety measure, disable lowering pid_max too much.kib2012-08-161-2/+6
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-0/+24
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-171-17/+19
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-3/+25
* Declare the kern.ngroups sysctl to be read-only, but tunable at boot forbrooks2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-1/+1
* Correct the explination text for the kern.ngroups. It reflects thebrooks2010-01-091-1/+2
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+27
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-3/+3
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-77/+79
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-37/+29
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-2/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-4/+2
* Mark most often used sysctl's as MPSAFE.ed2009-01-281-7/+8
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-2/+7
* Fix a typo in r180291trhodes2008-08-281-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-6/+42
* Make sysctl_kern_arnd return a random buffer instead of a random long,antoine2008-02-171-6/+10
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsjhb2008-01-171-0/+17
* Actually declare the kern.features sysctl node.jhb2007-12-311-0/+2
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-041-1/+0
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* Simplify the kernel configuration file return code.imp2007-05-281-22/+3
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-191-0/+12
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE isimp2007-05-171-3/+1
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make somewkoszek2007-05-161-0/+5
* Improve INCLUDE_CONFIG_FILE support.wkoszek2007-05-121-0/+33
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.pjd2007-04-091-0/+3
* mp_ncpus is always (properly) initialized, even on UP kernels, so just use it.pjd2005-08-211-5/+0
* Collect the devfs related sysctls in one placephk2005-08-161-4/+0
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-281-0/+9
* Fix spelling of integer in a comment.rwatson2005-01-301-1/+1
* When retrieving the current per-jails securelevel for a sysctl read,rwatson2005-01-231-5/+4
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-2/+2
* Change description of kern.osreldate from "Operating system release date" toeivind2003-08-211-1/+5
* Use __FBSDID().obrien2003-06-111-1/+3
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-091-1/+1
* Expose kern.ident by way of OID_AUTO.jmallett2003-06-091-0/+3
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* - Provide backwards compatibility for kern.fallback_elf_brand.jake2003-01-051-3/+6
* Improve the way that an elf image activator for an alternate word size isjake2003-01-041-0/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-0/+26
OpenPOWER on IntegriCloud