[BACK]Return to CHANGES-1.3.4 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Attic/CHANGES-1.3.4 between version 1.1 and 1.1.2.6

version 1.1, 1999/01/18 03:31:00 version 1.1.2.6, 1999/01/20 07:39:54
Line 0 
Line 1 
   #       $NetBSD$
   
   Changes from NetBSD 1.3.3 to NetBSD 1.3.4:
   
   File                                            Version(s)
   ----                                            --------
   
   sys/netinet/in_pcb.c                            1.56
   
     If INADDR_ANY is given in in_pcbconnect(), choose the ia_addr of the
     first interface, not the ia_broadaddr.  (Fixes PR#5645 and PR#6425.)
     (lukem)
   
   sys/dev/ic/ncr53c9xvar.h                        1.12
   sys/dev/ic/ncr53c9x.c                           1.24
   
     Allocate SCSI message buffers in ncr53c9x_attach(), with a provision
     for front-ends to override the allocation to avoid alignment
     handling in their DMA engines.  (Fixes PR#5180.)  (pk)
   
   usr.bin/ftp/util.c                              patch
   
     Fix 1.3.3 ftp's filename completion (PR#6647).  (frueauf)
   
   sys/arch/i386/i386/ibcs2_machdep.c              patch
   
     Compiling a kernel with COMPAT_IBCS2 and VM86 failed due to a missing
     include of <machine/vm86.h>.  Fix that.  Fixes PR#5574 and PR#5884.
     (frueauf)
   
   sys/sys/cdio.h                                  1.17
   sys/isofs/cd9660/cd9660_vfsops.c                1.35
   sys/dev/scsipi/cd.c                             1.118
   
     Add multisession capability.  (Fixes PR#6093.)  (is)
   
   lib/libc/stdio/freopen.c                        1.8
   
     When reopening in append mode, seek to the end of file in order to have
     the internally kept offset pointer reflect this; ftell(3) would report
     an incorrect current offset otherwise.  Fixes PR#6381.  (kleink)
   
   distrib/sparc/xsets/Makefile                    1.2 (deleted)
   
     Remove long-unused file.  (mrg)
   
   usr.bin/login/login.1                           1.14
   
     Correct documentation of /etc/nologin to note that it does not
     apply to the superuser (PR#6328).  Correct some nroff nits in the
     process.  (fair)
   
   usr.sbin/dhcp/server/Makefile                   1.4
   usr.sbin/dhcp/server/dhcpd.c                    1.2
   
     Don't use the 'Name' RCS keyword; it makes builds harder.  Instead
     use a version string defined by the Makefile.  (cgd)
   
   sys/arch/amiga/dev/sbicvar.h                    1.13
   sys/arch/amiga/dev/sbicreg.h                    1.3
   sys/arch/amiga/dev/atzsc.c                      1.25
   sys/arch/amiga/dev/gtsc.c                       1.24
   sys/arch/amiga/dev/sbic.c                       1.33
   sys/arch/amiga/dev/ahsc.c                       1.21-1.22
   
     Makes the ahsc (Amiga 3000 mainboard SCSI) driver also work for A3000
     machines that have been reworked to support the Apollo3060 CPU
     accelerator board.  (is)
   
   usr.bin/netstat/if.c                            1.30
   usr.bin/netstat/main.c                          1.18
   usr.bin/netstat/netstat.h                       1.11
   usr.bin/netstat/route.c                         1.33
   
     Don't include 'wierd' network spport if "SMALL" is defined, to
     enable a much smaller netstat to be built, which is useful for boot
     media.  (mrg)
   
   distrib/utils/x_netstat/Makefile                1.1 (new)
   
     Build a netstat without 'weird' network support or multicasting
     suppport.  (mrg)
   
   distrib/utils/x_gzip/Makefile                   1.1 (new)
   distrib/utils/x_gzip/gzip.c                     1.1 (new)
   distrib/utils/x_gzip/gzip.1                     1.1 (new)
   
     zlib-based (almost) fully featured free gzip clone, which is
     significantly smaller than the GNU version.  (mrg)
   
   sys/arch/sparc/stand/common/newvers.sh          1.2
   sys/arch/sparc/stand/boot/version               1.8-1.9
   
     Generate boot program version in a manner suitable for branches.  (mrg)
   
   sys/arch/sparc/stand/boot/boot.c                1.3
   
     If /netbsd cannot be booted, look for kernels named /netbsd.gz,
     /netbsd.old, /netbsd.old.gz, /onetbsd, /onetbsd.gz, and /vmunix.  (mrg)
   
   bin/pax/cache.c                                 patch
   
     This fixes a memory leak (due to never actually adding items to the
     hash table).  It may therefore also fix some problems with installing
     on machines with little memory.  (mycroft)
   
   sbin/disklabel/disklabel.c                      1.58 (patch)
   
     Fix a type overflow problem that prevents correct operation on large
     disks in some circumstances (PR#5534).  (drochner)
   
   sys/arch/pmax/dev/rz.c                          1.41
   
     Fixes RZ25 spinup failure: it seems to need a short delay after the
     start command completes.  RZ25 drives would spin up, but would not
     be recognized by the driver during that probe.  (mhitch)
   
   usr.sbin/inetd/inetd.c                          1.45
   
     Fixes a denial-of-service caused by a connection being set up and
     destroyed before accept() gets called.  inetd would sleep in accept()
     because there was no connection available.  (mycroft)
   
   usr.sbin/portmap/portmap.c                      1.13-1.17
   
     Fixes possible denial of service attacks from forged SET and UNSET
     calls, and adds logging features.  (mycroft)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.6

CVSweb <webmaster@jp.NetBSD.org>