Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2006 01:47:06 +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/kern syscalls.master src/sys/conf files src/sys/security/audit audit_syscalls.c
Message-ID:  <200603170147.k2H1l6nl028421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-17 01:47:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             syscalls.master 
    sys/conf             files 
  Added files:           (Branch: RELENG_6)
    sys/security/audit   audit_syscalls.c 
  Log:
  Provide unconditionally compiled stub implementations of audit system
  calls that simply return ENOSYS.  This will allow basic forward
  compatibility with userland audit pieces to be committed in the future,
  avoiding the "login killed by SIGSYS" problem users of CVS HEAD
  experienced when booting older kernels with newer user spaces (an
  unsupported but not uncommon situation when debugging problems).
  
  Approved by:    re (scottl)
  Obtained from:  TrustedBSD Project
  
  Revision     Changes    Path
  1.1031.2.26  +1 -0      src/sys/conf/files
  1.198.2.2    +9 -9      src/sys/kern/syscalls.master
  1.1.2.1      +96 -0     src/sys/security/audit/audit_syscalls.c (new)



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