Module Name: src
Committed By: riz
Date: Fri Feb 8 20:51:55 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 792-796.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-6.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.79 src/doc/CHANGES-6.1:1.1.2.80
--- src/doc/CHANGES-6.1:1.1.2.79 Fri Feb 8 20:31:51 2013
+++ src/doc/CHANGES-6.1 Fri Feb 8 20:51:55 2013
@@ -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 @@ lib/libutil/parsedate.y 1.13
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]
+