aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-3/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-77/+79
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-37/+29
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-2/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-4/+2
* Mark most often used sysctl's as MPSAFE.Ed Schouten2009-01-281-7/+8
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+7
* Fix a typo in r180291Tom Rhodes2008-08-281-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-6/+42
* Make sysctl_kern_arnd return a random buffer instead of a random long,Antoine Brodin2008-02-171-6/+10
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsJohn Baldwin2008-01-171-0/+17
* Actually declare the kern.features sysctl node.John Baldwin2007-12-311-0/+2
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.Konstantin Belousov2007-12-041-1/+0
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-1/+1
* Simplify the kernel configuration file return code.Warner Losh2007-05-281-22/+3
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardAlexander Kabaev2007-05-191-0/+12
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-1/+1
* Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE isWarner Losh2007-05-171-3/+1
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make someWojciech A. Koszek2007-05-161-0/+5
* Improve INCLUDE_CONFIG_FILE support.Wojciech A. Koszek2007-05-121-0/+33
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.Pawel Jakub Dawidek2007-04-091-0/+3
* mp_ncpus is always (properly) initialized, even on UP kernels, so just use it.Pawel Jakub Dawidek2005-08-211-5/+0
* Collect the devfs related sysctls in one placePoul-Henning Kamp2005-08-161-4/+0
* Add a sysctl that records the amount of physical memory in the machine.Wes Peters2005-02-281-0/+9
* Fix spelling of integer in a comment.Robert Watson2005-01-301-1/+1
* When retrieving the current per-jails securelevel for a sysctl read,Robert Watson2005-01-231-5/+4
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-2/+2
* Change description of kern.osreldate from "Operating system release date" toEivind Eklund2003-08-211-1/+5
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].Juli Mallett2003-06-091-1/+1
* Expose kern.ident by way of OID_AUTO.Juli Mallett2003-06-091-0/+3
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* - Provide backwards compatibility for kern.fallback_elf_brand.Jake Burkholder2003-01-051-3/+6
* Improve the way that an elf image activator for an alternate word size isJake Burkholder2003-01-041-0/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-071-0/+26
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofMike Barcroft2002-10-131-2/+2
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>Mike Barcroft2002-10-131-0/+1
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* - Add a mutex to lock the global securelevel value.Andrew R. Reiter2002-04-021-1/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* - Attempt to help declutter kern. sysctl by moving security out fromAndrew R. Reiter2002-01-161-0/+2
* Add/correct description for some sysctl variables where it was missing.Luigi Rizzo2001-12-161-1/+1
* o Remove unnecessary inclusion of opt_global.h.Robert Watson2001-12-061-1/+0
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-4/+32
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improveRobert Watson2001-11-281-13/+10
* o General style improvemnts.Robert Watson2001-11-081-10/+11
* o Trim trailing whitespace from kern_mib.c, as suggested by bde. GoodRobert Watson2001-11-081-45/+45
* o Replace reference to 'struct proc' with 'struct thread' in 'structRobert Watson2001-11-081-4/+4