]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Assign audit event identfiers to Xenix system calls. Note: AUE_EACCESS
authorrwatson <rwatson@FreeBSD.org>
Sun, 5 Feb 2006 23:28:01 +0000 (23:28 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 5 Feb 2006 23:28:01 +0000 (23:28 +0000)
commita31938806bbdf53bc41c0920fa68898a267b3f66
tree44dd5f1078b5d844832a2102251d7a5611e56214
parent7b3f1796f89df98cd6ce7108407036cf17b88ddc
Assign audit event identfiers to Xenix system calls.  Note: AUE_EACCESS
is assigned to xenix_eaccess() instead of AUE_ACCESS, as that is the
intended meaning of the system call.  xenix_eaccess() should be
reimplemented using our native eaccess() implementation so that it
works as intended.

Obtained from: TrustedBSD Project
sys/i386/ibcs2/syscalls.xenix