| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2022-08-17 | mac: cheaper check for mac_pipe_check_read | Mateusz Guzik |
| 2020-11-19 | pipe: allow for lockless pipe_stat | Mateusz Guzik |
| 2013-11-25 | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao |
| 2009-05-01 | Rename MAC Framework-internal macros used to invoke policy entry points: | Robert Watson |
| 2009-03-14 | Rework MAC Framework synchronization in a number of ways in order to | Robert Watson |
| 2009-03-08 | Add static DTrace probes for MAC Framework access control checks and | Robert Watson |
| 2008-08-23 | Introduce two related changes to the TrustedBSD MAC Framework: | Robert Watson |
| 2007-10-24 | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson |
| 2007-04-22 | Normalize variable naming in the MAC Framework by adopting the normal | Robert Watson |
| 2007-02-06 | Continue 7-CURRENT MAC Framework rearrangement and cleanup: | Robert Watson |
| 2006-12-22 | Move src/sys/sys/mac_policy.h, the kernel interface between the MAC | Robert Watson |
| 2006-12-21 | Remove mac_enforce_subsystem debugging sysctls. Enforcement on | Robert Watson |
| 2006-10-22 | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson |
| 2006-09-20 | Remove MAC_DEBUG label counters, which were used to debug leaks and | Robert Watson |
| 2004-05-30 | add missing #include <sys/module.h> | Poul-Henning Kamp |
| 2004-02-01 | Coalesce pipe allocations and frees. Previously, the pipe code | Robert Watson |
| 2003-11-12 | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson |
| 2003-11-06 | Remove the flags argument from mac_externalize_*_label(), as it's not | Robert Watson |
| 2003-10-25 | Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object | Robert Watson |
| 2003-10-22 | Remove non-pipe code from mac_pipe.c. Leave: | Robert Watson |
| 2003-09-29 | If the struct mac copied into the kernel has a negative length, return | Robert Watson |
| 2003-08-26 | Fix a mac_policy_list reference to be a mac_static_policy_list | Robert Watson |
| 2003-08-21 | Introduce two new MAC Framework and MAC policy entry points: | Robert Watson |
| 2003-08-21 | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | Robert Watson |
| 2003-08-20 | Remove about 40 lines of #ifdef/#endif by using new macros | Robert Watson |
| 2003-08-01 | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | Robert Watson |
| 2003-06-23 | Redesign the externalization APIs from the MAC Framework to | Robert Watson |
| 2003-06-22 | Add a f_vnode field to struct file. | Poul-Henning Kamp |
| 2003-06-11 | Use __FBSDID(). | David E. O'Brien |
| 2003-05-08 | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson |
| 2003-05-07 | Clean up locking for the MAC Framework: | Robert Watson |
| 2003-04-24 | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox |
| 2003-04-18 | Update NAI copyright to 2003, missed in earlier commits and merges. | Robert Watson |
| 2003-04-15 | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | Robert Watson |
| 2003-04-14 | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson |
| 2003-04-14 | Abstract access to the mbuf header label behind a new function, | Robert Watson |
| 2003-04-08 | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav |
| 2003-03-26 | Modify the mac_init_ipq() MAC Framework entry point to accept an | Robert Watson |
| 2003-03-06 | Instrument sysarch() MD privileged I/O access interfaces with a MAC | Robert Watson |
| 2003-03-05 | Provide a mac_check_system_swapoff() entry point, which permits MAC | Robert Watson |
| 2003-03-04 | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2003-01-13 | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon |
| 2003-01-12 | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon |
| 2002-12-14 | SCARGS removal take II. | Alfred Perlstein |
| 2002-12-13 | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein |
| 2002-12-13 | Remove SCARGS. | Alfred Perlstein |
| 2002-12-09 | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson |