Module Name: src Committed By: martin Date: Sun Dec 8 10:31:02 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1469 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 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.76 src/doc/CHANGES-8.2:1.1.2.77 --- src/doc/CHANGES-8.2:1.1.2.76 Sat Dec 7 08:47:39 2019 +++ src/doc/CHANGES-8.2 Sun Dec 8 10:31:02 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.2,v 1.1.2.76 2019/12/07 08:47:39 martin Exp $ +# $NetBSD: CHANGES-8.2,v 1.1.2.77 2019/12/08 10:31:02 martin Exp $ A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2 release: @@ -1775,3 +1775,8 @@ sys/external/bsd/dwc2/dwc2.c 1.60 - 1. PR/54696: Kernel panic in bus_dma.c on Raspberry Pi 3B/3B+ [skrll, ticket #1468] +sys/dev/cons.c 1.76,1.77 + + Fix reference count leak in cons(4). + [riastradh, ticket #1469] +