| Age | Commit message (Expand) | Author |
| 2020-08-17 | Pull up following revision(s) (requested by riastradh in ticket #1053): | martin |
| 2018-07-15 | Retire ipkdb entirely. The option was removed from the config files | maxv |
| 2018-04-26 | Add KAUTH_MACHDEP_SVS_DISABLE and add support to secmodel_securelevel(9). | alnsn |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-01-28 | Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}. | jym |
| 2012-06-27 | KNF fix. spaces vs. tab | cheusov |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-17 | fix secmodel implementation of CPU_UCODE. | cegger |
| 2012-01-13 | Support CPU microcode loading via cpuctl(8). | cegger |
| 2011-12-05 | secmodel_eval(9) may want to access securelevel before it is set | jym |
| 2011-12-04 | Implement the register/deregister/evaluation API for secmodel(9). It | jym |
| 2011-11-28 | Whitespace fixes. | jym |
| 2011-11-23 | Load entropy at system boot (only works at securelevel < 1); save | tls |
| 2009-10-07 | Compare against initproc, not pid 1, to check if it's init (unify). | elad |
| 2009-10-06 | Unify: >= 0 -> > -1. | elad |
| 2009-10-06 | Cosmetic changes to declarations. No functional change. | elad |
| 2009-10-06 | Factor out a block of code that appears in three places (Veriexec, keylock, | elad |
| 2009-10-03 | Introduce time_wraps() to check if setting the time will wrap it (or | elad |
| 2009-10-02 | Create securelevel variable under securelevel node. | elad |
| 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-07-25 | Extend the existing security models for upcoming gpio(4) changes. | mbalmer |
| 2009-05-06 | Sprinkle some switch defaults. | elad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 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 |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 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-21 | Make securelevel a "secmodel" of its own. | elad |