Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #1421 - #1425



details:   https://anonhg.NetBSD.org/src/rev/3d8c3ef30480
branches:  netbsd-8
changeset: 460819:3d8c3ef30480
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 04 14:50:32 2019 +0000

description:
Tickets #1421 - #1425

diffstat:

 doc/CHANGES-8.2 |  36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 290fbc2f32c7 -r 3d8c3ef30480 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Mon Nov 04 14:44:46 2019 +0000
+++ b/doc/CHANGES-8.2   Mon Nov 04 14:50:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.58 2019/11/03 11:39:47 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.59 2019/11/04 14:50:32 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1420,3 +1420,37 @@
        load buffer.
        [tsutsui, ticket #1420]
 
+sys/dev/scsipi/st.c                            1.238
+
+       Add simple position recovery when positioning to EOM by reading
+       the position with READ_POSITION.
+       [jnemeth, ticket #1421]
+
+sys/dev/rasops/rasops.h                                1.49
+
+       rasops(9): avoid size changes of struct rasops_info depending
+       on kernel options.
+       [tsutsui, ticket #1422]
+
+etc/MAKEDEV.awk                                        1.28
+
+       PR port-arm/54640: hack to work around conditional RAW_PART
+       definition in arm/include/disklabel.h.
+       [tsutsui, ticket #1423]
+
+sys/arch/zaurus/dev/zrc.c                      1.10
+
+       Fix build errors with options WSDISPLAY_COMPAT_RAWKBD.
+       [tsutsui, ticket #1424]
+
+sys/compat/netbsd32/syscalls.master                    1.129
+sys/compat/netbsd32/netbsd32_syscallargs.h             (regen)
+sys/compat/netbsd32/netbsd32_syscall.h                 (regen)
+sys/compat/netbsd32/netbsd32_sysent.c                  (regen)
+sys/compat/netbsd32/netbsd32_syscalls.c                (regen)
+sys/compat/netbsd32/netbsd32_syscalls_autoload.c       (regen)
+sys/compat/netbsd32/netbsd32_systrace_args.c           (regen)
+
+       For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t.
+       [rin, ticket #1425]
+



Home | Main Index | Thread Index | Old Index