Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Ticket 664, 665 and 667
details: https://anonhg.NetBSD.org/src/rev/93089db94f85
branches: netbsd-6
changeset: 775436:93089db94f85
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Nov 18 18:54:46 2012 +0000
description:
Ticket 664, 665 and 667
diffstat:
doc/CHANGES-6.1 | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 2920888b87ab -r 93089db94f85 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Sun Nov 18 18:50:56 2012 +0000
+++ b/doc/CHANGES-6.1 Sun Nov 18 18:54:46 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.18 2012/11/18 18:16:37 msaitoh Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.19 2012/11/18 18:54:46 msaitoh Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -448,3 +448,27 @@
Only one would result in segv.
Fixes pthread apps on mips1. Tested using gxemul.
[skrll, ticket #661]
+
+sys/kern/vfs_lookup.c 1.195
+sys/miscfs/genfs/layer_vnops.c 1.51
+
+ In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
+ stale value can be returned and this causes a diagnostic panic in
+ namei. In relookup(), clear *vpp before calling VOP_LOOKUP, as is done
+ in lookup_once(), as an additional precautionary measure.
+ (in theory both of these fixes are not required together)
+ Should fix PR 47040.
+ [dholland, ticket #664]
+
+sys/sys/mount.h 1.208
+
+ Fix the prototype of vfs_quotactl() implementations in VFS_PROTOS(),
+ since it's wrong there. This slipped by because the only
+ implementation is in ufs, which isn't under a VFS_PROTOS declaration.
+ [dholland, ticket #665]
+
+libexec/ld.elf_so/arch/i386/mdreloc.c 1.35
+
+ Add support in ld.elf_so for relocation type R_386_TLS_TPOFF32.
+ Fixes PR 47061.
+ [apb, ticket #667]
Home |
Main Index |
Thread Index |
Old Index