Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src Recent pullups.
details: https://anonhg.NetBSD.org/src/rev/dcd70a7a4a02
branches: netbsd-1-4
changeset: 469278:dcd70a7a4a02
user: he <he%NetBSD.org@localhost>
date: Sun Aug 22 18:29:58 1999 +0000
description:
Recent pullups.
diffstat:
CHANGES-1.4.2 | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 68 insertions(+), 1 deletions(-)
diffs (82 lines):
diff -r d6663f4c5e4e -r dcd70a7a4a02 CHANGES-1.4.2
--- a/CHANGES-1.4.2 Sun Aug 22 18:19:47 1999 +0000
+++ b/CHANGES-1.4.2 Sun Aug 22 18:29:58 1999 +0000
@@ -1,10 +1,77 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.3 1999/08/20 05:45:05 cgd Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.4 1999/08/22 18:29:58 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
File Version(s)
---- --------
+usr.sbin/pkg_install/Makefile.inc 1.8
+usr.sbin/pkg_install/add/extract.c 1.19
+usr.sbin/pkg_install/add/main.c 1.10
+usr.sbin/pkg_install/add/perform.c 1.31-1.36
+usr.sbin/pkg_install/add/pkg_add.1 1.15-1.16
+usr.sbin/pkg_install/admin/main.c 1.6
+usr.sbin/pkg_install/create/perform.c 1.18
+usr.sbin/pkg_install/create/pkg_create.1 1.18
+usr.sbin/pkg_install/create/pl.c 1.15
+usr.sbin/pkg_install/delete/delete.h 1.5
+usr.sbin/pkg_install/delete/main.c 1.12
+usr.sbin/pkg_install/info/info.h 1.10
+usr.sbin/pkg_install/info/main.c 1.17
+usr.sbin/pkg_install/info/pkg_info.1 1.18
+usr.sbin/pkg_install/delete/perform.c 1.25
+usr.sbin/pkg_install/delete/pkg_delete.1 1.14
+usr.sbin/pkg_install/info/perform.c 1.26
+usr.sbin/pkg_install/info/show.c 1.15
+usr.sbin/pkg_install/lib/file.c 1.30
+usr.sbin/pkg_install/lib/lib.h 1.23
+usr.sbin/pkg_install/lib/plist.c 1.21
+usr.sbin/pkg_install/lib/str.c 1.16
+
+ Update in-tree pkg tools:
+
+ o Pass & use BINDIR instead of hardcoding /usr/sbin.
+ o Make this work on Solaris "out of the box".
+ o Treat absolute paths in PLIST properly, i.e. do not allow them
+ at all.
+ o Clean up URL handling.
+ o Fix conflict checking for package names with hyphens in their name
+ by using "pkg-[0-9]*" instead of "pkg-*" for detecting conflicting
+ packages.
+ o Document PKG_TMPDIR environment variable.
+ o De-linting and some code cleanup.
+ o @srcdir was renamed to @src a long time ago (fixing PR7555).
+ o Message files in binary packages are not displayed with more(1).
+ o Allow specifying a package name without a version.
+ o Call deinstall-script again after files are removed, with
+ POST-DEINSTALL argument.
+ o Disable annoying "key not present" warning.
+
+ (hubertf)
+
+sys/dev/eisa/eisadevs 1.16
+sys/dev/eisa/eisadevs.h regen
+sys/dev/eisa/eisadevs_data.h regen
+sys/dev/eisa/if_ep_eisa.c 1.20-1.21
+
+ Recognize a 3Com 3c509 Combo configured in EISA mode, fixing PR8234.
+ (tron)
+
+lib/libc/sys/connect.2 1.14
+
+ Explain how to get status information for non-blocking connects,
+ fixing PR8208. (sommerfeld)
+
+sys/dev/rnd.c patch
+
+ A more consistent branch-specific fix for the data extraction locking
+ bug previously fixed. (ross)
+
+distrib/sets/lists/comp/md.arm32 1.25
+
+ Add "usr/include/machine/devmap.h" so that the X server can be built.
+ (mrg)
+
bin/pax/tar.c 1.15
Add the ability to read V7 tar archives which use USTAR-style
Home |
Main Index |
Thread Index |
Old Index