cvs commit: src/sys/i386/i386 mem.c src/sys/vm vm_glue.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jun 27 09:41:19 PDT 2006
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 at 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
More information about the Commits
mailing list