Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1124 - #1128
details: https://anonhg.NetBSD.org/src/rev/f56856ab4ee2
branches: netbsd-8
changeset: 446476:f56856ab4ee2
user: martin <martin%NetBSD.org@localhost>
date: Fri Dec 07 13:28:53 2018 +0000
description:
Tickets #1124 - #1128
diffstat:
doc/CHANGES-8.1 | 37 ++++++++++++++++++++++++++++++++++++-
1 files changed, 36 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 2651ab3e34f2 -r f56856ab4ee2 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1 Fri Dec 07 13:27:19 2018 +0000
+++ b/doc/CHANGES-8.1 Fri Dec 07 13:28:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.68 2018/12/04 12:07:53 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.69 2018/12/07 13:28:53 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1955,3 +1955,38 @@
Add 2 Symbios products.
[bouyer, ticket #1123]
+usr.bin/vmstat/vmstat.1 1.21,1.22
+
+ Suggest kernhist(9) which is required for vmstat -u and -U.
+ Document that vmstat -w -1 is accepted.
+ [sevan, ticket #1124]
+
+bin/sh/redir.c 1.61
+
+ Fix the <> redirection operator to not truncate the named file.
+ [kre, ticket #1125]
+
+bin/sh/alias.c 1.19
+
+ Avoid core dumps from sh in alias processing.
+ [kre, ticket #1126]
+
+bin/sh/sh.1 1.211 (patch)
+bin/sh/var.c 1.72
+bin/sh/var.h 1.38 (patch)
+
+ Change /bin/sh magic variable semantics, so that if
+ one of them (other than LINENO or RANDOM) is used
+ as a normal variable (by setting it to any value)
+ then that variable loses its special properties, and
+ simply acts like any other variable. These variables
+ already acted normally (for what that is) if unset.
+ [kre, ticket #1127]
+
+sys/dev/pci/pci.c 1.153
+sys/dev/pci/pcivar.h 1.113
+
+ Save control registers in PCI-X, PCIe, MSI and MSI-X capability
+ area when suspending and restore them on resume.
+ [msaitoh, ticket #1128]
+
Home |
Main Index |
Thread Index |
Old Index