rwatson 2006-02-05 21:06:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
sys/security/audit audit.c audit.h
Log:
When GC'ing a thread, assert that it has no active audit record.
This should not happen, but with this assert, brueffer and I
On Thursday 02 February 2006 14:03, Robert Watson wrote:
> On Thu, 2 Feb 2006, John Baldwin wrote:
> > Have you considered putting td_ar in the logical place in HEAD and only
> > doing the ABI-friendly "hack" for RELENG_6? Maybe you could do the ABI
> > thing in HEAD to make the MFC easier and the
On Thu, 2 Feb 2006, John Baldwin wrote:
Have you considered putting td_ar in the logical place in HEAD and only
doing the ABI-friendly "hack" for RELENG_6? Maybe you could do the ABI
thing in HEAD to make the MFC easier and then update HEAD after the MFC to
be more intuitive?
Yes -- I was
On Wednesday 01 February 2006 19:37, Robert Watson wrote:
> rwatson 2006-02-02 00:37:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_thread.c
> sys/security/audit audit.c audit.h
> sys/sys proc.h
> Log:
> Add new fields to pro
rwatson 2006-02-02 00:37:06 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
sys/security/audit audit.c audit.h
sys/sys proc.h
Log:
Add new fields to process-related data structures:
- td_ar to struct thread, which holds