From owner-p4-projects@FreeBSD.ORG Sun Apr 17 21:07:34 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A0C5016A4D0; Sun, 17 Apr 2005 21:07:33 +0000 (GMT) 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 6542B16A4CE for ; Sun, 17 Apr 2005 21:07:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F77343D55 for ; Sun, 17 Apr 2005 21:07:33 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3HL7XFJ029881 for ; Sun, 17 Apr 2005 21:07:33 GMT (envelope-from wsalamon@computer.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3HL7WSV029878 for perforce@freebsd.org; Sun, 17 Apr 2005 21:07:32 GMT (envelope-from wsalamon@computer.org) Date: Sun, 17 Apr 2005 21:07:32 GMT Message-Id: <200504172107.j3HL7WSV029878@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to wsalamon@computer.org using -f From: Wayne Salamon To: Perforce Change Reviews Subject: PERFORCE change 75413 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:07:34 -0000 http://perforce.freebsd.org/chv.cgi?CH=75413 Change 75413 by wsalamon@rickenbacker on 2005/04/17 21:07:09 Change the description of the arguments to be what is really passed into the kernel on the uap pointer. Affected files ... .. //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 edit Differences ... ==== //depot/projects/trustedbsd/audit3/lib/libc/sys/auditon.2#3 (text+ko) ==== @@ -36,16 +36,19 @@ .In sys/param.h .In bsm/audit.h .Ft int -.Fn auditon "struct thread *td, struct auditon_args *uap" +.Fn auditon "int cmd, void *data, int length" .Sh DESCRIPTION The .Nm system call is used to manipulate various audit control operations. -The -.Ft *uap -bit should always point to a an -.Em audit command -which may be any of the following: +.Ft *data +should point to a structure whose type depends on the command. +.Ft length +specifies the size of the +.Em data +in bytes. +.Ft cmd +may be any of the following: .Bl -tag -width ".It Dv A_GETPINFO_ADDR" .It Dv A_SETPOLICY Set audit policy flags.