Source-Changes-HG archive

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

[src/netbsd-3]: src/doc Tickets 1143 to 1145.



details:   https://anonhg.NetBSD.org/src/rev/620e200d04b3
branches:  netbsd-3
changeset: 577792:620e200d04b3
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jan 30 13:24:56 2006 +0000

description:
Tickets 1143 to 1145.

diffstat:

 doc/CHANGES-3.1 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 29c3fc652790 -r 620e200d04b3 doc/CHANGES-3.1
--- a/doc/CHANGES-3.1   Mon Jan 30 13:17:17 2006 +0000
+++ b/doc/CHANGES-3.1   Mon Jan 30 13:24:56 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.1,v 1.1.2.24 2006/01/28 10:24:54 tron Exp $
+#      $NetBSD: CHANGES-3.1,v 1.1.2.25 2006/01/30 13:24:56 tron Exp $
 
 A complete list of changes from the NetBSD 3.0 release to the NetBSD 3.1
 release:
@@ -564,3 +564,24 @@
        code, place them in namespace.h.
        [kleink, ticket #1142]
 
+sys/sys/socket.h                               1.78
+
+       Since NULL isn't necessarily available, change CMSG_*() to use the
+       integer constant expression directly instead.
+       [kleink, ticket #1143]
+
+share/termcap/termcap.src                      1.95
+
+       Wscons terminals only have 8 colours and don't need an NC entry.
+       Fixes PR misc/32135 by Pavel Cahyna.
+       [jdc, ticket #1144]
+
+sys/arch/hp300/stand/common/ite_dv.c           1.6
+sys/arch/hp300/stand/common/ite_gb.c           1.6
+sys/arch/hp300/stand/common/ite_hy.c           1.6
+sys/arch/hp300/stand/common/ite_rb.c           1.6
+sys/arch/hp300/stand/common/ite_tc.c           1.6
+
+       Fix bootloader so it doesn't print garbage to the bitmap console.
+       [tsutsui, ticket #1145]
+



Home | Main Index | Thread Index | Old Index