| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | - Provide backwards compatibility for kern.fallback_elf_brand. | jake | 2003-01-05 | 1 | -3/+6 |
* | Improve the way that an elf image activator for an alternate word size is | jake | 2003-01-04 | 1 | -0/+4 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -0/+26 |
* | Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead of | mike | 2002-10-13 | 1 | -2/+2 |
* | Include <sys/_posix.h> directly instead of depending on <sys/proc.h> | mike | 2002-10-13 | 1 | -0/+1 |
* | Rename struct specinfo to the more appropriate struct cdev. | phk | 2002-09-27 | 1 | -2/+2 |
* | - Add a mutex to lock the global securelevel value. | arr | 2002-04-02 | 1 | -1/+9 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | - Attempt to help declutter kern. sysctl by moving security out from | arr | 2002-01-16 | 1 | -0/+2 |
* | Add/correct description for some sysctl variables where it was missing. | luigi | 2001-12-16 | 1 | -1/+1 |
* | o Remove unnecessary inclusion of opt_global.h. | rwatson | 2001-12-06 | 1 | -1/+0 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -4/+32 |
* | o Cache req->td->td_proc->p_ucred->cr_prison in pr to improve | rwatson | 2001-11-28 | 1 | -13/+10 |
* | o General style improvemnts. | rwatson | 2001-11-08 | 1 | -10/+11 |
* | o Trim trailing whitespace from kern_mib.c, as suggested by bde. Good | rwatson | 2001-11-08 | 1 | -45/+45 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -4/+4 |
* | o Cache the process's struct prison so as to create a more visually | rwatson | 2001-11-06 | 1 | -7/+8 |
* | o Remove a tab missed in the previous whitespace commit. | rwatson | 2001-11-06 | 1 | -1/+1 |
* | o Remove double-indentation of sysctl_kern_securelvl. This change is | rwatson | 2001-11-06 | 1 | -31/+30 |
* | o Introduce an 'options REGRESSION'-dependant sysctl namespaces, | rwatson | 2001-10-07 | 1 | -0/+19 |
* | o Modify kern.securelevel MIB entry to return a local securelevel, if | rwatson | 2001-09-26 | 1 | -6/+27 |
* | Fix cut/paste blunder. Serves me right for doing a last minute tweak | peter | 2001-07-27 | 1 | -1/+1 |
* | Move param.c out of the conf directory and make it fully dynamic. | peter | 2001-07-26 | 1 | -0/+3 |
* | changed hostid from long to unsigned long to be able to store values > 2GB | pirzyk | 2001-06-22 | 1 | -3/+2 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 1 | -1/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -3/+3 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 1 | -0/+4 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -2/+2 |
* | Dammit. | rwatson | 2000-06-07 | 1 | -0/+3 |
* | o bde suggested moving the SYSCTL from kern_mib to the more appropriate | rwatson | 2000-06-05 | 1 | -27/+0 |
* | o Introduce kern.suser_permitted, a sysctl that disables the suser_xxx() | rwatson | 2000-06-05 | 1 | -0/+24 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Draw the outline of "struct bio". | phk | 2000-04-02 | 1 | -0/+6 |
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | dillon | 2000-03-28 | 1 | -3/+0 |
* | Yet-another-update: rename ``kern.prison'' to a new sysctl root entry, | rwatson | 2000-02-12 | 1 | -9/+1 |
* | Fix sysctl namespace for jail: move the kern.jailcansethostname to | rwatson | 2000-02-10 | 1 | -5/+5 |
* | Introduce a new sysctl, kern.jailcansethostname, which determines whether | rwatson | 2000-02-10 | 1 | -2/+9 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sysctl variables for the Linuxulator. These reside under `compat.linux' as | marcel | 1999-08-27 | 1 | -2/+4 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+2 |
* | add debug.sizeof.specinfo | phk | 1999-07-20 | 1 | -1/+5 |
* | Add sysctl tree debug.sizeof to tell us how big things are. First two | phk | 1999-07-19 | 1 | -1/+10 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -45/+81 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -3/+23 |
* | Ok, people didn't like kern.conf_dir. Poof, backed out. | dillon | 1999-01-26 | 1 | -6/+1 |
* | Add kern.conf_dir sysctl. This is a R+W string used to specify the | dillon | 1999-01-25 | 1 | -1/+6 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 1 | -2/+1 |