cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h

2006-02-05 Thread Robert Watson
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

Re: cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h src/sys/sys proc.h

2006-02-02 Thread John Baldwin
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

Re: cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h src/sys/sys proc.h

2006-02-02 Thread Robert Watson
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

Re: cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h src/sys/sys proc.h

2006-02-02 Thread John Baldwin
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

cvs commit: src/sys/kern kern_thread.c src/sys/security/audit audit.c audit.h src/sys/sys proc.h

2006-02-01 Thread Robert Watson
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