freebsd-dev/sys/compat/freebsd32
Robert Watson f3596e3370 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
2005-05-30 15:09:18 +00:00
..
freebsd32_misc.c Copyout to userland if kern_sigaction succeeds 2005-05-24 17:52:14 +00:00
freebsd32_proto.h Correct the freebsd32_kevent prototype. 2005-03-01 06:32:53 +00:00
freebsd32_syscall.h Regen. 2005-02-24 18:24:29 +00:00
freebsd32_syscalls.c Regen. 2005-02-24 18:24:29 +00:00
freebsd32_sysent.c Regen. 2005-02-24 18:24:29 +00:00
freebsd32_util.h Eliminate stackgap usage for the (woefully incomplete) path translations 2003-12-23 02:48:11 +00:00
freebsd32.h Catch up to the not-so-recent statfs(2) changes. 2004-04-14 23:17:37 +00:00
Makefile Begin attempting to consolidate the two different i386 emulations 2003-08-22 22:51:48 +00:00
syscalls.conf GC unused 'syshide' override to /dev/null. This was here to disable 2003-12-24 00:32:07 +00:00
syscalls.master Introduce a new field in the syscalls.master file format to hold the 2005-05-30 15:09:18 +00:00