Module Name: src Committed By: martin Date: Mon Feb 10 16:51:59 UTC 2020
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1498 and #1499 To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.93 src/doc/CHANGES-8.2:1.1.2.94 --- src/doc/CHANGES-8.2:1.1.2.93 Fri Jan 31 11:02:56 2020 +++ src/doc/CHANGES-8.2 Mon Feb 10 16:51:59 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.93 2020/01/31 11:02:56 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.94 2020/02/10 16:51:59 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -2004,3 +2004,14 @@ sys/netipsec/ipsecif.c 1.19 Fix IPv6 over IPv4 ipsecif(4) uses wrong SP. [knakahara, ticket #1497] +sys/arch/i386/stand/efiboot/eficons.c 1.8 + + Fix a few bugs related to the framebuffer and the "gop" command. + [nonaka, ticket #1498] + +sys/arch/i386/stand/efiboot/efiboot.c 1.12 + + Do not clear the screen before exiting boot services, + as this may cause an undesired display mode switch. + [nonaka, ticket #1499] +