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/2132206fbca5
branches: netbsd-1-5
changeset: 492853:2132206fbca5
user: he <he%NetBSD.org@localhost>
date: Sat Feb 23 18:39:42 2002 +0000
description:
Today's set:
o sh: extend the trap builtin in the POSIX direction
o i386 floating-point: deal with change in trapframe
o etc/mtree/special: replace /etc/primes with /etc/moduli
o if_wi.c fixes to prevent busy-loops
o atari: remove vlan device from kernel configs
o mac68k if_ae: detect full 64KB of buffer on Nubus ethernet cards
o Synchronize package tools with recent development version
o distrib/sets/maketars: error out on missing files
diffstat:
CHANGES-1.5.3 | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 96 insertions(+), 1 deletions(-)
diffs (108 lines):
diff -r 1d9da1fb007f -r 2132206fbca5 CHANGES-1.5.3
--- a/CHANGES-1.5.3 Sat Feb 23 18:27:47 2002 +0000
+++ b/CHANGES-1.5.3 Sat Feb 23 18:39:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.3,v 1.1.2.40 2002/02/20 23:22:12 he Exp $
+# $NetBSD: CHANGES-1.5.3,v 1.1.2.41 2002/02/23 18:39:42 he Exp $
A complete list of changes from NetBSD 1.5.2 to NetBSD 1.5.3:
@@ -2007,3 +2007,98 @@
gnu/usr.sbin/sendmail/libsmutil/Makefile 1.3-1.4
Upgrade to sendmail version 8.11.6.
+
+bin/sh/trap.c 1.25-1.26
+bin/sh/sh.1 1.41
+
+ Extend functionality of the trap builtin, which now more closely
+ follows POSIX recommendations:
+ o accept signal names as well as signal numbers
+ o add ``-l'' option which outputs list of valid signals
+ o add signal EXIT to list of valid signals
+ o an ``-'' in the action part will reset signal to default behaviour
+ o changed standard output of ``trap'' to make it suitable as
+ subsequent input
+ Also various cleanups of redundant declarations and nested externs.
+
+sys/arch/i386/isa/npx.c 1.84
+
+ Cope correctly with earlier update of i386 include/frame.h, which
+ put if_gs at the start of trapframe. Fixes PR#14040.
+
+etc/mtree/special 1.39
+
+ Change /etc/primes to /etc/moduli, which we now ship instead.
+ Fixes part of PR#15572.
+
+usr.sbin/pkg_install/create/pl.c 1.22
+
+ Make @cwd work a bit more reliable, e.g. when -L is used.
+
+sys/dev/pcmcia/if_wi.c patch
+
+ Protect calls to wi_cmd() by proper spl* pairs, to avoid periodic
+ busy loops. Fixes PR#14559.
+
+sys/arch/atari/conf/ATARITT patch
+sys/arch/atari/conf/FALCON patch
+sys/arch/atari/conf/HADES patch
+
+ Remove the vlan device because it causes link failure on this
+ port.
+
+bin/sh/eval.c 1.58
+
+ When ``-e'' is in effect, do not exit if the failing command is
+ part of an && or || list, or preceded by the ``!'' reserved word.
+ Fixes PR#11542.
+
+sys/arch/mac68k/dev/if_ae.c 1.71
+
+ Detect the full 64KB of buffer on many Nubus ethernet cards.
+ Fixes PR#14455.
+
+usr.sbin/pkg_install/README 1.6
+usr.sbin/pkg_install/add/Makefile 1.5
+usr.sbin/pkg_install/add/extract.c 1.23
+usr.sbin/pkg_install/add/main.c 1.23
+usr.sbin/pkg_install/add/perform.c 1.59-1.61
+usr.sbin/pkg_install/add/pkg_add.1 1.28-1.33
+usr.sbin/pkg_install/add/verify.c 1.1-1.2 (new)
+usr.sbin/pkg_install/add/verify.h 1.1 (new)
+usr.sbin/pkg_install/admin/pkg_admin.1 1.14-1.16
+usr.sbin/pkg_install/create/create.h 1.15-1.16
+usr.sbin/pkg_install/create/main.c 1.18-1.20
+usr.sbin/pkg_install/create/perform.c 1.26-1.28
+usr.sbin/pkg_install/create/pkg_create.1 1.28-1.31
+usr.sbin/pkg_install/create/pl.c 1.20-1.21
+usr.sbin/pkg_install/delete/perform.c 1.33-1.34
+usr.sbin/pkg_install/delete/pkg_delete.1 1.21-1.24
+usr.sbin/pkg_install/info/main.c 1.25-1.27
+usr.sbin/pkg_install/info/pkg_info.1 1.25-1.28
+usr.sbin/pkg_install/lib/defs.h 1.1 (new)
+usr.sbin/pkg_install/lib/exec.c 1.8
+usr.sbin/pkg_install/lib/file.c 1.48
+usr.sbin/pkg_install/lib/ftpio.c 1.32-1.34
+usr.sbin/pkg_install/lib/lib.h 1.35-1.36
+usr.sbin/pkg_install/lib/pkgdb.c 1.9
+usr.sbin/pkg_install/lib/plist.c 1.29-1.31
+usr.sbin/pkg_install/lib/str.c 1.30-1.33
+usr.sbin/pkg_install/lib/version.h 1.5-1.10
+usr.sbin/pkg_install/tkpkg 1.5
+
+ Synchronize with recent developments:
+ o Support digital signatures in binary packages
+ o Use full path name to tar; fixes PR#14072
+ o Fix ``pkg_add -u'' for packages without dependencies; fixes PR#13536
+ o Add ``-U'' and ``-I'' options
+ o Close some memory leaks; fixes PR#12830
+ o Add ``-n'' argument to show needed packages; fixes PR#13071
+ o Fix pkg_info to not FTP unneccessarily; fixes PR#13397
+ o Improve version number handling by recognizing "pl" and "rc"
+ o Various internal cleanups, bugfixes, and API tweaks
+
+distrib/sets/maketars 1.15
+
+ If, during construction of an install set, pax did not find one
+ or more files, error out.
Home |
Main Index |
Thread Index |
Old Index