| Age | Commit message (Expand) | Author |
| 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-23 | Adapt to secmodel_securelevel. | 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-14 | vp->v_rdev, not vp->v_un.vu_specinfo->si_rdev. | 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-15 | '&securelevel' -> 'NULL', pointed out by cube@, thanks! | 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 |
| 2007-01-02 | Add 'stop' routines to do the exact opposite of the 'start' routines for | elad |
| 2007-01-02 | Don't compile secmodel_start() if built as an LKM. | elad |
| 2007-01-02 | Add prototypes for the sysctl(9) setup routines for LKMs only. | elad |
| 2007-01-02 | Don't leak listeners. | elad |
| 2007-01-02 | Consistent naming in sysctl(9) setup routines. | elad |
| 2007-01-02 | Add missing break... | elad |
| 2007-01-02 | Make the securelevel contained by not exposing the variable that keeps | elad |
| 2007-01-02 | Add KAUTH_SYSTEM_CHSYSFLAGS so we can get rid of the last three | elad |
| 2007-01-02 | Need vnode.h here. | elad |
| 2007-01-02 | Make mount(2) and unmount(2) use kauth(9) for security policy. | elad |