Source-Changes-HG archive

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

[src/netbsd-1-5]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/b848fb58d9d6
branches:  netbsd-1-5
changeset: 490936:b848fb58d9d6
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 20 18:43:39 2001 +0000

description:
Today's set:
 o isp_sbus.c ANSIfication and 16-bit handles
 o support for 3Com MiniPCI 3c555, 3c556 and 3c556B
 o pkg tools update
 o add support for cloning devices (e.g. vlan) to rc.d/network
 o vax changes: 4000/200 in INSTALL; DDB backtrace support; boot floppy
 o siop driver: fix c896 support.

diffstat:

 CHANGES-1.5.1 |  79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 78 insertions(+), 1 deletions(-)

diffs (90 lines):

diff -r 47e41c256722 -r b848fb58d9d6 CHANGES-1.5.1
--- a/CHANGES-1.5.1     Tue Mar 20 18:38:44 2001 +0000
+++ b/CHANGES-1.5.1     Tue Mar 20 18:43:39 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.1,v 1.1.2.34 2001/03/16 19:53:57 he Exp $
+#      $NetBSD: CHANGES-1.5.1,v 1.1.2.35 2001/03/20 18:43:39 he Exp $
 
 A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
 
@@ -1937,3 +1937,80 @@
   Add some delay in zstty_attach() to wait for previous console
   output to complete before hardware initialization.  Should fix
   missing ``\r'' after zstty attach on serial console.
+
+sys/dev/sbus/isp_sbus.c                                1.42
+
+  ANSIfication and conversion of handles to 16 bits.
+
+sys/dev/ic/elinkxl.c                           1.40 via patch
+sys/dev/ic/elinkxlreg.h                                1.3 via patch
+sys/dev/ic/elinkxlvar.h                                1.8 via patch
+sys/dev/pci/if_ex_pci.c                                1.14 via patch
+sys/dev/pci/pcidevs                            1.260 via patch
+sys/dev/pci/pcidevs.h                          regenerate
+sys/dev/pci/pcidevs_data.h                     regenerate
+
+  Add support for the 3Com 3c555, 3c556 and 3c556B MiniPCI Ethernet
+  cards.
+
+usr.sbin/pkg_install/add/main.c                        1.18-1.19
+usr.sbin/pkg_install/add/perform.c             1.57
+usr.sbin/pkg_install/add/pkg_add.1             1.20-1.24
+usr.sbin/pkg_install/admin/main.c              1.14-1.16,1.18-1.21
+usr.sbin/pkg_install/admin/pkg_admin.1         1.9-1.12
+usr.sbin/pkg_install/create/main.c             1.17
+usr.sbin/pkg_install/create/perform.c          1.23,1.25
+usr.sbin/pkg_install/create/pkg_create.1       1.24-1.26
+usr.sbin/pkg_install/delete/main.c             1.17
+usr.sbin/pkg_install/delete/perform.c          1.32
+usr.sbin/pkg_install/delete/pkg_delete.1       1.15,1.17-1.19
+usr.sbin/pkg_install/info/main.c               1.24
+usr.sbin/pkg_install/info/perform.c            1.33,1.35-1.37
+usr.sbin/pkg_install/info/pkg_info.1           1.22-1.23
+usr.sbin/pkg_install/lib/Makefile              1.14-1.16
+usr.sbin/pkg_install/lib/lib.h                 1.32-1.33
+usr.sbin/pkg_install/lib/version.c             1.1 (new)
+usr.sbin/pkg_install/lib/file.c                        1.43,1.46-1.47
+usr.sbin/pkg_install/lib/pen.c                 1.18-1.19
+usr.sbin/pkg_install/lib/ftpio.c               1.27
+usr.sbin/pkg_install/lib/pkgdb.c               1.8
+usr.sbin/pkg_install/lib/str.c                 1.25-1.28
+usr.sbin/pkg_install/lib/version.h             1.1-1.4 (new)
+
+  Various changes / updates:
+   o add -V option to determine version
+   o add -u switch to pkg_add for upgrading a package
+   o use getprogname() in preference to __progname for portability
+   o plug file descriptor leak
+   o only display directories from /var/db/pkg; fixing PR#12073
+   o fix pkg_info -r flag to show +REQUIRE file if present
+   o don't swallow ``%'' in file/dir names; fixing PR#11352
+   o fix bugs when handling .tbz packages; fixes PR#11856
+   o fix NULL pointer deref; fixes PR#11647
+   o split out version information to separate file
+   o various minor bugfixes and spelling fixes
+
+etc/rc.d/network                               1.15
+
+  Add support for cloning network devices (e.g. vlan).  Fixes
+  PR#12398.
+
+sys/arch/vax/conf/INSTALL                      1.12
+
+  Add VAX 4000/200.
+
+sys/arch/vax/vax/db_machdep.c                  1.24-1.25
+
+  Make stack backtraces work.  Prints FP at start of each line.
+  Notices and handles trap frames.
+
+distrib/vax/floppy/Makefile                    1.1 (new)
+distrib/vax/floppy/floppy.lbl                  1.1 (new)
+distrib/vax/Makefile                           1.8
+
+  Make a boot floppy for VAX.
+
+sys/dev/pci/siop_pci_common.c                  1.4
+
+  Fix c896 support related to PCI configuration and handling of
+  64-bit BARs.



Home | Main Index | Thread Index | Old Index