index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
verified_exec.c
Age
Commit message (
Expand
)
Author
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-05-15
Some Veriexec stuff that's been rotting in my tree for months.
elad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-08
Plug leak "that can never happen".
elad
2007-01-11
veriexec_file_delete() and veriexec_table_delete() now take 'struct lwp *'
elad
2007-01-11
Use veriexec_report() instead of checking 'veriexec_verbose' and calling
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-04
Consistent usage of KAUTH_GENERIC_ISSUSER.
elad
2006-11-30
More cleaning... split veriexec_delete() to veriexec_file_delete() to
elad
2006-11-30
Massive restructuring and cleanup of Veriexec, mainly in preparation
elad
2006-11-28
Make Veriexec use proplib(3) for kernel-userland data passing.
elad
2006-11-27
No need to copy fp_type twice.
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-30
Don't use memcmp() and memcpy() on userspace addresses.
elad
2006-10-30
Simplify and rework duplication check code.
elad
2006-10-28
Remove bogus sanity check.
elad
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-05
Fix two horrible bugs found during a routine audit session with Brett Lymn.
elad
2006-09-03
add missing initializer
christos
2006-07-24
replace magic numbers for strict levels (0-3) with defines.
elad
2006-07-24
finally do things properly. veriexec_report() takes flags, not three ints.
elad
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-07-15
update my email on the copyright to @netbsd.org
elad
2006-07-15
move veriexec_clear() from dev/verified_exec.c to kern/kern_verifiedexec.c
elad
2006-07-15
some cleanup and fixes:
elad
2006-07-14
okay, since there was no way to divide this to two commits, here it goes..
elad
2006-05-25
Include kauth header for function prototypes
blymn
2006-05-14
integrate kauth.
elad
2006-05-06
add missing vrele(), from blymn@.
elad
2005-12-12
Add and document a "query" keyword to veriexecctl. Usage:
elad
2005-12-12
Catch up with ktrace-lwp merge.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-12-10
Add and document a VERIEXEC_DELETE operation for Veriexec.
elad
2005-12-10
Refactor the code that creates a new table and loads entries to its own
elad
2005-11-25
Remove few no longer needed XXX comments about fsid/fileid being
elad
2005-10-07
Various fixes from blymn@ and myself.
elad
2005-10-05
Introduce per-page fingerprints in Veriexec.
elad
2005-08-19
more 64 bit inode lossage.
christos
2005-08-13
Oops. Put back braces...
elad
2005-08-13
The veriexec API uses dev_t and ino_t for device and inode numbers.
elad
2005-08-13
Fix printing formats.
elad
2005-08-03
Change how we handle duplicates in the signatures file.
elad
2005-06-20
Remove veriexec_dprintf() calls forgotten in last commit.
elad
2005-06-20
- Use more calls to veriexec_report() where possible.
elad
2005-06-19
- Avoid pollution of struct vnode. Save the fingerprint evaluation status
elad
2005-06-17
More veriexec changes:
elad
2005-06-16
Since NetBSD operates in securelevel -1 by default, don't rely on the
elad
2005-06-16
Don't allow unprivileged users to open the veriexec device.
elad
2005-06-06
fix a printf format argument type.
christos
[next]