Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src Two more:
details: https://anonhg.NetBSD.org/src/rev/0abe9f49befc
branches: netbsd-1-4
changeset: 470204:0abe9f49befc
user: he <he%NetBSD.org@localhost>
date: Mon Jan 24 10:49:19 2000 +0000
description:
Two more:
o standalone i386 comio_direct: raise carrier early
o sysinst/run.c: don't declare errno locally
diffstat:
CHANGES-1.4.2 | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 44c4f4d0e9b1 -r 0abe9f49befc CHANGES-1.4.2
--- a/CHANGES-1.4.2 Mon Jan 24 10:48:10 2000 +0000
+++ b/CHANGES-1.4.2 Mon Jan 24 10:49:19 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.107 2000/01/23 13:57:42 he Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.108 2000/01/24 10:49:19 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
@@ -2938,3 +2938,12 @@
etc/mtree/NetBSD.dist 1.94
Create /usr/share/examples/usermgmt for "user" command.
+
+sys/arch/i386/stand/lib/comio_direct.c 1.4
+
+ Raise the serial carrier lines in console initialization, similar
+ to sys/dev/ic/com.c revision 1.165.
+
+distrib/utils/sysinst/run.c 1.29
+
+ Remove local declaration of errno, rely on <errno.h> instead.
Home |
Main Index |
Thread Index |
Old Index