Sun Jun 21 11:23:22 2009 UTC ()
Ticket 1328


(bouyer)
diff -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-4.0.2

cvs diff -r1.1.2.35 -r1.1.2.36 src/doc/Attic/CHANGES-4.0.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.2 2009/06/17 20:17:40 1.1.2.35
+++ src/doc/Attic/CHANGES-4.0.2 2009/06/21 11:23:22 1.1.2.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.35 2009/06/17 20:17:40 jdc Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.36 2009/06/21 11:23:22 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0.1_PATCH 11 Welcome to 4.0.1_PATCH
12 12
13sys/arch/cobalt/conf/INSTALL 1.32,1.35 13sys/arch/cobalt/conf/INSTALL 1.32,1.35
14 14
@@ -615,13 +615,18 @@ sys/arch/sh3/sh3/locore_subr.S 1.52 @@ -615,13 +615,18 @@ sys/arch/sh3/sh3/locore_subr.S 1.52
615 615
616 Fix logic error in copyinstr() when deciding whether to return EFAULT 616 Fix logic error in copyinstr() when deciding whether to return EFAULT
617 or ENAMETOOLONG. 617 or ENAMETOOLONG.
618 [uwe, ticket #1323] 618 [uwe, ticket #1323]
619 619
620lib/libpam/modules/pam_unix/pam_unix.c 1.13 620lib/libpam/modules/pam_unix/pam_unix.c 1.13
621 Restore the good old UNIX behavior of root password changing: only root 621 Restore the good old UNIX behavior of root password changing: only root
622 may change the root password. 622 may change the root password.
623 623
624 (Checked that everybody else's password can be changed without any 624 (Checked that everybody else's password can be changed without any
625 problem, and checked that root can still change the root password.) 625 problem, and checked that root can still change the root password.)
626 [tonnerre, ticket #1326] 626 [tonnerre, ticket #1326]
627 627
 628sys/compat/linux/common/linux_sched.c 1.59
 629
 630 In linux_sys_sched_getaffinity(), do not leak memory on error.
 631 [njoly, ticket #1328]
 632