Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src Today's set:
details: https://anonhg.NetBSD.org/src/rev/c1a65fba4da4
branches: netbsd-1-4
changeset: 470690:c1a65fba4da4
user: he <he%NetBSD.org@localhost>
date: Tue Jun 27 15:43:38 2000 +0000
description:
Today's set:
o Belatedly note HOMEWORLD update
o i386: on apm resume, reset clock
o implement PCI_CONFIG_DUMP option
o ldconfig: don't err on missing /emul/aout
o sparc: patch for booting on sun4
o kerberos DoS problems in KDC
o wiconfig: implement documented -a option
o mac68k release build fixes
o mac68k: enable rnd device
o mac68k: support Macintosh LC Ethernet Adapter
o Fix byte-range lock problems (PR#3860)
o libbz2 error checking fix (PR#8237)
o alpha install note fix (updated web pointer)
o vfs_syscalls.c: fix problem with mounting with securelevel>=2
o mac68k: zs.c driver fix; correct handling of CLOCAL/MDMBUF
diffstat:
CHANGES-1.4.3 | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 80 insertions(+), 1 deletions(-)
diffs (92 lines):
diff -r 8fac374a4bfa -r c1a65fba4da4 CHANGES-1.4.3
--- a/CHANGES-1.4.3 Tue Jun 27 15:38:11 2000 +0000
+++ b/CHANGES-1.4.3 Tue Jun 27 15:43:38 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.4.3,v 1.1.2.23 2000/06/26 01:28:42 cgd Exp $
+# $NetBSD: CHANGES-1.4.3,v 1.1.2.24 2000/06/27 15:43:38 he Exp $
A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
@@ -592,3 +592,82 @@
While there, add a new flag, -p (paranoid) which also disallows
indirect calls to a small number of other services, including
key parts of NFS and NIS.
+
+sys/arch/i386/conf/HOMEWORLD patch
+
+ Update to reflect reality.
+
+sys/arch/i386/i386/apm.c 1.42 via patch
+sys/arch/i386/isa/clock.c 1.62 via patch
+sys/arch/i386/include/cpu.h 1.57 via patch
+
+ Reinitialize clock after hibernation, something which seems to be
+ required on some laptops. Fixes PR#4808.
+
+sys/dev/pci.c 1.45 via patch
+
+ If the 'PCI_CONFIG_DUMP' option is defined, print a verbose dump
+ of all PCI devices' configuration space.
+
+sbin/ldconfig/ldconfig.c 1.30
+
+ Do not treat non-existance of directories under /emul/aout as
+ errors.
+
+sys/arch/sparc/stand/common/dvma.c patch
+
+ Fix lossage of the bootstrap program on sun4 machines, at least
+ when booting from disk. Fixes PR#9906.
+
+domestic/usr.sbin/kerberos/kerberos.c 1.7
+
+ Fix several denial-of-service problems in the KDC.
+
+usr.sbin/wiconfig/wiconfig.c 1.5-1.6
+
+ Add support for the documented but unimplemented -a flag.
+ Clean up argument parsing.
+
+distrib/mac68k/instkernel/ramdisk/Makefile 1.4,1.6
+
+ Make mac68k ramdisk build with or without obj dirs.
+
+etc/etc.mac68k/Makefile.inc 1.5
+
+ Build and install release notes under ``make release''.
+
+sys/arch/mac68k/conf/GENERIC 1.101
+
+ Enable rnd pseudo-device in mac68k GENERIC kernel.
+
+sys/arch/mac68k/nubus/if_ae_nubus.c 1.29
+sys/arch/mac68k/nubus/if_sn_nubus.c 1.20
+
+ Add support for the Macintosh LC Ethernet Adapter. This was
+ previously erroneously recognized as an 8390-based card, where
+ in fact it is using the 83932 (SONIC) controller.
+
+sys/sys/lockf.h 1.8
+sys/kern/vfs_lockf.c 1.15-1.16
+
+ Fix several problems with byte-range locks, including the one
+ reported in PR#3860.
+
+lib/libbz2/decompress.c 1.9
+
+ Pull in decompression error checking from bzip2-1.0.0.
+ Fixes PR#8237.
+
+distrib/notes/alpha/install 1.17
+
+ Fix link to netboot web page.
+
+sys/kern/vfs_syscalls.c 1.158
+
+ Do not leave a vnode around when trying (and failing) to mount
+ a file system with securelevel 2. A second attempt would freeze
+ the system.
+
+sys/arch/mac68k/dev/zs.c 1.33
+
+ Correct a bug in handling of CLOCAL and MDMBUF flags.
Home |
Main Index |
Thread Index |
Old Index