Module Name: src
Committed By: snj
Date: Sun Feb 25 23:35:15 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1545, 1572-1574
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.73 src/doc/CHANGES-7.2:1.1.2.74
--- src/doc/CHANGES-7.2:1.1.2.73 Sun Feb 25 21:15:52 2018
+++ src/doc/CHANGES-7.2 Sun Feb 25 23:35:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.73 2018/02/25 21:15:52 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.74 2018/02/25 23:35:15 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5242,3 +5242,34 @@ sys/kern/kern_exec.c patch
- remove svr4/svr4_32/ibcs2/freebsd from the module autoload list
[maxv, ticket #1499]
+sys/modules/lua/lua.c up to 1.24
+
+ lua(4):
+ - fix crash when executing luactl after creating a Lua state.
+ PR 52864.
+ - plug leak on error
+ - fixed require
+ - fix double require bug
+ - use aprint*() instead of printf() in xxx_attach().
+ - check pmf_device_register return value. NFC
+ - can't destroy pb until we're done using it.
+ - whitespace, knf, comments
+ [sevan, ticket #1545]
+
+sys/netinet6/ip6_input.c 1.188 via patch
+
+ Kick nested IPv6 fragments.
+ [maxv, ticket #1572]
+
+sys/kern/subr_tftproot.c 1.20
+
+ Fix md(4) double attachment in TFTPROOT option. Avoids
+ deadlock at boot.
+ [manu, ticket #1573]
+
+sys/fs/msdosfs/msdosfs_vfsops.c 1.129
+
+ Relax sanity check. It's ok to have more FAT sectors
+ than needed.
+ [mlelstv, ticket #1574]
+