freebsd-skq/sys/amd64/linux32
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
..
linux32_dummy.c
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c Fix a change in a debug printf I missed in an earlier commit. 2005-04-05 15:28:06 +00:00
linux32_proto.h Regen after addition of linux_nosys handler. 2005-03-07 00:23:58 +00:00
linux32_syscall.h Regen after addition of linux_nosys handler. 2005-03-07 00:23:58 +00:00
linux32_sysent.c Regen after addition of linux_nosys handler. 2005-03-07 00:23:58 +00:00
linux32_sysvec.c Make ps_nargvstr and ps_nenvstr unsigned. This fixes an input 2005-03-23 08:27:59 +00:00
linux.h
Makefile
syscalls.conf
syscalls.master Introduce a new field in the syscalls.master file format to hold the 2005-05-30 15:09:18 +00:00