Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Attic/CHANGES-1.5.1,v retrieving revision 1.1.2.34 retrieving revision 1.1.2.35 diff -u -p -r1.1.2.34 -r1.1.2.35 --- src/Attic/CHANGES-1.5.1 2001/03/16 19:53:57 1.1.2.34 +++ src/Attic/CHANGES-1.5.1 2001/03/20 18:43:39 1.1.2.35 @@ -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 @@ sys/dev/ic/z8530tty.c 1.74 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.