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_priv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-4
/
+2
*
Revert r267961, r267973:
gjb
2014-06-27
1
-2
/
+4
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-4
/
+2
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-4
/
+4
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-2
/
+0
*
Make the comments a little more clear about PRIV_KMEM_*, explicitly
jamie
2013-07-06
1
-2
/
+3
*
Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening
jamie
2013-07-05
1
-0
/
+9
*
Style nits.
pjd
2013-05-19
1
-6
/
+5
*
Use SDT_PROBE1() instead of SDT_PROBE().
pjd
2013-05-19
1
-7
/
+4
*
- Add sysctl to allow unprivileged users to call mlock(2)-family system
zont
2012-12-18
1
-0
/
+18
*
Add an extra comment to the SDT probes definition. This allows us to get
rpaulo
2010-08-22
1
-2
/
+2
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Reduce the verbosity of SDT trace points for DTrace by defining several
rwatson
2009-03-03
1
-6
/
+2
*
Add static tracing for privilege checking:
rwatson
2009-02-26
1
-9
/
+40
*
Remove the suser(9) interface from the kernel. It has been replaced from
attilio
2008-09-17
1
-21
/
+0
*
Add __FBSDID() tag.
rwatson
2008-03-07
1
-2
/
+3
*
Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled and
rwatson
2007-07-02
1
-1
/
+1
*
Rather than passing SUSER_RUID into priv_check_cred() to specify when
rwatson
2007-06-16
1
-7
/
+18
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-10
/
+0
*
Add a new priv(9) kernel interface for checking the availability of
rwatson
2006-11-06
1
-0
/
+154