Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src complete this file for NetBSD 1.4 -> 1.4.1 changes. pe...



details:   https://anonhg.NetBSD.org/src/rev/e7b546eb70de
branches:  netbsd-1-4
changeset: 469225:e7b546eb70de
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 09 07:40:10 1999 +0000

description:
complete this file for NetBSD 1.4 -> 1.4.1 changes.  perry metzger, you
owe me several nights of unconsciousness for this.

diffstat:

 CHANGES-1.4.1 |  811 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 809 insertions(+), 2 deletions(-)

diffs (truncated from 823 to 300 lines):

diff -r 68847dda1abb -r e7b546eb70de CHANGES-1.4.1
--- a/CHANGES-1.4.1     Mon Aug 09 03:18:37 1999 +0000
+++ b/CHANGES-1.4.1     Mon Aug 09 07:40:10 1999 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: CHANGES-1.4.1,v 1.1.2.5 1999/08/09 03:12:14 cgd Exp $
+#      $NetBSD: CHANGES-1.4.1,v 1.1.2.6 1999/08/09 07:40:10 mrg Exp $
 
-Woefully incomplete partial list of changes from NetBSD 1.4 to NetBSD 1.4.1:
+A complete list of changes from NetBSD 1.4 to NetBSD 1.4.1:
 
 File                                           Version(s)
 ----                                           --------
@@ -425,3 +425,810 @@
 
   Stop profiling when execve()ing another program.  Addresses NetBSD
   Security Advistory SA1999-011.  (ross)
+
+
+sys/arch/mac68k/dev/adb_direct.c               1.23
+
+  make auto power off work on Performa 58x's.  (scottr)
+
+sys/netinet/in_var.h                           1.34
+
+  fix INADDR_TO_IA().  (thorpej)
+
+share/man/man7/release.7                       1.7
+
+  legalize INSTALL.{html,txt,ps,more}.  (is)
+
+etc/etc.amiga/MAKEDEV                          1.48
+
+  create a few lpt* nodes.  (is)
+
+distrib/miniroot/install.sub                   1.28
+
+  media options on sh-miniroot install.  (is)
+
+sys/arch/amiga/dev/hyper.c                     1.9
+sys/arch/amiga/conf/GENERIC                    1.123
+sys/arch/amiga/conf/AMIGA                      1.16
+sys/arch/amiga/conf/DRACO                      1.35
+
+  Support for HyperCom 3+/4+ lpt ports.  (is)
+
+sbin/ifconfig/ifconfig.c                       1.51-1.52
+
+  Don't force "inet" on status display.  (thorpej)
+
+sys/arch/alpha/alpha/pmap.c                    1.94
+
+  Count new resident and wired pages in pmap_kenter*().   (thorpej)
+
+sys/uvm/uvm_page.c                             1.19
+
+  If we run out of virtual space in uvm_pageboot_alloc(), fail
+  gracefully rather than unpredictably.  (thorpej)
+
+sys/arch/i386/i386/pmap.new.c                  1.27
+sys/arch/pc532/pc532/pmap.new.c                        1.13
+sys/uvm/uvm_map.c                              1.40
+sys/uvm/uvm_map.h                              1.12
+sys/uvm/uvm_page.c                             1.20
+
+  fix the 1G RAM bug.  (thorpej)
+
+sys/dev/audio.c                                        1.114-1.115
+
+  Don't clobber the error returned by uiomove() when starting the
+  audio output (in case we got a partial block).  Fixes PR #7722,
+  from Antti Kantee <pooka%iki.fi@localhost>.  (thorpej)
+
+sys/kern/kern_time.c                           1.37
+
+  Make sure "olddelta" is a valid pointer.  (thorpej)
+
+sys/kern/uipc_socket.c                         1.45-1.48
+
+  Fix problem with some transient errors becoming stuck.  Fixes PR
+  #7640 from Havard Eidnes.  (thorpej)
+
+sys/uvm/uvm_map.c                              patch
+
+  Fixes bug in mlock() of anonymous memory.  (thorpej)
+
+sys/ddb/db_aout.c                              1.26
+
+  Don't load the symbol table if it's corrupted.  (thorpej)
+
+distrib/utils/sysinst/msg.mi.fr                        1.18
+distrib/utils/sysinst/arch/i386/menus.md.fr    1.16
+distrib/utils/sysinst/arch/i386/msg.md.fr      1.9
+
+  Sync to English version.  (bouyer)
+
+sys/arch/amiga/conf/GENERIC                    1.124
+syssrc/sys/arch/amiga/conf/AMIGA               1.17
+sys/arch/amiga/conf/DRACO                      1.36
+sys/arch/amiga/conf/MDINSTALL                  1.2
+
+  Allow more than one ed,ed or qn interface.  (is)
+
+sys/uvm/uvm_fault.c                            1.29
+
+  Fixes loss of process data under heavy paging bug.  (chuq)
+
+distrib/mvme68k/miniroot/list                  1.4
+
+  remove strings(1) from list.  (scw)
+
+sys/arch/arm32/arm32/bcopyinout.S              1.19
+
+  Test for zero length copyin() was broken.  (scw)
+
+sys/dev/ic/smc83c170.c                         patch
+
+  Fix transmit timeout problem.  (thorpej)
+
+sys/netinet/if_arp.c                           1.62
+  When sending an ARP reply, make sure to set the length of
+  the outgoing packet.  (thorpej)
+
+syssrc/sys/dev/mii/inphyreg.h                  1.2
+
+  Correct a register number.  (thorpej)
+
+sys/arch/x68k/x68k/locore.s                    1.42,1.44
+
+  Handle F line emulation correctly when FPU_EMULATE is
+  enabled.  (minoura)
+
+sys/arch/x68k/x68k/trap.c                      1.32
+
+  Handle T_ILLINST in kernel mode.  (minoura)
+
+etc/etc.sun3/disktab                           1.4-1.5
+etc/Makefile                                   1.117-1.118
+etc/etc.sun3/Makefile.inc                      1.9
+distrib/notes/common/contents                  1.16
+distrib/notes/sun3/hardware                    1.6
+distrib/notes/sun3/prep                                1.5
+distrib/notes/sun3/whatis                      1.6
+distrib/notes/sun3/xfer                                1.6
+distrib/sun3/Makefile.inc                      1.7
+distrib/sun3/common/Make.crunch                        1.4
+distrib/sun3/common/mini_bin.list              1.5
+distrib/sun3/common/mini_usr.list              1.8
+distrib/sun3/common/mr.disktab                 1.2
+distrib/sun3/miniroot/Makefile                 1.12-1.15
+distrib/sun3/ramdisk/Makefile                  1.7-1.11
+distrib/utils/libhack/Makefile.inc             1.5-1.7
+distrib/utils/libhack/Makefile                 1.7
+distrib/sun3/Makefile                          1.3
+
+  Make sun3 install work again.  (gwr)
+
+sys/arch/x68k/x68k/machdep.c                   1.64
+
+  Message cosmetics.  (minoura)
+
+distrib/x68k/floppies/ramdisk/upgrade.tmpl     1.8
+
+sys/arch/x68k/conf/ALL                         revert 1.29.2.2
+sys/arch/x68k/conf/GENERIC                     revert 1.31.2.2
+sys/arch/x68k/conf/INSTALL                     revert 1.12.2.3
+sys/arch/x68k/conf/SMALL                       revert 1.17.2.2
+sys/arch/x68k/conf/ZSCONS                      revert 1.5.2.2
+
+  FPU_EMULATE now works.  (minoura)
+
+sys/arch/x68k/dev/intio.c                      1.6
+
+  Add missing ia_size argument.  (minoura)
+
+sys/arch/x68k/include/pmap.h                   1.14
+
+  Missing #if for 060 & minor cosmetics.  (minoura)
+
+sys/arch/x68k/x68k/pmap.c                      1.33
+
+  Disable on-chip cache for PT and ST pages for '060 stability.  (minoura)
+
+sys/dev/isa/wdc_isa.c                          1.15
+sys/arch/i386/conf/GENERIC                     1.235
+sys/arch/i386/conf/INSTALL                     1.117
+sys/arch/i386/conf/INSTALL_SMALL               1.39
+sys/arch/i386/conf/INSTALL_TINY                        1.8
+share/man/man4/wdc.4                           1.4
+
+  Enable 32-bit I/O to be specified in kernel configuration.  (bouyer)
+
+lib/csu/common_elf/common.c                    1.2
+
+  Missing error indication in dlerror().  (kleink)
+
+sys/vm/pmap.h                                  1.31
+
+  Make a slight modification of pmap_growkernel() -- it now returns the
+  end of the mappable kernel virtual address space.  Previously, it would
+  get called more often than necessary, because the caller only new what
+  was requested.
+  Also, export uvm_maxkaddr so that uvm_pageboot_alloc() can grow the
+  kernel pmap if necessary, as well.  Note that pmap_growkernel() must
+  now be able to handle being called before pmap_init().  (thorpej)
+
+bin/csh/proc.c                                 1.18-1.20
+
+  Fix potential memory corruption with "kill" builtin.  (cgd)
+
+sys/msdosfs/msdosfs_vnops.c                    1.81
+
+  Silently ignore attributes modifications on directories. Fixes
+  PR kern/7630 by Markus Kurek.  (tron)
+
+usr.sbin/xntp/xntpd/ntp_io.c                   1.10
+
+  Fix abort when multiple interfaces had same IP address.  (bad)
+
+sys/arch/amiga/amiga/disksubr.c                        1.30
+
+  Support for a ... somewhat strange method of doing >512 byte/block
+  ADOSFS partitions. By Matthias Scheler via PR 2559. A diagnostic
+  check was updated by myself.  (is)
+
+sys/arch/mac68k/nubus/nubus.h                  1.45
+sys/arch/mac68k/nubus/grf_nubus.c              1.53
+
+  PR 7021 from Yoshihisa Sugimoto <sugimoto%sums.shiga-med.ac.jp@localhost>: Clear
+  interrupt properly on the RasterOps 24XLTV.  Same as the 24LX.  (briggs)
+
+sys/arch/mac68k/conf/GENERIC                   1.87
+sys/arch/mac68k/conf/INSTALL                   1.2
+
+  Comment out DISABLE_EXT_CACHE.  (briggs)
+
+sys/arch/m68k/fpe/fpu_add.c                    1.3
+sys/arch/m68k/fpe/fpu_arith.h                  1.2
+sys/arch/m68k/fpe/fpu_calcea.c                 1.8
+sys/arch/m68k/fpe/fpu_div.c                    1.2
+sys/arch/m68k/fpe/fpu_emulate.c                        1.21
+sys/arch/m68k/fpe/fpu_emulate.h                        1.5
+sys/arch/m68k/fpe/fpu_explode.c                        1.3
+sys/arch/m68k/fpe/fpu_fmovecr.c                        1.7
+sys/arch/m68k/fpe/fpu_fscale.c                 1.10
+sys/arch/m68k/fpe/fpu_fstore.c                 1.7
+sys/arch/m68k/fpe/fpu_implode.c                        1.4
+sys/arch/m68k/fpe/fpu_int.c                    1.2
+sys/arch/m68k/fpe/fpu_log.c                    1.6
+sys/arch/m68k/fpe/fpu_mul.c                    1.2
+sys/arch/m68k/fpe/fpu_rem.c                    1.4
+sys/arch/m68k/fpe/fpu_sqrt.c                   1.2
+sys/arch/m68k/fpe/fpu_subr.c                   1.3
+
+   Fix FPE.  (briggs)
+
+sys/arch/alpha/conf/Makefile.alpha             1.50
+
+  Fix generation of locore.s dependencies.  (ross)
+
+distrib/notes/mac68k/install                   1.21
+distrib/notes/mac68k/prep                      1.9
+
+  Update.  (ender)
+
+sys/adosfs/adosfs.h                            1.16
+sys/adosfs/adutil.c                            1.18
+
+  Incomplete check for the machine's endianness.  (kleink)
+
+sys/arch/x68k/x68k/machdep.c                   1.65
+
+  mem_exists was called with wrong 2nd argument.  Because of
+  this, >12MB high memory was not detected.  (minoura)
+
+usr.bin/error/subr.c                           1.7-1.8
+
+  String overruns caused by incorrect bounds check.  (christos)
+
+usr.sbin/cron/crontab.c                                1.15
+
+  PR/7662: TheMan: crontab does not think the file changed if the
+  editing session took < 1sec.  (christos)
+
+usr.bin/wall/wall.c                            1.12
+
+  Bogus check for mkstemp() return code [fixed].  (christos)
+
+sys/dev/wscons/wsdisplay_compat_usl.c          1.8-1.9
+
+  Fix X server bell pitch.  (christos)
+
+usr.bin/make/parse.c                           1.42
+
+  Fix awful variable assignment bug in make.  (christos)
+
+sys/arch/arm32/include/Makefile                        1.6
+
+  Make sure to install devmap.h.  (mark)
+
+sys/arch/arm32/riscpc/rpc_machdep.c            1.29



Home | Main Index | Thread Index | Old Index