Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Tickets 707-716.



details:   https://anonhg.NetBSD.org/src/rev/8a1fabcace32
branches:  netbsd-6
changeset: 775533:8a1fabcace32
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 21:47:28 2012 +0000

description:
Tickets 707-716.

diffstat:

 doc/CHANGES-6.1 |  84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 82 insertions(+), 2 deletions(-)

diffs (102 lines):

diff -r a302f44e98da -r 8a1fabcace32 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Sat Nov 24 21:40:02 2012 +0000
+++ b/doc/CHANGES-6.1   Sat Nov 24 21:47:28 2012 +0000
@@ -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 @@
 
 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 @@
        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]
+



Home | Main Index | Thread Index | Old Index