cvs commit: src/sys/kern kern_thread.c src/sys/security/audit
audit.c audit.h
Robert Watson
rwatson at FreeBSD.org
Sun Feb 5 13:06:10 PST 2006
rwatson 2006-02-05 21:06:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
sys/security/audit audit.c audit.h
Log:
When GC'ing a thread, assert that it has no active audit record.
This should not happen, but with this assert, brueffer and I would
not have spent 45 minutes trying to figure out why he wasn't
seeing audit records with the audit version in CVS.
Obtained from: TrustedBSD Project
Revision Changes Path
1.226 +3 -1 src/sys/kern/kern_thread.c
1.3 +10 -0 src/sys/security/audit/audit.c
1.4 +1 -0 src/sys/security/audit/audit.h
More information about the cvs-src
mailing list