Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/filemon



Module Name:    src
Committed By:   pgoyette
Date:           Wed Nov 25 07:34:49 UTC 2015

Modified Files:
        src/sys/dev/filemon: filemon.c filemon.h filemon_wrapper.c

Log Message:
Be a bit more paranoid about hijacking (and restoring) syscall function
pointers.  Ensure that we have the correct "old" values before setting
new values, for both "intall" and "deinstall".

XXX This is NOT intended to encourage additional cases of hijacking!  If
XXX some other hijack feature ever gets committed, this code should be
XXX moved to (most likely) kern/kern_syscall.c.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/filemon/filemon.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/filemon/filemon.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/filemon/filemon_wrapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index