Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Head of the active queue moves into the 21st century!:
details: https://anonhg.NetBSD.org/src/rev/5b0d7c708b53
branches: netbsd-1-5
changeset: 490521:5b0d7c708b53
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 18:37:41 2001 +0000
description:
Head of the active queue moves into the 21st century!:
o heimdal: Make gss_acquire_cred() work for non-default cases, needed for IKE.
o netinet6: don't deference null ra_addr pointer
o supfiles: sup.de.netbsd.org is gone
o bpf: Fix non-blocking BPF reads from kern/11836.
o acronyms: Various updates.
o amiga: correct and add the name of the "X-surf" board
o lists/man/mi: remove dupes
o if_cs_{,of}isa: Include <sys/rnd.h> as appropriate
o mac68k: Improve performance of pseudo-DMA mode in esp. Was abysmal.
o tftp: Fix argument validation error in setpeer()
o wi: Ensure ethernet payload is properly aligned
o lists/base/mi: cert.pem is a file, not a dir. Fixes PR 11772.
o setlocale(): Return NULL for nonexistant locales, etc.
o isp: Various significant updates, including f/w, macppc support.
diffstat:
CHANGES-1.5.1 | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 86 insertions(+), 1 deletions(-)
diffs (98 lines):
diff -r 799b060b5c62 -r 5b0d7c708b53 CHANGES-1.5.1
--- a/CHANGES-1.5.1 Thu Jan 25 18:31:09 2001 +0000
+++ b/CHANGES-1.5.1 Thu Jan 25 18:37:41 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.1,v 1.1.2.19 2001/01/25 14:40:23 jhawk Exp $
+# $NetBSD: CHANGES-1.5.1,v 1.1.2.20 2001/01/25 18:37:41 jhawk Exp $
A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
@@ -467,3 +467,88 @@
Ensure that data_hole is aligned to a section, otherwise
elf_mod_sizes() may report a size too small, affecting LKM loading.
+
+crypto/dist/heimdal/lib/gssapi/acquire_cred.c 1.2, 1.3
+crypto/dist/heimdal/lib/gssapi/gssapi.h 1.2 via patch
+crypto/dist/heimdal/lib/gssapi/init_sec_context.c 1.2 via patch
+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.
+
+sys/netinet6/in6_prefix.c 1.13
+
+ Don't dereference null ra_addr pointer.
+
+share/examples/supfiles/sup.de.netbsd.org deleted
+share/examples/supfiles/Makefile 1.7
+
+ sup.de.netbsd.org no longer exists (since May 2000).
+
+sys/net/bpf.c 1.60
+
+ Fix non-blocking BPF reads. Fixes PR kern/11836.
+
+share/misc/acronyms 1.64-1.73
+
+ Various acryonym updates.
+
+sys/arch/amiga/dev/if_ne_zbus.c 1.6
+sys/arch/amiga/conf/GENERIC 1.154
+sys/arch/amiga/conf/AMIGA regen
+sys/arch/amiga/conf/DRACO regen
+sys/arch/amiga/conf/INSTALL regen
+
+ Correct and add (Respectively) the name of the X-surf board in comments.
+
+distrib/sets/lists/man/mi patch
+
+ Remove duplicates (presumed due to merge errors).
+
+sys/dev/isa/if_cs_isa.c 1.3
+sys/dev/ofisa/if_cs_ofisa.c 1.4
+
+ Include <sys/rnd.h> as appropriate to properly size cs_softc.
+
+sys/arch/mac68k/mac68k/locore.s 1.133
+sys/arch/mac68k/obio/esp.c 1.26-1.28
+sys/arch/mac68k/obio/espvar.h 1.6
+
+ Improve performance of the pseudo-DMA mode of the esp driver, and handle
+ residual FIFO data on write.
+
+usr.bin/tftp/main.c 1.14
+
+ Fix argument validation error in setpeer().
+
+sys/dev/pcmcia/if_wi.c 1.48
+sys/dev/pcmcia/if_wivar.h 1.15
+
+ Ensure the ethernet payload is properly aligned. Fixes PR port-hpcmips/11477.
+
+distrib/sets/lists/base/mi 1.204
+etc/mtree/NetBSD.dist 1.128
+
+ /etc/openssl/cert.pem is a file, not a directory. Fixes PR11772.
+
+lib/libc/locale/setlocale.c 1.23, 1.25-1.27, 1.31 via patch
+
+ Updates to setlocale(): return NULL for nonexistant locales, ignore
+ some errors, and handle environment vars consistently (no slashes).
+
+sys/dev/sbus/isp_sbus.c 1.31-1.34
+sys/dev/microcode/isp/asm_2200.h 1.2
+sys/dev/microcode/isp/asm_sbus.h 1.16
+sys/dev/pci/isp_pci.c 1.57-1.58, 1.60-1.61
+sys/dev/ic/isp.c 1.62-1.65
+sys/dev/ic/ispvar.h 1.36-1.38
+sys/dev/ic/isp_netbsd.h 1.30-1.33
+sys/dev/ic/isp_netbsd.c 1.31-1.35
+
+ Add in correct SBus bursting; upgrade to 2.01.26 firmware; pull to latest
+ initiator mode level; make changes to WWN default handling; quiet
+ chatty boot messages; fix endian code so MacPPC works; fix bug in
+ lock recursion counter; fix bug which excluded all but NL-ports from
+ being logged into on a fabric.
Home |
Main Index |
Thread Index |
Old Index