From owner-cvs-src@FreeBSD.ORG Thu Jun 8 22:00:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D7F316A47E; Thu, 8 Jun 2006 22:00:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F62C43D5A; Thu, 8 Jun 2006 22:00:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k58Lw4WA078858; Thu, 8 Jun 2006 21:58:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k58Lw4iO078857; Thu, 8 Jun 2006 21:58:04 GMT (envelope-from rwatson) Message-Id: <200606082158.k58Lw4iO078857@repoman.freebsd.org> From: Robert Watson Date: Thu, 8 Jun 2006 21:58:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:00:05 -0000 rwatson 2006-06-08 21:58:04 UTC FreeBSD src repository Modified files: sys/security/audit audit.c Log: Lock process when copying fields from process structure so as to get a consistent snapshot, as well as get consistent values (i.e., that p_comm is properly nul-terminated). Perforce CID: 98824 Obtained from: TrustedBSD Project Revision Changes Path 1.17 +2 -3 src/sys/security/audit/audit.c