Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Today's set for netbsd-1-6 from here:



details:   https://anonhg.NetBSD.org/src/rev/0561b31d362d
branches:  netbsd-1-6
changeset: 531431:0561b31d362d
user:      he <he%NetBSD.org@localhost>
date:      Mon Jul 12 21:41:43 2004 +0000

description:
Today's set for netbsd-1-6 from here:
 o tools/compat: add lchflags(), lchmod() and lchown() (#1719)
 o pciide: add support for SATALink 3112 (#1720)
 o gettext: disable rules which could rebuild files in src tree (#1722)

diffstat:

 doc/CHANGES-1.6.3 |  30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 6a58aa66d89a -r 0561b31d362d doc/CHANGES-1.6.3
--- a/doc/CHANGES-1.6.3 Mon Jul 12 21:36:18 2004 +0000
+++ b/doc/CHANGES-1.6.3 Mon Jul 12 21:41:43 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.3,v 1.1.2.120 2004/06/22 15:22:46 tron Exp $
+#      $NetBSD: CHANGES-1.6.3,v 1.1.2.121 2004/07/12 21:41:43 he Exp $
 
 A complete list of changes from NetBSD 1.6.2 to NetBSD 1.6.3:
 
@@ -1162,3 +1162,31 @@
        Workstation 5100.
        [bouyer, ticket #1718]
 
+tools/compat/Makefile                          1.17
+tools/compat/lchflags.c                                1.1-1.2 (new)
+tools/compat/lchmod.c                          1.1-1.2 (new)
+tools/compat/lchown.c                          1.1-1.2 (new)
+
+       Implement replacements for lchflags(), lchmod(), and
+       lchown(), to enable cross-building on more host systems.
+       [cgd, ticket #1719]
+
+sys/dev/pci/pcidevs                            1.514 via patch
+sys/dev/pci/pcidevs_data.h                     regenerate
+sys/dev/pci/pcidevs.h                          regenerate
+sys/dev/pci/pciide.c                           1.187 via patch
+sys/dev/pci/pciidevar.h                                1.10 via patch
+sys/dev/pci/pciide_sii3112_reg.h               1.1 (new)
+
+       Add support for SATALink 3112.
+       [grant, ticket #1720]
+
+tools/gettext/Makefile                         1.4 via patch
+gnu/dist/gettext/Makefile.am                   1.2
+gnu/dist/gettext/Makefile.in                   1.4
+gnu/dist/gettext/src/Makefile.am               1.2
+gnu/dist/gettext/src/Makefile.in               1.3
+
+       Disable rules that try to rebuild files in the source tree
+       (only affects MKMAINTAINER=yes builds.)
+       [dbj, ticket #1722]



Home | Main Index | Thread Index | Old Index