| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-31 | Remove XXX comment about making 'securelevel' a static. | elad |
| 2006-12-31 | Explicitly 'extern int securelevel;' in the sysctl(9) setup routine. | elad |
| 2006-12-29 | Support device scope. | elad |
| 2006-12-27 | Refactor a bit the ptrace(2) code: first make the keep-kernel-stable | elad |
| 2006-12-26 | Make machdep scope architecture-agnostic by removing all arch-specific | elad |
| 2006-12-25 | PR/35226: Johann Franz: Problems with permissions in | elad |
| 2006-12-22 | Add requests indicating access to unmanaged memory for arm, pc532, powerpc, | elad |
| 2006-12-19 | Don't allow anyone but the superuser to do 'ctl' on procfs nodes. | elad |
| 2006-12-14 | - moves 'nice' access semantics to secmodel code, | elad |
| 2006-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-28 | Move ktrace, ptrace, systrace, and procfs to use kauth(9). | elad |
| 2006-11-26 | Add an XXX comment so we don't forget what we need to do here: | elad |
| 2006-11-22 | Prevent iopl/ioperm in securelevel 1, not 2. | elad |
| 2006-11-22 | Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Fix a regression in socket(2): in the BSD 4.4 security model, you | dyoung |
| 2006-11-07 | Better VCHR handling. | elad |
| 2006-11-06 | simplify & fix logic in device/rawio/spec. | elad |
| 2006-11-04 | Oops, forgot to do this one in previous commit. | elad |
| 2006-11-04 | Use KASSERT() as requested by yamt@. | elad |
| 2006-11-04 | Change KAUTH_SYSTEM_RAWIO to KAUTH_DEVICE_RAWIO_SPEC (moving the raw i/o | elad |
| 2006-10-30 | Use integers, not pointers to integers, for KAUTH_REQ_NETWORK_SOCKET_OPEN. | elad |
| 2006-10-25 | Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is | elad |
| 2006-10-24 | oops, fix license. (hah!) | 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 |