Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   enami
Date:           Wed Sep 22 22:15:03 UTC 2004

Modified Files:
        src/sys/kern: kern_ktrace.c
        src/sys/sys: ktrace.h

Log Message:
Create kernel thread and let it to issue the write request.  We can't
do this from trace target process since we can't sleep at certain
trace point (otherwise system may hang).  Address PR#23155.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.39 -r1.40 src/sys/sys/ktrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index