Date: Sat, 2 Sep 2006 12:48:49 +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/sys proc.h src/sys/kern kern_thread.c Message-ID: <200609021248.k82CmoSj014427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-09-02 12:48:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/sys proc.h
sys/kern kern_thread.c
Log:
Merge proc.h:1.449 and kern_thread.:1.225 from HEAD to RELENG_6:
Add new fields to process-related data structures:
- td_ar to struct thread, which holds the in-progress audit record during
a system call.
- p_au to struct proc, which holds per-process audit state, such as the
audit identifier, audit terminal, and process audit masks.
In the earlier implementation, td_ar was added to the zero'd section of
struct thread. In order to facilitate merging to RELENG_6, it has been
moved to the end of the data structure, requiring explicit
initalization in the thread constructor.
Obtained from: TrustedBSD Project
Revision Changes Path
1.216.2.5 +6 -0 src/sys/kern/kern_thread.c
1.432.2.6 +4 -0 src/sys/sys/proc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021248.k82CmoSj014427>
