Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 792-796.
details: https://anonhg.NetBSD.org/src/rev/783f734c0920
branches: netbsd-6
changeset: 775650:783f734c0920
user: riz <riz%NetBSD.org@localhost>
date: Fri Feb 08 20:51:55 2013 +0000
description:
Tickets 792-796.
diffstat:
doc/CHANGES-6.1 | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 37e2872132b3 -r 783f734c0920 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Fri Feb 08 20:51:12 2013 +0000
+++ b/doc/CHANGES-6.1 Fri Feb 08 20:51:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.79 2013/02/08 20:31:51 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.80 2013/02/08 20:51:55 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -8152,3 +8152,30 @@
been treated as a time in UTC or some other time zone.
[apb, ticket #791]
+sys/net/if_gif.c 1.81
+
+ Pass SIOCGITMTU through to ifioctl_common() so ifconfig(8)
+ will display the MTU on a gif(4). PR#47419.
+ [degroote, ticket #792]
+
+sys/compat/netbsd32/netbsd32_execve.c 1.37
+
+ Fix memory pool corruption when freeing kmem with wrong size.
+ [hannken, ticket #793]
+
+sys/rump/librump/rumpkern/emul.c 1.152
+
+ Provide xc_send_ipi() routine in RUMP.
+ [rmind, ticket #794]
+
+usr.bin/grep/util.c 1.17
+
+ Fix memory leak in file_matching().
+ [msaitoh, ticket #795]
+
+sys/rump/net/lib/libshmif/if_shmem.c 1.46
+
+ Pass up all multicast addresses, not just broadcast. Among other
+ things, makes IPv6 work over this interface.
+ [gdt, ticket #796]
+
Home |
Main Index |
Thread Index |
Old Index