Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc 1545, 1572-1574



details:   https://anonhg.NetBSD.org/src/rev/716c054f3949
branches:  netbsd-7
changeset: 800434:716c054f3949
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Feb 25 23:35:15 2018 +0000

description:
1545, 1572-1574

diffstat:

 doc/CHANGES-7.2 |  33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 0b7cbf78d738 -r 716c054f3949 doc/CHANGES-7.2
--- a/doc/CHANGES-7.2   Sun Feb 25 23:28:47 2018 +0000
+++ b/doc/CHANGES-7.2   Sun Feb 25 23:35:15 2018 +0000
@@ -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 @@
        - 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]
+



Home | Main Index | Thread Index | Old Index