| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-11 | Reorder code to avoid use-after-free on error. From Maxime Villard | christos |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-20 | Fix locking against self in veriexec_fp_calc(). | hannken |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-09-01 | Allocate a color compatible VA for the page we are entering. | matt |
| 2011-01-29 | allow get the size of the request sysctls to work. | christos |
| 2011-01-08 | fix sysctl again. | christos |
| 2011-01-02 | Simplify and avoid kernel segv when the list is NULL. | christos |
| 2010-11-17 | typo in comment | dholland |
| 2009-12-28 | In veriexec_file_verify(), always check 'lockstate' before unlocking | elad |
| 2009-12-28 | Our error paths can call veriexec_file_free(), whicn in turn will try to | elad |
| 2009-12-25 | Only kmem_free() the filename if we have one. | elad |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-06 | Factor out a block of code that appears in three places (Veriexec, keylock, | elad |
| 2009-10-03 | Update a comment. No functional change. | elad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-05-02 | Fix locking around mountlist usage, as pointed out by ad@ in: | elad |
| 2009-04-20 | PR/41251: YAMAMOTO Takashi: veriexec locking seems broken | elad |
| 2008-12-14 | PR/39559: Juan RP: veriexec(4): too easy to cause a NULL dereference | elad |
| 2008-10-23 | Conditionalise bypass of veriexec routines on veriexec_strict to prevent | blymn |
| 2008-09-10 | * Fix from Elad to correct a couple of places where functions exited | blymn |
| 2008-07-20 | Add locking around veriexec operations to prevent all sorts of badness | blymn |
| 2008-02-23 | Add missing pmap_update(pmap_kernel()); calls after pmap_kenter_pa and | chris |
| 2008-01-15 | Use vp->v_rdev. | ad |
| 2008-01-03 | Replace malloc/free usage with kmem_alloc/kmem_zalloc/kmem_free. | elad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-11 | Change some initialization of static queues to compile time. | matt |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-19 | - remove pathname_ interface. | christos |
| 2007-05-15 | Some Veriexec stuff that's been rotting in my tree for months. | elad |
| 2007-04-03 | - don't use veriexec_mountspecific_key uninitialized. | yamt |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-06 | PR/35253: YAMAMOTO Takashi: fileassoc hash size problem | elad |
| 2007-01-11 | veriexec_file_delete() and veriexec_table_delete() now take 'struct lwp *' | elad |
| 2007-01-11 | Make 'veriexec_verbose' static. | elad |
| 2007-01-09 | Remove advertising clause from all of my stuff. | elad |
| 2007-01-07 | Update copyright/license, okay blymn@ few days ago. | elad |
| 2007-01-03 | Make more things static. From halflife. | elad |
| 2006-12-31 | #if 0 -> #ifdef notyet, and no need to forward declare internal | elad |
| 2006-12-30 | Avoid TOCTOU in Veriexec by introducing veriexec_openchk() to enforce | elad |
| 2006-12-29 | Veriexec should not explicitly allow anything (raw disk access). | elad |
| 2006-12-26 | Fix copy/paste error: Veriexec's sysctl setup routine was named after | elad |
| 2006-12-26 | veriexec_lookup() should not return an internal data-structure, but rather | elad |
| 2006-12-23 | - remove the fileassoc "tabledata" functionality. use mountspecific instead. | yamt |