Subject: CVS commit: syssrc/sys/dev/acpi/acpica/Osd
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/05/2002 20:58:34
Module Name: syssrc
Committed By: drochner
Date: Wed Jun 5 17:58:34 UTC 2002
Modified Files:
syssrc/sys/dev/acpi/acpica/Osd: OsdMisc.c OsdStream.c
Log Message:
usability fixes for the debugger:
-cut yhe trailing '\r' from input lines so that commands are recognized
-use db_vprintf() for output in interactive mode to get the "|more" effect
-do the same setjmp() game as ddb, so we can return to the prompt
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/acpi/acpica/Osd/OsdMisc.c \
syssrc/sys/dev/acpi/acpica/Osd/OsdStream.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.