DragonFly commits List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/i386/i386 mem.c src/sys/vm vm_glue.c
dillon 2006/06/27 09:38:42 PDT
DragonFly src repository
Modified files:
sys/i386/i386 mem.c
sys/vm vm_glue.c
Log:
/dev/[k]mem was not allowing access to the CPU globaldata area, because it
is not part of kernel_map. This prevented kgdb from operating properly
on a live kernel. Add code to allow the case.
Reported-by: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Revision Changes Path
1.14 +5 -4 src/sys/i386/i386/mem.c
1.42 +10 -3 src/sys/vm/vm_glue.c
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/mem.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_glue.c.diff?r1=1.41&r2=1.42&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]