Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc tickets 930 931 933
details: https://anonhg.NetBSD.org/src/rev/9afcf31ef2ef
branches: netbsd-6-0
changeset: 774844:9afcf31ef2ef
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Sep 07 16:44:29 2013 +0000
description:
tickets 930 931 933
diffstat:
doc/CHANGES-6.0.3 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 6534613f035a -r 9afcf31ef2ef doc/CHANGES-6.0.3
--- a/doc/CHANGES-6.0.3 Sat Sep 07 16:08:20 2013 +0000
+++ b/doc/CHANGES-6.0.3 Sat Sep 07 16:44:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.17 2013/08/08 21:56:59 snj Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.18 2013/09/07 16:44:29 bouyer Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -175,3 +175,26 @@
PR/47576.
[msaitoh, ticket #926]
+sys/fs/udf/udf_allocation.c 1.34
+
+ Fix 32 bit issue in main file read-in function. On both 32 bit and
+ 64 bit hosts a missing cast would result in `garbage' after the
+ 4Gbyte limit.
+ [reinoud, ticket #930]
+
+sys/dev/pci/virtio.c 1.4
+
+ Make sure to check if the driver has a valid intr handler in
+ virtio_detach().
+ Fixes a panic during shutdown on KVM under ubuntu 13.04 with virtio,
+ as reported in PR kern/48105 by Richard Hansen.
+ [tsutsui, ticket #931]
+
+sys/nfs/nfs_bio.c 1.189
+
+ Change nfs_vinvalbuf() to keep errors from vinvalbuf() for fsync() or
+ close().
+ Fix for PR kern/47980 (NFS over-quota not detected if utimes() called
+ before fsync()/close())
+ [hannken, ticket #933]
+
Home |
Main Index |
Thread Index |
Old Index