Wed Dec 18 04:07:37 2013 UTC ()
Revert ticket 1893.


(riz)
diff -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-5.3

cvs diff -r1.1.2.41 -r1.1.2.42 src/doc/Attic/CHANGES-5.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.3 2013/12/17 21:00:41 1.1.2.41
+++ src/doc/Attic/CHANGES-5.3 2013/12/18 04:07:37 1.1.2.42
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.3,v 1.1.2.41 2013/12/17 21:00:41 bouyer Exp $ 1# $NetBSD: CHANGES-5.3,v 1.1.2.42 2013/12/18 04:07:37 riz Exp $
2 2
3A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 3A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 5.2_STABLE. 11 Welcome to 5.2_STABLE.
12 [riz] 12 [riz]
13 13
14sys/fs/smbfs/smbfs_node.c 1.48, 1.49 via patch 14sys/fs/smbfs/smbfs_node.c 1.48, 1.49 via patch
@@ -654,18 +654,13 @@ sys/kern/uipc_syscalls.c 1.163 @@ -654,18 +654,13 @@ sys/kern/uipc_syscalls.c 1.163
654 654
655sys/netinet6/nd6.c 1.146 655sys/netinet6/nd6.c 1.146
656usr.sbin/ndp/ndp.c 1.42 656usr.sbin/ndp/ndp.c 1.42
657 657
658 Instead of voodo casts use simple byte pointer arithmetic and memcpy to 658 Instead of voodo casts use simple byte pointer arithmetic and memcpy to
659 create the "packed" binary format we pass out to userland when querying 659 create the "packed" binary format we pass out to userland when querying
660 the router/prefix list. 660 the router/prefix list.
661 Simplify code to print the router/prefix list: use memcpy and local 661 Simplify code to print the router/prefix list: use memcpy and local
662 structs properly aligned on the stack to decode the binary format 662 structs properly aligned on the stack to decode the binary format
663 passed by the kernel - instead of (bogusly) assuming the format will 663 passed by the kernel - instead of (bogusly) assuming the format will
664 obey all local alignement requirements. 664 obey all local alignement requirements.
665 [martin, ticket #1892] 665 [martin, ticket #1892]
666 666
667sys/compat/common/compat_util.c 1.45 
668 
669 Free pathbuf in an error path. 
670 [martin, ticket #1893] 
671