| Age | Commit message (Expand) | Author |
| 2009-05-29 | Make the rmlock(9) interface a bit more like the rwlock(9) interface: | Robert Watson |
| 2009-05-27 | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton |
| 2009-05-27 | Convert the MAC Framework from using rwlocks to rmlocks to stabilize | Robert Watson |
| 2009-05-11 | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao |
| 2009-05-01 | Rename MAC Framework-internal macros used to invoke policy entry points: | Robert Watson |
| 2009-04-19 | Temporarily relax the constraints on argument size checking for A_GETCOND; | Robert Watson |
| 2009-04-19 | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel: | Robert Watson |
| 2009-04-16 | Merge new kernel files from OpenBSM 1.1: audit_fcntl.h and | Robert Watson |
| 2009-04-16 | Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this was | Robert Watson |
| 2009-03-29 | Get rid of VSTAT and replace it with VSTAT_PERMS, which is somewhat | Edward Tomasz Napierala |
| 2009-03-14 | - Correct logic in if statement - we want to allocate temporary buffer | Pawel Jakub Dawidek |
| 2009-03-14 | Rework MAC Framework synchronization in a number of ways in order to | Robert Watson |
| 2009-03-09 | Mark the bsdextended rules sysctl as being mpsafe. | Christian S.J. Peron |
| 2009-03-09 | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | Robert Watson |
| 2009-03-08 | Remove 'uio' argument from MAC Framework and MAC policy entry points for | Robert Watson |
| 2009-03-08 | Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to match | Robert Watson |
| 2009-03-08 | Improve the consistency of MAC Framework and MAC policy entry point | Robert Watson |
| 2009-03-08 | Add static DTrace probes for MAC Framework access control checks and | Robert Watson |
| 2009-03-03 | Reduce the verbosity of SDT trace points for DTrace by defining several | Robert Watson |
| 2009-03-02 | Merge OpenBSM 1.1 beta 1 from OpenBSM vendor branch to head, both | Robert Watson |
| 2009-02-24 | Use vm_map_entry_t instead of explicit struct vm_map_entry *. | Konstantin Belousov |
| 2009-02-08 | Set the lower bound on queue size for an audit pipe to 1 instead of 0, | Robert Watson |
| 2009-02-08 | Change various routines that are responsible for transforming audit | Robert Watson |
| 2009-02-08 | Audit AUE_MAC_EXECVE; currently just the standard AUE_EXECVE arguments | Robert Watson |
| 2009-02-08 | Audit the flag argument to the nfssvc(2) system call. | Robert Watson |
| 2009-02-04 | Eliminate the local variable 'ape' in audit_pipe_kqread(), as it's only | Robert Watson |
| 2009-01-24 | Use __FBSDID() for $FreeBSD$ version strings in .c files. | Robert Watson |
| 2009-01-24 | Begin to add SDT tracing of the MAC Framework: add policy modevent, | Robert Watson |
| 2009-01-14 | Update copyright, P4 version number as audit_bsm_token.c reflects changes | Robert Watson |
| 2009-01-14 | Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both | Robert Watson |
| 2009-01-10 | Rather than having MAC policies explicitly declare what object types | Robert Watson |
| 2009-01-10 | Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather than | Robert Watson |
| 2009-01-06 | Do a lockless read of the audit pipe list before grabbing the audit pipe | Robert Watson |
| 2009-01-06 | In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an audit | Robert Watson |
| 2008-12-31 | Fix white space botch: use carriage returns rather than tabs. | Robert Watson |
| 2008-12-31 | Commit two files missed in previous commit: hook up audit_bsm_errno.c | Robert Watson |
| 2008-12-31 | Call au_errno_to_bsm() on the errno value passed into au_to_return32() | Robert Watson |
| 2008-12-31 | Merge OpenBSM alpha 4 from OpenBSM vendor branch to head, both | Robert Watson |
| 2008-12-22 | Make preparations for resurrecting shared/read locks on vm maps: | Alan Cox |
| 2008-12-02 | Merge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branch to head, both | Robert Watson |
| 2008-11-30 | Partially roll back a revision which changed the error code being returned | Christian S.J. Peron |
| 2008-11-29 | MFp4: | Bjoern A. Zeeb |
| 2008-11-25 | Regularize /* FALLTHROUGH */ comments in the BSM event type switch, and | Robert Watson |
| 2008-11-14 | When repeatedly accessing a thread credential, cache the credential | Robert Watson |
| 2008-11-13 | The audit queue limit variables are size_t, so use size_t for the audit | Robert Watson |
| 2008-11-11 | Move audit-internal function definitions for getting and setting audit | Robert Watson |
| 2008-11-11 | Minor style tweaks and change lock name string to use _'s and not spaces | Robert Watson |
| 2008-11-11 | Add support for extended header BSM tokens. Currently we use the | Christian S.J. Peron |
| 2008-11-10 | Wrap sx locking of the audit worker sleep lock in macros, update comments. | Robert Watson |
| 2008-11-04 | Use shared vnode locks for auditing vnode arguments as auditing only | John Baldwin |