Sun Aug 26 08:06:10 2018 UTC ()
Ticket #990


(martin)
diff -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-8.1

cvs diff -r1.1.2.13 -r1.1.2.14 src/doc/Attic/CHANGES-8.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/08/25 14:50:21 1.1.2.13
+++ src/doc/Attic/CHANGES-8.1 2018/08/26 08:06:10 1.1.2.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.13 2018/08/25 14:50:21 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.14 2018/08/26 08:06:10 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
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.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
@@ -601,13 +601,18 @@ bin/sh/parser.c 1.147 @@ -601,13 +601,18 @@ bin/sh/parser.c 1.147
601bin/sh/var.c 1.70 601bin/sh/var.c 1.70
602 602
603 Remove atoi(). 603 Remove atoi().
604 Always init OPTIND to 1 when sh starts. 604 Always init OPTIND to 1 when sh starts.
605 [kre, ticket #988] 605 [kre, ticket #988]
606 606
607bin/sh/eval.c 1.156 607bin/sh/eval.c 1.156
608bin/sh/eval.h 1.20 608bin/sh/eval.h 1.20
609bin/sh/exec.c 1.53 609bin/sh/exec.c 1.53
610 610
611 Fix several bugs in the command / type builtin. 611 Fix several bugs in the command / type builtin.
612 [kre, ticket #989] 612 [kre, ticket #989]
613 613
 614sys/dev/usb/usb_subr.c 1.224
 615
 616 Add missing KERNEL_LOCK protection around autoconf calls.
 617 [mlelstv, ticket #990]
 618