]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge proc.h:1.449 and kern_thread.:1.225 from HEAD to RELENG_6:
authorrwatson <rwatson@FreeBSD.org>
Sat, 2 Sep 2006 12:48:49 +0000 (12:48 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 2 Sep 2006 12:48:49 +0000 (12:48 +0000)
commit081bb17939704c9b07aedf5b337a4bc5f4788003
treeb10bc2923d42099523b56bef45f684f886ec9a5f
parentb6580a3198612a9e456cc9f33f9ad7673d578523
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
sys/kern/kern_thread.c
sys/sys/proc.h