cvs commit: src/sys/i386/linux syscalls.master
Robert Watson
rwatson at FreeBSD.org
Mon May 30 08:09:24 PDT 2005
rwatson 2005-05-30 15:09:18 UTC
FreeBSD src repository
Modified files:
sys/i386/linux 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.60 +397 -313 src/sys/i386/linux/syscalls.master
More information about the cvs-src
mailing list