cvs commit: src/sys/machine/vkernel/i386 db_interface.c src/sys/machine/vkernel/include md_var.h src/sys/machine/vkernel/platform console.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jan 8 16:23:26 PST 2007
dillon 2007/01/08 16:20:20 PST
DragonFly src repository
Modified files:
sys/machine/vkernel/i386 db_interface.c
sys/machine/vkernel/include md_var.h
sys/machine/vkernel/platform console.c
Log:
Disable terminal control characters while the virtual kernel is running,
so typing ^C, ^Z, etc on the console gets fed through to the virtual
kernel.
Enable terminal control characters when the virtual kernel is in DDB,
so e.g. a ^C while it is in DDB will kill the virtual kernel.
The QUIT signal (^\) is left enabled throughout and will force the virtual
kernel into its DDB.
Revision Changes Path
1.3 +2 -0 src/sys/machine/vkernel/i386/db_interface.c
1.10 +1 -0 src/sys/machine/vkernel/include/md_var.h
1.7 +24 -0 src/sys/machine/vkernel/platform/console.c
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/i386/db_interface.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/include/md_var.h.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/console.c.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list