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 998



details:   https://anonhg.NetBSD.org/src/rev/af285f9ff893
branches:  netbsd-6-0
changeset: 774891:af285f9ff893
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Dec 17 20:48:32 2013 +0000

description:
ticket 998

diffstat:

 doc/CHANGES-6.0.4 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 2099c49edf99 -r af285f9ff893 doc/CHANGES-6.0.4
--- a/doc/CHANGES-6.0.4 Tue Dec 17 20:47:43 2013 +0000
+++ b/doc/CHANGES-6.0.4 Tue Dec 17 20:48:32 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.7 2013/12/14 19:37:40 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.8 2013/12/17 20:48:32 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
 release:
@@ -101,3 +101,15 @@
        be 0 to handle this case. 
        [spz, ticket #996]
 
+sys/netinet6/nd6.c                             1.146
+usr.sbin/ndp/ndp.c                             1.42
+
+       Instead of voodo casts use simple byte pointer arithmetic and memcpy to
+       create the "packed" binary format we pass out to userland when querying
+       the router/prefix list.
+       Simplify code to print the router/prefix list: use memcpy and local
+       structs properly aligned on the stack to decode the binary format
+       passed by the kernel - instead of (bogusly) assuming the format will
+       obey all local alignement requirements.
+       [martin, ticket #998]
+



Home | Main Index | Thread Index | Old Index