Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [wrstuden-fixsa] src/sys
Module Name: src
Committed By: skrll
Date: Fri Jan 4 11:40:46 UTC 2008
Modified Files:
src/sys/kern [wrstuden-fixsa]: kern_ktrace.c kern_sa.c
src/sys/sys [wrstuden-fixsa]: ktrace.h
Log Message:
Pass an array pointers in kernel VM space to ktrsaupcall for it to
create the ktrace record instead of trying to access a pointer in
userland.
Fixes PR/37534.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.112.4.1 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.87.4.8 -r1.87.4.9 src/sys/kern/kern_sa.c
cvs rdiff -r1.45 -r1.45.4.1 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