summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofmike2002-10-131-2/+2
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-2/+2
* - Add a mutex to lock the global securelevel value.arr2002-04-021-1/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-161-0/+2
* Add/correct description for some sysctl variables where it was missing.luigi2001-12-161-1/+1
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-061-1/+0
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-4/+32
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improverwatson2001-11-281-13/+10
* o General style improvemnts.rwatson2001-11-081-10/+11
* o Trim trailing whitespace from kern_mib.c, as suggested by bde. Goodrwatson2001-11-081-45/+45
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-4/+4
* o Cache the process's struct prison so as to create a more visuallyrwatson2001-11-061-7/+8
* o Remove a tab missed in the previous whitespace commit.rwatson2001-11-061-1/+1
* o Remove double-indentation of sysctl_kern_securelvl. This change isrwatson2001-11-061-31/+30
* o Introduce an 'options REGRESSION'-dependant sysctl namespaces,rwatson2001-10-071-0/+19
* o Modify kern.securelevel MIB entry to return a local securelevel, ifrwatson2001-09-261-6/+27
* Fix cut/paste blunder. Serves me right for doing a last minute tweakpeter2001-07-271-1/+1
* Move param.c out of the conf directory and make it fully dynamic.peter2001-07-261-0/+3
* changed hostid from long to unsigned long to be able to store values > 2GBpirzyk2001-06-221-3/+2
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-3/+3
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Dammit.rwatson2000-06-071-0/+3
* o bde suggested moving the SYSCTL from kern_mib to the more appropriaterwatson2000-06-051-27/+0
* o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx()rwatson2000-06-051-0/+24
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Draw the outline of "struct bio".phk2000-04-021-0/+6
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-3/+0
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,rwatson2000-02-121-9/+1
* Fix sysctl namespace for jail: move the kern.jailcansethostname torwatson2000-02-101-5/+5
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherrwatson2000-02-101-2/+9
OpenPOWER on IntegriCloud