Date: Mon, 30 May 2005 15:09:15 +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/kern makesyscalls.sh Message-ID: <200505301509.j4UF9F84008131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-05-30 15:09:15 UTC FreeBSD src repository Modified files: sys/kern makesyscalls.sh Log: Introduce a new field in the syscalls.master file format to hold the audit event identifier associated with each system call, which will be stored by makesyscalls.sh in the sy_auevent field of struct sysent. For now, default the audit identifier on all system calls to AUE_NULL, but in the near future, other BSM event identifiers will be used. The mapping of system calls to event identifiers is many:one due to multiple system calls that map to the same end functionality across compatibility wrappers, ABI wrappers, etc. Submitted by: wsalamon Obtained from: TrustedBSD Project Revision Changes Path 1.62 +73 -64 src/sys/kern/makesyscalls.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505301509.j4UF9F84008131>