Tue Mar 13 15:50:31 2018 UTC ()
Tickets #619 - #629


(martin)
diff -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-8.0

cvs diff -r1.1.2.140 -r1.1.2.141 src/doc/Attic/CHANGES-8.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.0 2018/03/08 14:39:22 1.1.2.140
+++ src/doc/Attic/CHANGES-8.0 2018/03/13 15:50:31 1.1.2.141
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.0,v 1.1.2.140 2018/03/08 14:39:22 martin Exp $ 1# $NetBSD: CHANGES-8.0,v 1.1.2.141 2018/03/13 15:50:31 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 3A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
4until the 8.0 release: 4until the 8.0 release:
5 5
6doc/CHANGES-8.0 patched by hand 6doc/CHANGES-8.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 8.0_BETA! 12 Welcome to 8.0_BETA!
13 13
14src/share/man/man9/fstrans.9 1.25 14src/share/man/man9/fstrans.9 1.25
@@ -10169,13 +10169,136 @@ sys/dev/pci/pcidevs_data.h (regen) @@ -10169,13 +10169,136 @@ sys/dev/pci/pcidevs_data.h (regen)
10169 [msaitoh, ticket #616] 10169 [msaitoh, ticket #616]
10170 10170
10171sys/dev/ppbus/if_plip.c 1.28 10171sys/dev/ppbus/if_plip.c 1.28
10172 10172
10173 Fix an spl leak. 10173 Fix an spl leak.
10174 [msaitoh, ticket #617] 10174 [msaitoh, ticket #617]
10175 10175
10176sys/net/if_ethersubr.c 1.245,1.247 10176sys/net/if_ethersubr.c 1.245,1.247
10177 10177
10178 Use macro(ETHER_LOCK() and ETHER_UNLOCK()). 10178 Use macro(ETHER_LOCK() and ETHER_UNLOCK()).
10179 Modify ether_ioctl() for readability. No functional change. 10179 Modify ether_ioctl() for readability. No functional change.
10180 [msaitoh, ticket #618] 10180 [msaitoh, ticket #618]
10181 10181
 10182share/man/man4/altq.4 1.3
 10183
 10184 Update URL for the cited paper.
 10185 [sevan, ticket #619]
 10186
 10187sys/sys/bitops.h 1.13-1.14
 10188
 10189 Fix size of the shift to depend on the type of the bitmap so that
 10190 we get the correct width and avoid undefined behaviour.
 10191 [mrg, ticket #621]
 10192
 10193sys/net/if_llatbl.c 1.24 (via patch),1.25,1.26
 10194sys/net/if_llatbl.h 1.14
 10195sys/net/route.c 1.204
 10196sys/netinet/if_arp.c 1.269,1.270 (via patch)
 10197sys/netinet/in.c 1.216,1.220,1.221 (via patch),
 10198 1.222,1.223
 10199sys/netinet6/in6.c 1.259,1.261,1.262 (via patch),
 10200 1.263,1.264
 10201sys/netinet6/nd6.c 1.246 (via patch)
 10202
 10203 Suppress noisy debugging outputs.
 10204 Tweak sanity checks and add assertions.
 10205 Fix memory leaks on arp -d and ndp -d for static entries.
 10206 Use pool(9) for llentry allocations.
 10207 [ozaki-r, ticket #622]
 10208
 10209external/bsd/mdocml/dist/configure 1.10
 10210tools/mandoc/Makefile 1.10
 10211
 10212 Honor HOST_CC.
 10213 [hans, ticket #623]
 10214
 10215distrib/sets/lists/base/md.atari 1.55
 10216sys/arch/atari/atari/atari_init.c 1.101
 10217sys/arch/atari/atari/bus.c 1.59-1.60
 10218sys/arch/atari/atari/locore.s 1.111
 10219sys/arch/atari/atari/pmap_bootstrap.c 1.9
 10220sys/arch/atari/conf/MILAN.in 1.28
 10221sys/arch/conf/MILAN-PCIIDE (regen)
 10222sys/arch/atari/conf/MILAN-ISAIDE (regen)
 10223sys/arch/atari/dev/nvram.c 1.21
 10224sys/arch/atari/include/vmparam.h 1.32
 10225sys/arch/atari/isa/isa_machdep.c 1.41
 10226sys/arch/atari/isa/isa_milan.c 1.15-1.16
 10227sys/arch/atari/pci/pci_machdep.c 1.55-1.56
 10228sys/arch/atari/pci/pci_milan.c 1.15
 10229sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile 1.4
 10230sys/arch/atari/stand/xxboot/sdboot/milan/Makefile 1.4
 10231sys/dev/isa/fd.c 1.111
 10232
 10233 Fix support for Atari compatible Milan.
 10234 [tsutsui, ticket #624]
 10235
 10236sys/arch/i386/stand/efiboot/Makefile.efiboot 1.10
 10237sys/arch/i386/stand/efiboot/TODO.efiboot 1.4
 10238sys/arch/i386/stand/efiboot/boot.c 1.6
 10239sys/arch/i386/stand/efiboot/devopen.c 1.2
 10240sys/arch/i386/stand/efiboot/efiboot.c 1.5
 10241sys/arch/i386/stand/efiboot/efiboot.h 1.6
 10242sys/arch/i386/stand/efiboot/efidev.c 1.1
 10243sys/arch/i386/stand/efiboot/efidisk.c 1.2
 10244sys/arch/i386/stand/efiboot/efidisk.h 1.2
 10245sys/arch/i386/stand/efiboot/efidisk_ll.c 1.2
 10246sys/arch/i386/stand/lib/biosdisk.c 1.47
 10247sys/arch/i386/stand/lib/biosdisk.h 1.9
 10248sys/arch/i386/stand/lib/biosdisk_ll.h 1.16
 10249sys/lib/libsa/cd9660.c 1.31
 10250
 10251 efiboot: support booting from CD/DVD-ROM media.
 10252 [nonaka, ticket #625]
 10253
 10254sys/dev/pci/ixgbe/ix_txrx.c 1.35
 10255sys/dev/pci/ixgbe/ixgbe.c 1.134
 10256sys/dev/pci/ixgbe/ixgbe.h 1.35
 10257sys/dev/pci/ixgbe/ixv.c 1.87
 10258
 10259 Make all remaining event counters MP safe.
 10260 [msaitoh, ticket #626]
 10261
 10262sys/net/if_ipsec.c 1.4-1.6
 10263sys/netipsec/ipsecif.c 1.4
 10264
 10265 NAT-T src and dst port in ipsec_variant should be network byte order.
 10266 Fix missing sadb_x_ipsecrequest informations for PF_KEY message.
 10267 Fix ipsecif(4) esp_frag support.
 10268 [knakahara, ticket #620]
 10269
 10270sys/net/if_ipsec.c 1.7
 10271sys/netipsec/ipsecif.c 1.5
 10272tests/net/if_ipsec/t_ipsec.sh 1.4
 10273
 10274 Fix IPv6 ipsecif(4) ATF regression.
 10275 Enhance assertion ipsecif(4) ATF to avoid confusing setkey(8)
 10276 error message.
 10277 When setkey(8) says "syntax error at [-E]", it must mean
 10278 get_if_ipsec_unique() failed.
 10279 [knakahara, ticket #627]
 10280
 10281sys/net/if_ethersubr.c 1.248,1.250-1.252
 10282
 10283 Use kmem_alloc instead of kmem_intr_alloc in ether_addmulti.
 10284 Fix the net.ether.multicast sysctl.
 10285 Style and several fixes
 10286 [ozaki-r, ticket #628]
 10287
 10288sys/arch/amd64/amd64/genassym.cf via patch: 1.63,1.64
 10289sys/arch/amd64/amd64/locore.S via patch: 1.144
 10290sys/arch/amd64/amd64/machdep.c via patch: 1.281-1.283
 10291sys/arch/i386/i386/genassym.cf via patch: 1.105-1.106
 10292sys/arch/i386/i386/locore.S via patch: 1.155
 10293sys/arch/i386/i386/machdep.c via patch: 1.802 (adapted),1.803
 10294sys/arch/x86/include/cpu.h via patch: 1.85
 10295sys/arch/x86/x86/intr.c via patch: 1.115-1.116
 10296sys/arch/x86/x86/pmap.c via patch: 1.275
 10297sys/arch/x86/x86/sys_machdep.c via patch: 1.45
 10298sys/arch/xen/x86/cpu.c via patch: 1.117
 10299
 10300 Stop sharing the double-fault stack.
 10301 Merge the TSS structures into one single cpu_tss structure, and
 10302 allocate it dynamically.
 10303 [maxv, ticket #629]
 10304