Module Name: src Committed By: martin Date: Sat Dec 3 12:06:56 UTC 2016
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Note ticket #1275 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-7.0.3 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-7.0.3 diff -u src/doc/CHANGES-7.0.3:1.1.2.7 src/doc/CHANGES-7.0.3:1.1.2.8 --- src/doc/CHANGES-7.0.3:1.1.2.7 Mon Nov 21 07:24:40 2016 +++ src/doc/CHANGES-7.0.3 Sat Dec 3 12:06:56 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.7 2016/11/21 07:24:40 snj Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.8 2016/12/03 12:06:56 martin Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -125,3 +125,14 @@ etc/rc.d/rtadvd 1.9 Don't fail to start if rtadvd's config file doesn't exist. [kre, ticket #1274] +sys/arch/mips/include/vmparam.h 1.57 + + 1TB is enough UVA for anyone... plus not all MIPS cpus can support + more. + [mrg, ticket #1275] + +sys/uvm/pmap/pmap_segtab.c 1.4 (via patch) + Fix the start index generation in pmap_segtab_release() to + ensure it fits in the actual array. + [mrg, ticket #1275] +