Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 02/15/2005 21:09:57
Module Name:	src
Committed By:	cube
Date:		Tue Feb 15 21:09:57 UTC 2005

Modified Files:
	src/sys/ddb: db_sym.c
	src/sys/kern: kern_ksyms.c
	src/sys/sys: ksyms.h

Log Message:
The way I handled /dev/ksyms requests vs. kernel requests was completely
broken.  Inside the kernel, we always have to use the real values of the
st_name fields, and only do the math when the request comes from userland.

No need for ksyms_getval_from{kernel,userland} hack anymore.  However, a
different version will be asked for pull-up in -2{,-0}, one that doesn't
break the API, that is.

Fixes PR#29133 from Jens Kessmeier.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/ddb/db_sym.c
cvs rdiff -r1.21 -r1.22 src/sys/kern/kern_ksyms.c
cvs rdiff -r1.8 -r1.9 src/sys/sys/ksyms.h

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