Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc Today's set:
details: https://anonhg.NetBSD.org/src/rev/af423ea1ae3a
branches: netbsd-1-6
changeset: 529274:af423ea1ae3a
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 16:47:59 2002 +0000
description:
Today's set:
o i386: add support for RNG on i845, i850 and i860 chipsets
o adjust X sets for XFree86 4.2.1
o macppc: make install floppy IPv6-ready
o various portability improvements to host tools
o macppc: add XFree86 4 files to distrib sets
diffstat:
doc/CHANGES-1.6.1 | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 133 insertions(+), 1 deletions(-)
diffs (145 lines):
diff -r c033c4edf085 -r af423ea1ae3a doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Sun Nov 03 16:41:02 2002 +0000
+++ b/doc/CHANGES-1.6.1 Sun Nov 03 16:47:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.18 2002/11/01 18:34:52 tron Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.19 2002/11/03 16:47:59 he Exp $
A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
@@ -696,3 +696,135 @@
plugged into a 64-bit PCI slot. Yay, stupid hardware vendors.
[thorpej, ticket #415]
+sys/arch/i386/pci/pchb_rnd.c 1.10-1.12
+
+ Add hardware random generator support for Intel i845, i850
+ and i860 chipsets, and make sure to unmap if it's not there.
+ [tron, ticket #231]
+
+distrib/sets/lists/xcomp4/mi 1.2
+
+ Add new files installed by XFree86 4.2.1.
+ [tron, ticket #780]
+
+distrib/macppc/floppies/ramdisk/list 1.21
+distrib/utils/sysinst/arch/macppc/Makefile 1.3
+distrib/utils/x_ftp/Makefile 1.14
+distrib/utils/x_ifconfig/Makefile 1.17-1.18
+distrib/utils/x_route/Makefile 1.14
+sys/arch/macppc/conf/INSTALL 1.62
+
+ Make macppc install floppy IPv6-ready.
+ [itojun, ticket #347]
+
+tools/host-mkdep/host-mkdep.in 1.3
+
+ Delete a few things which appear in gcc 3.x's CPP output.
+ [thorpej, ticket #784]
+
+gnu/usr.sbin/dbsym/dbsym.c 1.5
+
+ Pull in config.h if building as a host tool.
+ bfd_vma is not a pointer type, so use 0 instead of NULL.
+ [thorpej, ticket #785]
+
+gnu/usr.sbin/mdsetimage/mdsetimage.c 1.7
+
+ bfd_vms is not a pointer type, so use 0 instead of NULL.
+ [thorpej, ticket #786]
+
+usr.bin/man/manconf.c 1.1 (new)
+usr.bin/man/manconf.h 1.1 (new)
+usr.bin/man/Makefile 1.8
+usr.bin/man/man.c 1.29
+libexec/makewhatis/Makefile 1.15 via patch
+libexec/makewhatis/makewhatis.c 1.26
+usr.bin/man/config.c delete
+usr.bin/man/config.h delete
+
+ Rename man/config.{c,h} to man/manconf.{c,h}, so we do not
+ have to worry about problems including "config.h" when
+ building as a host tool.
+ [thorpej, ticket #787]
+
+usr.bin/man/manconf.c 1.2
+
+ Pull in config.h when building as a host tool.
+ [thorpej, ticket #788]
+
+lib/libasn1/asn1_compile/Makefile 1.18
+
+ When being built as a host tool, the <config.h> we use is
+ actually the libnbcompat config.h, so -DKRB5=1 so that
+ print_version.h actually has a version in it.
+ [thorpej, ticket #790]
+
+distrib/sets/lists/xcomp/md.macppc 1.1 (new)
+distrib/sets/lists/xcomp4/md.macppc 1.1 (new)
+distrib/sets/lists/xfont/md.macppc 1.1 (new)
+distrib/sets/lists/xbase/md.macppc 1.4 (re-added)
+distrib/sets/lists/xserver/md.macppc 1.4-1.5
+distrib/sets/lists/xserver4/md.macppc 1.1-1.3 (new)
+
+ Add XFree86 version 4 stuff for macppc.
+ [mycroft, ticket #792]
+
+bin/cat/cat.c 1.35
+
+ Don't use MAX(); not all systems have it, and this is a
+ host tool.
+ [thorpej, ticket #793]
+
+lib/libcom_err/compile_et/Makefile 1.15
+
+ The config.h we use when building as a host tool is the
+ libnbcompat config.h, not the heimdal config.h, so define
+ KRB4=1 and KRB5=1 for print_version.h.
+ [thorpej, ticket #794]
+
+tools/compat/glob.h 1.1 (new)
+tools/compat/md2.h 1.1 (new)
+tools/compat/md4.h 1.1 (new)
+tools/compat/md5.h 1.1 (new)
+tools/compat/rmd160.h 1.1 (new)
+tools/compat/sha1.h 1.1 (new)
+tools/compat/vis.h 1.1 (new)
+tools/compat/config.h.in 1.20 via patch
+tools/compat/configure.ac 1.22 via patch
+tools/compat/configure regenerate
+tools/compat/Makefile 1.14
+tools/compat/README 1.4
+
+ Include various more functions in libnbcompat, mostly
+ becuase our tools use features not universally present in
+ other versions. This applies to glob(3), vis(3), and the
+ MD2, MD4, RMD160 and SHA1 implementations.
+ Also add checks for random(3) and termios.h for the Heimdal
+ host tools.
+ Update README to indicate the current state of building the
+ host tools on Solaris 8 (for SPARC).
+ [thorpej, ticket #797]
+
+tools/make/buildmake.sh.in 1.4
+
+ Be more conservative with quoting, to play nice with
+ Solaris 8's /bin/sh.
+ [thorpej, ticket #798]
+
+build.sh 1.67 via patch
+
+ Use /usr/bin/env to invoke the real interpreter; this gets
+ us a POSIX shell on more systems.
+ Deal with a broken "pwd" on Solaris.
+ [thorpej, ticket #800]
+
+tools/compat/README 1.5
+
+ Update Solaris section.
+ [thorpej, ticket #801]
+
+tools/compat/compat_defs.h 1.17
+
+ Add __restrict to the set of tokens we #define away: our
+ glob.h uses it.
+ [thorpej, ticket #802]
Home |
Main Index |
Thread Index |
Old Index