Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 15:09:17 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/svr4 syscalls.master
Message-ID:  <200505301509.j4UF9H7w008220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-05-30 15:09:17 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/svr4      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.17      +360 -288  src/sys/compat/svr4/syscalls.master



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505301509.j4UF9H7w008220>