Date: Sun, 11 Jan 2004 11:20:02 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45155 for review Message-ID: <200401111920.i0BJK2xf067452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45155 Change 45155 by rwatson@rwatson_paprika on 2004/01/11 11:19:57 Allocate a sysinit to run audit_init(). Might not be in the rate place yet. Affected files ... .. //depot/projects/trustedbsd/audit2/sys/sys/kernel.h#2 edit Differences ... ==== //depot/projects/trustedbsd/audit2/sys/sys/kernel.h#2 (text+ko) ==== @@ -130,6 +130,7 @@ SI_SUB_VM_CONF = 0x2300000, /* config VM, set limits*/ SI_SUB_RUN_QUEUE = 0x2400000, /* set up run queue*/ SI_SUB_KTRACE = 0x2480000, /* ktrace */ + SI_SUB_AUDIT = 0x24C0000, /* audit */ SI_SUB_CREATE_INIT = 0x2500000, /* create init process*/ SI_SUB_SCHED_IDLE = 0x2600000, /* required idle procs */ SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401111920.i0BJK2xf067452>