Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc #188



details:   https://anonhg.NetBSD.org/src/rev/12a1e079f2ed
branches:  netbsd-2-0
changeset: 560573:12a1e079f2ed
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Apr 28 05:20:42 2004 +0000

description:
#188

diffstat:

 doc/CHANGES-2.0 |  21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 06a55a3b2b75 -r 12a1e079f2ed doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Wed Apr 28 05:19:18 2004 +0000
+++ b/doc/CHANGES-2.0   Wed Apr 28 05:20:42 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.126 2004/04/28 03:37:17 grant Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.127 2004/04/28 05:20:42 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -1339,18 +1339,27 @@
 bin/pax/file_subs.c                            1.43-1.44
 bin/pax/tar.c                                  1.52
 
-       PR/25188: Thomas Klausner: pax-as-tar problem with trailing slashes
+       PR#25188: pax-as-tar problem with trailing slashes
        The problem is with the program that generates the tar file:
        -rwxrwxrwx  1 root     wheel          0 Feb  8 16:46 faad2/aacDECdrop/
        It creates directory nodes without the 'd' bit set, so that pax thinks
        they are files and does the temporary name and dance with them. Added
        code to detect this condition, warn about it, and work around it.
 
-       PR/25350: Alan Barrett: Treat the sticky bit specially as non-superusers
+       PR#25350: Treat the sticky bit specially as non-superusers
        cannot set it on non-directories (elvis-2.2_0 extraction failed)
 
-       PR/25299: grant beattie: 1.5.3/i386 kernel set archives confuse
-       -current pax
-       PR/25310: Juan RP: tar can't unpack MS-DOS gzip files correctly
+       PR#25299: 1.5.3/i386 kernel set archives confuse -current pax
+       PR#25310: tar can't unpack MS-DOS gzip files correctly
 
        [snj, ticket #217]
+
+sys/arch/i386/pci/pci_intr_fixup.c             1.28
+sys/arch/i386/pci/pci_intr_fixup.h             1.4
+sys/arch/i386/pci/pcibios.c                    1.15
+sys/arch/i386/pci/piix.c                       1.6
+sys/arch/i386/pci/piixreg.h                    1.2
+
+       Support for PIRQ[E-H], found in recent intel south bridges
+       (ICH2 and later). PR#23700
+       [kochi, ticket #188]



Home | Main Index | Thread Index | Old Index