From owner-p4-projects@FreeBSD.ORG Wed Jul 13 10:45:12 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E479316A420; Wed, 13 Jul 2005 10:45:11 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FEB16A41C for ; Wed, 13 Jul 2005 10:45:11 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B26643D53 for ; Wed, 13 Jul 2005 10:45:11 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAjBQF050214 for ; Wed, 13 Jul 2005 10:45:11 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAjBvr050211 for perforce@freebsd.org; Wed, 13 Jul 2005 10:45:11 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 13 Jul 2005 10:45:11 GMT Message-Id: <200507131045.j6DAjBvr050211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 80063 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 10:45:12 -0000 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 /* - * 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