CVS commit: src/usr.sbin/sysinst
"Andreas Gustafsson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: gson Date: Sun Jun 28 11:03:14 UTC 2026 Modified Files: src/usr.sbin/sysinst: defs.h main.c run.c util.c Log Message: Make sysinst intercept kernel console messages using TIOCCONS at all times, not just when running an external command, and discard those that occur when not running an external command so that they don't mess up the display when running sysinst on the console. Fixes PR install/54932. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/sysinst/main.c cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/sysinst/run.c cvs rdiff -u -r1.84 -r1.85 src/usr.sbin/sysinst/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.