Source-Changes-HG archive

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

[src/netbsd-3]: src/doc Tickets 843, 844, 848, 849, 851 and 852.



details:   https://anonhg.NetBSD.org/src/rev/cef120c4d4b9
branches:  netbsd-3
changeset: 577302:cef120c4d4b9
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Oct 04 22:19:26 2005 +0000

description:
Tickets 843, 844, 848, 849, 851 and 852.

diffstat:

 doc/CHANGES-3.0 |  33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

diffs (56 lines):

diff -r 4251ea01fbd7 -r cef120c4d4b9 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Tue Oct 04 22:17:11 2005 +0000
+++ b/doc/CHANGES-3.0   Tue Oct 04 22:19:26 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.266 2005/10/04 14:18:19 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.267 2005/10/04 22:19:26 tron Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -12843,13 +12843,14 @@
        Change the message above the selection menu for root's shell to show
        the correct default (ie what happens if you type enter) of /bin/sh.
        Fixes PR install/32159.
-       [dsl, ticket #796]
+       [dsl, ticket #796, #851]
 
 distrib/utils/sysinst/msg.mi.fr                        1.87
 distrib/utils/sysinst/msg.mi.pl                        1.48
+distrib/utils/sysinst/msg.mi.es                        1.4
 
        Correct some messages which had the wrong number of format specifiers.
-       [dsl, ticket #797]
+       [dsl, ticket #797, #852]
 
 distrib/common/buildfloppies.sh                        1.10
 
@@ -13242,3 +13243,29 @@
        messages. This fixes the problem described in PR bin/30437.
        [manu, ticket #859]
 
+sys/kern/kern_sa.c                             1.64
+
+       Prevent sa_setconcurrency before sa_enable, rather than crashing.
+       [yamt, ticket #843]
+
+lib/libc/sys/sa_setconcurrency.2               1.4
+
+       Sync with kernel.
+       [yamt, ticket #844]
+
+sys/ufs/ufs/ufs_inode.c                                1.53
+
+       ufs_balloc_range: correct range to clear PG_RDONLY.
+       This fixes a panic in ubc_fault.
+       [yamt, ticket #848]
+
+sys/compat/mach/mach_thread.c                  1.35
+
+       Protect p_nrlwps by sched_lock.
+       [yamt, ticket #849]
+
+distrib/utils/sysinst/msg.mi.es                        1.4
+
+Correct some messages which had the wrong number of format specifiers.
+[dsl, ticket #852]
+



Home | Main Index | Thread Index | Old Index