Tue Aug 18 11:14:25 2009 UTC ()
Fix entry for 1350


(bouyer)
diff -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-4.0.2

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

--- src/doc/Attic/CHANGES-4.0.2 2009/08/18 11:07:06 1.1.2.51
+++ src/doc/Attic/CHANGES-4.0.2 2009/08/18 11:14:24 1.1.2.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.51 2009/08/18 11:07:06 bouyer Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.52 2009/08/18 11:14:24 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
@@ -781,24 +781,24 @@ sbin/wsconsctl/wsconsctl.8 1.26 @@ -781,24 +781,24 @@ sbin/wsconsctl/wsconsctl.8 1.26
781 [dholland, ticket #1345] 781 [dholland, ticket #1345]
782 782
783lib/libc/sys/semctl.2 1.18 783lib/libc/sys/semctl.2 1.18
784lib/libc/sys/shmctl.2 1.20 784lib/libc/sys/shmctl.2 1.20
785 785
786 Fix pastos. From Jukka Salmi in PR 41605, with a very minor adjustment. 786 Fix pastos. From Jukka Salmi in PR 41605, with a very minor adjustment.
787 [dholland, ticket #1351] 787 [dholland, ticket #1351]
788 788
789usr.bin/xlint/lint1/init.c 1.22 789usr.bin/xlint/lint1/init.c 1.22
790 790
791 pushinit(): fix a use-after-free bug. 791 pushinit(): fix a use-after-free bug.
792 [msaitoh, ticket #1353] 792 [msaitoh, ticket #1353]
793 793
794sbin/dkctl/dkctl.8 1.19 794sbin/dkctl/dkctl.8 1.19, 1.20
795sbin/dkctl/dkctl.c 1.18 795sbin/dkctl/dkctl.c 1.18
796 796
797 list the partition types addwedge understands, so you don't need to 797 list the partition types addwedge understands, so you don't need to
798 utsl to find out what strings to use here 798 utsl to find out what strings to use here
799 fixes PR 37252 799 fixes PR 37252
800 make dkctl conform to its man page and print the device name on 800 make dkctl conform to its man page and print the device name on
801 addwedge when the addition was successful (as well as indicating 801 addwedge when the addition was successful (as well as indicating
802 success). 802 success).
803 [spz, ticket #1350] 803 [spz, ticket #1350]
804 804