Source-Changes-HG archive

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

[src/netbsd-6-1]: src/doc tickets 1052, 1062



details:   https://anonhg.NetBSD.org/src/rev/e47a25cc9fa8
branches:  netbsd-6-1
changeset: 775945:e47a25cc9fa8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed May 21 21:08:44 2014 +0000

description:
tickets 1052, 1062

diffstat:

 doc/CHANGES-6.1.5 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r bcb8e1a2ebbc -r e47a25cc9fa8 doc/CHANGES-6.1.5
--- a/doc/CHANGES-6.1.5 Wed May 21 21:06:40 2014 +0000
+++ b/doc/CHANGES-6.1.5 Wed May 21 21:08:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.5 2014/05/14 03:54:55 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.6 2014/05/21 21:08:44 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
 release:
@@ -88,3 +88,20 @@
        - CVE-2014-0211: integer overflows calculating memory needs for xfs
          replies
        [spz, ticket #1063]
+usr.sbin/postinstall/postinstall               1.166
+
+       don't apply "ptyfsoldnodes" if /dev/pts does not exist, even if ptyfs
+       is listed in /etc/fstab.  without this, postinstall happily removes
+       all your ptys leaving you with none at all.  return an error if we
+       have ptyfs in /etc/fstab, but no /dev/pts.
+       [mrg, ticket #1052]
+
+sys/fs/cd9660/cd9660_node.c                    1.31
+
+       PR kern/48787: inode calculation from ISO9660 block offset might get
+       truncated to 32bit - force the whole expression to be evaluated
+       as ino_t.
+       Patch from Thomas Schmitt, with minor modifications
+       (and reworded comment).
+       [martin, ticket #1062]
+



Home | Main Index | Thread Index | Old Index