cvs commit: src/sys/security/audit audit.c audit_private.h
audit_syscalls.c audit_trigger.c
Robert Watson
rwatson at FreeBSD.org
Sat Mar 18 18:31:24 UTC 2006
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
More information about the cvs-src
mailing list