Date: Wed, 1 Feb 2006 21:00:16 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options Message-ID: <200602012100.k11L0GwA002720@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-02-01 21:00:16 UTC
FreeBSD src repository
Modified files:
sys/conf files options
Log:
Add 'options AUDIT' and associate various .c files with the AUDIT
option. We always build audit_syscalls.c so that the system call
stubs can return ENOSYS rather than the system call code
generating SIGSYS for the system calls. We are not yet ready to
add AUDIT to LINT, as the prototypes for system call arguments
won't be there until after the system calls for audit are added.
Much work from: wsalamon
Obtained from: TrustedBSD Project
Revision Changes Path
1.1092 +7 -0 src/sys/conf/files
1.528 +1 -0 src/sys/conf/options
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602012100.k11L0GwA002720>
