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 lies at 7 Jan 2001:
details: https://anonhg.NetBSD.org/src/rev/d8c962f66639
branches: netbsd-1-5
changeset: 490540:d8c962f66639
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jan 25 21:12:54 2001 +0000
description:
Head of the active queue lies at 7 Jan 2001:
o packages: Document MAKEFILE, uncodument NOCLEANDEPENDS
o ssh: TCP_NODELAY (nagle) on IPV6 connections (interactive)
o x68k: Correct errant y2k+1 bounds check
o x68k: CMACHFLAGS now defaults to -m68020-60
o libc/regex: Pass unsigned char to ctype(3) funcs, xcept isascii(3)
o openssl: Ignore env. vars if issetugid(), and fallback to /dev/random
o pmax: Fix netbooting on the 5100
o ipf: xref ipf.conf(5) in ipf(8)
o alpha: Pass the PA (not the PFN) to alpha_pa_access()
o ess: Support ISAPnP ESS1868 and 1869
o uvm: Change PROT_EXEC handling to clear from maxprot on failed udv_attach()
diffstat:
CHANGES-1.5.1 | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 58 insertions(+), 1 deletions(-)
diffs (70 lines):
diff -r fc1c532b3b66 -r d8c962f66639 CHANGES-1.5.1
--- a/CHANGES-1.5.1 Thu Jan 25 21:05:04 2001 +0000
+++ b/CHANGES-1.5.1 Thu Jan 25 21:12:54 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.1,v 1.1.2.20 2001/01/25 18:37:41 jhawk Exp $
+# $NetBSD: CHANGES-1.5.1,v 1.1.2.21 2001/01/25 21:12:54 jhawk Exp $
A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
@@ -552,3 +552,60 @@
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.
+
+share/man/man7/packages.7 1.40
+
+ Remove documentation of NOCLEANDEPENDS (now default); document
+ MAKEFILE, per PR 11866.
+
+crypto/dist/ssh/packet.c 1.2
+
+ Set TCP_NODELAY interactive IPv6 connections.
+
+sys/arch/x68k/dev/rtclock.c 1.6
+
+ Correct errant year 2001 bounds check.
+
+sys/arch/x68k/conf/ALL 1.38
+sys/arch/x68k/conf/GENERIC 1.55
+sys/arch/x68k/conf/INSTALL 1.37
+sys/arch/x68k/conf/Makefile.x68k 1.49 via patch
+sys/arch/x68k/conf/TOKOCHAN 1.16
+
+ CMACHFLAGS now defaults to -m68020-60.
+
+lib/libc/regex/regcomp.c 1.17
+
+ Pass unsigned char (not char) to ctype(3) functions, except iascii(3).
+ Fixes PR bin/11885.
+
+crypto/dist/openssl/crypto/rand/randfile.c 1.2
+
+ Ignore environment variables if issetugid(), and fall back to /dev/random.
+
+sys/arch/pmax/pmax/autoconf.c 1.57 via patch
+
+ Adjust recent netboot fix to work on the 5100 as well.
+
+dist/ipf/man/ipf.8 1.3
+
+ Xref ipf.conf(5)
+
+sys/arch/alpha/include/pio.h 1.6
+
+ Make this file safe for inclusion in C++ programs.
+
+sys/arch/alpha/alpha/mem.c 1.29
+
+ Pass the PA (not the PFN) to alpha_pa_access().
+
+sys/dev/isa/ess.c 1.53
+sys/dev/isa/essvar.h 1.18
+sys/dev/ofisa/ess_ofisa.c 1.6
+
+ Support certain ISAPnP ESS 1868 and 1869 cards. Per PR port-i386/11630.
+
+sys/uvm/uvm_mmap.c 1.47-1.48 via patch
+
+ Change PROT_EXEC handling. Clear it from the maxprot if the protection
+ lacks it, after a failed udv_attach() and retry the udv_attach().
Home |
Main Index |
Thread Index |
Old Index