Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 17:42:14 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys sysent.h
Message-ID:  <200608151742.k7FHgE5a035286@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-08-15 17:42:14 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sysent.h 
  Log:
  Use SYS_AUE_<syscallname> to include the appropriate audit event identifier
  for syscalls in kld's, even when compiled into the kernel statically.
  Note that since this hardcodes the SYS_ prefix SYSCALL_MODULE_HELPER() now
  only works for native ABI system calls.  Those are the only ones that
  used the macro anyway, and I chose to not require a second argument to the
  macro to specify the prefix or audit event directly.
  
  Revision  Changes    Path
  1.51      +3 -2      src/sys/sys/sysent.h



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