| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new entry point, mac_create_mbuf_from_firewall. This entry point | csjp | 2006-09-12 | 1 | -0/+12 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Add #include <sys/sx.h>, devfs is going to require this shortly. | phk | 2005-09-19 | 1 | -0/+1 |
* | Remove mac_create_root_mount() and mpo_create_root_mount(), which | rwatson | 2005-09-19 | 1 | -14/+0 |
* | When devfs cloning takes place, provide access to the credential of the | rwatson | 2005-07-14 | 1 | -2/+2 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -22/+0 |
* | Move MAC check_vnode_mmap entry point out from being exclusive to | csjp | 2005-04-14 | 1 | -2/+3 |
* | Remove policy references to mpo_check_vnode_mprotect(), which is | rwatson | 2005-01-26 | 1 | -30/+1 |
* | Remove an obsoleted comment about struct versions. | rwatson | 2005-01-23 | 1 | -1/+0 |
* | Introduce SLOT_SET macro and use it in place of casts as lvalues. | kan | 2004-07-28 | 1 | -6/+8 |
* | Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels on | rwatson | 2004-06-24 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Reimplement sysctls handling by MAC framework. | pjd | 2004-02-22 | 1 | -11/+5 |
* | Update my personal copyrights and NETA copyrights in the kernel | rwatson | 2004-02-22 | 2 | -4/+4 |
* | Coalesce pipe allocations and frees. Previously, the pipe code | rwatson | 2004-02-01 | 1 | -6/+6 |
* | Switch TCP over to using the inpcb label when responding in timed | rwatson | 2003-12-17 | 1 | -0/+13 |
* | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), | rwatson | 2003-12-06 | 1 | -13/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -0/+45 |
* | Don't implement mpo_destroy() for Biba, LOMAC, and MLS, as they | rwatson | 2003-11-17 | 1 | -7/+0 |
* | Implement sockets support for __mac_get_fd() and __mac_set_fd() | rwatson | 2003-11-16 | 1 | -0/+1 |
* | Modify the MAC Framework so that instead of embedding a (struct label) | rwatson | 2003-11-12 | 1 | -56/+56 |
* | Replace a '-' with a ')'. Update copyright. | rwatson | 2003-11-08 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+2 |
* | Line-break sync to the MAC development branch. | rwatson | 2003-10-21 | 1 | -1/+2 |
* | Correct logic for filling out a "new" label during a credential | rwatson | 2003-08-21 | 1 | -7/+29 |
* | Remove trailing whitespace. | rwatson | 2003-07-05 | 1 | -1/+1 |
* | Redesign the externalization APIs from the MAC Framework to | rwatson | 2003-06-23 | 1 | -105/+66 |
* | Also implement mpo_copy_mbuf_label() for mac_lomac, or labels may | rwatson | 2003-06-02 | 1 | -0/+1 |
* | Remove double return() | phk | 2003-05-31 | 1 | -2/+0 |
* | Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and Test | rwatson | 2003-04-15 | 1 | -1/+1 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix warnings on 64bits architectures. | mux | 2003-01-06 | 1 | -2/+1 |
* | Default policies to on: if you load them or compile them into your | rwatson | 2002-12-10 | 1 | -1/+1 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 1 | -8/+10 |
* | Remove a const that generates a warning: the const isn't strictly | rwatson | 2002-12-04 | 1 | -1/+1 |
* | License tweak: remove clause 3 per permission of NAI. | rwatson | 2002-12-03 | 2 | -6/+0 |
* | Correct two warnings by staticizing a function and removing an unused | rwatson | 2002-11-26 | 1 | -11/+1 |
* | Import an implementation of LOMAC (Low-Watermark Mandatory Access | rwatson | 2002-11-26 | 2 | -0/+2842 |