Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc tickets 859, 860
details: https://anonhg.NetBSD.org/src/rev/e09da05ece25
branches: netbsd-8
changeset: 435009:e09da05ece25
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Jun 05 08:13:27 2018 +0000
description:
tickets 859, 860
diffstat:
doc/CHANGES-8.0 | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diffs (44 lines):
diff -r 544b9e011d29 -r e09da05ece25 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Tue Jun 05 08:12:54 2018 +0000
+++ b/doc/CHANGES-8.0 Tue Jun 05 08:13:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.201 2018/05/22 17:51:55 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.202 2018/06/05 08:13:27 bouyer Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13496,3 +13496,34 @@
[maxv, ticket #833]
+sys/arch/arm/arm/syscall.c 1.65
+
+ PR kern/53261: handle SYS_syscall indirection in MD code - the generic
+ version would misalign the argument array.
+ [martin, ticket #859]
+
+usr.sbin/sysinst/arch/i386/md.c 1.10
+usr.sbin/sysinst/arch/i386/md.c 1.11
+usr.sbin/sysinst/arch/i386/md.c 1.9
+usr.sbin/sysinst/bsddisklabel.c 1.4
+usr.sbin/sysinst/defs.h 1.11
+usr.sbin/sysinst/disks.c 1.15
+usr.sbin/sysinst/disks.c 1.16
+usr.sbin/sysinst/mbr.c 1.6
+usr.sbin/sysinst/menus.mi 1.13
+usr.sbin/sysinst/msg.mi.de 1.7
+usr.sbin/sysinst/msg.mi.en 1.11
+usr.sbin/sysinst/msg.mi.es 1.7
+usr.sbin/sysinst/msg.mi.fr 1.10
+usr.sbin/sysinst/msg.mi.pl 1.9
+
+ Add an option to install onto a pre-configured wedge.
+ Greatly simmplifies (U)EFI setups (but does not fully automate
+ them yet).
+ In the generated /etc/fstab, do not use the (temporary, during sysinst)
+ path name for the file in the comment, but instead the one it will
+ have on the target system.
+ Reorder fetch options: http before ftp
+ Default console device and speed to that used by syinst
+ [martin, ticket #860]
+
Home |
Main Index |
Thread Index |
Old Index