Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Today's set from this neck of the woods:
details: https://anonhg.NetBSD.org/src/rev/d168aeb20783
branches: netbsd-1-5
changeset: 490635:d168aeb20783
user: he <he%NetBSD.org@localhost>
date: Sat Feb 03 22:33:45 2001 +0000
description:
Today's set from this neck of the woods:
o Editing consistency of this file: use PR#nnnn when referring to
problem reports, use two blanks after sentence end, use "fmt" to
keep lines at a reasonable length, and make sure explanatory text
is preceded by two spaces.
o ssh.conf -- comment describing the ``ForwardX11 no'' default
o apm fix: detect and deal with duplicate events (seen on IBM Thinkpads)
o npx: make sure to use reasonable IRQ. Fixes IBM Thinkpad problem.
o sparc: fix netbooting on older V0-prom sparcs.
o mac68k: correct implementation of iteopen/close, PR#12022
o Makefile.yp: handle multi-line netgroup entries correctly
o i386: make it possible to have root on RAID1 with RAIDframe
o pckbc: make ``delete'' key send DEL instead of escape sequence
o apmd: deal with spurious APM_POWER_CHANGE events, avoid scrip runs
o Update share/misc/bsd-family-tree
o Prevent accept(2) from returning garbage if peer had disconnected; PR#12027
o i386: Squeeze ramdisk-small and ramdisk-rescuesmall to fit again
o time(1) documentation update
o wsfontload: Improve error messages, add -v switch
o exec.h: remove spurious ;'s in macro expansion
o pecoff_exec.c: support mmap'ing .bss section
o file(1) database -- clean up arm32 confusion
o sparc64: rename ramdisk -> xminiroot
o mailwrapper: add forgotten addarg(), prevent coredump
o libkvm: add forgotten initialization. PR#11446
o pmax: distinguish between 2100 (PMIN) and 3100 (PMAX) in boot message
o lfs_cleanerd: plug memory leak. PR#11094
o rarpd: correct sense of diagnostic message. PR#11330
o pwd_mkdb: use empty prefix to avoid using ``//etc/spwd.db''
o dd: accept getopt(3) last option delimiter. PR#11229
o patch: support standard -i option. PR#11221
o at / batch: support standard -t option. PR#11205
o tftpd: handle error properly; avoid packet buffer or peeraddr overrun
o wiconfig: cast isprint() arg correctly. PR#11556
o Major LFS pullup, fixing a.o. PR#10979, PR#11112, PR#11129, PR#11468,
PR#11470, PR#11534, PR#11547
o add amd.conf(5) (yes, distrib set pullup is still missing)
diffstat:
CHANGES-1.5.1 | 336 +++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 298 insertions(+), 38 deletions(-)
diffs (truncated from 496 to 300 lines):
diff -r 2636487ff737 -r d168aeb20783 CHANGES-1.5.1
--- a/CHANGES-1.5.1 Sat Feb 03 22:05:10 2001 +0000
+++ b/CHANGES-1.5.1 Sat Feb 03 22:33:45 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.5.1,v 1.1.2.24 2001/01/28 15:58:50 he Exp $
+# $NetBSD: CHANGES-1.5.1,v 1.1.2.25 2001/02/03 22:33:45 he Exp $
A complete list of changes from NetBSD 1.5 to NetBSD 1.5.1:
@@ -323,7 +323,7 @@
Allow runtime enabling/disabling of DC_BE and IC_BE bits in %cacr
and enable them on news1200/1400/1500 (Which have no L2 cache); yields
- a performance improvement. Also correct a typo in a comment.
+ a performance improvement. Also correct a typo in a comment.
sys/arch/news68k/include/romcall.h 1.2
sys/arch/news68k/stand/boot/boot.c 1.3
@@ -338,35 +338,36 @@
gnu/usr.bin/ld/ld/ld_i.h 1.2
gnu/usr.bin/ld/ld/lib.c 1.23
- Correct various problems with argument parsing for --whole-archive and
- --no-whole-archive. Fully implement --no-whole-archive. Remove spurious
- warning for -Bshareable.
+ Correct various problems with argument parsing for --whole-archive
+ and --no-whole-archive. Fully implement --no-whole-archive. Remove
+ spurious warning for -Bshareable.
sys/dev/pci/tga.c 1.29
- Restore code to clear "odd" in VCHR. This seems to be required for X
- to function properly on the T8-02 TGA (onboard on Multias, seperate
- card in other machines).
+ Restore code to clear "odd" in VCHR. This seems to be required
+ for X to function properly on the T8-02 TGA (onboard on Multias,
+ seperate card in other machines).
usr.sbin/chown/chown.c 1.25 via patch
- Correct the display of some errors in chown. Fixes PR#11695.
+ Correct the display of some errors in chown. Fixes PR#11695.
distrib/utils/sysinst/mbr.c 1.24
- Correct an error in the calculation of the end of a partition. Fixes PR#7556.
+ Correct an error in the calculation of the end of a partition.
+ Fixes PR#7556.
usr.sbin/rpc.lockd/lockd_lock.c 1.5
- Fix an error freeing the wrong lock; in some cases this might have lfree()'d
- a NULL pointer.
+ Fix an error freeing the wrong lock; in some cases this might
+ have lfree()'d a NULL pointer.
distrib/utils/sysinst/util.c 1.59
distrib/utils/sysinst/msg.mi.en 1.79
distrib/utils/sysinst/msg.mi.fr 1.39
Fix sysinst to require base.tgz (in addition to etc.tgz and
- kern.tgz) to successfully install. Fixes PR#11634.
+ kern.tgz) to successfully install. Fixes PR#11634.
sys/dev/pcmcia/wdc_pcmcia.c 1.36 via patch
@@ -381,7 +382,8 @@
gnu/usr.sbin/sendmail/Makefile 1.3
- Move the the "doc" subdirectory from MKSHARE conditional to the MKDOC one.
+ Move the the "doc" subdirectory from MKSHARE conditional to the
+ MKDOC one.
sys/dev/tc/sfbreg.h 1.3
@@ -397,13 +399,14 @@
etc/etc.i386/MAKEDEV 1.131 via patch
- Support up to five SCSI disks during INSTALL, not only three. Fixes PR#9912.
+ Support up to five SCSI disks during INSTALL, not only three.
+ Fixes PR#9912.
sys/arch/macppc/include/vmparam.h 1.13
-Increase limits (max test size, datasize, default datasize, and
-default stacksize) to match other ports. (Fixes a bunch of problems
-running apps like Mozilla with the defaults.)
+ Increase limits (max test size, datasize, default datasize, and
+ default stacksize) to match other ports. (Fixes a bunch of
+ problems running apps like Mozilla with the defaults.)
sbin/ifconfig/ifconfig.c 1.89
sbin/ifconfig/ifconfig.8 1.43
@@ -428,7 +431,7 @@
sys/dev/ic/smc83c170.c 1.36
sys/dev/ic/tulip.c 1.74-1.75
- Add support for 802.1Q virtual LANs.
+ Add support for 802.1Q virtual LANs.
sys/dev/pci/if_ti.c 1.12, 1.15 via patch
sys/dev/pci/if_tireg.h 1.3
@@ -461,7 +464,7 @@
usr.sbin/user/usermod.8 1.8
Make moving a user's homedirectory with -md work correctly,
- and clarify the meaning of -d in the absence of -m. Fixing PR11707
+ and clarify the meaning of -d in the absence of -m. Fixing PR#11707
sbin/modload/elf.c 1.4
@@ -489,7 +492,7 @@
sys/net/bpf.c 1.60
- Fix non-blocking BPF reads. Fixes PR kern/11836.
+ Fix non-blocking BPF reads. Fixes PR#11836.
share/misc/acronyms 1.64-1.73
@@ -516,8 +519,8 @@
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.
+ 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
@@ -526,12 +529,12 @@
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.
+ Ensure the ethernet payload is properly aligned. Fixes PR#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.
+ /etc/openssl/cert.pem is a file, not a directory. Fixes PR#11772.
lib/libc/locale/setlocale.c 1.23, 1.25-1.27, 1.31 via patch
@@ -556,7 +559,7 @@
share/man/man7/packages.7 1.40
Remove documentation of NOCLEANDEPENDS (default); document
- MAKEFILE, per PR 11866.
+ MAKEFILE, per PR#11866.
crypto/dist/ssh/packet.c 1.2
@@ -577,7 +580,7 @@
lib/libc/regex/regcomp.c 1.17
Pass unsigned char (not char) to ctype(3) functions, except iascii(3).
- Fixes PR bin/11885.
+ Fixes PR#11885.
crypto/dist/openssl/crypto/rand/randfile.c 1.2
@@ -603,7 +606,7 @@
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.
+ Support certain ISAPnP ESS 1868 and 1869 cards. Per PR#11630.
sys/uvm/uvm_mmap.c 1.47-1.48 via patch
@@ -612,19 +615,21 @@
sys/dev/pcmcia/if_ray.c 1.26
- Cast pktlen to u_long and print with %ld. Now it compiles on the alpha.
+ Cast pktlen to u_long and print with %ld. Now it compiles on
+ the alpha.
sys/dev/ic/tulip.c 1.85
Ignore receive errors if VLAN_MTU is enabled.
-sys/netinet6/icmp6.c 1.50
+sys/netinet6/icmp6.c 1.50,1.51
- Only printf() IPv6 ICMP checksum errors under ND6DEBUG.
+ Only printf() IPv6 ICMP checksum errors under ND6_DEBUG. Fixes
+ PR#11911.
sbin/ifconfig/ifconfig.c 1.94
- Initialize an uninitialized pointer. PR11702.
+ Initialize an uninitialized pointer. PR#11702.
lib/libcrypto_idea/Makefile 1.2
lib/libcrypto_rc5/Makefile 1.2
@@ -643,7 +648,7 @@
gnu/usr.bin/gawk/Makefile 1.11
- Use -msoft-quad-flat on the sparc64.
+ Use -msoft-quad-float on the sparc64.
sys/netinet/ip_output.c 1.80
@@ -652,21 +657,23 @@
sys/arch/sparc/dev/cgsix.c patch
sys/arch/sparc/dev/cgsixreg.h patch
- Initialize cgsix registers for machines that do not do so by themselves.
- Fixes PR port-sparc/11944.
+ Initialize cgsix registers for machines that do not do so by
+ themselves. Fixes PR#11944.
share/termcap/termcap.src 1.64
- Remove visual bell from xterm termcap, for compatibility. Fixes PR bin/11882.
+ Remove visual bell from xterm termcap, for compatibility. Fixes
+ PR#11882.
bin/ps/ps.1 1.40-1.42
bin/ps/print.c 1.63-1.65
- Clarify meaning of COMMANDs printed in parentheses. Addresses PR11930.
+ Clarify meaning of COMMANDs printed in parentheses. Addresses
+ PR#11930.
distrib/sparc/miniroot/dot.profile 1.10
- Do not reset the baud rate to 9600. Fixes PR11946.
+ Do not reset the baud rate to 9600. Fixes PR#11946.
dist/bind/LICENSE 1.2
dist/bind/README 1.3
@@ -805,3 +812,256 @@
usr.sbin/bind/lib/Makefile 1.11 via patch
Upgrade to BIND version 8.2.3.
+
+crypto/dist/ssh/ssh.conf 1.3
+
+ Document that we ship with "ForwardX11 no" as the default.
+
+sys/arch/i386/i386/apm.c 1.58 via patch
+
+ Fix problem detected on IBM thinkpads causing it to suspend
+ shortly after resume. This is caused by duplicate events filling
+ the event queue, so improve detection of duplicates. Also cleanup
+ and add some APMDEBUG code.
+
+sys/arch/i386/isa/npx_isa.c 1.2
+
+ Avoid doing Very Bad Things by passing a horrible IRQ value to
+ npxprobe1(). Fixes a problem on IBM Thinkpads.
+
+sys/arch/sparc/stand/common/promdev.c 1.9
+
+ On V0 proms, read the ``idprom'' property at the root node to
+ get to the station's ethernet address. Fixes netbooting on some
+ older SPARCstations where the boot program would otherwise crash.
+
+sys/arch/mac68k/dev/ite_compat.c 1.3
+
+ Correct the implementation of iteopen()/iteclose(). Fixes
+ PR#12022.
+
+usr.sbin/ypserv/ypinit/Makefile.yp 1.14
+
+ Handle multiple-line netgroup entries correctly.
+
+sys/arch/i386/stand/lib/biosdisk.c 1.13
+
+ Add support for booting off RAIDframe RAID1 mirrors. Done by
+ checking the first partition type in biosdiskopen(), and if it
+ is of type FS_RAID, add 64 to d->b_off.
+
+ NOTE: installboot(8) still needs some hacking to DTRT, but at
+ least this way if you can load "/boot" off another partition
+ (e.g, wd0h), then wd0a can be of type `RAID' with a raidframe
+ mirror at the start and the kernel will load OK of wd0a, and with
+ raidctl -A root partitions, it will change root as well.
+
+sys/dev/pckbc/wskbdmap_mfii.c. 1.20
+
+ Cause the ``delete'' key to actually send <DEL> like it used to
+ (and still does with pccons) rather than <ESC>[3~.
+
+usr.sbin/grfconfig/grfconfig.c 1.10
+
+ Fix parameter file checking. Fixes PR#11865.
+
+usr.sbin/apmd/apmd.c 1.17
+
+ Be more picky about running /etc/apm/{battery,line} in response
+ to APM_POWER_CHANGE event. Some BIOSes post this event periodically
Home |
Main Index |
Thread Index |
Old Index