PERFORCE change 80063 for review

Robert Watson rwatson at FreeBSD.org
Wed Jul 13 10:45:11 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80063

Change 80063 by rwatson at 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
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list