cvs commit: src/sys/kern syscalls.master src/sys/conf files src/sys/security/audit audit_syscalls.c

Robert Watson rwatson at FreeBSD.org
Fri Mar 17 01:47:07 UTC 2006


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)


More information about the cvs-src mailing list