Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc Ticket 1104-1105.
details: https://anonhg.NetBSD.org/src/rev/8a7841d74d74
branches: netbsd-6-0
changeset: 774975:8a7841d74d74
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Aug 08 05:51:35 2014 +0000
description:
Ticket 1104-1105.
diffstat:
doc/CHANGES-6.0.6 | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 2d6734ff487f -r 8a7841d74d74 doc/CHANGES-6.0.6
--- a/doc/CHANGES-6.0.6 Fri Aug 08 03:51:59 2014 +0000
+++ b/doc/CHANGES-6.0.6 Fri Aug 08 05:51:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.18 2014/08/07 10:00:09 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.19 2014/08/08 05:51:35 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
release:
@@ -704,3 +704,16 @@
Don't assume if_init is always set. if_init may be NULL, e.g., if_vlan.
PR kern/48997.
[ozaki-r, ticket #1103]
+
+sys/compat/linux/common/linux_socketcall.c 1.44
+sys/compat/linux32/common/linux32_socketcall.c 1.9
+
+ If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's
+ not a good idea; but not proven harmful. With the help of njoly@.
+ [maxv, ticket #1104]
+
+sys/dev/pci/agp_i810.c 1.108-1.110 via patch.
+
+ Bind i810 dcache pages at the requested offset, not at VA start.
+ From John D Baker in PR xsrc/48344.
+ [riastradh, ticket #1105]
Home |
Main Index |
Thread Index |
Old Index