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 (first?) set:
details: https://anonhg.NetBSD.org/src/rev/24dfc579d760
branches: netbsd-1-4
changeset: 470313:24dfc579d760
user: he <he%NetBSD.org@localhost>
date: Mon Feb 07 20:17:04 2000 +0000
description:
Today's (first?) set:
o One more bugfix for DEC Miata / Pyxis
o Sparc floppy driver fixes
o Vax *__errno() indirection
o Man pages rl(4), vr(4) and update of tl(4)
diffstat:
CHANGES-1.4.2 | 37 ++++++++++++++++++++++++++++++++++++-
1 files changed, 36 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r fcb37a6d1b29 -r 24dfc579d760 CHANGES-1.4.2
--- a/CHANGES-1.4.2 Mon Feb 07 20:12:54 2000 +0000
+++ b/CHANGES-1.4.2 Mon Feb 07 20:17:04 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.2,v 1.1.2.115 2000/02/06 22:23:04 he Exp $
+# $NetBSD: CHANGES-1.4.2,v 1.1.2.116 2000/02/07 20:17:04 he Exp $
A complete list of changes from NetBSD 1.4.1 to NetBSD 1.4.2:
@@ -3234,3 +3234,38 @@
Do not compile with -msoft-float on m68k, because stubs are
missing from libgcc. Instead, rely on FP emulator in the kernel.
Fixes PR#9294.
+
+sys/arch/alpha/pci/cia.c patch
+sys/arch/alpha/pci/ciavar.h patch
+
+ Fix a small oversight in the Miata DMA fix pullups.
+
+sys/arch/sparc/dev/fd.c patch
+sys/arch/sparc/dev/fdreg.h patch
+sys/arch/sparc/dev/fdvar.h patch
+
+ Fix several problems:
+ o Floppy driver dislikes being accessed with no floppy inserted
+ (PR#5740)
+ o Floppy drive being detected even though there is none (PR#5760)
+ o Panic when fdformat is used (PR#9251)
+
+lib/libc/arch/vax/gen/ldexp.S 1.3
+lib/libc/arch/vax/sys/Ovfork.S 1.4
+lib/libc/arch/vax/sys/__vfork14.S 1.2
+lib/libc/arch/vax/sys/cerror.S 1.4
+lib/libc/arch/vax/sys/ptrace.S 1.3
+
+ Implement *__errno() indirection.
+
+share/man/man4/rl.4 1.1 (new)
+share/man/man4/vr.4 1.1 (new)
+share/man/man4/Makefile 1.128 via patch
+distrib/sets/lists/man/mi 1.205 via patch
+
+ Add manual pages for RealTek 8129/8139 and VIA Rhine/Rhine-II
+ ethernet drivers.
+
+share/man/man4/tl.4 1.10 via patch
+
+ Update thunderlan ethernet driver manual page to reality.
Home |
Main Index |
Thread Index |
Old Index