| Commit message (Expand) | Author | Age | Files | Lines |
* | Standard Giant push down operations for the Mandatory Access Control (MAC) | csjp | 2005-10-04 | 1 | -34/+27 |
* | Bump the module versions of the MAC Framework and MAC policy modules | rwatson | 2005-07-14 | 1 | -1/+5 |
* | Get the directory structure correct in a comment. | trhodes | 2005-04-22 | 1 | -1/+2 |
* | In mac_get_fd(), remove unconditional acquisition of Giant around copying | rwatson | 2005-04-16 | 1 | -9/+7 |
* | Bump MAC Framework version to 2 in preparation for the upcoming API/ABI | rwatson | 2004-11-09 | 1 | -1/+1 |
* | Disable use of synchronization early in the boot by the MAC Framework; | rwatson | 2004-10-30 | 1 | -0/+21 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Add /* !MAC */ to final #endif. | rwatson | 2004-05-03 | 1 | -1/+1 |
* | Bump copyright date for NETA to 2004. | rwatson | 2004-05-03 | 1 | -1/+1 |
* | Add MAC_STATIC, a kernel option that disables internal MAC Framework | rwatson | 2004-05-03 | 1 | -0/+25 |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 1 | -2/+2 |
* | Coalesce pipe allocations and frees. Previously, the pipe code | rwatson | 2004-02-01 | 1 | -3/+3 |
* | Implement sockets support for __mac_get_fd() and __mac_set_fd() | rwatson | 2003-11-16 | 1 | -0/+30 |
* | Mark __mac_get_pid() as MPSAFE in the comment, as it runs without | rwatson | 2003-11-12 | 1 | -37/+15 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -62/+57 |
* | Whitespace sync to MAC branch, expand comment at the head of the file. | rwatson | 2003-11-11 | 1 | -3/+9 |
* | Remove the flags argument from mac_externalize_*_label(), as it's not | rwatson | 2003-11-06 | 1 | -6/+6 |
* | mac_Finish break-out of kern_mac.c into parts: | rwatson | 2003-10-22 | 1 | -2756/+5 |
* | Variable cleanup following break-out of kern_mac.c into sys/security/mac: | rwatson | 2003-10-22 | 1 | -16/+10 |
* | Rename error_select() to mac_error_select(), and unstaticize so it | rwatson | 2003-10-22 | 1 | -5/+4 |
* | If the struct mac copied into the kernel has a negative length, return | rwatson | 2003-09-29 | 1 | -1/+2 |
* | Fix a mac_policy_list reference to be a mac_static_policy_list | rwatson | 2003-08-26 | 1 | -1/+1 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 1 | -0/+19 |
* | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | rwatson | 2003-08-21 | 1 | -0/+32 |
* | Remove about 40 lines of #ifdef/#endif by using new macros | rwatson | 2003-08-20 | 1 | -70/+31 |
* | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | rwatson | 2003-08-01 | 1 | -28/+18 |
* | Redesign the externalization APIs from the MAC Framework to | rwatson | 2003-06-23 | 1 | -40/+20 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -4/+4 |
* | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | rwatson | 2003-05-08 | 1 | -8/+8 |
* | Clean up locking for the MAC Framework: | rwatson | 2003-05-07 | 1 | -78/+180 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 1 | -0/+2 |
* | Update NAI copyright to 2003, missed in earlier commits and merges. | rwatson | 2003-04-18 | 1 | -1/+1 |
* | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | rwatson | 2003-04-15 | 1 | -3/+2 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | rwatson | 2003-04-14 | 1 | -17/+118 |
* | Abstract access to the mbuf header label behind a new function, | rwatson | 2003-04-14 | 1 | -25/+80 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+2 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -4/+12 |
* | Instrument sysarch() MD privileged I/O access interfaces with a MAC | rwatson | 2003-03-06 | 1 | -0/+12 |
* | Provide a mac_check_system_swapoff() entry point, which permits MAC | rwatson | 2003-03-05 | 1 | -0/+14 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -34/+34 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -34/+34 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -4/+4 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -4/+4 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -5/+5 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -5/+5 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -5/+5 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 1 | -9/+11 |
* | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | rwatson | 2002-11-26 | 1 | -1/+1 |