summaryrefslogtreecommitdiff
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* o Cache the process's struct prison so as to create a more visuallyRobert Watson2001-11-061-7/+8
* o Remove a tab missed in the previous whitespace commit.Robert Watson2001-11-061-1/+1
* o Remove double-indentation of sysctl_kern_securelvl. This change isRobert Watson2001-11-061-31/+30
* o Introduce an 'options REGRESSION'-dependant sysctl namespaces,Robert Watson2001-10-071-0/+19
* o Modify kern.securelevel MIB entry to return a local securelevel, ifRobert Watson2001-09-261-6/+27
* Fix cut/paste blunder. Serves me right for doing a last minute tweakPeter Wemm2001-07-271-1/+1
* Move param.c out of the conf directory and make it fully dynamic.Peter Wemm2001-07-261-0/+3
* changed hostid from long to unsigned long to be able to store values > 2GBJim Pirzyk2001-06-221-3/+2
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-1/+1
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-3/+3
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-0/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-2/+2
* Dammit.Robert Watson2000-06-071-0/+3
* o bde suggested moving the SYSCTL from kern_mib to the more appropriateRobert Watson2000-06-051-27/+0
* o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx()Robert Watson2000-06-051-0/+24
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Draw the outline of "struct bio".Poul-Henning Kamp2000-04-021-0/+6
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-3/+0
* Yet-another-update: rename ``kern.prison'' to a new sysctl root entry,Robert Watson2000-02-121-9/+1
* Fix sysctl namespace for jail: move the kern.jailcansethostname toRobert Watson2000-02-101-5/+5
* Introduce a new sysctl, kern.jailcansethostname, which determines whetherRobert Watson2000-02-101-2/+9
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-2/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+2
* add debug.sizeof.specinfoPoul-Henning Kamp1999-07-201-1/+5
* Add sysctl tree debug.sizeof to tell us how big things are. First twoPoul-Henning Kamp1999-07-191-1/+10
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-45/+81
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+23
* Ok, people didn't like kern.conf_dir. Poof, backed out.Matthew Dillon1999-01-261-6/+1
* Add kern.conf_dir sysctl. This is a R+W string used to specify theMatthew Dillon1999-01-251-1/+6
* - hw.machine_arch returns cpu architecture type.KATO Takenori1998-08-311-2/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-8/+4
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-1/+8
* Make kern.ncpu reports the number of detected processors when runningGary Palmer1997-12-251-1/+8
* kern.maxproc is not writable since there are tables that are staticallyDavid Greenman1997-10-191-2/+2
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.KATO Takenori1997-08-301-1/+3
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"KATO Takenori1997-08-291-1/+5
* Don't ever allow lowering the securelevel at all. Allowing it doesJoerg Wunsch1997-06-251-2/+2