index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_sysctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it possible to change the vnet sysctl variables on jails
bz
2009-08-13
1
-2
/
+10
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
sysctl_msec_to_ticks is used with both virtualized and
bz
2009-07-21
1
-5
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-97
/
+8
*
Add explicit includes for jail.h to the files that need them and
bz
2009-06-17
1
-0
/
+1
*
Get vnets from creds instead of threads where they're available, and from
jamie
2009-06-15
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Remove do-nothing code that was required to dirty the old buffer on Alpha.
des
2009-05-15
1
-12
/
+1
*
Revert r192094. The revision caused problems for sysctl(3) consumers
kib
2009-05-15
1
-5
/
+3
*
- Use a separate sx lock to try to limit the number of concurrent userland
jhb
2009-05-14
1
-7
/
+16
*
Do not advance req->oldidx when sysctl_old_user returning an
kib
2009-05-14
1
-3
/
+5
*
Permit buiding kernels with options VIMAGE, restricted to only a single
zec
2009-04-30
1
-2
/
+98
*
Add a new type of KTRACE record for sysctl(3) invocations. It uses the
jhb
2009-03-11
1
-1
/
+10
*
- Remove a recently added comment from kernel_sysctlbyname() that isn't
jhb
2009-03-10
1
-9
/
+1
*
Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.
jhb
2009-02-06
1
-21
/
+103
*
Mark most often used sysctl's as MPSAFE.
ed
2009-01-28
1
-3
/
+4
*
Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus not
jhb
2009-01-23
1
-4
/
+4
*
Don't clobber sysctl_root()'s error number.
ed
2009-01-01
1
-2
/
+5
*
Fix compilation. Also move ogetkerninfo() to kern_xxx.c.
ed
2008-12-29
1
-211
/
+0
*
Push down Giant inside sysctl. Also add some more assertions to the code.
ed
2008-12-29
1
-19
/
+23
*
Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat this
kib
2008-12-12
1
-2
/
+0
*
The userland_sysctl() function retries sysctl_root() until returned
kib
2008-12-12
1
-2
/
+8
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
1
-0
/
+3
*
Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,
peter
2007-11-30
1
-0
/
+19
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
In userland_sysctl(), call useracc() with the actual newlen value to be
rwatson
2007-09-02
1
-1
/
+1
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-2
/
+1
*
Add a function for exporting 64 bit types.
dwmalone
2007-06-04
1
-0
/
+25
*
Further system call comment cleanup:
rwatson
2007-03-05
1
-2
/
+1
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-6
/
+0
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-6
/
+5
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+3
*
Kill an XXX remark that has been untrue since rev. 1.150 of this file.
yar
2006-06-16
1
-4
/
+0
*
Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead
andre
2006-02-16
1
-0
/
+26
*
Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE
truckman
2006-01-25
1
-1
/
+12
*
Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are
csjp
2005-08-08
1
-0
/
+2
*
Check to see if we wired the user-supplied buffers in SYSCTL_OUT, if
csjp
2005-08-08
1
-1
/
+6
*
Make another bunch of SYSCTL_NODEs static
phk
2005-02-10
1
-4
/
+4
*
Add a missing prefix to a struct field for consistency.
phk
2005-02-07
1
-7
/
+7
*
Be consistent and always use form 'return (value);' instead of 'return value;'.
pjd
2004-12-31
1
-15
/
+15
*
Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates
rwatson
2004-10-27
1
-0
/
+2
*
Add missing zero flag arguments to calls to userland_sysctl()
phk
2004-10-12
1
-7
/
+7
*
Put on my peril sensitive sunglasses and add a flags field to the internal
peter
2004-10-11
1
-10
/
+28
*
Avoid casts as lvalues.
kan
2004-07-28
1
-3
/
+3
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by marking
green
2004-06-11
1
-2
/
+5
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Rename the wiredlen member of struct sysctl_req to validlen and always
truckman
2004-03-16
1
-14
/
+16
*
Don't bother calling vslock() and vsunlock() if oldlen is zero.
truckman
2004-03-16
1
-7
/
+9
*
Revert to the original vslock() and vsunlock() API with the following
truckman
2004-03-15
1
-6
/
+3
[next]