1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/security/audit
Robert Watson 618521b1a2 The audit queue limit variables are size_t, so use size_t for the audit
queue length variables as well, avoiding storing the limit in a larger
type than the length.

Submitted by:	sson
Sponsored by:	Apple Inc.
MFC after:	1 week
2008-11-13 00:21:01 +00:00
..
audit_arg.c Use shared vnode locks for auditing vnode arguments as auditing only 2008-11-04 22:31:04 +00:00
audit_bsm_klib.c Don't lock the vnode around calls to vn_fullpath(). 2008-11-04 22:30:24 +00:00
audit_bsm_token.c Add support for extended header BSM tokens. Currently we use the 2008-11-11 21:57:03 +00:00
audit_bsm.c Add support for extended header BSM tokens. Currently we use the 2008-11-11 21:57:03 +00:00
audit_ioctl.h
audit_pipe.c Update introductory comment for audit pipes. 2008-11-02 00:25:48 +00:00
audit_private.h The audit queue limit variables are size_t, so use size_t for the audit 2008-11-13 00:21:01 +00:00
audit_syscalls.c Add support for extended header BSM tokens. Currently we use the 2008-11-11 21:57:03 +00:00
audit_trigger.c Generally avoid <space><tab> as a white space anomoly. 2008-07-22 16:44:48 +00:00
audit_worker.c Wrap sx locking of the audit worker sleep lock in macros, update comments. 2008-11-10 22:06:24 +00:00
audit.c The audit queue limit variables are size_t, so use size_t for the audit 2008-11-13 00:21:01 +00:00
audit.h Move audit-internal function definitions for getting and setting audit 2008-11-11 23:08:20 +00:00