Tue May 7 18:54:28 2019 UTC ()
Ticket #1696


(martin)
diff -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-7.3

cvs diff -r1.1.2.51 -r1.1.2.52 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2019/05/05 09:04:48 1.1.2.51
+++ src/doc/Attic/CHANGES-7.3 2019/05/07 18:54:28 1.1.2.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.51 2019/05/05 09:04:48 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.52 2019/05/07 18:54:28 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -557,13 +557,19 @@ sys/kern/sys_pipe.c 1.147,1.148 @@ -557,13 +557,19 @@ sys/kern/sys_pipe.c 1.147,1.148
557 [mlelstv, ticket #1692] 557 [mlelstv, ticket #1692]
558 558
559sys/arch/amd64/amd64/copy.S 1.33 559sys/arch/amd64/amd64/copy.S 1.33
560sys/arch/i386/i386/copy.S 1.31 560sys/arch/i386/i386/copy.S 1.31
561 561
562 Don't forget to clear the direction flag if kcopy fails. 562 Don't forget to clear the direction flag if kcopy fails.
563 [maxv, ticket #1693] 563 [maxv, ticket #1693]
564 564
565external/bsd/dhcpcd/dist/src/dhcp6.c (apply patch) 565external/bsd/dhcpcd/dist/src/dhcp6.c (apply patch)
566 566
567 DHCPv6: Fix a potential read overflow with D6_OPTION_PD_EXCLUDE. 567 DHCPv6: Fix a potential read overflow with D6_OPTION_PD_EXCLUDE.
568 [roy, ticket #1695] 568 [roy, ticket #1695]
569 569
 570sys/netsmb/smb_conn.c 1.30
 571
 572 Prevent a NULL pointer dereference when the local endpoint is not
 573 defined.
 574 [christos, ticket #1696]
 575