From owner-cvs-all@FreeBSD.ORG Sat Feb 16 11:59:57 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47D4A16A46C; Sat, 16 Feb 2008 11:59:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 25D2113C4F7; Sat, 16 Feb 2008 11:59:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1GBxuD0066445; Sat, 16 Feb 2008 11:59:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GBxuHY066444; Sat, 16 Feb 2008 11:59:56 GMT (envelope-from rwatson) Message-Id: <200802161159.m1GBxuHY066444@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Feb 2008 11:59:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sys priv.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 11:59:57 -0000 rwatson 2008-02-16 11:59:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sys priv.h Log: Merge priv.h:1.17 from HEAD to RELENG_7: Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE to control access to the DDB capture buffer. Revision Changes Path 1.15.2.2 +6 -1 src/sys/sys/priv.h