freebsd-skq/sys/security/audit
rwatson ca47fccd6b Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
explicitly select write locking for all use of the inpcb mutex.
Update some pcbinfo lock assertions to assert locked rather than
write-locked, although in practice almost all uses of the pcbinfo
rwlock main exclusive, and all instances of inpcb lock acquisition
are exclusive.

This change should introduce (ideally) little functional change.
However, it lays the groundwork for significantly increased
parallelism in the TCP/IP code.

MFC after:	3 months
Tested by:	kris (superset of committered patch)
2008-04-17 21:38:18 +00:00
..
audit_arg.c Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to 2008-04-17 21:38:18 +00:00
audit_bsm_klib.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_bsm_token.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_bsm.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_ioctl.h Don't expose #ifdef NOTYET parts to userspace via audit_ioctl.h, just 2007-04-29 16:20:32 +00:00
audit_pipe.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_private.h Add audit_prefixes to two more globally visible functions in the Audit 2008-03-01 11:40:49 +00:00
audit_syscalls.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_trigger.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit_worker.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit.c Use __FBSDID() for $FreeBSD$ IDs in the audit code. 2008-04-13 22:06:56 +00:00
audit.h Implement AUE_CORE, which adds process core dump support into the kernel. 2007-10-26 01:23:07 +00:00