| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge mac_posix_sem.c:1.1.2.1 from HEAD to RELENG_6_3: | Robert Watson | 2007-12-22 | 1 | -0/+1 |
| * | MFC the firewall labeling changes. | Christian S.J. Peron | 2006-09-19 | 1 | -0/+10 |
| * | MFC revision 1.99 nfs_srvsock.c | Christian S.J. Peron | 2006-09-02 | 1 | -0/+7 |
| * | MFC: Eliminate a deadlock when creating snapshots. Blocking | Tor Egge | 2006-03-09 | 1 | -0/+3 |
| * | MFC revision 1.111 | Christian S.J. Peron | 2005-11-22 | 1 | -5/+13 |
| * | 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 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 4 | -3611/+0 |
| * | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | Robert Watson | 2005-07-05 | 3 | -16/+12 |
| * | Add MAC Framework and MAC policy entry point mac_check_socket_create(), | Robert Watson | 2005-07-05 | 3 | -0/+27 |
| * | Correct grammar error in comment | Christian S.J. Peron | 2005-06-10 | 1 | -1/+1 |
| * | Gratuitous renaming of four System V Semaphore MAC Framework entry | Robert Watson | 2005-06-07 | 3 | -20/+20 |
| * | Introduce MAC Framework and MAC Policy entry points to label and control | Robert Watson | 2005-05-04 | 3 | -0/+217 |
| * | Get the directory structure correct in a comment. | Tom Rhodes | 2005-04-22 | 2 | -2/+4 |
| * | Introduce p_canwait() and MAC Framework and MAC Policy entry points | Robert Watson | 2005-04-18 | 3 | -0/+18 |
| * | Introduce three additional MAC Framework and MAC Policy entry points to | Robert Watson | 2005-04-16 | 3 | -7/+61 |
| * | In mac_get_fd(), remove unconditional acquisition of Giant around copying | Robert Watson | 2005-04-16 | 2 | -18/+14 |
| * | Introduce new MAC Framework and MAC Policy entry points to control the use | Robert Watson | 2005-04-16 | 3 | -0/+169 |
| * | Move MAC check_vnode_mmap entry point out from being exclusive to | Christian S.J. Peron | 2005-04-14 | 3 | -4/+5 |
| * | Remove an accidental clearing of the new label pointer on a system V | Robert Watson | 2005-02-24 | 1 | -1/+0 |
| * | Update copyright for NETA->McAfee. | Robert Watson | 2005-01-30 | 1 | -5/+5 |
| * | Implement MAC entry points relating to System V IPC, calling into the | Robert Watson | 2004-11-17 | 3 | -0/+592 |
| * | Define new MAC framework and policy entry points for System V IPC | Robert Watson | 2004-11-17 | 2 | -1/+129 |
| * | Bump MAC Framework version to 2 in preparation for the upcoming API/ABI | Robert Watson | 2004-11-09 | 3 | -3/+3 |
| * | Disable use of synchronization early in the boot by the MAC Framework; | Robert Watson | 2004-10-30 | 2 | -0/+42 |
| * | Expand comments on various sections of the MAC Framework Policy API, | Robert Watson | 2004-10-22 | 1 | -4/+15 |
| * | In the MAC label zone destructor, assert that the label is only | Robert Watson | 2004-10-22 | 1 | -1/+3 |
| * | Remove extern declaration of mac_enforce_sysv, as it's not present in | Robert Watson | 2004-10-22 | 1 | -1/+0 |
| * | * Add a "how" argument to uma_zone constructors and initialization functions | Brian Feldman | 2004-08-02 | 1 | -3/+4 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 2 | -0/+2 |
| * | Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels on | Robert Watson | 2004-06-24 | 2 | -0/+40 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 3 | -3/+4 |
| * | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -8/+57 |
| * | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 2 | -0/+2 |
| * | Improve consistency of include file guards in src/sys/sys by terminating | Robert Watson | 2004-05-10 | 2 | -6/+6 |
| * | If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tag | Robert Watson | 2004-05-03 | 1 | -1/+4 |
| * | Add /* !MAC */ to final #endif. | Robert Watson | 2004-05-03 | 2 | -2/+2 |
| * | Bump copyright date for NETA to 2004. | Robert Watson | 2004-05-03 | 2 | -2/+2 |
| * | Add MAC_STATIC, a kernel option that disables internal MAC Framework | Robert Watson | 2004-05-03 | 2 | -0/+50 |
| * | Define BPFD_LOCK_ASSERT() to assert the BPF descriptor lock. | Robert Watson | 2004-02-29 | 1 | -0/+4 |
| * | Forward declare struct proc, struct sockaddr, and struct thread, which | Robert Watson | 2004-02-26 | 1 | -0/+3 |
| * | Forward declare struct bpf_d, struct ifnet, struct image_params, and | Robert Watson | 2004-02-26 | 1 | -1/+5 |
| * | Move inet and inet6 related MAC Framework entry points from mac_net.c | Robert Watson | 2004-02-26 | 4 | -655/+807 |
| * | Reimplement sysctls handling by MAC framework. | Pawel Jakub Dawidek | 2004-02-22 | 3 | -10/+12 |
| * | Update my personal copyrights and NETA copyrights in the kernel | Robert Watson | 2004-02-22 | 8 | -16/+16 |
| * | Coalesce pipe allocations and frees. Previously, the pipe code | Robert Watson | 2004-02-01 | 5 | -63/+65 |
| * | Switch TCP over to using the inpcb label when responding in timed | Robert Watson | 2003-12-17 | 3 | -0/+15 |
| * | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), | Robert Watson | 2003-12-06 | 3 | -5/+5 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 3 | -1/+115 |
| * | Implement sockets support for __mac_get_fd() and __mac_set_fd() | Robert Watson | 2003-11-16 | 5 | -7/+79 |