cvs commit: src/sys/conf files options

Robert Watson rwatson at FreeBSD.org
Wed Feb 1 13:00:22 PST 2006


rwatson     2006-02-01 21:00:16 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files options 
  Log:
  Add 'options AUDIT' and associate various .c files with the AUDIT
  option.  We always build audit_syscalls.c so that the system call
  stubs can return ENOSYS rather than the system call code
  generating SIGSYS for the system calls.  We are not yet ready to
  add AUDIT to LINT, as the prototypes for system call arguments
  won't be there until after the system calls for audit are added.
  
  Much work from: wsalamon
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.1092    +7 -0      src/sys/conf/files
  1.528     +1 -0      src/sys/conf/options


More information about the cvs-all mailing list