Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 164-174.



details:   https://anonhg.NetBSD.org/src/rev/e07436dbac99
branches:  netbsd-6
changeset: 773999:e07436dbac99
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Apr 09 18:17:45 2012 +0000

description:
Tickets 164-174.

diffstat:

 doc/CHANGES-6.0 |  69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 68 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r e71c110d5c91 -r e07436dbac99 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Mon Apr 09 18:15:27 2012 +0000
+++ b/doc/CHANGES-6.0   Mon Apr 09 18:17:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.66 2012/04/06 17:48:09 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.67 2012/04/09 18:17:45 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -1702,3 +1702,70 @@
        Report L3 cache information on AMD Family 10h and newer processors.
        [cegger, ticket #163]
 
+sys/dev/audio.c                                        1.259
+
+       PR#46232:  ensure locking around audio_clear() is handled
+       consistently and avoid locking against self.
+       [mrg, ticket #164]
+
+sys/dev/bluetooth/btsco.c                      1.27
+
+       Fix a locking error in btsco(4). PR#46120.
+       [mrg, ticket #165]
+
+sys/dev/scsipi/atapiconf.c                     1.84
+
+       Take the kernel lock during detach of atapibus.
+       [chs, ticket #166]
+
+sys/uvm/uvm_glue.c                             1.158
+
+       Fix uarea_system_poolpage_free() to handle freeing a uarea
+       that was not allocated by cpu_uarea_alloc() (ie. on platforms
+       where cpu_uarea_alloc() failing is not fatal). PR#46284.
+       [chs, ticket #167]
+
+sys/arch/x86/include/specialreg.h              1.57
+sys/arch/x86/x86/errata.c                      1.20
+
+       Implement the AMD suggested workaround for family 10h & 12h errata
+       721 "Processor May Incorrectly Update Stack Pointer."
+       [chs, ticket #168]
+
+sys/dev/wsfont/FreeMono_12x22.h                        delete
+sys/dev/wsfont/files.wsfont                    1.19
+sys/dev/wsfont/wsfont.c                                1.55
+
+       Remove the FreeMono font for licensing reasons.
+       [macallan, ticket #169]
+
+etc/rc.subr                                    1.89
+
+       Match the changed error message when /var is not a
+       file system.
+       [apb, ticket #170]
+
+sys/arch/x68k/stand/Makefile                   1.9
+sys/arch/x68k/stand/mboot/Makefile             1.16
+sys/arch/x68k/stand/mboot/mboot.c              1.10
+
+       Fix x68k boot problem. PR#46293.
+       [isaki, ticket #171]
+
+sys/arch/x68k/stand/mboot/mboot.c              1.11-1.12
+
+       Print x68k mboot progname in error messages.
+       [isaki, ticket #172]
+
+sys/uvm/uvm_amap.c                             1.107
+
+       Fix crashes seen with web browsers and plugins, which was also the
+       cause of PR 46193.
+       [chs, ticket #173]
+
+lib/libpthread/pthread_cancelstub.c            1.36
+
+       Add a pthread cancel stub for sigwait, which will allow
+       csup to run on NetBSD. PR#45131.
+       [agc, ticket #174]
+



Home | Main Index | Thread Index | Old Index