Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src Today's set of pullups:
details: https://anonhg.NetBSD.org/src/rev/b5c1275f3b12
branches: netbsd-1-4
changeset: 469973:b5c1275f3b12
user: he <he%NetBSD.org@localhost>
date: Wed Jan 05 23:57:33 2000 +0000
description:
Today's set of pullups:
o unaply mac68k if_mc.c fix
o add coda to the sparc port
o tropic driver fix for cable problems
o nfs server access check on lookup & getattrs
o com.c - set carrier early
diffstat:
CHANGES-1.4.2 | 29 ++++++++++++++++++++++++-----
1 files changed, 24 insertions(+), 5 deletions(-)
diffs (47 lines):
diff -r c4eaa358012b -r b5c1275f3b12 CHANGES-1.4.2
--- a/CHANGES-1.4.2 Wed Jan 05 23:52:31 2000 +0000
+++ b/CHANGES-1.4.2 Wed Jan 05 23:57:33 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.93 1999/12/20 23:59:44 he Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.94 2000/01/05 23:57:33 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
@@ -1894,10 +1894,6 @@
Make room for a terminating '\0' in the username string and make
sure the user name passed to "login" is terminated.
-sys/arch/mac68k/dev/if_mc.c 1.15
-
- Make this compile without bpf.
-
usr.sbin/pkg_install/README 1.3
Update of the history of our pkg tools.
@@ -2323,3 +2319,26 @@
sys/conf/param.h patch
Bump version to NetBSD-1.4.2_ALPHA.
+
+sys/arch/sparc/conf/GENERIC 1.91
+sys/arch/sparc/sparc/conf.c 1.61
+etc/etc.sparc/MAKEDEV 1.50
+
+ Add coda to the sparc port and enable in GENERIC.
+
+sys/dev/ic/tropic.c 1.6
+
+ Fix interface hang which could happen in case of cable problems
+ or if the cable was pulled and then reinserted.
+
+sys/nfs/nfs_node.c 1.30
+sys/nfs/nfs_vnops.c 1.108 via patch
+sys/nfs/nfsnode.h 1.28
+
+ Insert an extra VOP_ACCESS check in nfs_lookup, preventing cached
+ access mishaps for lookup and getattr. Fixes PR#8884.
+
+sys/dev/ic/com.c 1.165
+
+ Set carrier early enough for a serial console or kgdb to work
+ with hardware handshake. Fixes PR#6547.
Home |
Main Index |
Thread Index |
Old Index