Module Name: src Committed By: sborrill Date: Fri Feb 21 12:28:05 UTC 2014
Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.5 Log Message: Ticket #1033 To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.5 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-6.0.5 diff -u src/doc/CHANGES-6.0.5:1.1.2.3 src/doc/CHANGES-6.0.5:1.1.2.4 --- src/doc/CHANGES-6.0.5:1.1.2.3 Fri Feb 14 23:27:57 2014 +++ src/doc/CHANGES-6.0.5 Fri Feb 21 12:28:04 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0.5,v 1.1.2.3 2014/02/14 23:27:57 bouyer Exp $ +# $NetBSD: CHANGES-6.0.5,v 1.1.2.4 2014/02/21 12:28:04 sborrill Exp $ A complete list of changes from the NetBSD 6.0.4 release to the NetBSD 6.0.5 release: @@ -29,3 +29,9 @@ sys/kern/exec_elf.c 1.55 Fix memory leak on bogus ELF binary. [maxv, ticket #1028] +sys/arch/atari/dev/ite.c 1.72 + + Fix kernel crash when a user tries to switch to nonexistent + terminal. Fixes PR/48599. + [tsutsui, ticket #1033] +