PR/54932 CVS commit: [netbsd-11] src/usr.sbin/sysinst
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR install/54932; it has been noted by GNATS. From: "Martin Husemann" <[email protected]> To: [email protected] Cc: Subject: PR/54932 CVS commit: [netbsd-11] src/usr.sbin/sysinst Date: Sun, 5 Jul 2026 13:35:35 +0000 Module Name: src Committed By: martin Date: Sun Jul 5 13:35:35 UTC 2026 Modified Files: src/usr.sbin/sysinst [netbsd-11]: defs.h main.c run.c util.c Log Message: Pull up following revision(s) (requested by gson in ticket #371): usr.sbin/sysinst/run.c: revision 1.17 usr.sbin/sysinst/defs.h: revision 1.98 usr.sbin/sysinst/util.c: revision 1.85 usr.sbin/sysinst/main.c: revision 1.39 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.94.2.2 -r1.94.2.3 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.34.2.2 -r1.34.2.3 src/usr.sbin/sysinst/main.c cvs rdiff -u -r1.16 -r1.16.2.1 src/usr.sbin/sysinst/run.c cvs rdiff -u -r1.77.4.5 -r1.77.4.6 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.