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
/
security
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/security: minor spelling fixes.
pfg
2016-05-06
2
-2
/
+2
*
Fix style issues around existing SDT probes.
markj
2015-12-16
2
-22
/
+22
*
cred: add proc_set_cred helper
mjg
2015-03-16
1
-1
/
+1
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Remove AppleTalk support.
glebius
2014-03-14
3
-81
/
+0
*
As constantly reported during kernel compilation, m_buflen is unsigned so
bz
2013-12-25
1
-2
/
+1
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
2
-27
/
+27
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
16
-17
/
+0
*
Fix some typos that were causing probe argument types to show up as unknown.
markj
2013-10-01
4
-4
/
+4
*
Make the mac_policy_rm lock recursable, which allows reentrance into
kib
2013-09-29
1
-1
/
+2
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-2
/
+4
*
Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.
kib
2013-08-21
3
-0
/
+46
*
Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lock
alc
2013-06-04
1
-4
/
+4
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-6
/
+6
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-1
/
+1
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
2
-29
/
+12
*
When allocation of labels on files is implicitly disabled due to MAC
rwatson
2012-04-08
1
-14
/
+27
*
- Improve BPF locking model.
melifaro
2012-04-06
1
-0
/
+2
*
Revert the approach for skipping lockstat_probe_func call when doing
attilio
2011-12-12
1
-1
/
+0
*
put sys/systm.h at its proper place or add it if missing
avg
2011-12-12
2
-1
/
+2
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-20
/
+20
*
Correct several issues in the integration of POSIX shared memory objects
rwatson
2011-09-02
3
-10
/
+31
*
Add the fo_chown and fo_chmod methods to struct fileops and use them
kib
2011-08-16
4
-0
/
+88
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-2
/
+3
*
- Add a FEATURE for capsicum (security_capabilities).
netchild
2011-03-04
1
-1
/
+1
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+3
*
Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are
alc
2011-02-05
1
-5
/
+2
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Add missing DTrace probe invocation to mac_vnode_check_open; the probe
rwatson
2010-10-23
1
-0
/
+2
*
Add an extra comment to the SDT probes definition. This allows us to get
rpaulo
2010-08-22
2
-13
/
+15
*
Add one further check with mac_policy_count to an mbuf copying case
rwatson
2009-06-03
1
-0
/
+3
*
Continue work to optimize performance of "options MAC" when no MAC policy
rwatson
2009-06-03
5
-63
/
+92
*
Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings that
rwatson
2009-06-02
1
-2
/
+2
*
Add internal 'mac_policy_count' counter to the MAC Framework, which is a
rwatson
2009-06-02
3
-22
/
+70
*
Make the rmlock(9) interface a bit more like the rwlock(9) interface:
rwatson
2009-05-29
1
-1
/
+1
*
Convert the MAC Framework from using rwlocks to rmlocks to stabilize
rwatson
2009-05-27
2
-21
/
+32
*
Rename MAC Framework-internal macros used to invoke policy entry points:
rwatson
2009-05-01
18
-304
/
+339
*
Rework MAC Framework synchronization in a number of ways in order to
rwatson
2009-03-14
20
-327
/
+410
*
Remove 'uio' argument from MAC Framework and MAC policy entry points for
rwatson
2009-03-08
3
-10
/
+8
*
Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to match
rwatson
2009-03-08
1
-3
/
+3
*
Improve the consistency of MAC Framework and MAC policy entry point
rwatson
2009-03-08
6
-215
/
+196
*
Add static DTrace probes for MAC Framework access control checks and
rwatson
2009-03-08
17
-14
/
+660
*
Reduce the verbosity of SDT trace points for DTrace by defining several
rwatson
2009-03-03
1
-12
/
+3
*
Use vm_map_entry_t instead of explicit struct vm_map_entry *.
kib
2009-02-24
1
-1
/
+1
*
Use __FBSDID() for $FreeBSD$ version strings in .c files.
rwatson
2009-01-24
2
-4
/
+6
*
Begin to add SDT tracing of the MAC Framework: add policy modevent,
rwatson
2009-01-24
1
-1
/
+24
*
Rather than having MAC policies explicitly declare what object types
rwatson
2009-01-10
3
-37
/
+77
*
Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than
rwatson
2009-01-10
1
-1
/
+1
*
Make preparations for resurrecting shared/read locks on vm maps:
alc
2008-12-22
1
-4
/
+2
*
Break out strictly credential-related portions of mac_process.c into a
rwatson
2008-10-28
2
-141
/
+213
[next]