Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Attic/CHANGES-1.5.3,v retrieving revision 1.1.2.47 retrieving revision 1.1.2.48 diff -u -p -r1.1.2.47 -r1.1.2.48 --- src/Attic/CHANGES-1.5.3 2002/03/07 19:48:14 1.1.2.47 +++ src/Attic/CHANGES-1.5.3 2002/03/10 16:37:19 1.1.2.48 @@ -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 @@ sys/compat/freebsd/freebsd_exec.c patch 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''.