Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/nml/nml.b16
There are no other files named nml.b16 in the archive.
module NML (                            ! Dummy Main Module for Idents
		ident = 'X01250'
		) =
!
!                    COPYRIGHT (c) 1980, 1981, 1982, 1985
!                    DIGITAL EQUIPMENT CORPORATION
!                        Maynard, Massachusetts
!
!     This software is furnished under a license and may  be  used
!     and copied only in accordance with the terms of such license
!     and with the inclusion of the above copyright notice.   This
!     software  or any other copies thereof may not be provided or
!     otherwise made available to any other person.  No  title  to
!     and ownership of the software is hereby transferred.
!
!     The information  in  this  software  is  subject  to  change
!     without  notice  and should not be construed as a commitment
!     by DIGITAL EQUIPMENT CORPORATION.
!
!     DIGITAL assumes no responsibility for the use or reliability
!     of  its  software  on  equipment  which  is  not supplied by
!     DIGITAL.
!

!++
! Facility: LSG DECnet Network Management
!
! Abstract: This module supplies the ident and modification history for
!	    the MCB environment Network Management Layer Task
!
! Environment: MCB RSX Task Level
!
! Author: Scott G. Robinson, Creation Date: 26-JAN-81
!
! Modified by: 
!
! 06 - Fix QIOW and GLNW error returns, incorporate new Volatile
!      data base code
! 07 - Fix Synchronization Bug in NMUNET
! 08 - Fix Input/Output Synchronization problem in NMUNET
! 09 - Fix NMUSKD to clear the entire EVENT queue on Flagging the Event
! 10 - Fix NMUSKD to set EB_NOINT correctly on Event Blocks
! 11 - Fix NMUNET Interrupt Race on LINK_INFO queue
! 12 - Fix NMUMEM to handle zeroing memory correctly
! 13 - Fix NMUNET to handle CB_HOST format correctly
! 14 - Integrate latest and greatest NML modules from TOPS-20
! 15 - Integrate latest and greatest NML modules from TOPS-20 and
!       include MCB Event Processing.
! 16 - Integrate latest and greatest NML modules from TOPS-20 and
!	include MCB Direct Line Access
!
! 17 - Integrate fixes to MAP$NODE_ID
! 18 - ***** Sources lost *****
!
!	Dale C. Gunn, 6-AUG-81: VERSION 03
!
! 19 - Integrate NMUFIL and all latest and greatest NML & NMU modules
!       from development baselevel.
! 20 - Integrate additions to $RESPONSE macro to include error number
!       info for MCB.
! 21? - Fix NMXINT to not bump Entity Type number on call to NML$VDB.
! 22 - [NMUDLX.B16] Add IE$SRE to list of I/O error codes defined in $NM$DLX_ERRORS.
! 23 - Integrate new LOAD/DUMP code.
! 24 - Preparation for load-test.
! 25 - Fix upline dumping.
!
!--

eludom
! Local Modes:
! Mode:BLISS
! Auto Save Mode:2
! Comment Column:40
! Comment Rounding:+1
! End: