Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Quickies before I go to sleep; head of the queue is pre...
details: https://anonhg.NetBSD.org/src/rev/4578f8de2ec0
branches: netbsd-1-5
changeset: 490484:4578f8de2ec0
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 07:40:04 2001 +0000
description:
Quickies before I go to sleep; head of the queue is presently 47 days ago:
o rtl81x9: Clean up interrupt routes and DMA buffer handling
o heimdal: Make gss_acquire_cred() work for non-default cases, needed for IKE.
diffstat:
CHANGES-1.5.1 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2841f5935133 -r 4578f8de2ec0 CHANGES-1.5.1
--- a/CHANGES-1.5.1 Thu Jan 25 07:33:42 2001 +0000
+++ b/CHANGES-1.5.1 Thu Jan 25 07:40:04 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.1,v 1.1.2.17 2001/01/17 01:44:52 tv Exp $
+# $NetBSD: CHANGES-1.5.1,v 1.1.2.18 2001/01/25 07:40:04 jhawk Exp $
A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
@@ -448,3 +448,21 @@
sys/arch/i386/i386/sys_machdep.c 1.55
Validate gate targets correctly.
+
+sys/dev/ic/rtl81x9.c 1.12, 1.21-1.24 via patch
+sys/dev/ic/rtl81x9var.h 1.6-1.7
+
+ Clean up receive interrupt routine and fix DMA buffer handing
+ for receive buffering.
+ Add missed bus_dmamem_free() in rtk_detach().
+ Some cosmetic fixes.
+
+crypto/dist/heimdal/lib/gssapi/acquire_cred.c 1.2-1.3
+crypto/dist/heimdal/lib/gssapi/gssapi.h 1.2
+crypto/dist/heimdal/lib/gssapi/init_sec_context.c 1.2
+crypto/dist/heimdal/lib/gssapi/release_cred.c 1.2
+
+ Make gss_acquire_cred() work for cases other than GSS_C_NO_CREDENTIAL
+ (i.e 'get current, default credentials'). This is needed to support
+ things like gss-api authentication with IKE, as currently implemented
+ in racoon.
Home |
Main Index |
Thread Index |
Old Index