Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 286, 363, 366, 370, 372, 373, 374, 375, 376, ...
- To: source-changes-hg%NetBSD.org@localhost
- Subject: [src/netbsd-6]: src/doc Tickets 286, 363, 366, 370, 372, 373, 374, 375, 376, ...
- From: jdc <jdc%NetBSD.org@localhost>
- Date: Mon, 06 Apr 2020 22:15:24 +0000
details: https://anonhg.NetBSD.org/src/rev/839fc59fa45f
branches: netbsd-6
changeset: 774285:839fc59fa45f
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jul 02 21:42:47 2012 +0000
description:
Tickets 286, 363, 366, 370, 372, 373, 374, 375, 376, 377, 380.
diffstat:
doc/CHANGES-6.0 | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 60 insertions(+), 1 deletions(-)
diffs (72 lines):
diff -r b0c03dba8478 -r 839fc59fa45f doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Mon Jul 02 21:39:24 2012 +0000
+++ b/doc/CHANGES-6.0 Mon Jul 02 21:42:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.145 2012/06/30 10:13:29 bouyer Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.146 2012/07/02 21:42:47 jdc Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5942,3 +5942,62 @@
of gcc 4.5; fix vax build.
[abs, ticket #379]
+sys/conf/files 1.1050
+sys/miscfs/genfs/genfs.h 1.30 via patch
+sys/miscfs/genfs/genfs_rename.c patch
+sys/rump/librump/rumpvfs/Makefile.rumpvfs 1.33
+ Implement a genfs_rename abstraction.
+
+ First major step in incrementally adapting all the file systems to a
+ saner rename VOP protocol.
+ [riastradh, ticket #286]
+
+sbin/iscsictl/iscsic_driverif.c 1.3,1.4
+ Avoid printing values past the end of the buffer, and a size_t
+ underflow.
+ [martin, ticket #363]
+
+sys/kern/subr_pool.c 1.196 via patch
+share/man/man9/pool_cache.9 patch
+ As pool reclaiming is unlikely to happen at interrupt or softint
+ context, re-enable the portion of code that allows invalidation of
+ CPU-bound pool caches.
+ [jym, ticket #366]
+
+distrib/x68k/floppies/ramdisk/list 1.32
+ Add chroot(8) to x68k's install ramdisk binaries for sysinst
+ post-install configuration menu.
+ [tsutsui, ticket #370]
+
+sys/arch/xen/include/xenpmap.h 1.35 via patch
+sys/arch/xen/x86/xen_pmap.c 1.22 via patch
+ Enable the map/unmap recursive mapping functions for all Xen ports for
+ save/restore. Avoids memory corruption upon restore.
+ [jym, ticket #372]
+
+sys/dev/scsipi/atapiconf.c 1.86
+ Take the kernel lock in atapibusdetach just like atapibuschilddet.
+ Fixes kassert in scsipi_lookup_periph.
+ [riastradh, ticket #373]
+
+usr.bin/cksum/cksum.1 1.44
+ Omit outdated cryptographic claims as noted in PR#44160.
+ [dholland, ticket #374]
+
+etc/rc.shutdown 1.9
+ Add support for rc_directories from PR#46601.
+ [jnemeth, ticket #375]
+
+sbin/routed/if.c 1.30
+ PR#44647: routed fails to track the kernel routing table unless
+ the correct rounding is used.
+ [kardel, ticket #376]
+
+sys/arch/usermode/dev/cpu.c 1.71
+ Implement dummy `cpu_mcontext_validate' to make it compile again.
+ [reinoud, ticket #377]
+
+dist/pdisk/partition_map.c 1.15
+ Fix uint32_t / long pointer abuse in pdisk.
+ [abs, ticket #380]
+
Home |
Main Index |
Thread Index |
Old Index