Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets 489 to 493, 498, 500 and 504.
details: https://anonhg.NetBSD.org/src/rev/090866d66dd1
branches: netbsd-2-0
changeset: 561451:090866d66dd1
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 09:29:41 2004 +0000
description:
Tickets 489 to 493, 498, 500 and 504.
diffstat:
doc/CHANGES-2.0 | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 55 insertions(+), 1 deletions(-)
diffs (67 lines):
diff -r ca638cbdc7fb -r 090866d66dd1 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0 Thu Jun 17 09:26:57 2004 +0000
+++ b/doc/CHANGES-2.0 Thu Jun 17 09:29:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0,v 1.1.2.276 2004/06/17 08:42:28 tron Exp $
+# $NetBSD: CHANGES-2.0,v 1.1.2.277 2004/06/17 09:29:41 tron Exp $
A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
until 2.0 release:
@@ -3916,3 +3916,57 @@
Get NetBSD-acorn32 bootloader and installation set to a working state.
[abs, ticket #497]
+distrib/utils/sysinst/upgrade.c 1.46
+
+ Remove all the code (mostly already under #if 0) that played around
+ with etc.old
+ [dsl, ticket #489]
+
+distrib/utils/sysinst/msg.mi.de 1.7
+distrib/utils/sysinst/msg.mi.en 1.127
+distrib/utils/sysinst/msg.mi.fr 1.76
+distrib/utils/sysinst/msg.mi.pl 1.38
+
+ Remove the parts of messages that refer to etc.old.
+ [dsl, ticket #490]
+
+distrib/utils/sysinst/arch/i386/md.c 1.102
+distrib/utils/sysinst/arch/i386/md.h 1.51
+distrib/utils/sysinst/defs.h 1.113
+distrib/utils/sysinst/disks.c 1.85
+
+ Parse a disk name of "raid:no_mbr" to mean "raid" but without any mbr
+ setup (on i386). Allows sysinst to install to an existing RAID1 volume.
+ [dsl, ticket #491]
+
+distrib/utils/sysinst/disks.c 1.86
+
+ dd->dd_no_mbr has to always be initialized. It doesn't default to 0
+ since it is allocated on the stack. Thus, allow editing the MBR
+ partition table on disks that actually have a MBR.
+ [dsl, ticket #492]
+
+distrib/utils/sysinst/upgrade.c 1.47
+
+ Kill etc_saved and the prototype for save_etc()
+ [dsl, ticket #493]
+
+sys/arch/xen/i386/hypervisor_machdep.c 1.3
+sys/arch/xen/include/hypervisor.h 1.8
+sys/arch/xen/include/xen.h 1.8
+
+ Cleanup low-level bit mangling code.
+ [cl, ticket #498]
+
+sys/arch/mac68k/dev/zs_kgdb.c 1.5
+
+ Make sure kernels with KGDB enabled will compile properly.
+ Apply patch from Hauke Fath in PR port-mac68k/25678.
+ [briggs, ticket #500]
+
+sys/netipsec/key.c 1.20
+
+ Set requstor's process-id in FAST_IPSEC's response messages to
+ PF_KEY SPB/SADB dump requests.
+ [jonathan, ticket #504]
+
Home |
Main Index |
Thread Index |
Old Index