Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #250 - #254
details: https://anonhg.NetBSD.org/src/rev/1fd0bdd3e040
branches: netbsd-9
changeset: 454775:1fd0bdd3e040
user: martin <martin%NetBSD.org@localhost>
date: Fri Sep 27 09:36:56 2019 +0000
description:
Tickets #250 - #254
diffstat:
doc/CHANGES-9.0 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 53 insertions(+), 1 deletions(-)
diffs (66 lines):
diff -r cba56558c6cc -r 1fd0bdd3e040 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0 Fri Sep 27 09:35:33 2019 +0000
+++ b/doc/CHANGES-9.0 Fri Sep 27 09:36:56 2019 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.61 2019/09/26 19:16:40 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.62 2019/09/27 09:36:56 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -4053,3 +4053,55 @@
Do a full reset of the console at startup.
[jmcneill, ticket #249]
+distrib/sets/lists/base/mi 1.1217
+distrib/sets/lists/etc/mi 1.259
+distrib/sets/lists/man/mi 1.1652,1.1653
+etc/defaults/rc.conf 1.152
+etc/rc.d/Makefile 1.105
+etc/rc.d/Makefile 1.106
+etc/rc.d/mountall 1.11
+etc/rc.d/zfs 1.1
+external/cddl/osnet/dist/cmd/zfs/zfs_main.c 1.7
+external/cddl/osnet/sbin/zfs/Makefile 1.5
+external/cddl/osnet/sbin/zfs/mount_zfs.8 1.1-1.5
+
+ Add support for legacy ZFS filesystems, specified by mountpoint=legacy
+ in the ZFS properties of the dataset and a simple man page for
+ mount_zfs.
+ [brad, ticket #250]
+
+sys/arch/i386/stand/efiboot/bootia32/multiboot32.S 1.2
+
+ Fix multiboot32 argument usage.
+ [manu, ticket #251]
+
+distrib/sets/lists/base/shl.mi 1.871
+distrib/sets/lists/debug/shl.mi 1.230
+external/cddl/osnet/lib/libavl/Makefile 1.6
+external/cddl/osnet/lib/libnvpair/Makefile 1.11
+external/cddl/osnet/lib/libumem/Makefile 1.7
+external/cddl/osnet/lib/libuutil/Makefile 1.6
+external/cddl/osnet/lib/libzfs/Makefile 1.10
+external/cddl/osnet/lib/libzfs_core/Makefile 1.2
+external/cddl/osnet/lib/libzpool/Makefile 1.13
+lib/libpthread/Makefile 1.95
+
+ Move {zfs,zpool,mount_zfs} to /sbin and the libraries required
+ by them to /lib.
+ [brad, ticket #252]
+
+sys/arch/i386/stand/efiboot/boot.c 1.17
+sys/arch/i386/stand/efiboot/conf.c 1.3
+sys/arch/i386/stand/efiboot/dev_net.c 1.3
+sys/arch/i386/stand/efiboot/devopen.c 1.8
+sys/arch/i386/stand/efiboot/devopen.h 1.5
+
+ x86 efiboot: pass a filename to BOOTP and parse a DHCP server
+ provided filename.
+ [nonaka, ticket #253]
+
+usr.sbin/bta2dpd/bta2dpd/sbc_encode.c 1.10
+
+ Fix off by one in sbc encoder.
+ [nat, ticket #254]
+
Home |
Main Index |
Thread Index |
Old Index