| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark most often used sysctl's as MPSAFE. | ed | 2009-01-28 | 1 | -7/+8 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -2/+7 |
* | Fix a typo in r180291 | trhodes | 2008-08-28 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -6/+42 |
* | Make sysctl_kern_arnd return a random buffer instead of a random long, | antoine | 2008-02-17 | 1 | -6/+10 |
* | Add 'compat_freebsd[4567]' features corresponding to the kernel options | jhb | 2008-01-17 | 1 | -0/+17 |
* | Actually declare the kern.features sysctl node. | jhb | 2007-12-31 | 1 | -0/+2 |
* | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | kib | 2007-12-04 | 1 | -1/+0 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | Simplify the kernel configuration file return code. | imp | 2007-05-28 | 1 | -22/+3 |
* | Add kern.arnd sysctl. SSP code uses it to initialize the stack guard | kan | 2007-05-19 | 1 | -0/+12 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE is | imp | 2007-05-17 | 1 | -3/+1 |
* | Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some | wkoszek | 2007-05-16 | 1 | -0/+5 |
* | Improve INCLUDE_CONFIG_FILE support. | wkoszek | 2007-05-12 | 1 | -0/+33 |
* | Add kern.hostuuid sysctl, which will be used to keep host's UUID. | pjd | 2007-04-09 | 1 | -0/+3 |
* | mp_ncpus is always (properly) initialized, even on UP kernels, so just use it. | pjd | 2005-08-21 | 1 | -5/+0 |
* | Collect the devfs related sysctls in one place | phk | 2005-08-16 | 1 | -4/+0 |
* | Add a sysctl that records the amount of physical memory in the machine. | wes | 2005-02-28 | 1 | -0/+9 |
* | Fix spelling of integer in a comment. | rwatson | 2005-01-30 | 1 | -1/+1 |
* | When retrieving the current per-jails securelevel for a sysctl read, | rwatson | 2005-01-23 | 1 | -5/+4 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -2/+2 |
* | Change description of kern.osreldate from "Operating system release date" to | eivind | 2003-08-21 | 1 | -1/+5 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Attempt to fix Alpha build by renaming ident[] to kern_ident[]. | jmallett | 2003-06-09 | 1 | -1/+1 |
* | Expose kern.ident by way of OID_AUTO. | jmallett | 2003-06-09 | 1 | -0/+3 |
* | 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 |