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/4a3893a76eac
branches:  netbsd-1-4
changeset: 469773:4a3893a76eac
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 29 21:44:33 1999 +0000

description:
Recent pullups:
 o More fixes to the m68k ports
 o mvme68k console serial port fixes
 o mac68k adb fixes
 o minor doc fix in options(4)

diffstat:

 CHANGES-1.4.2 |  37 ++++++++++++++++++++++++++++++-------
 1 files changed, 30 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 7ffbe908d1c7 -r 4a3893a76eac CHANGES-1.4.2
--- a/CHANGES-1.4.2     Mon Nov 29 21:39:18 1999 +0000
+++ b/CHANGES-1.4.2     Mon Nov 29 21:44:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.2,v 1.1.2.83 1999/11/27 16:22:56 he Exp $
+#      $NetBSD: CHANGES-1.4.2,v 1.1.2.84 1999/11/29 21:44:33 he Exp $
 
 A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
 
@@ -1222,15 +1222,18 @@
   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
+sys/arch/amiga/amiga/sys_machdep.c             1.26-1.27
+sys/arch/atari/atari/sys_machdep.c             1.21-1.22
+sys/arch/hp300/hp300/sys_machdep.c             1.27-1.28
+sys/arch/mvme68k/mvme68k/sys_machdep.c         1.19-1.20
+sys/arch/next68k/next68k/sys_machdep.c         1.9-1.10
+sys/arch/x68k/x68k/sys_machdep.c               1.18-1.19
+sys/arch/mac68k/include/pmap.h                 1.27
+sys/arch/mac68k/mac68k/sys_machdep.c           1.14-1.15
 
   Fix i-cache/d-cache synchronization for M68040 cpus (see M68040
   UM p.4-10).  Makes regress/sys/kern/sigtramp work even on M68040.
+  Fix a typo which caused excessive cache flushes.
 
 usr.sbin/pkg_install/lib/file.c                        1.33
 
@@ -1250,3 +1253,23 @@
   Create and install $DESTDIR/etc/aliases.db, using
   $DESTDIR/etc/sendmail.cf, so that sendmail works "out of the
   box".
+
+sys/dev/ic/clmpcc.c                            1.7,1.9
+sys/dev/ic/clmpccreg.h                         1.3
+
+  Fix a bug where the console 'putc' routine would spin endlessly
+  under certain circumstances during shutdown.  In addition, the driver
+  is now able to generate BREAK.
+
+sys/arch/mac68k/dev/adb_direct.c               1.34
+
+  Make it possible to have only one ADB device on machines with
+  first-generation ADB hardware.  Fixes PR#7407.
+
+sys/arch/mac68k/dev/adb.c                      1.33
+
+  Use correct English when reporting the number of ADB target(s).
+
+share/man/man4/options.4                       1.91
+
+  Add "see also apm(4)" for other options.



Home | Main Index | Thread Index | Old Index