Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #1514 - #1518



details:   https://anonhg.NetBSD.org/src/rev/84dc4168e570
branches:  netbsd-8
changeset: 745644:84dc4168e570
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 08 10:03:19 2020 +0000

description:
Tickets #1514 - #1518

diffstat:

 doc/CHANGES-8.2 |  29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 2cdfce897ea5 -r 84dc4168e570 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Sun Mar 08 10:01:45 2020 +0000
+++ b/doc/CHANGES-8.2   Sun Mar 08 10:03:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.104 2020/03/08 09:29:10 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.105 2020/03/08 10:03:19 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -2099,3 +2099,30 @@
        Limit the list of supported devices.
        [mrg, ticket #1512]
 
+sys/conf/files                                 1.1257-1.1258
+
+       Fix COMPAT_NETBSD32 to properly handle EXEC_AOUT binaries.
+       [pgoyette, ticket #1514]
+
+sys/kern/sys_select.c                          1.42-1.45
+
+       PR 54158: fix resource limits for poll(2).
+       [mlelstv, ticket #1515]
+
+sys/dev/ic/tms320av110.c                       1.24
+
+       Remove unused variables.
+       [is, ticket #1516]
+
+sys/arch/amiga/dev/gayle_pcmcia.c              1.32
+
+       The Gayle interface uses swapped (little-endian) word accesses, so we
+       need to use the amiga_bus_stride_1swap methods for the word accesses.
+       [is, ticket #1517]
+
+sys/arch/amigappc/include/bus_defs.h           1.8
+
+       Gayle wants stride_1swap now, so declare the rest of the bus
+       methods since we already define them anyway.
+       [is, ticket #1518]
+



Home | Main Index | Thread Index | Old Index