| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 19 | -19/+19 |
* | Merge r189311 from head to stable/7: | Robert Watson | 2009-12-29 | 1 | -12/+3 |
* | Merge r187666 from head to stable/7: | Robert Watson | 2009-12-29 | 1 | -1/+24 |
* | Merge r187667 from head to stable/7: | Robert Watson | 2009-02-07 | 2 | -4/+6 |
* | MFC: r183973 | Bjoern A. Zeeb | 2008-10-31 | 3 | -1/+16 |
* | Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325, | Robert Watson | 2008-08-18 | 1 | -2/+2 |
* | Merge r179781 from head to stable/7: | Robert Watson | 2008-08-04 | 3 | -21/+21 |
* | MFC revision 1.19 with some tweaks to the entry point naming. | Christian S.J. Peron | 2008-06-04 | 1 | -0/+4 |
* | Back out previous commit. These entry point names are not | Christian S.J. Peron | 2008-06-04 | 1 | -4/+0 |
* | MFC cvs revision 1.19 | Christian S.J. Peron | 2008-06-04 | 1 | -0/+4 |
* | Merge mac_framework.h:1.97, mac_internal.h:1.124, mac_policy.h:1.107 | Robert Watson | 2008-04-20 | 3 | -9/+9 |
* | Merge mac_posix_sem.c:1.12 from HEAD to RELENG_7: | Robert Watson | 2007-12-21 | 1 | -0/+1 |
* | Merge mac_framework.h:1.85, mac_policy.h:1.95, mac_posix_sem.c:1.10, | Robert Watson | 2007-11-06 | 3 | -34/+33 |
* | Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry | Robert Watson | 2007-09-10 | 3 | -21/+21 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -4/+0 |
* | Fix a bunch of warnings due to a missing forward declaration of a struct. | Peter Wemm | 2007-07-05 | 1 | -0/+1 |
* | Add a new MAC framework and policy entry point, | Robert Watson | 2007-06-26 | 3 | -0/+16 |
* | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | Robert Watson | 2007-04-23 | 3 | -21/+19 |
* | Normalize variable naming in the MAC Framework by adopting the normal | Robert Watson | 2007-04-22 | 8 | -395/+384 |
* | In the MAC Framework implementation, file systems have two per-mountpoint | Robert Watson | 2007-04-22 | 2 | -42/+16 |
* | Remove MAC Framework access control check entry points made redundant with | Robert Watson | 2007-04-22 | 3 | -59/+16 |
* | Allow MAC policy modules to control access to audit configuration system | Robert Watson | 2007-04-21 | 3 | -0/+121 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -30/+0 |
* | Introduce accessor functions mac_label_get() and mac_label_set() to replace | Robert Watson | 2007-02-06 | 4 | -10/+46 |
* | Continue 7-CURRENT MAC Framework rearrangement and cleanup: | Robert Watson | 2007-02-06 | 11 | -9/+10 |
* | Remove conditional return of 1. For the MAC_STATIC case at this point in | Christian S.J. Peron | 2007-01-01 | 1 | -3/+0 |
* | Only signal the CV indicating that the MAC Framework is available for | Robert Watson | 2006-12-31 | 1 | -6/+23 |
* | Slightly resort functions in file so that no forward function prototypes | Robert Watson | 2006-12-29 | 1 | -49/+46 |
* | Re-add include of opt_mac.h in mac_framework.c, which was improperly | Robert Watson | 2006-12-29 | 1 | -0/+2 |
* | Add missing include guards to mac_internal.h, update include guards in | Robert Watson | 2006-12-28 | 2 | -3/+8 |
* | Remove XXX comments about EA transaction support and provide a more | Robert Watson | 2006-12-28 | 1 | -6/+11 |
* | Remove an inaccurate comment I added regarding storage for mbuf tag | Robert Watson | 2006-12-28 | 1 | -7/+0 |
* | In mac_inpcb_sosetlabel(), assert the socket lock rather than commenting | Robert Watson | 2006-12-28 | 1 | -1/+1 |
* | Centralize definition of MAC_VERSION in mac_policy.h, as it defines the | Robert Watson | 2006-12-28 | 3 | -6/+19 |
* | Move mac_init_label() and mac_destroy_label() from mac_framework.c to | Robert Watson | 2006-12-28 | 2 | -29/+31 |
* | Trim unneeded includes. | Robert Watson | 2006-12-28 | 2 | -48/+0 |
* | Break contents of kern_mac.c out into two files following a repo-copy: | Robert Watson | 2006-12-28 | 2 | -1209/+0 |
* | Update MAC Framework general comments, referencing various interfaces it | Robert Watson | 2006-12-28 | 2 | -24/+80 |
* | Re-wrap comments following de-indentation. | Robert Watson | 2006-12-23 | 1 | -13/+11 |
* | Move src/sys/sys/mac_policy.h, the kernel interface between the MAC | Robert Watson | 2006-12-22 | 14 | -27/+14 |
* | Minor style fixes. | Robert Watson | 2006-12-21 | 4 | -20/+20 |
* | Remove mac_enforce_subsystem debugging sysctls. Enforcement on | Robert Watson | 2006-12-21 | 14 | -397/+2 |
* | Comment LABEL_TO_SLOT() macro, including observing that we'd like to improve | Robert Watson | 2006-12-20 | 1 | -0/+8 |
* | Trim trailing white space, clean up comment line wrapping and formatting. | Robert Watson | 2006-12-20 | 1 | -10/+21 |
* | Trim trailing white space. | Robert Watson | 2006-12-20 | 2 | -7/+7 |
* | Document socket labeling model. | Robert Watson | 2006-12-20 | 1 | -15/+27 |
* | Clean up comment white space and line wrapping. | Robert Watson | 2006-12-20 | 1 | -15/+14 |
* | Additional comments regarding the interaction between the kernel privilege | Robert Watson | 2006-12-20 | 1 | -0/+18 |
* | Document that we could allocate the mbuf label as part of the tag rather | Robert Watson | 2006-12-20 | 1 | -8/+26 |
* | Staticize and comment zone_label. | Robert Watson | 2006-12-20 | 1 | -1/+7 |