Date: Sun, 5 Feb 2006 21:06:09 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h Message-ID: <200602052106.k15L695t075130@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602052106.k15L695t075130>