Module Name: src Committed By: bouyer Date: Tue Dec 17 20:48:34 UTC 2013
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 998 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-6.2 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.2 diff -u src/doc/CHANGES-6.2:1.1.2.63 src/doc/CHANGES-6.2:1.1.2.64 --- src/doc/CHANGES-6.2:1.1.2.63 Sat Dec 14 19:38:21 2013 +++ src/doc/CHANGES-6.2 Tue Dec 17 20:48:34 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.63 2013/12/14 19:38:21 bouyer Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.64 2013/12/17 20:48:34 bouyer Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1080,3 +1080,15 @@ sys/kern/uipc_syscalls.c 1.163 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] +