|
1 | | -# $NetBSD: CHANGES-10.2,v 1.1.2.55 2025/09/24 12:41:45 martin Exp $ |
| 1 | +# $NetBSD: CHANGES-10.2,v 1.1.2.56 2025/10/01 17:25:12 martin Exp $ |
2 | 2 |
|
3 | 3 | A complete list of changes from the NetBSD 10.1 release on 2024-12-16 |
4 | 4 | until the 10.2 release: |
@@ -1080,3 +1080,51 @@ external/cddl/osnet/dist/tools/ctf/cvt/fixup_tdescs.c 1.8,1.9 |
1080 | 1080 | way as the native. |
1081 | 1081 | [ozaki-r, ticket #1163] |
1082 | 1082 |
|
| 1083 | +sys/dev/vmt/vmt_subr.c 1.11 |
| 1084 | +sys/net/if.c 1.532,1.533 |
| 1085 | +sys/net/if.h 1.307 |
| 1086 | +sys/net/if_spppsubr.c 1.270,1.271 |
| 1087 | +sys/net/link_proto.c 1.41 |
| 1088 | +sys/netinet/in_var.h 1.104 |
| 1089 | +sys/netinet/ip_icmp.c 1.180 |
| 1090 | +sys/netinet6/in6.c 1.293 |
| 1091 | +sys/netinet6/in6_var.h 1.105,1.106 |
| 1092 | +sys/netinet6/mld6.c 1.102 |
| 1093 | +sys/netinet6/nd6.c 1.284 |
| 1094 | + |
| 1095 | + Introduce if_first_addr(), in6ifa_first_lladdr() |
| 1096 | + and psref variants. |
| 1097 | + [ozaki-r, ticket #1164] |
| 1098 | + |
| 1099 | +bin/sh/mkoptions.sh 1.6-1.9 |
| 1100 | +bin/sh/option.list 1.12 |
| 1101 | + |
| 1102 | + sh(1): PR 59646: improve portability of option code generation |
| 1103 | + [kre, ticket #1165] |
| 1104 | + |
| 1105 | +sys/arch/arm/arm32/bus_dma.c 1.142,1.150 |
| 1106 | +sys/arch/arm/include/cpufunc.h 1.92 |
| 1107 | + |
| 1108 | + arm: PR 59654: adjust barriers issued in bus_dmamap_sync for |
| 1109 | + the coherent case. |
| 1110 | + [skrll, ticket #1166] |
| 1111 | + |
| 1112 | +share/man/man3/intro.3 1.37,1.38 |
| 1113 | + |
| 1114 | + intro(3): PR 59676: remove reference to non-existent -lhesiod. |
| 1115 | + [uwe, ticket #1167] |
| 1116 | + |
| 1117 | +sys/arch/amd64/amd64/locore.S 1.231-1.233 (patch) |
| 1118 | +sys/arch/i386/i386/locore.S 1.202-1.204 (patch) |
| 1119 | +sys/arch/xen/xen/hypervisor.c 1.100 (patch) |
| 1120 | + |
| 1121 | + xen: fix PVH bootstrap code, don't assume the hvm_start_info |
| 1122 | + structure is at the end of the symbol table. |
| 1123 | + Fixes PVH dom0 boot under Xen 4.20. |
| 1124 | + [bouyer, ticket #1168] |
| 1125 | + |
| 1126 | +sys/dev/usb/ehci.c 1.333 (patch) |
| 1127 | + |
| 1128 | + ehci(4): fix device-probe for some machines. |
| 1129 | + [rin, ticket #1169] |
| 1130 | + |
0 commit comments