Wed Jun 17 20:56:24 2009 UTC ()
ticket 1324


(bouyer)
diff -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-4.1

cvs diff -r1.1.2.155 -r1.1.2.156 src/doc/Attic/CHANGES-4.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.1 2009/06/17 20:17:24 1.1.2.155
+++ src/doc/Attic/CHANGES-4.1 2009/06/17 20:56:23 1.1.2.156
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.155 2009/06/17 20:17:24 jdc Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.156 2009/06/17 20:56:23 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
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_STABLE 11 Welcome to 4.0_STABLE
12 12
13sys/arch/amd64/amd64/bios32.c 1.6 13sys/arch/amd64/amd64/bios32.c 1.6
14sys/arch/amd64/amd64/mainbus.c 1.17 14sys/arch/amd64/amd64/mainbus.c 1.17
@@ -3444,13 +3444,19 @@ sys/arch/sh3/sh3/locore_subr.S 1.52 @@ -3444,13 +3444,19 @@ sys/arch/sh3/sh3/locore_subr.S 1.52
3444 3444
3445 Fix logic error in copyinstr() when deciding whether to return EFAULT 3445 Fix logic error in copyinstr() when deciding whether to return EFAULT
3446 or ENAMETOOLONG. 3446 or ENAMETOOLONG.
3447 [uwe, ticket #1323] 3447 [uwe, ticket #1323]
3448 3448
3449lib/libpam/modules/pam_unix/pam_unix.c 1.13 3449lib/libpam/modules/pam_unix/pam_unix.c 1.13
3450 Restore the good old UNIX behavior of root password changing: only root 3450 Restore the good old UNIX behavior of root password changing: only root
3451 may change the root password. 3451 may change the root password.
3452 3452
3453 (Checked that everybody else's password can be changed without any 3453 (Checked that everybody else's password can be changed without any
3454 problem, and checked that root can still change the root password.) 3454 problem, and checked that root can still change the root password.)
3455 [tonnerre, ticket #1326] 3455 [tonnerre, ticket #1326]
3456 3456
 3457usr.bin/window/ttgeneric.c 1.11
 3458
 3459 PR/41581: Der mouse: window SEGV with certain terminals. does strcmp
 3460 first and then checks for null pointer for underline and bold.
 3461 [christos, ticket #1324]
 3462