| Age | Commit message (Expand) | Author |
| 2009-10-02 | First part of secmodel cleanup and other misc. changes: | elad |
| 2009-09-03 | Implement the vnode scope and adapt tmpfs to use it. | elad |
| 2009-08-10 | reduce the number of KAUTH_DEVICE_BLUETOOTH_SEND/RECV requests | plunky |
| 2009-08-10 | remove last usage of KAUTH_ISSUSER in bluetooth code by adding | plunky |
| 2009-07-25 | Extend the existing security models for upcoming gpio(4) changes. | mbalmer |
| 2009-05-08 | Add and use a network scope action/request for tun(4), similar to ppp(4), | elad |
| 2009-05-07 | Introduce several actions/requests for authorizing file-system related | elad |
| 2009-05-07 | Introduce actions/requests to handle authorization for ppp(4), sl(4), | elad |
| 2009-05-05 | Add device scope actions for rnd(4) and use them. | elad |
| 2009-05-03 | Move dovfsusermount to secmodel_bsd44, where it really belongs. | elad |
| 2009-05-03 | Add a bluetooth action to the device scope and use it in netbt as a | elad |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2008-11-12 | Correct check for autoloaded modules. | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-22 | - Be clear about whether module load is explicit or system initiated (auto). | ad |
| 2008-10-11 | Move uidinfo to its own module in kern_uidinfo.c and include in rump. | pooka |
| 2008-03-09 | Remove include of sys/pset.h in sys/lwp.h header. | rmind |
| 2008-03-02 | Forgot this file in the previous commit. | elad |
| 2008-02-28 | Factor out the guts of get/setparam so it can be used from the compat code. | elad |
| 2008-02-27 | Default defer, not deny. | elad |
| 2008-02-17 | PR/37986: YAMAMOTO Takashi: any user can hog the all cpu with | elad |
| 2008-02-16 | Fold KAUTH_REQ_PROCESS_SCHEDULER_* to KAUTH_PROCESS_SCHEDULER_*. In other | elad |
| 2008-02-12 | Default deny and explicit allow policy in all listeners. | elad |
| 2008-02-02 | Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. | elad |
| 2008-02-02 | KTRFAC_ROOT -> KTRFAC_PERSISTENT, and update comments. | 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-16 | Pull in my modules code for review/test/hacking. | ad |
| 2008-01-07 | Make fork use kauth. | elad |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-12-01 | Add PT_TRACE_ME to switch statement. | elad |
| 2007-11-25 | Deprecate KAUTH_REQ_SYSTEM_TIME_BACKWARDS, as it was merged into | elad |
| 2007-11-25 | Refactor time modification checks and place them in the secmodel code. | elad |
| 2007-11-24 | Fix a long time issue where the securelevel secmodel would explicitly | elad |
| 2007-11-23 | Kill another instance of KAUTH_GENERIC_ISSUSER. | elad |
| 2007-11-21 | Make securelevel a "secmodel" of its own. | elad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-02-01 | Add another hardwired exception to the SOCK_RAW / superuser rule, because | plunky |
| 2007-01-20 | Kill KAUTH_PROCESS_RESOURCE and just replace it with two actions for | elad |
| 2007-01-16 | Use secmodel_register() and secmodel_deregister(). | elad |
| 2007-01-16 | Implement secmodel_bsd44_start(), secmodel_bsd44_stop(), and | elad |
| 2007-01-15 | Avoid proc_uidmatch() for rlimits if p is curproc. | elad |
| 2007-01-10 | Make 'securelevel' internal to the secmodel. | elad |
| 2007-01-09 | Make readable. | elad |
| 2007-01-09 | Remove advertising clause from all of my stuff. | elad |
| 2007-01-05 | Fallthrough. | elad |