Harris CSD Software Development
                         Software Patch Report

 Patch Name:       cnd7.1-001
 Project:          HCX
 Product:          cnd
 Date Issued:      Wed Jan 17 15:36:28 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: 	N/A

 Related Patches:	cx_rt_develop7.1-006
			eg7.1-003
			cx7.1-050
			tcp_ip7.1-004
			hps7.1-004
			ise7.1-005
			nfs7.1-003
			pg7.1-003

 Related Modification Numbers:	None

 Related SARs:	None

 Problem Description:
	1. During heavy network usage, a Condor Ethernet controller port can
	   experience performance problems due to contention for port resources.

 Resolution Description:
	1. Correct port resource queue access problem in the Condor device driver
	   by implementing a round-robin approach to port queue access management.

 Modified Source:
 usr/src/uts/machine/hcxif/if_cnd.c
 usr/src/uts/machine/hcxif/if_cnd.h

 Object Modules:
 usr/src/uts/machine/hcxif/if_cnd.h
 usr/include/hcxif/if_cnd.h
 lib_cnd	if_cnd.o

 Conditions for Installation:	None

 Possible Side Effects: None
                                        return to index
================================================================================

          Concurrent Computer Corporation Software Development
                         Software Patch Report

 Patch Name:       cnd7.1-002
 Project:          HCX
 Product:          cnd
 Date Issued:      Thu Jun 12 16:57:15 1997


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: none

 Related Modification Numbers: none

 Related SARs: HM12097

 Problem Description:

	Program running with Raw Ethernet (rif) causes Condor board to
	lock up.  Program can't be killed.

	The counter cc_init_wait is used to prevent cnd_configure() and
	cnd_mcast() from running if either cndoutput() or cndintr() is
	running.  Function cndintr() had a possible path that did not
	decrement cc_init_wait before returning causing the condor driver
	to hang.

 Resolution Description:

	Changed code so cc_init_wait is decremented before returning
	in cndintr.

 Modified Source:

	usr/src/uts/machine/hcxif/if_cnd.c

 Object Modules:

	lib_cnd	if_cnd.o

 Conditions for Installation: none

 Possible Side Effects: none
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       eg7.1-001
 Project:          HCX
 Product:          eg
 Date Issued:      Tue Oct 18 14:37:20 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: None.

 Related Modification Numbers: None

 Related SARs: None

 Problem Description: 
   1. The Interphase Eagle driver can read invalid
      data from the short I/O space, causing a panic.

   2. The Interphase Eagle driver does not support the Interphase
      Condor board.

 Resolution Description:
   1. Correct the driver to check for error conditions before using
      data from the short I/O area.
 
   2. Add the ability to support the Interphase Condor board.

 Modified Source: 
   usr/src/uts/machine/hcxif/if_eg.c
   usr/src/uts/machine/hcxif/if_eg.h

 Object Modules:
   usr/src/uts/machine/hcxif/if_eg.h
   lib_eg: if_eg.o

 Conditions for Installation: None.

 Possible Side Effects: None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       eg7.1-002
 Project:          HCX
 Product:          eg
 Date Issued:      Wed Jun 28 15:56:04 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches:
 cx7.1-039

 Related Modification Numbers:
 None.

 Related SARs:
 None.

 Problem Description:
 The Multiple completion per interrupt capability of Eagle/Condor controller
 was not being utilized.  Differences between 6.2 source and 7.1 source
 did not allow a correction discovered in one release to be easily
 incorporated into another release.

 Resolution Description:
 Added support for multiple completions per interrupt and consolidated
 differences between the 6.2 and 7.1 versions of the driver.
 The driver is currently set up such that only
 one #define needs to be changed in order to make the driver under the
 7.1 or 6.2 hcxif directory.
 The same header file is used for both versions of the driver.

 Modified Source:
 usr/src/uts/machine/hcxif/if_eg.c
 usr/src/uts/machine/hcxif/if_eg.h

 Object Modules:
 lib_eg if_eg.o

 Conditions for Installation:
 Patch cx7.1-039 must be installed prior to installing patch eg7.1-002
 in order to have an up-to-date /usr/src/uts/cf/comspace.c file.

 Possible Side Effects:
 None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       eg7.1-003
 Project:          HCX
 Product:          eg
 Date Issued:      Wed Jan 17 15:25:16 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:	N/A

 Related Patches:	cnd7.1-001
			hps7.1-004
			ise7.1-005
			nfs7.1-003
			pg7.1-003
			tcp_ip7.1-004
			cx_rt_develop7.1-006

 Related Modification Numbers:	None

 Related SARs:	None

 Problem Description:	
	1. Need a way to monitor network traffic at the packet level in order to
	   diagnose and correct networking problems.

 Resolution Description:
	1. Add support for the REIOGETSNOOP ioctl to the raw ethernet interface.

 Modified Source:
 usr/src/uts/machine/hcxif/if_eg.c

 Object Modules:
 lib_eg		if_eg.o

 Conditions for Installation:
	Required Patches:
		Patch cx7.1-050

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       eg7.1-004
 Project:          HCX
 Product:          eg
 Date Issued:      Fri Mar  1 10:59:27 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:  TBD

 Related Patches:  None 

 Related Modification Numbers:  None

 Related SARs: None

 Problem Description:
 1. The enconfig command with the -a option does not work properly
    with an Eagle 4207 ethernet controller.
    The -a option is supposed to allow the user to change the ethernet
    hardware address. But when "enconfig -a" is run on an Eagle interface, it
    knocks down the interface.

 2. The variable eg_init_wait is used to control entry into
    eg_configure().
    It was going negative, which it never should do, when
    the driver had multiple completions per interrupt.

 Resolution Description:
 1. The eg driver was changed to use the Initialize Controller command
    instead of the Change Default Node Address command, which
    didn't seem to work right, to change the hardware address.

 2. In egintr(), moved the decrement of eg_init_wait outside of the
    loop which processes multiple completions.

 Modified Source:
 usr/src/uts/machine/hcxif/if_eg.c

 Object Modules:
 lib_eg		if_eg.o

 Conditions for Installation:
 Required patches:
	Patch eg7.1-002
	Patch eg7.1-003

 Install on CX/UX 7.1 only.

 Possible Side Effects:  None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       eg7.1-005
 Project:          HCX
 Product:          eg
 Date Issued:      Wed Mar 27 13:49:49 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: none

 Related Modification Numbers: none

 Related SARs: none

 Problem Description:

	When patch eg7.1-002 was installed, the eg driver was losing
	ethernet packets under heavy loading conditions.  This resulted in
	processes hanging in the RPC subsystem as well as NFS write errors.

 Resolution Description:

	Some multithreading problems were introduced by eg7.1-002 which are
	now corrected in this patch.

 Modified Source:

usr/src/uts/machine/hcxif/if_eg.c

 Object Modules:

lib_eg if_eg.o

 Conditions for Installation: none

 Possible Side Effects: none
                                        return to index
================================================================================

                      Concurrent Computer Systems
                         Software Patch Report

 Patch Name:       eg7.1-006
 Project:          HCX
 Product:          eg
 Date Issued:      Tue Feb 18 09:32:49 1997


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: none

 Related Modification Numbers: none

 Related SARs: HM11998

 Problem Description:

eg7.1-001 introduced the flag EG_SECONDARY_IO.  This caused the eg driver
to fail with boards in secondary I/O because the code for egattach and
egslave compared eg_flags without masking the EG_SECONDARY_IO flag.

 Resolution Description:

Fixed the eg_flag comparisons in egattach and egslave.  Modified egslave
so the correct extended I/O address is used when boards are in secondary
I/O.  (Before the drivers were working in degraded mode.)

 Modified Source:

usr/src/uts/machine/hcxif/if_eg.c

 Object Modules:

lib_eg if_eg.o

 Conditions for Installation: none

 Possible Side Effects: none
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ethernet7.1-001
 Project:          HCX
 Product:          ethernet
 Date Issued:      Fri Mar 18 07:41:52 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: cx7.1-006

 Related Modification Numbers: None.

 Related SARs: None.

 Problem Description:
	The ise was generating large number of underruns on systems with
	global memory.

 Resolution Description:
	The outbound data is now being double-buffered in local memory.

 Modified Source:
	usr/src/uts/machine/hcxif/if_ie.c
	usr/src/uts/machine/hcxif/if_ie.h

 Object Modules:
	lib_hcxif       if_ie.o
	usr/src/uts/machine/hcxif/if_ie.h

 Conditions for Installation: Installation of patch cx7.1-006

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ethernet7.1-002
 Project:          HCX
 Product:          ethernet
 Date Issued:      Mon May  9 17:32:38 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:  TBD

 Related Patches:  None

 Related Modification Numbers:  None

 Related SARs:  HM11214

 Problem Description:
	enconfig displays bogus data

 Resolution Description:
	recompile only - no source changes

 Modified Source:
	None

 Object Modules:
	usr/sbin/enconfig

 Conditions for Installation:
	Install on CX/UX Release 7.1 only.

 Possible Side Effects:
	None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-001
 Project:          HCX
 Product:          ise
 Date Issued:      Tue Aug 30 16:35:45 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:  TBD

 Related Patches:  cx7.1-022

 Related Modification Numbers:  None

 Related SARs:  None

 Problem Description:
	Unbundling of Ethernet products requires this patch to the ise product
	to provide the appropriate system header file and enconfig utility.

 Resolution Description:
	Provide the appropriate system header file and enconfig utility for
	the ise product.

 Modified Source:  None

 Object Modules:
	usr/sbin/enconfig
	usr/src/uts/machine/hcxif/if_ie.h

 Conditions for Installation:
	Install on CX/UX 7.1 only.

 Possible Side Effects:
	None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-002
 Project:          HCX
 Product:          ise
 Date Issued:      Thu May 25 15:30:26 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:
 None.

 Related Patches:
 cx7.1-035

 Related Modification Numbers:
 None.

 Related SARs:
 None.

 Problem Description:
 There is no support for multiple ports on the Condor ethernet
 controller.

 Resolution Description:
 This patch adds support for the Condor ethernet driver to enconfig.

 Modified Source:
 usr/src/cmd/enconfig.c
 usr/man/a_man/man1/enconfig.1m

 Object Modules:
 usr/sbin/enconfig
 usr/catman/a_man/man1/enconfig.1m.z

 Conditions for Installation:
 None.

 Possible Side Effects:
 None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-003
 Project:          HCX
 Product:          ise
 Date Issued:      Thu Jun  8 15:12:46 1995


 Release on Which Patch May Be Installed:   
	7.1

 Release Which Corrects Problem: 
	TBD

 Related Patches: 
	cx7.1-038

 Related Modification Numbers: 
	None.

 Related SARs: 
	HM11401

 Problem Description:
	Patch cx7.1-038 fixes allowing too many user page locks
	to occur in a memory pool.

	As part of that fix, the amount of availrmem in each memory 
	pool must be tracked accurately.  The if_ie driver does not
	currently decrement availrmem when it permanently allocates local 
	memory pages for its buffer space.

 Resolution Description:
	When local memory pages are permanently allocated for buffer space,
	decrement the availrmem / mp_availrmem counters.

 Modified Source:
	usr/src/uts/machine/hcxif/if_ie.c

 Object Modules:
	lib_ise 	if_ie.o

 Conditions for Installation:
	Any CX/UX 7.1 system with ISE ethernet.

 Possible Side Effects:
	None.

                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-004
 Project:          HCX
 Product:          ise
 Date Issued:      Tue Sep  5 10:42:53 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: None

 Related Modification Numbers: N/A

 Related SARs: N/A

 Problem Description:

  When all ise ethernet command buffers are exhausted, the machine will 
  panic.  This was caused by not checking if the buffer had any room left.

 Resolution Description:

  Check the command buffers, and pause if they are all full.

 Modified Source:

  usr/src/uts/machine/hcxif/if_ie.c

 Object Modules:

  lib_ise	if_ie.o

 Conditions for Installation: None

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-005
 Project:          HCX
 Product:          ise
 Date Issued:      Wed Jan 17 16:20:13 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: 	N/A

 Related Patches:	cx_rt_develop7.1-006
			eg7.1-003
			cnd7.1-001
			tcp_ip7.1-004
			hps7.1-004
			nfs7.1-003
			pg7.1-003

 Related Modification Numbers:	None

 Related SARs:	None

 Problem Description:
	1. Need a way to monitor network traffic at the packet level in order to
	   diagnose and correct networking problems.

 Resolution Description:
	1. Add support for the REIOGETSNOOP ioctl to the raw ethernet interface.

 Modified Source:
 usr/man/a_man/man7/ethernet.7
 usr/src/uts/machine/hcxif/if_ex.c
 usr/src/uts/machine/hcxif/if_ie.c

 Object Modules:
 usr/man/a_man/man7/ethernet.7
 usr/catman/a_man/man7/ethernet.7.z
 lib_ise	if_ex.o
 lib_ise	if_ie.o

 Conditions for Installation:
	Required Patches:
		Patch cx7.1-050

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       ise7.1-006
 Project:          HCX
 Product:          ise
 Date Issued:      Fri Mar  1 13:51:50 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:	TBD

 Related Patches: None

 Related Modification Numbers: None

 Related SARs: None

 Problem Description:

	The enconfig command would give wrong information and/or give a "can't
        read /dev/kmem" error message.

 Resolution Description:

	Recompile enconfig command due to header file changes.

 Modified Source:

 Object Modules:
usr/sbin/enconfig

 Conditions for Installation:	None.

 Possible Side Effects:		None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       pg7.1-001
 Project:          HCX
 Product:          pg
 Date Issued:      Wed Nov 23 10:38:13 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: cx7.1-025

 Related Modification Numbers: None.

 Related SARs: None.

 Problem Description:
 	The Interphase 5211 controller did not utilize VME64.

 Resolution Description:
 	Modified the 5211 driver to pass the 5211 a VME64 address modifier
 	which the 5211 uses for all DMA tranfers.

 Modified Source:
	usr/src/uts/machine/hcxif/if_pg.c
	usr/src/uts/machine/hcxif/if_pg.h

 Object Modules:
	lib_pg	if_pg.o

 Conditions for Installation:
	Patch cx7.1-025 must be installed.

 Possible Side Effects: 
	Some 5800s do not support VME64.  The 5211 will cause system hangs
	and/or panics if VME64 is utilized on such a system.  If this occurs
	edit /usr/src/uts/machine/cf/comspace.c and change
		int pg_allow_VME64 = TRUE;
			to
		int pg_allow_VME64 = FALSE;
	This change will disable VME64 mode on the 5211 controller.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       pg7.1-002
 Project:          HCX
 Product:          pg
 Date Issued:      Mon Apr 10 11:07:16 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:
 None.

 Related Patches:
 None.

 Related Modification Numbers:
 None.

 Related SARs:
 None.

 Problem Description:
 Due to the write-posting hardware feature of the NH5000, 
 it is possible for a VME write operation to
 be delayed due to a higher priority processor board. 
 In certain situations, this feature can allow a process running on
 a higher priority processor board to complete its write 
 ahead of a process running on a lower priority processor board.
 This delay of the VME write operation can occur
 in spite of the fact that the process running on the 
 lower priority processor board initiated the write first. 

 As an example, assume a system configuration that includes a processor
 board in slot 1, a processor board in slot 4, and an FDDI board in an
 VME/HVME slot location.
 Assume that there is a process running on processor board 4 (process 4)
 and that there is a process running on processor board 1 (process 1).
 Both of these processes need to write to a board register on the FDDI board. 

 The board registers are protected with a spin lock. 
 In this example, process 4 acquires the lock
 for the board registers and then writes to the board registers.

 The hardware on board 4 allows process 4 to continue and posts the
 write to occur later on the VME bus.
 Process 4 incorrectly assumes that its write to the board registers
 is complete and unlocks the lock for the board registers.

 Meanwhile, process 1 determines that the lock for the board registers
 is unlocked and initiates its write to the same board register.
 Since the processor board that process 1 is running on has priority
 on the VME bus, process 1's write is allowed to occur before the write
 for process 4, even though process 4 initiated its write first.  

 In this example, the writes to the board occurred in a different 
 sequence than was intended by the FDDI device driver writer. 
 This produced unwanted results.

 Resolution Description:
 Perform a read operation to a VME address after a write operation 
 prior to resetting the lock for the board registers.


 Modified Source:
 usr/src/uts/machine/hcxif/if_pg.c

 Object Modules:
 lib_pg if_pg.o

 Conditions for Installation:
 None.

 Possible Side Effects:
 None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       pg7.1-003
 Project:          HCX
 Product:          pg
 Date Issued:      Wed Jan 17 16:35:29 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: 	N/A

 Related Patches:	cnd7.1-001
			nfs7.1-003
			eg7.1-003
			tcp_ip7.1-004
			hps7.1-004
			ise7.1-005
			cx_rt_develop7.1-006

 Related Modification Numbers:	None

 Related SARs:	None

 Problem Description:
	1.  Need a way to monitor network traffic at the packet level in order to
	    diagnose and correct networking problems.

 Resolution Description:
	1.  Add support for the REIOGETSNOOP ioctl to the raw ethernet interface.

 Modified Source:
 usr/src/uts/machine/hcxif/if_pg.c

 Object Modules:
 lib_pg		if_pg.o

 Conditions for Installation:
	Required Patches:
		Patch cx7.1-050

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       pg7.1-004
 Project:          HCX
 Product:          pg
 Date Issued:      Fri Oct  4 11:59:08 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:
	TBD

 Related Patches:
	None

 Related Modification Numbers:
	None

 Related SARs:
	None

 Problem Description:
	The Interphase 5211 controller would fail to reset at system boot time.
        The driver would check hardware status before it was valid.

 Resolution Description:
	Modified the 5211 driver pg_reset() routine to allow more time for the
        hardware to reset itself.

 Modified Source:
	usr/src/uts/machine/hcxif/if_pg.c

 Object Modules:
	lib_pg  if_pg.o

 Conditions for Installation:
	None

 Possible Side Effects:
	None

                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-001
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Fri Sep 23 15:25:19 1994


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: None

 Related Modification Numbers: None

 Related SARs: None

 Problem Description:
    It is possible to release a socket structure while still 
    keeping a reference to it. Accessing this structure later 
    causes a system panic.

 Resolution Description:
    Remove the reference to the structure when it is released.

 Modified Source:
    usr/src/uts/machine/netinet/tcp_input.c

 Object Modules:
    lib_netinet: tcp_input.o
    lib_netinet: in_pcb.o
    lib_netinet: ip_input.o
    lib_netinet: ip_output.o

 Conditions for Installation: None

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-002
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Tue Jan  3 11:28:21 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: cx7.1-028

 Related Modification Numbers: None.

 Related SARs: None.

 Problem Description:
    Optimum performance and maximum compatibility require the
    ability to set the TCP/IP send and receive window sizes
    and determine if they should shrink to reflect the window
    sizes of the other side of the connection.

 Resolution Description:
    Add an option to permit the window size to shrink or not to 
    reflect the window size of the other side of the connection.

    Add an option to permit the size of the receive
    and send windows to be set when the kernel is built.

 Modified Source:
    usr/src/uts/machine/netinet/tcp_input.c
    usr/src/uts/machine/netinet/tcp_subr.c
    usr/src/uts/machine/netinet/tcp_usrreq.c

 Object Modules:
 lib_netinet tcp_input.o, tcp_subr.o, tcp_usrreq.o

 Conditions for Installation: 
    Must be installed with cx7.1-028 which contains the changes
    to the usr/src/uts/machine/cf/space.c file to permit the
    required conditions to be set for the modules in this patch.

 Possible Side Effects: None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-003
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Tue Dec  5 14:19:43 1995


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: none

 Related Modification Numbers: none

 Related SARs: none

 Problem Description: The command nslookup and the daemon named
	are old.  They are based on the 4.8 version of bind
	which has bugs.

 Resolution Description: The new code is the 4.9.3-beta version
	of bind which corrects many of the bugs in the older
	version and has additional enhancements.  In addition,
	the latest DNS rfcs are added.

 Modified Source:

	usr/man/a_man/man1/named-xfer.1m
	usr/man/a_man/man1/named.1m
	usr/man/u_man/man1/nslookup.1c
	usr/src/cmd/named/conf/options.h
	usr/src/cmd/named/conf/portability.h
	usr/src/cmd/named/include/arpa/inet.h
	usr/src/cmd/named/include/arpa/nameser.h
	usr/src/cmd/named/include/netdb.h
	usr/src/cmd/named/include/resolv.h
	usr/src/cmd/named/include/sys/bitypes.h
	usr/src/cmd/named/include/sys/cdefs.h
	usr/src/cmd/named/include/sys/ioctl.h
	usr/src/cmd/named/resolve/gethnamaddr.c
	usr/src/cmd/named/resolve/getnetbyaddr.c
	usr/src/cmd/named/resolve/getnetbyname.c
	usr/src/cmd/named/resolve/getnetent.c
	usr/src/cmd/named/resolve/getnetnamadr.c
	usr/src/cmd/named/resolve/herror.c
	usr/src/cmd/named/resolve/inet_addr.c
	usr/src/cmd/named/resolve/libresolv.mk
	usr/src/cmd/named/resolve/nsap_addr.c
	usr/src/cmd/named/resolve/res_comp.c
	usr/src/cmd/named/resolve/res_debug.c
	usr/src/cmd/named/resolve/res_init.c
	usr/src/cmd/named/resolve/res_mkquery.c
	usr/src/cmd/named/resolve/res_query.c
	usr/src/cmd/named/resolve/res_send.c
	usr/src/cmd/named/resolve/sethostent.c
	usr/src/cmd/named/db_defs.h
	usr/src/cmd/named/db_func.h
	usr/src/cmd/named/db_glob.h
	usr/src/cmd/named/db_glue.c
	usr/src/cmd/named/db_secure.c
	usr/src/cmd/named/dmalloc.c
	usr/src/cmd/named/dmalloc.h
	usr/src/cmd/named/named-xfer.c
	usr/src/cmd/named/named.h
	usr/src/cmd/named/named.reload.sh
	usr/src/cmd/named/named.restart.sh
	usr/src/cmd/named/ns_defs.h
	usr/src/cmd/named/ns_func.h
	usr/src/cmd/named/ns_glob.h
	usr/src/cmd/named/ns_ncache.c
	usr/src/cmd/named/ns_validate.c
	usr/src/cmd/named/pathnames.h
	usr/src/cmd/named/storage.c
	usr/src/cmd/named/tree.c
	usr/src/cmd/named/tree.h
	usr/src/cmd/names/Version.c
	usr/src/cmd/named/db.h
	usr/src/cmd/named/db_dump.c
	usr/src/cmd/named/db_load.c
	usr/src/cmd/named/db_lookup.c
	usr/src/cmd/named/db_reload.c
	usr/src/cmd/named/db_save.c
	usr/src/cmd/named/db_update.c
	usr/src/cmd/named/named.mk
	usr/src/cmd/named/ns.h
	usr/src/cmd/named/ns_forw.c
	usr/src/cmd/named/ns_init.c
	usr/src/cmd/named/ns_main.c
	usr/src/cmd/named/ns_maint.c
	usr/src/cmd/named/ns_req.c
	usr/src/cmd/named/ns_resp.c
	usr/src/cmd/named/ns_sort.c
	usr/src/cmd/named/ns_stats.c
	usr/src/cmd/nslookup/commands.l
	usr/src/cmd/nslookup/debug.c
	usr/src/cmd/nslookup/getinfo.c
	usr/src/cmd/nslookup/list.c
	usr/src/cmd/nslookup/main.c
	usr/src/cmd/nslookup/nslookup.help
	usr/src/cmd/nslookup/nslookup.mk
	usr/src/cmd/nslookup/pathnames.h
	usr/src/cmd/nslookup/res.h
	usr/src/cmd/nslookup/send.c
	usr/src/cmd/nslookup/skip.c
	usr/src/cmd/nslookup/subr.c

 Object Modules:

	usr/etc/named
	usr/etc/named-xfer
	usr/sbin/nslookup
	usr/catman/a_man/man1/named-xfer.1m.z
	usr/catman/a_man/man1/named.1m.z
	usr/catman/u_man/man1/nslookup.1c.z
	usr/man/a_man/man1/named-xfer.1m
	usr/man/a_man/man1/named.1m
	usr/man/u_man/man1/nslookup.1c
	usr/doc/rfc1032.lpr
	usr/doc/rfc1033.lpr
	usr/doc/rfc1034.lpr
	usr/doc/rfc1035.lpr
	usr/doc/rfc1535.lpr
	usr/doc/rfc1536.lpr
	usr/doc/rfc1537.lpr

 Conditions for Installation: none

 Possible Side Effects: none
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-004
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Wed Jan 17 15:44:12 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem:	N/A

 Related Patches:	cx_rt_develop7.1-006
			eg7.1-003
			cnd7.1-001
			hps7.1-004
			ise7.1-005
			nfs7.1-003
			pg7.1-003

 Related Modification Numbers:	None

 Related SARs:	None

 Problem Description:
	1.  Remote port hang ups and ARP table 
	configurations.

 Resolution Description:
	1.  Remove zero length mbufs

 Modified Source:
 usr/src/cmd/etc/services
 usr/src/cmd/ftp/ftpd.c
 usr/src/uts/machine/netinet/if_ether.c
 usr/src/uts/machine/netinet/ip_output.c

 Object Modules:
 etc/services
 usr/etc/ftpd
 lib_netinet	if_ether.o
 lib_netinet	ip_output.o

 Conditions for Installation:
	File services may need to be merged with old services
		(now called services.tcp_ip7.1-004.save)
	Required Patches:
		Patch cx7.1-050

 Possible Side Effects: None
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-005
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Tue Jul 16 13:47:28 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: None.

 Related Modification Numbers: None.

 Related SARs: None.

 Problem Description:
	Additional ifconfig(1M) invocations to reset and initialize a network 
	interface may result in a stale routing structure entry being used.  
	This will result in a data access exception system panic().

 Resolution Description:
	Code in the udp_usrreq() PRU_SEND case was added in order to keep the 
	inpcb structure's routing structure pointer field up to date.

 Modified Source:
	usr/src/uts/machine/netinet/udp_usrreq.c
 
 Object Modules:
	lib_netinet	udp_usrreq.o

 Conditions for Installation:
	Any Series 4000 or Series 5000 system.

 Possible Side Effects:
	None.
                                        return to index
================================================================================

                    Harris CSD Software Development
                         Software Patch Report

 Patch Name:       tcp_ip7.1-006
 Project:          HCX
 Product:          tcp_ip
 Date Issued:      Mon Sep 30 14:58:51 1996


 Release on Which Patch May Be Installed:   7.1

 Release Which Corrects Problem: TBD

 Related Patches: none

 Related Modification Numbers: none

 Related SARs: HM11928

 Problem Description:

        ifconfig does not set netmask correctly when it is called to assign
	the address parameter and the netmask parameter.  This is because
	ifconfig first sets the netmask then sets the address and when
	setting the address the netmask gets set to its default value.

 Resolution Description:

        Changed ifconfig command so another netmask call is done after the
	set address call.  Note: This change is being copied from the 6.2
	version that fixed the problem.

 Modified Source:

usr/src/cmd/ifconfig/ifconfig.c

 Object Modules:

/usr/sbin/ifconfig

 Conditions for Installation: none

 Possible Side Effects: none
                                        return to index
================================================================================