All Patches for PowerMAX 6.2 are:

base-001    dec-001     mvcs-001    trace-001                           
cmds-001    man-001     rpc-001                                         

================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: base-001
 Date Issued:          05/13/2005 08:58:41
 Software Package:     base pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     cmds-001, mvcs-001, dec-001, man-001

 Brief Description: 
	PowerMAX_OS 6.2 base package release updates
###############################################################################
        PowerMAX OS 6.2SR1 Software Update Package(s):

base-001        Base System Update 001 (6.2SR1)
cmds-001        Advanced Commands Update 001 (6.2SR1)
dec-001         DEC Ethernet Driver Update 001 (6.2SR1)
man-001         On-line Manual Pages Update 001 (6.2SR1)
mvcs-001	MVC Sierra VME Serial Driver 001 (6.2SR1)
rpc-001		Remote Procedure Calls Utilities 001 (6.2SR1)
trace-001	KernelTrace Utilities 001 (6.2SR1)

###############################################################################

	P1: DT3387 - sqrtf(3M) is extremely inaccurate when dealing with 
	    denormed input arguments.

	R1: Special case denormed input arguments as calls to the double
	    precision sqrt.

	P2: DT3303 - "cpu Y" LED indicator on PH920 systems stays on after 
	    the console processor is booted. Both "cpu Y" and "Fail" LEDS 
	    stay red indicating a condition that caused the cpu to reset. 
	    This state is not cleared.

	R2: To reset the cpu, a write to its corresponding "rpic reset" 
	    register is issued. A write of 1 has to be followed by a write 
	    of 0 to clear the LEDs.

	P3: DT3809 - PH920 Cannot access pci cards mounted on a PBX3.  
	    Allocation of PCI IO space fails.

	R3: This was corrected in pci_cfg_base().  When examining the pci
	    base address registers, if a device asks for PCI_MEM_64, we will 
	    treat this as if the entry was non-active and return 0.

	P4: DT3442 - Improper denormalizing of a number in C.

	R4: This is corrected in libc.

	P5: DT3341 - User's application calls sleep, which indirectly calls 
	    the threads library routine _thr_alloc_chunk, and then fork()s 
	    and exec()s another copy of itself.  Since _thr_alloc_chunk never 
	    closes the /dev/zero file descriptor, the count of open file
	    descriptors just increases across each exec until the max open
            fd's is hit and it fails.

	R5: Change _the_alloc_chunk to set the "close on exec" flag for the
	    /dev/zero file descriptor.

	P6: DT3432 - In the is_in_table() routine, there was a call to 
	    strchr() when dealing with directories in the exclude/include 
	    files.  This caused the directory names to be stripped from
	    the beginning of the pathname, not the end, and subdirectories
	    didn't get handled correctly.  The result was that, if the
	    exclude file had a line to exclude a whole directory, the
	    directory and one file was excluded, but all subsequent files 
	    and/or subdirectories within it were extracted.

	R6: Changed the tar(1) to use strrchr() instead of strchr().
 
 Enhancements:
	1. RIQ10101 - Enhanced passwd(1) and yppasswd(1) to allow the
	   enforcement of mixed case passwords.
 
 Object(s) To Be Replaced: 
	/usr/lib/libthread.a
	/usr/lib/libthread.so
	/usr/lib/libc.so.1
	/usr/ccs/lib/libc.a
	/usr/ccs/lib/libc.so
	/usr/ccs/lib/libnc.a
	/usr/ccs/lib/libm.a
	/usr/ccs/lib/libM.a
	/usr/sbin/tar
	/sbin/tar.st
	/stand/cp1
	/etc/conf/pack.d/pci/Driver.o
	/etc/conf/pack.d/serial/Driver.o
	/etc/conf/pack.d/rtserial/Driver.o
	/etc/conf/pack.d/stream/Driver.o	
	/usr/bin/passwd
	/etc/default/passwd
	/usr/lib/locale/C/MSGFILES/core.abi.str
	/etc/conf/pack.d/name/Driver.o

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: cmds-001
 Date Issued:          05/13/2005 09:01:56
 Software Package:     cmds pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 cmds package release updates
###############################################################################

	P1: DT3572 - "cksum" results on PowerMAX systems differ from the
            results produced by the same utility on Sun OS and HPUX.

	R1: The CRC lookup table was replaced to match the CRC calculating
	    algorithm used in POSIX2 implementation.

 Enhancements:
	None.
 
 Object(s) To Be Replaced: 
	/usr/bin/cksum

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: dec-001
 Date Issued:          05/13/2005 09:03:20
 Software Package:     dec pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 dec package release updates
###############################################################################

	P1: DT3586 - When cold booting a PH640 with the DECs and the network 
            switch forced to 100baseT full duplex, DEC 2 does not connect.
	    If you then warm boot, or hit reset on the front of the board,
            it will connect. ifconfig -a shows all networks up and running, 
	    but netstat -i will hang and never return.

	R1: The initialization logic for fixed speed/duplex connections was 
	    not performing the correct reset sequence for the DEC 21140. 
	    As a result the DEC interface would hang on the first TX packet 
	    after the initial TX setup packet.  This change corrects the 
	    reset sequence in the fixed speed/duplex initialization logic.

 
 Enhancements:
	None.
 
 Object(s) To Be Replaced: 
	/etc/conf/pack.d/dec/Driver.o

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: man-001
 Date Issued:          05/13/2005 09:04:08
 Software Package:     man pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 man package release updates
###############################################################################

	P1: DT3307 - Several manpages are not displaying long lines properly 
	    due to a recent change to /usr/ucb/catman.  These manual pages 
	    need to be corrected.

	R1: Modified cmn_err(D3), rmalloc(D3), rmalloc_aligned(D3), 
            rmalloc_lastaligned(D3), dwarf_init(3DWARF), and 
	    dwarf_pclines(3DWARF) manpages to properly display long lines.

	P2: DT3204 - The uname(1) manpage does not mention the -A option.

	R2: The uname(1) manpage has been corrected for the -A option.

 
 Enhancements:
	1. RIQ10101 - Enhanced passwd(1) and yppasswd(1) to allow the 
	   enforcement of mixed case passwords.  The manpages were updated 
           to reflect this enhancement.
 
 Object(s) To Be Replaced: 
	/usr/share/man/man3/cmn_err.3d
	/usr/share/man/cat3/cmn_err.3d.z
	/usr/share/man/man3/rmalloc.3d
	/usr/share/man/cat3/rmalloc.3d.z
	/usr/share/man/man3/rmalloc_aligned.3d
	/usr/share/man/cat3/rmalloc_aligned.3d.z
	/usr/share/man/man3/rmalloc_lastaligned.3d
	/usr/share/man/cat3/rmalloc_lastaligned.3d.z
	/usr/share/man/man3/dwarf_init.3x
	/usr/share/man/cat3/dwarf_init.3x.z
	/usr/share/man/man3/dwarf_pclines.3x
	/usr/share/man/cat3/dwarf_pclines.3x.z
	/usr/share/man/man1/uname.1
	/usr/share/man/cat1/uname.1.z
	/usr/share/man/man1/passwd.1
	/usr/share/man/cat1/passwd.1.z
	/usr/share/man/man1/yppasswd.1
	/usr/share/man/cat1/yppasswd.1.z

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: mvcs-001
 Date Issued:          05/13/2005 09:06:19
 Software Package:     mvcs pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 mvcs package release updates
###############################################################################

	P1: DT3509 - TIOCMGET ioctl command does not work with MVCS streams
            based driver.

	R1: The command was implemented correctly in the driver's ioctl() 
 	    routine but improperly in strioctl().  The value from the data 
	    argument is passed into user space correctly with this fix.

	P2: DT3545 - MVCS RS485 two wire support not implemented in MVCS
            driver.

	R2: Two wire configuration works with both streams and real-time 
	    MVCS drivers.

 
 Enhancements:
	None.
 
 Object(s) To Be Replaced: 
	/etc/conf/pack.d/mvcs/Driver.o
	/usr/include/sys/mvcs.h
	/etc/conf/pack.d/mvcs/space.c
	/etc/conf/mtune.d/mvcs
	/etc/conf/pack.d/mvcsrt/Driver.o
	

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: rpc-001
 Date Issued:          05/13/2005 09:07:14
 Software Package:     rpc pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 rpc package release updates
###############################################################################

 Enhancements:
	1. RIQ10101 - Capability added to allow enforcement of 
           mixed-case passwords.
 
 Object(s) To Be Replaced: 
	/usr/bin/yppasswd

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                        Software Service Release Report
###############################################################################
 Software Update Name: trace-001
 Date Issued:          05/13/2005 09:07:52
 Software Package:     trace pkg (Version 6.2)
 OS Release:           PowerMAX_OS 6.2
 Architecture:         synergy
 Platforms:            Power Hawk 710/720/740/910/920/940
 Related Packages:     base-001

 
 Brief Description: 
	PowerMAX_OS 6.2 trace package release updates
###############################################################################

	P1: ktrace had been changed in 5.1 to interpret the pid into an 
	    ascii name.  This broke customer programs that filtered output
            with "ktrace -v -i" and produced reports in their application.
	    The program expected the "pid=" field to be displayed as pid'tid.

	R1: A new -pidtid option was added to print out pid'tid in verbose 
	    mode.

 Enhancements:
	None.
 
 Object(s) To Be Replaced: 
	/usr/bin/ktrace

 Special Conditions for Installation: 
	None.
 
 Possible Side Effects: 
	None.
                                        return to index
================================================================================