Fri Aug 4 15:02:46 2023 UTC ()
Tickets #1878 - #1885


(martin)
diff -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-8.3

cvs diff -r1.1.2.189 -r1.1.2.190 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2023/08/02 10:25:32 1.1.2.189
+++ src/doc/Attic/CHANGES-8.3 2023/08/04 15:02:46 1.1.2.190
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1 $NetBSD: CHANGES-8.3,v 1.1.2.189 2023/08/02 10:25:32 martin Exp $ 1 $NetBSD: CHANGES-8.3,v 1.1.2.190 2023/08/04 15:02:46 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -3735,13 +3735,61 @@ sys/external/bsd/drm2/linux/linux_ww_mut @@ -3735,13 +3735,61 @@ sys/external/bsd/drm2/linux/linux_ww_mut
3735 drm: fix ww_mutex return values on signal. 3735 drm: fix ww_mutex return values on signal.
3736 [riastradh, ticket #1875] 3736 [riastradh, ticket #1875]
3737 3737
3738sys/external/bsd/drm2/linux/linux_ww_mutex.c 1.15 3738sys/external/bsd/drm2/linux/linux_ww_mutex.c 1.15
3739 3739
3740 drm: PR 57537: fix mistake in ww_mutex wait loops. 3740 drm: PR 57537: fix mistake in ww_mutex wait loops.
3741 [riastradh, ticket #1876] 3741 [riastradh, ticket #1876]
3742 3742
3743sys/dev/usb/ehci.c 1.317 3743sys/dev/usb/ehci.c 1.317
3744 3744
3745 PR 57518: usb keyboard causes host controller to miss microframe. 3745 PR 57518: usb keyboard causes host controller to miss microframe.
3746 [skrll, ticket #1877] 3746 [skrll, ticket #1877]
3747 3747
 3748lib/libpthread/arch/aarch64/pthread_md.h 1.2
 3749lib/libpthread/arch/arm/pthread_md.h 1.12,1.13
 3750lib/libpthread/arch/i386/pthread_md.h 1.21
 3751lib/libpthread/arch/x86_64/pthread_md.h 1.13
 3752lib/libpthread/pthread_int.h 1.110,1.111
 3753lib/libpthread/pthread_spin.c 1.11
 3754
 3755 libpthread: reduce spin lock hangs on arm.
 3756 [riastradh, ticket #1878]
 3757
 3758usr.bin/find/function.c 1.80
 3759usr.bin/find/main.c 1.32
 3760
 3761 find(1): PR 57313: don't bail if "." cannot be opened.
 3762 [riastradh, ticket #1879]
 3763
 3764sys/uvm/uvm_map.c 1.403 (patch)
 3765
 3766 mmap(2): PR 56900: fix arithmetic overflow in mmap search.
 3767 [riastradh, ticket #1880]
 3768
 3769usr.sbin/ldpd/fsm.c 1.16
 3770usr.sbin/ldpd/ldp_peer.c 1.19
 3771usr.sbin/ldpd/socketops.c 1.36
 3772
 3773 ldpd(8): PR 56895: fix address of misaligned packed members.
 3774 [riastradh, ticket #1881]
 3775
 3776sys/kern/init_main.c (apply patch)
 3777
 3778 PR 55906: fix aiodoned workqueue initialization order.
 3779 [riastradh, ticket #1882]
 3780
 3781sys/netinet6/in6_src.c 1.92
 3782
 3783 in6: add missing rtcache_unref.
 3784 [ozaki-r, ticket #1883]
 3785
 3786sys/netinet6/in6.c 1.289
 3787sys/netinet6/ip6_output.c 1.234
 3788
 3789 in6: fixes for IPv6-disabled interfaces.
 3790 [ozaki-r, ticket #1884]
 3791
 3792sys/net/bpf.c (apply patch)
 3793
 3794 bpf: allow to read with no filter.
 3795 [ozaki-r, ticket #1885]