Module Name:    src
Committed By:   jdc
Date:           Sat Nov 24 21:47:28 UTC 2012

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.1

Log Message:
Tickets 707-716.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-6.1

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.1
diff -u src/doc/CHANGES-6.1:1.1.2.43 src/doc/CHANGES-6.1:1.1.2.44
--- src/doc/CHANGES-6.1:1.1.2.43	Sat Nov 24 19:58:04 2012
+++ src/doc/CHANGES-6.1	Sat Nov 24 21:47:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.43 2012/11/24 19:58:04 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.44 2012/11/24 21:47:28 jdc Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -916,7 +916,7 @@ sys/dev/usb/if_urndis.c				1.4
 
 lib/libc/arch/arm/sys/__aeabi_read_tp.S		1.3
 
-	Add $NetBSD: CHANGES-6.1,v 1.1.2.43 2012/11/24 19:58:04 riz Exp $ tag.  Use ip to save r1 instead of the stack.
+	Add $NetBSD: CHANGES-6.1,v 1.1.2.44 2012/11/24 21:47:28 jdc Exp $ tag.  Use ip to save r1 instead of the stack.
 	[matt, ticket #701]
 
 sys/net/npf/npf.c				1.14
@@ -6934,3 +6934,83 @@ share/mk/bsd.own.mk				1.711
 	Switch mips ports to gdb 7.3.1.  Remove gdb 6.
 	[nick, ticket #668]
 
+sys/arch/x68k/stand/boot_ufs/boot.S			1.10
+sys/arch/x68k/stand/boot/dp8390.c			1.2
+sys/arch/x68k/stand/boot/dp8390.h			1.2
+sys/arch/x68k/stand/boot/if_ne.c			1.2
+sys/arch/x68k/stand/boot/ne.c				1.2
+sys/arch/x68k/stand/libsa/clock.c			1.2
+sys/arch/x68k/stand/netboot/Makefile			1.2
+sys/arch/x68k/stand/netboot/boot.c			1.2
+sys/arch/x68k/stand/netboot/conf.c			1.2
+sys/arch/x68k/stand/bootlogo/MANIFEST			delete
+sys/arch/x68k/stand/bootlogo/netbsd.xpm			delete
+sys/arch/x68k/stand/bootlogo/setbootimg.c		delete
+sys/arch/x68k/stand/bootlogo/xpm2bootimg.c		delete
+sys/arch/x68k/stand/xxboot/boot.S			1.2,1.3
+sys/arch/x68k/stand/xxboot/bootmain.c			1.2,1.3,1.4
+sys/arch/x68k/stand/xxboot/xx.c				1.2
+sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile	1.2,1.3,1.4
+sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile	1.2,1.3,1.4
+sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile	1.2,1.3,1.4
+sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile	1.2,1.3,1.4
+sys/arch/x68k/stand/xxboot/version			1.2
+sys/arch/x68k/stand/xxboot/cdboot_cd9660/Makefile	1.2
+sys/arch/x68k/stand/libsa/sdcd.c			1.14
+
+	Make xxboot UFS variants work.  Make cdboot work on real X68030.
+	[tsutsui, ticket #707]
+
+distrib/x68k/cdroms/installcd/Makefile			1.2,1.3
+	The x68k installcd is now bootable.  Use CDBUILDEXTRA to copy
+	secondary bootloader into target CD iso image.
+	[tsutsui, ticket #708]
+
+distrib/x68k/floppies/bootfloppy.sysinst/Makefile	1.13
+	FLOPPYPAD=1 for padding floppies.
+	On XM6i (emulator), the floppy format type of plain image is
+	decided by filesize, so it makes easy to use the image on XM6i.
+	[tsutsui, ticket #709]
+
+distrib/notes/common/postinstall			1.75
+	Update install note for packages removal.
+	[tsutsui, ticket #710]
+
+sbin/mount_msdos/mount_msdos.8				1.35,1.36
+	Remove the bit about empty DOS file systems assumed to have short
+	names by default.  Note mount_msdos -G option also allows mounting
+	X680x0's Human68k floppies.
+	[tsutsui, ticket #711]
+
+sys/kern/kern_runq.c					1.34
+	change sched_upreempt_pri default to 0 as discussed on tech-kern@
+	should improve interactive performance on SMP machines
+	as user preemption happens immediately in x-cpu wakeup case now
+	[para, ticket #712]
+
+sys/arch/arm/marvell/mvsocgpp.c				1.5
+	Fix a uvm_fault panic that memory is not allocated for the last few
+	GPIO bits.
+	[msaitoh, ticket #713]
+
+sys/kern/subr_cprng.c					1.14
+	Pass correct wait channel string.
+	[msaitoh, ticket #714]
+
+src/external/mit/expat/dist/lib/expat.h			1.1.1.2 via patch
+src/external/mit/expat/dist/lib/xmlparse.c		1.1.1.2 via patch
+src/external/mit/expat/dist/xmlwf/readfilemap.c		1.1.1.2 via patch
+
+	Fix CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security
+	issues have been previously fixed in our tree)
+	[spz, ticket #715]
+
+sys/kern/kern_event.c					1.79
+sys/kern/kern_descrip.c					1.219
+lib/libc/sys/kqueue.2					1.33
+tests/lib/libc/sys/t_kevent.c				1.2-1.5
+	Prevent kernel crash when unsupported fd's are used.
+	Mention that kevent returns now EOPNOTSUPP.
+	Add a test for adding an event to an unsupported fd.
+	[christos, ticket #716]
+

Reply via email to