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/ae1eaa3cdb90
branches: netbsd-1-4
changeset: 469758:ae1eaa3cdb90
user: he <he%NetBSD.org@localhost>
date: Sat Nov 27 16:22:56 1999 +0000
description:
Recent pullups:
o SCSI no-LUN quirk for UNAX Astra 1220S scanner
o vi: handle tags files with relative paths
o man8.pmax/boot.8 typo fix
o sigtramp fixes for m68k40 and m68k60
o don't preserve owner & perms into binary packages
o alpha pmap fix
o build & install /etc/aliases.db, so sendmail works
diffstat:
CHANGES-1.4.2 | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 49 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r 6f7a36b3920b -r ae1eaa3cdb90 CHANGES-1.4.2
--- a/CHANGES-1.4.2 Sat Nov 27 16:17:13 1999 +0000
+++ b/CHANGES-1.4.2 Sat Nov 27 16:22:56 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.82 1999/11/21 15:49:33 he Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.83 1999/11/27 16:22:56 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
@@ -1202,3 +1202,51 @@
Fix the problem where single-step tracing of a trap instruction
makes the system fall into kernel debugger.
+
+sys/dev/scsipi/scsiconf.c 1.123
+
+ Add SCSI quirk for UMAX Astra 1220S scanner: skip LUN check,
+ fixes PR#7991.
+
+usr.bin/vi/ex/ex_tag.c 1.10
+
+ Fix vi to handle tags files with relative paths in them.
+
+share/man/man8/man8.pmax/boot.8 1.6
+
+ Fix minor typo - missing `)'.
+
+sys/kern/kern_exec.c 1.104
+
+ Add explicit instruction and data cache flush on machines which
+ needs it when installing the signal trampoline code. This makes
+ regress/sys/kern/sigtramp work on M68060 processors.
+
+sys/arch/amiga/amiga/sys_machdep.c 1.26
+sys/arch/atari/atari/sys_machdep.c 1.21
+sys/arch/hp300/hp300/sys_machdep.c 1.27
+sys/arch/mvme68k/mvme68k/sys_machdep.c 1.19
+sys/arch/next68k/next68k/sys_machdep.c 1.9
+sys/arch/x68k/x68k/sys_machdep.c 1.18
+
+ Fix i-cache/d-cache synchronization for M68040 cpus (see M68040
+ UM p.4-10). Makes regress/sys/kern/sigtramp work even on M68040.
+
+usr.sbin/pkg_install/lib/file.c 1.33
+
+ Do not preserve uids or permissions of checked-out files (MTREE,
+ DEINSTALL, INSTALL) into binary package tar files. Does not
+ affect files installed by the package itself.
+
+sys/arch/alpha/alpha/pmap.c 1.116
+
+ Fix bugs in pmap_protect():
+ o do not overrun eva by L1SEG_SIZE - PAGE_SIZE.
+ o do not advance sva twice for each valid l3 or l2 page.
+
+etc/Makefile 1.122,1.126 via patch
+distrib/sets/lists/etc/mi 1.38
+
+ Create and install $DESTDIR/etc/aliases.db, using
+ $DESTDIR/etc/sendmail.cf, so that sendmail works "out of the
+ box".
Home |
Main Index |
Thread Index |
Old Index