| Age | Commit message (Expand) | Author |
| 2018-08-25 | Add KAUTH_REQ_PROCESS_CANSEE_EPROC, and use it for the kern.proc node. | maxv |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2011-12-04 | Update secmodel_examples to better describe the secmodel(9) API. | jym |
| 2008-02-28 | Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests, | elad |
| 2008-02-28 | Factor out the guts of get/setparam so it can be used from the compat code. | elad |
| 2008-02-16 | Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In other | elad |
| 2008-02-02 | Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. | elad |
| 2008-02-01 | Replace a KAUTH_GENERIC_ISSUSER in the cpuctl code with a proper kauth | elad |
| 2008-01-30 | Use proper kauth(9) actions/requests for native scheduler stuff and the | elad |
| 2008-01-23 | Tons of process scope changes. | elad |
| 2008-01-07 | Make fork use kauth. | elad |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-11-23 | s, , , | uebayasi |
| 2007-11-23 | Kill another instance of KAUTH_GENERIC_ISSUSER. | elad |
| 2007-01-20 | Kill KAUTH_PROCESS_RESOURCE and just replace it with two actions for | elad |
| 2007-01-15 | arg0 is always 'struct proc *' for the process scope. | elad |
| 2007-01-05 | We no longer have 'enum kauth_machdep_req'. | elad |
| 2007-01-02 | Make mount(2) and unmount(2) use kauth(9) for security policy. | elad |
| 2006-12-26 | Make machdep scope architecture-agnostic by removing all arch-specific | elad |
| 2006-12-22 | Add requests indicating access to unmanaged memory for arm, pc532, powerpc, | elad |
| 2006-12-14 | - moves 'nice' access semantics to secmodel code, | elad |
| 2006-11-22 | Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access | elad |
| 2006-11-04 | Add example listener for the device scope. | elad |
| 2006-10-25 | Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is | elad |
| 2006-10-20 | Introduce a new action on the network scope, KAUTH_NETWORK_INTERFACE, | elad |
| 2006-10-20 | Add a new ALTQ kauth(9) request, KAUTH_REQ_NETWORK_ALTQ_JOBS. | elad |
| 2006-10-13 | Introduce KAUTH_REQ_NETWORK_SOCKET_CANSEE. Since we're not gonna be having | elad |
| 2006-09-15 | Add skeleton files to be used by developers interested in writing NetBSD | elad |