Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2006 18:31:24 +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/security/audit audit.c audit_private.h audit_syscalls.c audit_trigger.c
Message-ID:  <200603181831.k2IIVOwJ009269@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-18 18:31:24 UTC

  FreeBSD src repository

  Modified files:
    sys/security/audit   audit.c audit_private.h audit_syscalls.c 
                         audit_trigger.c 
  Log:
  Merge perforce change 93199:
  
    Change send_trigger() prototype to return an int, so that user
    space callers can tell if the message was successfully placed
    in the trigger queue.  This isn't quite the same as it being
    successfully received, but is close enough that we can generate
    a more useful warning message in audit(8).
  
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.9       +3 -3      src/sys/security/audit/audit.c
  1.4       +1 -1      src/sys/security/audit/audit_private.h
  1.2       +1 -1      src/sys/security/audit/audit_syscalls.c
  1.2       +3 -2      src/sys/security/audit/audit_trigger.c



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