All Patches for PowerMAX Tools are:

Nviewp-001	nsim-003		ntrace-007	ntracelog-006
Nviewp-002	nsimserver-3.2.2-002	ntrace-008	ntracelog-007 
datamon-001	nsimserver-002 (3.4)	ntraceapi-004	x11progs-008   
datamon-002	nsimserver-003		ntraceapi-007	ntune-001
nprob-001	ntrace-001		ntracelog-001	x11dev-003
nprobe-001	ntrace-002		ntracelog-002	x11dev-004 
nsim-001	ntrace-004		ntracelog-003	x11dev-008 
nsim-3.2.2-002	ntrace-005		ntracelog-004	x11progs-003
nsim-002 (3.4)	ntrace-006		ntracelog-005 

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report
   
 Patch Name:          NightView-001
 Date Issued:          01-Aug-2003
 Software Package:    NightView-001 pkg (Version 5.6)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none
 
 Brief Description:
   This patch contains corrections to the NightView Debugger version 5.6.
 
 Change Descriptions:

      1) NightView now uses the correct bit size to access Ada
         record components.  Previously, under some conditions,
         record components whose size was not a multiple of 8
         were incorrectly evaluated by NightView.


 Files To Be Replaced: 

      /usr/bin/snview
      /usr/bin/xnview
      /usr/lib/HyperHelp/manuals/nview-err.hlp

 Special Conditions for Installation: 

      None.
 
 Possible Side Effects: 

      None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          NightView-001
 Date Issued:          25-Oct-2004
 Software Package:     NightView (Version 5.9)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch corrects the following problems:

   o Attaching to a process that had previously been debugged would create
     new patch areas.  This could lead to problems as more patch areas were
     created for each attach.  NightView now uses the same patch areas from
     the original debug session.

   o NightView would sometimes abort during forward-search command if the
     text was not found.

   o The user process would sometimes abort if you did a next command to
     step over a routine that creates a new thread.

   o In the Data Window, displaying a pointer as an array could fail to
     determine the size of the elements.

   o In the Customizing Command Buttons section of the User's Guide, there
     is a correction to the description of how to create a button that runs
     multiple commands, and the example is expanded to show that case.

 Files To Be Replaced:

   /usr/bin/xnview
   /usr/bin/snview
   /usr/lib/HyperHelp/manuals/0100-nview.hhp
   /usr/lib/HyperHelp/manuals/nview-err.fts
   /usr/lib/HyperHelp/manuals/nview-err.hlp
   /usr/lib/HyperHelp/manuals/nview-err.txt
   /usr/lib/HyperHelp/manuals/nview-err.xl
   /usr/lib/HyperHelp/manuals/nview.cnt
   /usr/lib/HyperHelp/manuals/nview.fts
   /usr/lib/HyperHelp/manuals/nview.hlp
   /usr/lib/HyperHelp/manuals/nview.xl

 Special Conditions for Installation:
    None.

 Possible Side Effects:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report
   
 Patch Name:          Nviewp-001
 Date Issued:          05-Feb-2003
 Software Package:    Nviewp-001 pkg (Version 5.5)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none
 
 Brief Description:
   This patch contains corrections to NightView Debugging Support version 5.5.
 
 Change Descriptions:

      1) NightView now allows accessing and modifying vector registers
         in programs running on PowerHawk 700 Series boards that
         include the MPC7410 chip.  Previously, it did not recognize
         the MPC7410 CPU as having vector registers.

 Files To Be Replaced: 

      /usr/lib/NightView-5.5/NightView.p

 Special Conditions for Installation: 

      None.
 
 Possible Side Effects: 

      None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          Nviewp-001
 Date Issued:          25-Oct-2004
 Software Package:     Nviewp (Version 5.9)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch corrects the following problems:

   o Attaching to a process that had previously been debugged would create
     new patch areas.  This could lead to problems as more patch areas were
     created for each attach.  NightView now uses the same patch areas from
     the original debug session.

   o The user process would sometimes abort if you did a next command to
     step over a routine that creates a new thread.

 Files To Be Replaced:

   /usr/lib/NightView-5.9/NightView.p

 Special Conditions for Installation:
    None.

 Possible Side Effects:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          Nviewp-002
 Date Issued:          03-Nov-2004
 Software Package:     Nviewp (Version 5.9)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch corrects the following problems:

   o Adds support for detection of Power Hawk 940 series systems
     which is required for vector register support.

 Files To Be Replaced:

   /usr/lib/NightView-5.9/NightView.p

 Special Conditions for Installation:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report
   
 Patch Name:          datamon-001
 Date Issued:          26-Jul-2001
 Software Package:    datamon-001 pkg (Version 3.3.1)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none
 
 Brief Description:

    This patch contains corrections to the Data Monitoring Library 3.3.1.
 
 Problem Description:

    1) The dm_peek routine was incorrectly returning values of
       one-byte and two-byte entities when the size of the destination 
       buffer was less than four bytes.
 
    2) The dm_peek routine was not appropriately filling high order
       bytes in destination buffers larger than 4 bytes when returning
       values of non-composite types.
 
    3) The dm_get_descriptor routine was incorrectly identifying
       signed character types; it was reporting them as unsigned characters.

 Problem Resolution:

    All of the problems listed above were corrected.

 Files To Be Replaced: 

    /usr/lib/libdm.a

 Special Conditions for Installation: 

    None.
 
 Possible Side Effects: 

    None.
                                        return to index
================================================================================


              Concurrent Computer Corporation Software Development
                            Software Patch Report
   
 Patch Name:          datamon-002
 Date Issued:          03-May-2002
 Software Package:    datamon-002 pkg (Version 3.3.1)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none
 
 Brief Description:

    This patch contains corrections to the Data Monitoring Library 3.3.1.
 
 Problem Description:

    1) The library contained portions of the libud.a library which
       where inappropriate for linking with Fortran programs that
       used the NightTrace bindings.  The libud.a portions have
       been removed from the library; users must now add -lud to
       link rules for program that use the Data Monitoring Library.

 Problem Resolution:

    All of the problems listed above were corrected.

 Files To Be Replaced: 

    /usr/lib/libdm.a

 Special Conditions for Installation: 

   None.
 
 Possible Side Effects: 

   Commands which build programs that utilize the Data Monitoring
   Library will now need to explicitly include the libud library;
   for example, cc -o main main.c -ldm -lud.
                                        return to index
================================================================================


              Harris CSC Software Development
                    Software Patch Report
	
 Patch Name:          nprob-001
 Date Issued:          10/06/95 13:18:53
 Software Package:     nprobe pkg (Version 2.1)
 OS Release:           PowerUNIX 2.1.1
 Architectures:        nh6800
 Related Patches:      none
 Related SARS:         none
 
 Brief Description:
      NightProbe 2.1 (Power UNIX) miscellaneous problem fixes.
 
 Problem Description:
      1. Non-word aligned data locations in Ada programs could get displayed
	 incorrectly.
      2. Large structures were getting truncated.
      3. Nprobe could terminate when opening an invalid recorded data file
	 from within the List Viewer.
      4. Several non-fatal problems were appearing.

 Problem Resolution: 
      All problems were resolved.
 
 Object To Be Replaced: 
      usr/bin/nprobe
 
 Special Conditions for Installation: 
      None.
 
 Possible Side Effects: 
      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nprobe-001
 Date Issued:          17-Dec-2004
 Software Package:     NightProbe (Version 2.8)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      nprobeserv-001

 Brief Description:

      This patch contains enhancements and corrections to NightProbe 2.8.

 Change Description:

      1)  NightProbe 2.8 fails to load all X resouces from
          /usr/lib/x11/app-defaults/Nprobe if the envoenment variable
          LC_ALL="POSIX".  This resulted in missing button labels and
          malformed dialogs.  The cause of the problem was an 8-bit character
          representing the greek letter, "mu", inside the
          /usr/lib/x11/app-defaults/Nprobe resource file.

          The letter "mu" is now encoded using 7-bit characters, making it
          safe for use with LC_ALL=POSIX.

 Files To Be Replaced:

      /usr/lib/x11/app-default/Nprobe

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsim-001
 Date Issued:          18-Jul-2001
 Software Package:     NightSim (Version 3.2.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:     nsimserver-001

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.2.2.

 Change Description:

      1)  NightSim no longer occasionally fails with a segmentation fault
          when closing the Monitor Window.

      2)  NightSim is now able to select an active Closely-Coupled scheduler
          that was created using a previous version of NightSim.

      3)  With this version of NightSim, an active scheduler may be selected
          on the target system even when NightSim is invoked by the root user.

      4)  NightSim was unable to select an active scheduler properly if
          another user had created an FBS on the same target.  NightSim is
          now able to properly list the available schedulers, even when
          another user owns an FBS on the same target.

      5)  NightSim now correctly displays config file paths which are very
          long (100 or more characters).

      6)  When using a Real Time Clock as the timing source for a
          Closely-Coupled or RCIM-Coupled scheduler, NightSim would start
          the RTC prior to starting the FBS.  This could cause a race
          condition between the initial interrupt and the messages
          passed to each target while starting each individual target
          FBS by the operating system.  NightSim now starts the RTC
          after the distributed FBS is started, ensuring a synchronized
          start on all targets.

      7)  NightSim no longer occasionally fails with a segmentation
          fault when closing the Scheduler Window after using the Edit
          Process window.

      8)  NightSim now only changes data on the Edit Process Window
          when absolutely necessary.

      9)  NightSim presents the Target Name field on the Edit Process Window
          differently depending on the selected Distribution of the scheduler.
          This presentation makes it easier to avoid potential errors caused
          by the inappropriate modification of the target name.

      10) When changing the Timing Host name or Distribution of the Scheduler
          Window, NightSim would occasionally choose to reassign scheduled
          process to the Timing Host.  NightSim no longer changes the target
          on which a process is scheduled without first confirming the change
          with the user.

      11) NightSim now properly finalizes the KoalaTalk library when
          shutting down, allowing the removal of ICE library support files
          created in /tmp and /dev.

      12) NightSim no longer occasionally fails with a segmentation fault
          when closing the Verify Scheduler Window.

 Files To Be Replaced:

      usr/bin/nsim
      usr/lib/X11/app-defaults/Nsim
      usr/lib/locale/C/LC_MESSAGES/NightSim-3.2.2-text

 Special Conditions for Installation:

        None.

 Possible Side Effects:

        None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsim-3.2.2-002
 Date Issued:           4-Sep-2001
 Software Package:     NightSim (Version 3.2.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:     nsimserver-3.2.2-002

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.2.2.

 Change Description:

      1)  NightSim now supports Closely-Coupled configurations on
          the Power Hawk Series 700 platform.

      2)  NightSim now permits a user to enter a target name in the
          Edit Process Window when configuring a Closely-Coupled
          scheduler in Off-Line mode.

      3)  NightSim now correctly identifies an installed and configured RCIM
          device on a target system and permits RCIM-Coupled scheduling only
          when such a device is actually present.

 Files To Be Replaced:

      usr/bin/nsim

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsim-002
 Date Issued:          15-Jun-2005
 Software Package:     NightSim (Version 3.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:     nsimserver-002

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.4.

 Change Description:

      1)  NightSim now supports the additional devices on the RCIM II board
          on Red Hawk Target systems.

      2)  NightSim now configures and attaches the timer source on 'Setup'
          instead of waiting until 'Start' is pressed.  This allows earlier
          detection of problems with the selected timer source, if there
          are any.

      3)  This patch makes it easier to change the target system for a
          scheduled process if a problem is encountered while loading
          a NightSim configuration file.

      4)  NightSim could occasionally get a segmentation fault when loading
          a NightSim configuration file.  This patch fixes problems with
          initialization of internal data structures which led to that
          segmentation fault.

      5)  When saving a configuration as a script, and the configuration
          scheduled /idle processes, The script was unable to properly
          schedule the /idle pseudo process.  This patch modifies the generated
          script to ensure that the idle pseudo-process is properly scheduled.

      6)  The nsim '-f' option is now optional.  Configuration files may be
          specified on the command line without the -f option.  This usage
          is more consistent with the other NightStar tools.

      7)  Some X servers had difficulty displaying the greek 'mu' character,
          representing 'micro', as in micro-seconds.  This patch eliminates
          the use of the greek letter, 'mu', replacing it with the 'u'
          character.

      8)  A new Exit confirmation dialog pops up when you attempt to exit with
          an active scheduler running.

      9)  A race condition between NightSim and the KoalaTalk server, ktserv,
          was fixed, allowing NightSim to more reliably establish
          communications with the server on uniprocessor systems.

 Files To Be Replaced:

      usr/bin/nsim
      usr/lib/X11/app-defaults/Nsim
      usr/lib/locale/C/LC_MESSAGES/NightSim-3.4-tex

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsim-003
 Date Issued:          17-Jan-2007
 Software Package:     NightSim (Version 3.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2, & 6.3
 Architectures:        ppc
 Related Patches:     nsimserver-003

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.4.

 Change Description:

      1)  nsim no longer kills nsim.serv periodically without good reason.
          A faulty logic path allowed nsim to consider a good nsim.serv
          invalid, forcing the startup of a new server.

      2)  nsim no longer leaves ICE library file descriptors open after
          deciding that a server is defunct.


 Files To Be Replaced:


      /usr/bin/nsim

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsimserver-001
 Date Issued:          17-Jul-2001
 Software Package:     NightSim (Version 3.2.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:     nsim-001

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.2.2.

 Change Description:

      1)  The NightSim Server is now able to perform appropriate services
          in order to permit NightSim to select an active Closely-Coupled
          scheduler that was created using a previous version of NightSim.

      2)  The NightSim Server now treats privileges appropriately when
          nsim.serv is invoked on the target by the root user.

      3)  The NightSim server now properly adjusts its Maximum Privileges
          when invoking other target processes on behalf of the NightSim user.

      4)  The NightSim Server now properly finalizes the KoalaTalk library
          when shutting down, allowing the removal of ICE library support
          files created in /tmp and /dev.

 Files To Be Replaced:

      usr/lib/NightSim-3.2.2/nsim.serv
      usr/lib/NightSim-3.2.2/nsim.tfm
      usr/lib/NightSim-3.2.2/nsim.nview.rtcp
      usr/lib/NightSim-3.2.2/nsim.xterm.rtcp

 Special Conditions for Installation:

        None.

 Possible Side Effects:

        None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsimserver-3.2.2-002
 Date Issued:           4-Sep-2001
 Software Package:     NightSim (Version 3.2.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:     nsim-3.2.2-002

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.2.2.

 Change Description:

      1)  NightSim now supports Closely-Coupled configurations on
          the Power Hawk Series 700 platform.

      2)  NightSim now correctly identifies an installed and configured RCIM
          device on a target system and permits RCIM-Coupled scheduling only
          when such a device is actually present.

 Files To Be Replaced:

      usr/lib/NightSim-3.2.2/nsim.serv

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsimserver-002
 Date Issued:          15-Jun-2005
 Software Package:     NightSim (Version 3.4)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:     nsim-002

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.4.

 Change Description:

      1)  The NightSim server now supports the additional devices on the
          RCIM II board on Red Hawk Target systems.

      2)  The NightSim server now configures and attaches the timer source
          on 'Setup' instead of waiting until 'Start' is pressed.
          This allows earlier detection of problems with the selected timer
          source, if there are any.

 Files To Be Replaced:

      usr/lib/NightSim-3.4/nsim.nview.rtcp
      usr/lib/NightSim-3.4/nsim.serv
      usr/lib/NightSim-3.4/nsim.tfm
      usr/lib/NightSim-3.4/nsim.xterm.rtcp

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          nsimserver-003
 Date Issued:          17-Jan-2007
 Software Package:     NightSim (Version 3.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2, & 6.3
 Architectures:        ppc
 Related Patches:     nsim-003

 Brief Description:

      This patch contains enhancements and corrections to NightSim 3.4.

 Change Description:

      1)  nsim.serv no longer terminates when -D debug flags are used.
          The NightSim server no longer closes the debug log file descriptor.

 Files To Be Replaced:

      /usr/lib/NightSim-3.4/nsim.serv

 Special Conditions for Installation:

      None.

 Possible Side Effects:

      None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-001
 Date Issued:          05-April-2001
 Software Package:     NightTrace (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

	This patch contains enhancements and corrections to NightTrace 4.2.

 Change Description:

	1) NightTrace now correctly merges kernel and user trace files
           when the kernel trace file was generated in buffer-wrap mode.
	   Previously, if the kernel buffers actually wrapped around,
	   NightTrace would incorrectly display kernel event as occurring
	   at an incorrect time.
			
	2) NightTrace was enhanced to indicate loss of kernel events.  This
	   change is dependent on PowerMAX OS patch 4.3P6.  When lost events 
	   are encountered in kernel trace files, a corresponding 'L' 
           marks the spot in the ruler, and the argument to the NT_LOST_DATA
	   event (4095) corrresponds to the number of events lost and 
           discarded.  NightTrace discards all events for each CPU after the 
           NT_LOST_DATA event until a TR_SWITCHIN event is seen.  A 
           TR_EVENT_LOST event (4115) is generated for each CPU at the point 
	   where kernel events were lost.  Kernel display pages detect 
           TR_EVENT_LOST events and terminate all active syscalls, interrupts, 
           and exceptions to avoid misleading graphical information.

	3) The default kernel display pages were changed to indicate when
	   user-level-interrupt routines issue system calls when a previous
	   system call was active and interrupted by the user-level-interrupt.
	   Two new events, TR_SYSCALL_NESTED_ENTRY (4138) and 
           TR_SYSCALL_NESTED_EXIT (4139) indicate the nested system call.

 Files To Be Replaced:

	usr/bin/ntrace
	usr/lib/NightTrace/eventmap

 Special Conditions for Installation:
	None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-001
 Date Issued:          01-Nov-2002
 Software Package:     NightTrace (Version 5.1.2-003)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace 5.1.2.

 Change Description:

    1) MAXAda-supplied files containing additional process and
       task name mappings are no longer ignored when using
       the -listing option to NightTrace analysis tool (ntrace).

 Files To Be Replaced:
    /usr/bin/ntrace
    /usr/lib/NightTrace/bin/ntsess
    /usr/lib/NightTrace/bin/ntfilter

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-001
 Date Issued:          01-Aug-2003
 Software Package:     NightTrace (Version 5.2-001)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace 5.2, as well as added
    support for Power Hawk Series 900 systems.

 Change Description:

    1. Corrects intermittent launch failures for streaming daemons.

    2. Corrects redundant display of kernel pages.

    3. Corrects handling of File -> Save operations that fail due
       to permissions or disk space limitations.

    4. Removes temporary files created by NightTrace when processing
       raw kernel data files; previously these files were not removed
       if the user closed the data file before exiting NightTrace.

    5. Corrects a NightTrace abort which occurred when loading multiple
       raw kernel trace files.

    6. Corrects the display of ruler "tick" values which were sometimes
       incorrectly calculated.

    7. Modifications to /usr/lib/X11/app-defaults/Ntrace are now properly
       utilized by NightTrace; previously, such modifications were often
       ignored.

 Files To Be Replaced:
    /usr/bin/ntrace
    /usr/lib/NightTrace/bin/ntsess
    /usr/lib/NightTrace/bin/ntfilter

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-002
 Date Issued:          23-July-2001
 Software Package:     NightTrace (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains enhancements and corrections to NightTrace 4.2.

 Change Description:

    1) Enables the user to change a qualified state name when that
       qualified state name is referenced in the configuration
       dialog for that qualified state.

    2) Properly initializes in the presence of configuration files 
       which contain as yet undefined objects referenced in
       qualified state and qualified event definitions.

    3) Enhances the search functionality of NightTrace by allowing
       the user to continue searching at the beginning of the
       trace file (or specified interval) when the end is reached.
       This functionality supports either search direction.

    4) Node List settings in configuration dialogs are now retained 
       and may also be modified, even when NightTrace is invoked 
       solely on a configuration file which was initially associated 
       with trace data files timestamped by the RCIM.  Validation of 
       Node List settings is delayed until NightTrace is invoked with 
       trace data files.

 Files To Be Replaced:
    /usr/bin/ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-002
 Date Issued:          11-Nov-2002
 Software Package:     NightTrace (Version 5.1.2-004)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace 5.1.2.

 Change Description:

    1) Systems with dashes embedded in their hostnames now
       properly configure their process ID (PID) information
       so that PIDs are available in kernel trace pages.

 Files To Be Replaced:
    /usr/bin/ntrace
    /usr/lib/NightTrace/bin/ntfilter

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-002
 Date Issued:          22-Aug-2003
 Software Package:     NightTrace (Version 5.2-002)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.0
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains support for Power Hawk Series 900 systems.

 Change Description:

 Files To Be Replaced:
    /usr/bin/ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-004
 Date Issued:          17-October-2001
 Software Package:     NightTrace (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains enhancements and corrections to NightTrace 4.2.

 Change Description:

    1) Supports kernel trace data from systems whose node name 
       contain hyphens.  While this version of ntrace is compatible
       with kernel data files produced with ntfilter from PowerMAX OS
       4.3 or 5.1, support of systems with hyphenated node names requires 
       ntfilter from PowerMAX OS 4.3 Patch 9 (or later) or PowerMAX OS 5.1 
       Service Release 3 (or later).
    
 Files To Be Replaced:
    /usr/bin/ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-004
 Date Issued:          21-Sep-2004
 Software Package:     NightTrace (Version 5.4-004)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch is issued for compatibility with new versions
   of NightTrace on the RedHawk platform.

 Files To Be Replaced:

  /usr/bin/ntrace
  /usr/lib/NightTrace/bin/ntsess
  /usr/lib/NightTrace/bin/ntfilter
  /usr/lib/NightTrace/app-defaults/Ntrace
  /usr/lib/NightTrace/app-defaults/NtHelpsyms
  /usr/lib/NightTrace/bin/event-summary.sh
  /usr/lib/NightTrace/bin/state-summary.sh
  /usr/lib/HyperHelp/manuals/0110-ntrace.hhp
  /usr/lib/HyperHelp/manuals/ntrace.cnt
  /usr/lib/HyperHelp/manuals/ntrace.fts
  /usr/lib/HyperHelp/manuals/ntrace.hlp
  /usr/lib/HyperHelp/manuals/5050-ntracereln.hhp
  /usr/lib/HyperHelp/manuals/ntracereln.cnt
  /usr/lib/HyperHelp/manuals/ntracereln.fts
  /usr/lib/HyperHelp/manuals/ntracereln.hlp

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-005
 Date Issued:          5-November-2001
 Software Package:     NightTrace (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace 4.2.

 Change Description:

    1) Corrects problem with resolution of DISPLAY names requiring
       Dynamic Name Server (DNS) lookups.

 Files To Be Replaced:
    /usr/bin/ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-006
 Date Issued:          08-Nov-2004
 Software Package:     NightTrace (Version 5.4-006)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch is issued to fix a problem with the computation of
   frequency rates used in the NightTrace GUI.  An update to
   the "Tools" menu is included as well.

 Files To Be Replaced:

  /usr/bin/ntrace
  /usr/lib/NightTrace/bin/ntsess
  /usr/lib/NightTrace/bin/ntfilter
  /usr/lib/NightTrace/app-defaults/Ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-007
 Date Issued:          07-Feb-2003
 Software Package:     NightTrace (Version 5.1.2-007)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace 5.1.2.

 Change Description:

    1) When filtering raw kernel data, the interrupt associated
       with resched-strsched is now correctly identified.

    2) Processing of raw kernel data now identifies any timestamp
       anomalies in the kernel events and allows the NightTrace
       graphical analyzer to display such anomalies with "?" marks
       on the kernel page ruler.

 Files To Be Replaced:
    /usr/lib/NightTrace/bin/ntfilter

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-007
 Date Issued:          16-Nov-2004
 Software Package:     NightTrace (Version 5.4-007)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch is issued to fix a problem with the computation of
   frequency rates used in the NightTrace GUI and the length of 
   application name field in the daemon configuration dialog.

 Files To Be Replaced:

  /usr/bin/ntrace
  /usr/lib/NightTrace/bin/ntsess

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-008
 Date Issued:          11-Jan-2005
 Software Package:     NightTrace (Version 5.4-008)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch is issued to fix several problems with crashfile
   processing.

 Files To Be Replaced:

  /usr/bin/ntrace
  /usr/lib/NightTrace/bin/ntsess
  /usr/lib/NightTrace/bin/ntfilter
  /usr/share/man/man1/ntrace.1

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntrace-009
 Date Issued:          03-Feb-2005
 Software Package:     NightTrace (Version 5.4-009)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.0, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   User-defined summary scripts were previously disabled on PowerMAX OS.
   This patch enables usage of user-defined summary scripts.

 Change Description:

 Files To Be Replaced:
    /usr/bin/ntrace

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntraceapi-004
 Date Issued:          21-Sep-2004
 Software Package:     NightTrace Event Logging (Version 5.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
   This patch is issued for compatibility with new versions
   of NightTrace on the RedHawk platform.

 Files To Be Replaced:
  /usr/lib/libntrace_analysis.a
  /usr/include/ntrace_analysis.h
  
 Special Conditions for Installation:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntraceapi-007
 Date Issued:          16-Nov-2004
 Software Package:     NightTrace Analysis API (Version 5.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains the following corrections and enhancements:

    1) Corrects the implementation tr_copy_input() to support
       streaming input sources.

    2) Enhanced the copy functionality by adding another copy
       routine to the Analysis API, tr_copy_input_range(). 
       See /usr/include/ntrace_analysis.h for more information.

    3) Corrects the start time of trace events to be relative to
       the first event in the data set as opposed to the start time
       of the collecting daemon.

 Files To Be Replaced:
  /usr/lib/libntrace_analysis.a
  /usr/include/ntrace_analysis.h
  /usr/lib/NightTrace/examples/README
  /usr/lib/NightTrace/examples/detect.c
  /usr/lib/NightTrace/examples/Makefile
  
 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-001
 Date Issued:          01-Nov-2002
 Software Package:     NightTrace Event Logging (Version 5.1.2-003)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging daemons.

 Change Description:

    1) Processes which start after a NightTrace kernel trace daemon 
       (ntracekd) has started now have process names associated 
       with their PIDs under PowerMAX OS 5.2.  This feature is
       not available under PowerMAX OS 4.3.

    2) When stopping a NightTrace user daemon (ntraceud), there is no 
       longer a delay between the return of the ntraceud command and
       the last user trace buffer being written to the output file.
       The command does not return until all data has been written to
       the output file.

 Files To Be Replaced:
    /usr/lib/ntracelib.a
    /usr/lib/ntracelib.so
    /usr/bin/ntraceud
    /usr/bin/ntracekd

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-001
 Date Issued:          01-Aug-2003
 Software Package:     NightTrace Event Logging (Version 5.2)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains modification necessary to support
    Power Hawk 900 Series systems.

 Change Description:

    1. Add Power Hawk Series 900 support.

 Files To Be Replaced:
    /usr/bin/ntracekd
    /usr/lib/NightTrace/bin/ntraceserv

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-001
 Date Issued:          06-Feb-2004
 Software Package:     NightTrace Event Logging (Version 5.3)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   1) Corrects deadlock problem with multiple theads/tasks.

   2) Corrects invalid free() call with multiple threads
      calling trace_open_thread().

 Change Description:

 Files To Be Replaced:
    /usr/lib/libntrace.a
    /usr/lib/libntrace.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-002
 Date Issued:          31-July-2001
 Software Package:     NightTrace Event Logging (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging libraries.

 Change Description:

    1) Ada tasking and/or threads applications using NightTrace library
       functions without a corresponding ntraceud daemon session occasionally
       would hang utilizing heavy CPU resources.   The hang occurred in 
       trace_inherit_context, an internal NightTrace library function
       invoked automatically by the threads library and Ada runtime system.
       Lack of a corresponding ntraceud daemon disabled preemption protection
       in a critical section of code inside trace_inherit_context.

 Files To Be Replaced:
    /usr/lib/ntracelib.a
    /usr/lib/ntracelib.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-002
 Date Issued:          11-Nov-2002
 Software Package:     NightTrace Event Logging (Version 5.1.2-004)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging daemons.

 Change Description:

    1) The Import button in the Daemon Definition dialog in 
       NightTrace main window no longer occasionally fails to detect
       user applications using the NightTrace API in the absense
       of a user trace daemon.

 Files To Be Replaced:
    /usr/lib/ntracelib.a
    /usr/lib/ntracelib.so
    /usr/bin/ntraceud
    /usr/lib/NightTrace/bin/ntraceserv

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-002
 Date Issued:          31-Mar-2004
 Software Package:     NightTrace Event Logging (Version 5.3)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   1) Corrects race condition with multiple threads calling
      exit() while other threads continue to log data

 Change Description:

 Files To Be Replaced:
    /usr/lib/libntrace.a
    /usr/lib/libntrace.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-003
 Date Issued:          25-Sept-2001
 Software Package:     NightTrace Event Logging (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging libraries.

 Change Description:

    1) Internal initialization code in the Night Trace API function 
       "trace_open_thread()" was modified so that attempts to lock
       pages associated with SPL access on Night Hawk systems running 
       PowerMAX OS 5.1 now operate correctly.  Before this change, such
       attempts would cause the trace_open_thread() call to fail, as would
       all subsequent Night Trace API calls, without logging any trace data.
       This was only a problem on Night Hawk systems running PowerMAX OS 5.1.

 Files To Be Replaced:
    /usr/lib/ntracelib.a
    /usr/lib/ntracelib.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-003
 Date Issued:          12-Jan-2006
 Software Package:     NightTrace Event Logging (Version 5.5)
 OS Releases:          PowerMAX OS 6.3
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
   This patch is issued for support of the latest Power Hawk 940 
   boards running PowerMAX OS version 6.3.

 Files To Be Replaced:
   /usr/bin/ntracekd
   /usr/lib/NightTrace/bin/ntraceserv
  
 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-004
 Date Issued:          17-Oct-2001
 Software Package:     NightTrace Event Logging (Version 4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging libraries.

 Change Description:

    1) Multithreaded processes using the NightTrace libraries no longer
       abort during thread initialization in trace_inherit_context(),
       an internal NightTrace library function.

 Files To Be Replaced:
    /usr/lib/ntracelib.a
    /usr/lib/ntracelib.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-004
 Date Issued:          21-Sep-2004
 Software Package:     NightTrace Event Logging (Version 5.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
   This patch is issued for compatibility with new versions
   of NightTrace on the RedHawk platform.

 Files To Be Replaced:
   /usr/lib/libntrace.a
   /usr/lib/libntrace.so
   /usr/bin/ntraceud
   /usr/bin/ntracekd
   /usr/lib/NightTrace/bin/ntraceclient
   /usr/lib/NightTrace/bin/ntraceserv
   /usr/share/man/cat3/ntrace.3x
   /usr/share/man/man3/ntrace.3x
 
 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-005
 Date Issued:          19-Nov-2002
 Software Package:     NightTrace Event Logging (Version 5.1.2)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to NightTrace Event Logging daemons.

 Change Description:

    1) The ntracekd daemon now provides options to enable or disable
       specific kernel events when capturing kernel data as well
       as an option to report on the current set of enabled events
       while a daemon is running.

    2) The ntracekd man pages was corrected to properly describe
       all ntracekd options.

 Files To Be Replaced:
    /usr/bin/ntracekd
    /usr/share/man/man1/ntracekd.1
    /usr/share/man/cat1/ntracekd.1

 Special Conditions for Installation:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-005
 Date Issued:          12-Nov-2003
 Software Package:     NightTrace Event Logging (Version 5.2)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.0
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   Bug fixes to the NightTrace API.

 Change Description:

   1) The NightTrace API no longer incorrectly updates the
      NightTrace context for threads which are created in
      Ada tasking programs (separately from the task model itself).
      Previously, segmentation faults or memory corruption could occur.

 Files To Be Replaced:
    /usr/lib/libntrace.a
    /usr/lib/libntrace.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-006
 Date Issued:          12-Dec-2002
 Software Package:     NightTrace Event Logging (Version 5.1.2)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

    This patch contains corrections to the NightTrace API libraries.

 Change Description:

    1) Creation of a large numbers of threads in applications
       which make NightTrace API calls in the absence of
       a running ntraceud user daemon no longer hang during
       thread creation.

 Files To Be Replaced:
    /usr/lib/libntrace.a
    /usr/lib/libntrace.so

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-006
 Date Issued:          08-Nov-2004
 Software Package:     NightTrace Event Logging (Version 5.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
   This patch provides support for the PowerHawk 940 system.

 Files To Be Replaced:
   /usr/lib/libntrace.a
   /usr/lib/libntrace.so
   /usr/bin/ntraceud
   /usr/bin/ntracekd
   /usr/lib/NightTrace/bin/ntraceclient
   /usr/lib/NightTrace/bin/ntraceserv
 
 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-007
 Date Issued:          16-Nov-2004
 Software Package:     NightTrace (Version 5.4-007)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1, 6.2
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch is issued to correct user daemon calculation 
   of the frequency with which to emit internal NT_TIMER events.

 Files To Be Replaced:

  /usr/bin/ntraceud
  /usr/lib/NightTrace/bin/ntraceserv

 Special Conditions for Installation:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntracelog-009
 Date Issued:          3-Feb-2005
 Software Package:     NightTrace Event Logging (Version 5.4)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch corrects a problem with multi-threaded application
   hangs when no ntraceud daemon is currently running during
   thread creation.

 Files To Be Replaced:
   /usr/lib/libntrace.a
   /usr/lib/libntrace.so
 
 Special Conditions for Installation:
    None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          ntune-001
 Date Issued:          28-Oct-2004
 Software Package:     NightTune (Version 1.2)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch corrects the following problems:

   1) Processes were showing up on the wrong CPU list in the 
      Process Monitor panel.

   2) NightTune was emitting errors about failing edge 
      synchronization in the bzCpuForm.

      Name: bzCpuForm
      Class: XmForm
      Abandoned edge synchronization after 10000 iterations.
      Check for contradictory constraints on the children of this Form widget.

   3) Checkbuttons were appearing and disappearing, or were in
      the "indeterminate" state in the process scheduling dialog 
      and in the configuration page.

   4) NightTune would sometimes exit with an error when beginning 
      a drag and drop operation.

   5) Process information was misaligned under column headings.

   6) Bias masks are now printed in hexadecimal.

 Files To Be Replaced:

   /usr/bin/ntune
   /usr/lib/NightTune/bin/ntunegui
   /usr/lib/NightTune/bin/ntuned
   /usr/lib/X11/app-defaults/Ntune

 Special Conditions for Installation:
    None.

 Possible Side Effects:
    None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          x11dev-003
 Date Issued:          06-April-2001
 Software Package:     X Window System Development (Version 6.4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
        This patch contains enhancements and corrections to libktalk.a
	and libktalk.so.

 Change Description:
	1) Fixes several memory leaks and potential segmentation faults 
	   in the KoalaTalk library.
	2) Adds copyright information to KoalaTalk header file.

 Files To Be Replaced:
	/usr/X11R6/lib/libktalk.a
	/usr/X11R6/lib/libktalk.so
	/usr/X11R6/lib/libktalk.so.1.0
	/usr/X11R6/include/X11/kt_lib.h

 Special Conditions for Installation:
        None.

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


              Concurrent Computer Corporation Software Development
                            Software Patch Report
   
 Patch Name:          x11dev-004
 Date Issued:          11-Nov-2002
 Software Package:     X11 Development Libraries pkg (Version 6.4.2)
 OS Releases:          PowerMAX OS 4.3, 5.1
 Architectures:        ppc
 Related Patches:      none
 
 Brief Description:
   This patch contains corrections to the X11 Development Libraries package.
 
 Change Description:

      1) Corrected an occasional problem with programs that interact
         with scrolling with XmScale widgets when the XmNsensitive resource
         value is False.

 Files To Be Replaced: 

      /usr/X11R6/lib/libXm.so.2.1
      /usr/X11R6/lib/libXm.so
      /usr/X11R6/lib/libXm.a

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          x11dev-008
 Date Issued:          28-Sep-2004
 Software Package:     X Window System Development (Version 6.4.2)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch contains enhancements and corrections to the KoalaTalk
   libraries, libktalk.a and libktalk.so

 Change Description:

   1) The KoalaTalk library attempted to make decisions about the "best"
      IP address to use for the host system, rather than believe the
      address associated with the configured hostname.

      The KoalaTalk library no longer attempts this problematic guesswork.

   2) Minor fixes and enhancements from recent porting efforts are made
      available on PowerMAX OS as well.

 Files To Be Replaced:

   /usr/X11R6/lib/libktalk.a
   /usr/X11R6/lib/libktalk.so
   /usr/X11R6/lib/libktalk.so.1.0
   /usr/X11R6/include/X11/kt_lib.h

 Special Conditions for Installation:
      None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          x11progs-003
 Date Issued:          06-April-2001
 Software Package:     X Window System Programs (Version 6.4.2)
 OS Releases:          PowerMAX OS 4.3, 5.0
 Architectures:        ppc
 Related Patches:      none

 Brief Description:
        This patch contains enhancements and corrections to HyperHelp,
	ktsend and ktserv.

 Change Description:
	1) Fixes scrolling functionality of HyperHelp secondary windows.
	2) Fixes Table of Contents functionality: when opening manuals via
	   hyperlinks, the Table of Contents is updated.
	3) Fixes several memory leaks and potential segmentation faults 
           in ktsend and ktserv.
	
 Files To Be Replaced:

	/usr/X11R6/bin/ktsend
	/usr/X11R6/bin/ktserv
	/usr/X11R6/lib/HyperHelp/bin/hyperhelp

 Special Conditions for Installation:
        None.

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

              Concurrent Computer Corporation Software Development
                            Software Patch Report

 Patch Name:          x11progs-008
 Date Issued:          28-Sep-2004
 Software Package:     X Window System Programs (Version 6.4.2)
 OS Releases:          PowerMAX OS 4.3, 5.1, 6.1
 Architectures:        ppc
 Related Patches:      none

 Brief Description:

   This patch contains enhancements and corrections to the KoalaTalk
   server, ktserv.

 Change Description:

   1) The KoalaTalk library used in the KoalaTalk server, ktserv, attempted
      to make decisions about the "best" IP address to use for the host
      system, rather than believe the address associated with the configured
      hostname.  Selecting the proper IP address in a system with multiple
      network adapters is problematic, and the KoalaTalk library sometimes
      chose incorrectly.

      The KoalaTalk library no longer attempts this problematic guesswork.

   2) Minor fixes and enhancements from recent porting efforts are made
      available on PowerMAX OS as well.

 Files To Be Replaced:

   /usr/X11R6/bin/ktsend
   /usr/X11R6/bin/ktserv

 Special Conditions for Installation:
      None.

 Possible Side Effects:
      None.

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