Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/doc Ticket 1104-1105.
details: https://anonhg.NetBSD.org/src/rev/9e0a426aa799
branches: netbsd-6-1
changeset: 775977:9e0a426aa799
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Aug 08 05:51:12 2014 +0000
description:
Ticket 1104-1105.
diffstat:
doc/CHANGES-6.1.5 | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r b52d593fe27e -r 9e0a426aa799 doc/CHANGES-6.1.5
--- a/doc/CHANGES-6.1.5 Fri Aug 08 03:51:31 2014 +0000
+++ b/doc/CHANGES-6.1.5 Fri Aug 08 05:51:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.18 2014/08/07 09:59:29 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.19 2014/08/08 05:51:12 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
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