Module Name:    src
Committed By:   martin
Date:           Sat Aug 25 14:50:21 UTC 2018

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.1

Log Message:
Tickets #977, #978, #981 - #989


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-8.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.12 src/doc/CHANGES-8.1:1.1.2.13
--- src/doc/CHANGES-8.1:1.1.2.12	Wed Aug 15 12:16:31 2018
+++ src/doc/CHANGES-8.1	Sat Aug 25 14:50:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.12 2018/08/15 12:16:31 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.13 2018/08/25 14:50:21 martin Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -509,3 +509,105 @@ sbin/route/route.c				1.160
 	about it other than the type and length.
 	[roy, ticket #976]
 
+sys/compat/netbsd32/netbsd32.h			1.119
+sys/compat/netbsd32/netbsd32_fs.c		1.81
+
+	Support nullfs in netbsd32.
+	[mrg, ticket #977]
+
+dist/pf/share/man/man4/pf.4			1.13
+dist/pf/share/man/man4/pflog.4			1.7
+dist/pf/share/man/man4/pfsync.4			1.7
+dist/pf/share/man/man5/pf.conf.5		1.17
+dist/pf/share/man/man5/pf.os.5			1.7
+
+	Add a deprecation note in each of the PF man pages,
+	and note it is obsolete.
+	[maxv, ticket #978]
+
+sys/dev/usb/ehci.c				1.260,1.261 (patch)
+sys/dev/usb/ehcivar.h				1.45 (patch)
+sys/dev/usb/motg.c				1.22 (patch)
+sys/dev/usb/ohci.c				1.282,1.283 (patch)
+sys/dev/usb/ohcivar.h				1.60 (patch)
+sys/dev/usb/uhci.c				1.281,1.282 (patch)
+sys/dev/usb/uhcivar.h				1.55 (patch)
+sys/dev/usb/usbdi.c				1.177 (patch)
+sys/dev/usb/usbdivar.h				1.117 (patch)
+sys/dev/usb/xhci.c				1.96 (patch)
+sys/dev/usb/xhcivar.h				1.10 (patch)
+sys/external/bsd/dwc2/dwc2.c			1.52 (patch)
+
+	Move the struct usb_task to struct usbd_xfer for everyone to use
+	and various transfer/abort handling fixes.
+	Initialise the usb abort task in the HCI allocx routine, so that it
+	can be safely usb_rem_task()'d.
+	Rework the handling of softintr vs cancellation vs timeout abort.
+	[mrg, ticket #980]
+
+external/bsd/dhcpcd/dist/src/defs.h             up to 1.1.1.16
+external/bsd/dhcpcd/dist/src/dhcp.c             up to 1.13
+external/bsd/dhcpcd/dist/src/dhcp6.c            up to 1.1.1.13
+external/bsd/dhcpcd/dist/src/if-bsd.c           up to 1.1.1.9
+external/bsd/dhcpcd/dist/src/if.c               up to 1.1.1.9
+external/bsd/dhcpcd/dist/src/ipv4.c             up to 1.1.1.10
+external/bsd/dhcpcd/dist/src/ipv6.c             up to 1.1.1.12
+doc/3RDPARTY					(manually edited)
+
+	Import dhcpcd-7.0.8.
+	[roy, ticket #981]
+
+bin/sh/eval.c					1.157
+
+	Fix "command not found" handling so that the error message
+	goes to stderr (after any redirections are applied).
+	[kre, ticket #982]
+
+bin/sh/eval.c					1.158
+bin/sh/eval.h					1.21
+bin/sh/main.c					1.74
+
+	Back out eval.c rev 1.125 which tried to fix a redirection
+	bug but was incorrect and caused other fallout.
+	[kre, ticket #983]
+
+sys/arch/xen/xen/xbd_xenbus.c			1.83
+
+	Avoid a race condition between I/O submission in xbd_diskstart() and
+	interrupt handling in xbd_handler().
+	[jdolecek, ticket #984]
+
+crypto/external/bsd/openssl/lib/libcrypto/arch/i386/modes.inc 1.2,1.3
+
+	Sync compiler flags between genereation of ghash-x86.S and
+	compilation of gcm128.c.
+	[manu, ticket #985]
+
+sys/netipsec/key.c				1.257
+
+	Don't call key_ismyaddr, which may sleep, in a pserialize read
+	section.
+	[ozaki-r, ticket #986]
+
+bin/sh/trap.c					1.44
+
+	Fix a potential race in handling of the trap[] strings.
+	[kre, ticket #987]
+
+bin/sh/histedit.c				1.53
+bin/sh/mystring.c				1.18
+bin/sh/options.c				1.53
+bin/sh/parser.c					1.147
+bin/sh/var.c					1.70
+
+	Remove atoi().
+	Always init OPTIND to 1 when sh starts.
+	[kre, ticket #988]
+
+bin/sh/eval.c					1.156
+bin/sh/eval.h					1.20
+bin/sh/exec.c					1.53
+
+	Fix several bugs in the command / type builtin.
+	[kre, ticket #989]
+

Reply via email to