Date: Wed, 13 Jul 2005 10:45:11 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80063 for review Message-ID: <200507131045.j6DAjBvr050211@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80063 Change 80063 by rwatson@rwatson_paprika on 2005/07/13 10:44:48 Annotate need for lockign in kern_bsm_klib.c due to dynamic data structures associated with event information. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_klib.c#9 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_klib.c#9 (text+ko) ==== @@ -38,7 +38,10 @@ #include <security/audit/audit_klib.h> /* - * Hash table functions for the audit event number to event class mask mapping. + * Hash table functions for the audit event number to event class mask + * mapping. + * + * XXXAUDIT: Locking? */ #define EVCLASSMAP_HASH_TABLE_SIZE 251
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507131045.j6DAjBvr050211>