cvs commit: src/sys/kern kern_ktr.c

2006-09-09 Thread Robert Watson
rwatson 2006-09-09 16:09:01 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl: it was present only in the enable path, not the disable path, which one presumes would be equal

cvs commit: src/sys/kern kern_ktr.c

2006-01-27 Thread John Baldwin
jhb 2006-01-27 23:06:08 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Whitespace. Revision ChangesPath 1.51 +3 -3 src/sys/kern/kern_ktr.c ___ cvs-all@freebsd.org mailing list h

cvs commit: src/sys/kern kern_ktr.c

2006-01-27 Thread John Baldwin
jhb 2006-01-27 22:17:31 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this sysctl then it will clear the KTR buffer. Note that if you have active KTR traces at the same

Re: cvs commit: src/sys/kern kern_ktr.c subr_witness.c src/sys/sys ktr.h

2006-01-25 Thread John Baldwin
On Wednesday 25 January 2006 09:57, John Baldwin wrote: > jhb 2006-01-25 14:57:23 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_ktr.c subr_witness.c > sys/sys ktr.h > Log: > Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you

cvs commit: src/sys/kern kern_ktr.c subr_witness.c src/sys/sys ktr.h

2006-01-25 Thread John Baldwin
jhb 2006-01-25 14:57:23 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c subr_witness.c sys/sys ktr.h Log: Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef in subr_witness.c. I did add a comment in subr_witn