Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Today's set:
details: https://anonhg.NetBSD.org/src/rev/c06eaba01d3f
branches: netbsd-1-5
changeset: 492597:c06eaba01d3f
user: he <he%NetBSD.org@localhost>
date: Tue Jan 22 19:55:30 2002 +0000
description:
Today's set:
o (form only): realign revision numbers
o libcrypt: add support for MD5-hashed passwords
o leave: handle 24-hour format better, and document limitations
o wdc: fix to avoid NULL dereference
o pccbb: calculate address mask correctly for 16-bit pc-cards
o sbus qe: make debugging messages conditional on sc->sc_debug
diffstat:
CHANGES-1.5.3 | 53 +++++++++++++++++++++++++++++++++++++++--------------
1 files changed, 39 insertions(+), 14 deletions(-)
diffs (67 lines):
diff -r 07ff4cca9152 -r c06eaba01d3f CHANGES-1.5.3
--- a/CHANGES-1.5.3 Tue Jan 22 19:53:11 2002 +0000
+++ b/CHANGES-1.5.3 Tue Jan 22 19:55:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.3,v 1.1.2.28 2002/01/19 22:07:50 he Exp $
+# $NetBSD: CHANGES-1.5.3,v 1.1.2.29 2002/01/22 19:55:30 he Exp $
A complete list of changes from NetBSD 1.5.2 to NetBSD 1.5.3:
@@ -1355,19 +1355,44 @@
WDC_CAPABILITY_SELECT callback whenever a target is selected on
a channel.
-sys/dev/pci/emuxkireg.h 1.1-1.2 (new)
-sys/dev/pci/emuxkivar.h 1.1-1.3 (new)
-sys/dev/pci/emuxki.c 1.1-1.7 (new) via patch
-sys/dev/pci/files.pci 1.142
-sys/dev/DEVNAMES 1.81 via patch
-sys/arch/i386/conf/GENERIC 1.432 via patch
-sys/arch/i386/conf/GENERIC_LAPTOP 1.26 via patch
-sys/arch/i386/conf/CARDBUS patch
-share/man/man4/emuxki.4 1.1-1.4 (new)
-share/man/man4/audio.4 1.43
-share/man/man4/pci.4 1.58 via patch
-share/man/man4/Makefile 1.229 via patch
-distrib/sets/lists/man/mi 1.412 via patch
+sys/dev/pci/emuxkireg.h 1.1-1.2 (new)
+sys/dev/pci/emuxkivar.h 1.1-1.3 (new)
+sys/dev/pci/emuxki.c 1.1-1.7 (new) via patch
+sys/dev/pci/files.pci 1.142
+sys/dev/DEVNAMES 1.81 via patch
+sys/arch/i386/conf/GENERIC 1.432 via patch
+sys/arch/i386/conf/GENERIC_LAPTOP 1.26 via patch
+sys/arch/i386/conf/CARDBUS patch
+share/man/man4/emuxki.4 1.1-1.4 (new)
+share/man/man4/audio.4 1.43
+share/man/man4/pci.4 1.58 via patch
+share/man/man4/Makefile 1.229 via patch
+distrib/sets/lists/man/mi 1.412 via patch
Add driver for Creative Labs SBLive! EMU10000 and (probably) PCI512.
Fixes PR#15260.
+
+lib/libcrypt/Makefile 1.10
+lib/libcrypt/crypt.3 1.9-1.10
+lib/libcrypt/crypt.c 1.16-1.17
+lib/libcrypt/md5crypt.c 1.1-1.4 (new)
+
+ Add support for MD5-hashed passwords.
+
+usr.bin/leave/leave.c 1.9-1.10
+usr.bin/leave/leave.1 1.7-1.9
+
+ Handle 24-hour time format better, and also document limitations.
+ Also include <stdlib.h>. Fixes PR#8944.
+
+sys/dev/ic/wdc.c 1.109 via patch
+
+ Don't try to use chp->wdc if it's NULL. Fixes PR#15307.
+
+sys/dev/pci/pccbb.c 1.57
+
+ Calculate address mask appropriately for 16-bit PC-cards.
+
+sys/dev/sbus/qe.c 1.16
+
+ Make all debugging messages conditional on sc->sc_debug.
Home |
Main Index |
Thread Index |
Old Index