| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revision 1.99 nfs_srvsock.c | Christian S.J. Peron | 2006-09-02 | 1 | -0/+7 |
| * | Merge init_main.c:1.258, mac_vfs.c:1.110, mac_biba.c:1.89, | Robert Watson | 2005-10-05 | 1 | -8/+0 |
| * | Merge two sets of changes relating to devfs device node cloning from | Robert Watson | 2005-08-13 | 1 | -2/+7 |
| * | Move MAC check_vnode_mmap entry point out from being exclusive to | Christian S.J. Peron | 2005-04-14 | 1 | -2/+3 |
| * | Update copyright for NETA->McAfee. | Robert Watson | 2005-01-30 | 1 | -5/+5 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Update my personal copyrights and NETA copyrights in the kernel | Robert Watson | 2004-02-22 | 1 | -2/+2 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 1 | -83/+139 |
| * | Remove the flags argument from mac_externalize_*_label(), as it's not | Robert Watson | 2003-11-06 | 1 | -1/+1 |
| * | Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object | Robert Watson | 2003-10-25 | 1 | -2/+2 |
| * | Remove non-VFS related code from mac_vfs.c. Leave: | Robert Watson | 2003-10-22 | 1 | -2987/+5 |
| * | If the struct mac copied into the kernel has a negative length, return | Robert Watson | 2003-09-29 | 1 | -1/+2 |
| * | Fix a mac_policy_list reference to be a mac_static_policy_list | Robert Watson | 2003-08-26 | 1 | -1/+1 |
| * | Introduce two new MAC Framework and MAC policy entry points: | Robert Watson | 2003-08-21 | 1 | -0/+19 |
| * | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | Robert Watson | 2003-08-21 | 1 | -0/+32 |
| * | Remove about 40 lines of #ifdef/#endif by using new macros | Robert Watson | 2003-08-20 | 1 | -70/+31 |
| * | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | Robert Watson | 2003-08-01 | 1 | -28/+18 |
| * | Redesign the externalization APIs from the MAC Framework to | Robert Watson | 2003-06-23 | 1 | -40/+20 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -4/+4 |
| * | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson | 2003-05-08 | 1 | -8/+8 |
| * | Clean up locking for the MAC Framework: | Robert Watson | 2003-05-07 | 1 | -78/+180 |
| * | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox | 2003-04-24 | 1 | -0/+2 |
| * | Update NAI copyright to 2003, missed in earlier commits and merges. | Robert Watson | 2003-04-18 | 1 | -1/+1 |
| * | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | Robert Watson | 2003-04-15 | 1 | -3/+2 |
| * | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 1 | -17/+118 |
| * | Abstract access to the mbuf header label behind a new function, | Robert Watson | 2003-04-14 | 1 | -25/+80 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+2 |
| * | Modify the mac_init_ipq() MAC Framework entry point to accept an | Robert Watson | 2003-03-26 | 1 | -4/+12 |
| * | Instrument sysarch() MD privileged I/O access interfaces with a MAC | Robert Watson | 2003-03-06 | 1 | -0/+12 |
| * | Provide a mac_check_system_swapoff() entry point, which permits MAC | Robert Watson | 2003-03-05 | 1 | -0/+14 |
| * | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | John Baldwin | 2003-03-04 | 1 | -2/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -34/+34 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -34/+34 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -4/+4 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -4/+4 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -5/+5 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -5/+5 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -5/+5 |
| * | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson | 2002-12-09 | 1 | -9/+11 |
| * | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | Robert Watson | 2002-11-26 | 1 | -1/+1 |
| * | Introduce p_label, extensible security label storage for the MAC framework | Robert Watson | 2002-11-20 | 1 | -1/+25 |
| * | Merge kld access control checks from the MAC tree: these access control | Robert Watson | 2002-11-19 | 1 | -0/+46 |
| * | Introduce a condition variable to avoid returning EBUSY when | Robert Watson | 2002-11-13 | 1 | -29/+52 |
| * | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | Robert Watson | 2002-11-12 | 1 | -7/+0 |
| * | Garbage collect definition of M_MACOPVEC -- we no longer perform a | Robert Watson | 2002-11-11 | 1 | -2/+0 |
| * | Add an explicit execlabel argument to exec-related MAC policy entry | Robert Watson | 2002-11-08 | 1 | -3/+4 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 1 | -6/+56 |
| * | Assert that appropriate vnodes are locked in mac_execve_will_transition(). | Robert Watson | 2002-11-05 | 1 | -0/+8 |
| * | Permit MAC policies to instrument the access control decisions for | Robert Watson | 2002-11-04 | 1 | -0/+31 |