| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 8 | -32/+32 |
| * | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson | 2003-05-08 | 8 | -64/+64 |
| * | Clean up locking for the MAC Framework: | Robert Watson | 2003-05-07 | 8 | -624/+1440 |
| * | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox | 2003-04-24 | 8 | -0/+16 |
| * | Update NAI copyright to 2003, missed in earlier commits and merges. | Robert Watson | 2003-04-18 | 10 | -10/+10 |
| * | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | Robert Watson | 2003-04-15 | 8 | -24/+16 |
| * | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 10 | -138/+952 |
| * | Abstract access to the mbuf header label behind a new function, | Robert Watson | 2003-04-14 | 8 | -200/+640 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 8 | -16/+16 |
| * | Modify the mac_init_ipq() MAC Framework entry point to accept an | Robert Watson | 2003-03-26 | 10 | -34/+98 |
| * | Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE, | Robert Watson | 2003-03-23 | 1 | -8/+0 |
| * | Instrument sysarch() MD privileged I/O access interfaces with a MAC | Robert Watson | 2003-03-06 | 10 | -0/+98 |
| * | Provide a mac_check_system_swapoff() entry point, which permits MAC | Robert Watson | 2003-03-05 | 10 | -0/+115 |
| * | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 8 | -16/+24 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 8 | -272/+272 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 8 | -272/+272 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 8 | -32/+32 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 8 | -32/+32 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 8 | -40/+40 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 8 | -40/+40 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 8 | -40/+40 |
| * | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson | 2002-12-09 | 10 | -83/+104 |
| * | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | Robert Watson | 2002-11-26 | 9 | -8/+9 |
| * | Introduce p_label, extensible security label storage for the MAC framework | Robert Watson | 2002-11-20 | 10 | -8/+204 |
| * | Merge kld access control checks from the MAC tree: these access control | Robert Watson | 2002-11-19 | 10 | -0/+375 |
| * | Introduce a condition variable to avoid returning EBUSY when | Robert Watson | 2002-11-13 | 8 | -232/+416 |
| * | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | Robert Watson | 2002-11-12 | 10 | -60/+0 |
| * | Garbage collect definition of M_MACOPVEC -- we no longer perform a | Robert Watson | 2002-11-11 | 8 | -16/+0 |
| * | Add an explicit execlabel argument to exec-related MAC policy entry | Robert Watson | 2002-11-08 | 9 | -27/+36 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 10 | -55/+467 |
| * | Assert that appropriate vnodes are locked in mac_execve_will_transition(). | Robert Watson | 2002-11-05 | 8 | -0/+64 |
| * | Permit MAC policies to instrument the access control decisions for | Robert Watson | 2002-11-04 | 10 | -0/+253 |
| * | Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MAC | Robert Watson | 2002-11-04 | 8 | -48/+0 |
| * | License clarification and wording changes: NAI has approved removal of | Robert Watson | 2002-11-04 | 10 | -70/+40 |
| * | Introduce mac_check_system_settime(), a MAC check allowing policies to | Robert Watson | 2002-11-03 | 10 | -0/+106 |
| * | Add MAC checks for various kenv() operations: dump, get, set, unset, | Robert Watson | 2002-11-01 | 10 | -0/+425 |
| * | Move to C99 sparse structure initialization for the mac_policy_ops | Robert Watson | 2002-10-30 | 9 | -4819/+4 |
| * | While 'mode_t' seemed like a good idea for the access mode argument for | Robert Watson | 2002-10-30 | 10 | -28/+28 |
| * | Remove all reference to 'struct oldmac', since it's no longer required | Robert Watson | 2002-10-28 | 1 | -49/+2 |
| * | An inappropriate ASSERT slipped in during the recent merge of the | Robert Watson | 2002-10-28 | 8 | -16/+0 |
| * | Centrally manage enforcement of {reboot,swapon,sysctl} using the | Robert Watson | 2002-10-27 | 8 | -104/+72 |
| * | Implement mac_check_system_sysctl(), a MAC Framework entry point to | Robert Watson | 2002-10-27 | 10 | -0/+231 |
| * | Hook up mac_check_system_reboot(), a MAC Framework entry point that | Robert Watson | 2002-10-27 | 10 | -0/+187 |
| * | Merge from MAC tree: rename mac_check_vnode_swapon() to | Robert Watson | 2002-10-27 | 10 | -148/+148 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 10 | -3911/+744 |
| * | Comment describing the semantics of mac_late. | Robert Watson | 2002-10-25 | 8 | -8/+48 |
| * | Remove the mac_te policy bits from 'struct oldmac' -- we're not going | Robert Watson | 2002-10-22 | 1 | -6/+0 |
| * | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | Robert Watson | 2002-10-22 | 10 | -0/+180 |
| * | Missed in previous merge: export sizeof(struct oldmac) rather than | Robert Watson | 2002-10-22 | 8 | -8/+8 |
| * | Support the new MAC user API in kernel: modify existing system calls | Robert Watson | 2002-10-22 | 8 | -1352/+7336 |