Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Yesterday's set:
details: https://anonhg.NetBSD.org/src/rev/3b9be9a7dd4b
branches: netbsd-1-5
changeset: 492951:3b9be9a7dd4b
user: he <he%NetBSD.org@localhost>
date: Sun Mar 10 16:37:19 2002 +0000
description:
Yesterday's set:
o bump NetBSD date in openssh version string
o fixup install set lists
o if_tl: fix media setup callback init error, and correct arg to tl_init()
o if_sip: initialize pointer in sip_start()
o iop.c: use variable frame size to allow fw upgrades; don't explode
if card fails to respond during initialization
o minor wording fix to install notes
diffstat:
CHANGES-1.5.3 | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r 62ffc5be1141 -r 3b9be9a7dd4b CHANGES-1.5.3
--- a/CHANGES-1.5.3 Sat Mar 09 20:10:38 2002 +0000
+++ b/CHANGES-1.5.3 Sun Mar 10 16:37:19 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.3,v 1.1.2.47 2002/03/07 19:48:14 he Exp $
+# $NetBSD: CHANGES-1.5.3,v 1.1.2.48 2002/03/10 16:37:19 he Exp $
A complete list of changes from NetBSD 1.5.2 to NetBSD 1.5.3:
@@ -2328,9 +2328,42 @@
Recognize FreeBSD ELFOSABI marked executables.
crypto/dist/ssh/channels.c 1.18
+crypto/dist/ssh/version.h patch
Fix off by one error in channel number check.
distrib/sets/lists/misc/mi patch
Add sendmail ostype/freebsd4.m4 file.
+
+sys/dev/pci/if_tl.c 1.49,1.51 via patch
+
+ Make sure ifp->sc_softc is initialized before we set the media
+ callbacks, and correct argument error in invocation of tl_init().
+
+sys/dev/pci/if_sip.c patch
+
+ Fix an uninitialized pointer in sip_start(), which might eventually
+ lead to a crash, especially if bpf is used.
+
+sys/dev/i2o/iop.c 1.23
+
+ Don't panic if the board fails to respond during initialization.
+ Fixes PR#15552.
+
+sys/dev/pci/esa.c patch
+
+ Fix timing of playback at 48kHz.
+
+distrib/notes/common/contents patch
+
+ Update with new set sizes for man and misc.
+
+sys/dev/i2o/iop.c 1.19-1.23 via patch
+
+ Use variable frame size to enable dpti firmware upgrades.
+ Don't explode if the board doesn't respond during initialization.
+
+distrib/notes/common/main patch
+
+ Change ``patch releases'' to ``maintenance releases''.
Home |
Main Index |
Thread Index |
Old Index