cvs commit: src/sys/i386/ibcs2 syscalls.master
Robert Watson
rwatson at FreeBSD.org
Mon May 30 08:09:22 PDT 2005
rwatson 2005-05-30 15:09:17 UTC
FreeBSD src repository
Modified files:
sys/i386/ibcs2 syscalls.master
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.20 +175 -138 src/sys/i386/ibcs2/syscalls.master
More information about the cvs-src
mailing list