Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/nml/nml.lst
There are no other files named nml.lst in the archive.
NML								24-May-1985 13:19:33	TOPS-20 Bliss-16 2A(530)	    Page   1
								14-Nov-1984 14:25:35	DNET61:<MCB.NML>NML.B16.1 (1)

;	  0001	module NML (                            ! Dummy Main Module for Idents
;	  0002			ident = 'X01250'
;	  0003			) =
;	  0004	!
;	  0005	!                    COPYRIGHT (c) 1980, 1981, 1982, 1985
;	  0006	!                    DIGITAL EQUIPMENT CORPORATION
;	  0007	!                        Maynard, Massachusetts
;	  0008	!
;	  0009	!     This software is furnished under a license and may  be  used
;	  0010	!     and copied only in accordance with the terms of such license
;	  0011	!     and with the inclusion of the above copyright notice.   This
;	  0012	!     software  or any other copies thereof may not be provided or
;	  0013	!     otherwise made available to any other person.  No  title  to
;	  0014	!     and ownership of the software is hereby transferred.
;	  0015	!
;	  0016	!     The information  in  this  software  is  subject  to  change
;	  0017	!     without  notice  and should not be construed as a commitment
;	  0018	!     by DIGITAL EQUIPMENT CORPORATION.
;	  0019	!
;	  0020	!     DIGITAL assumes no responsibility for the use or reliability
;	  0021	!     of  its  software  on  equipment  which  is  not supplied by
;	  0022	!     DIGITAL.
;	  0023	!
;	  0024	
;	  0025	!++
;	  0026	! Facility: LSG DECnet Network Management
;	  0027	!
;	  0028	! Abstract: This module supplies the ident and modification history for
;	  0029	!	    the MCB environment Network Management Layer Task
;	  0030	!
;	  0031	! Environment: MCB RSX Task Level
;	  0032	!
;	  0033	! Author: Scott G. Robinson, Creation Date: 26-JAN-81
;	  0034	!
;	  0035	! Modified by: 
;	  0036	!
;	  0037	! 06 - Fix QIOW and GLNW error returns, incorporate new Volatile
;	  0038	!      data base code
;	  0039	! 07 - Fix Synchronization Bug in NMUNET
;	  0040	! 08 - Fix Input/Output Synchronization problem in NMUNET
;	  0041	! 09 - Fix NMUSKD to clear the entire EVENT queue on Flagging the Event
;	  0042	! 10 - Fix NMUSKD to set EB_NOINT correctly on Event Blocks
;	  0043	! 11 - Fix NMUNET Interrupt Race on LINK_INFO queue
;	  0044	! 12 - Fix NMUMEM to handle zeroing memory correctly
;	  0045	! 13 - Fix NMUNET to handle CB_HOST format correctly
;	  0046	! 14 - Integrate latest and greatest NML modules from TOPS-20
;	  0047	! 15 - Integrate latest and greatest NML modules from TOPS-20 and
;	  0048	!       include MCB Event Processing.
;	  0049	! 16 - Integrate latest and greatest NML modules from TOPS-20 and
;	  0050	!	include MCB Direct Line Access
;	  0051	!
;	  0052	! 17 - Integrate fixes to MAP$NODE_ID
NML								24-May-1985 13:19:33	TOPS-20 Bliss-16 2A(530)	    Page   2
X01250								14-Nov-1984 14:25:35	DNET61:<MCB.NML>NML.B16.1 (1)

;	  0053	! 18 - ***** Sources lost *****
;	  0054	!
;	  0055	!	Dale C. Gunn, 6-AUG-81: VERSION 03
;	  0056	!
;	  0057	! 19 - Integrate NMUFIL and all latest and greatest NML & NMU modules
;	  0058	!       from development baselevel.
;	  0059	! 20 - Integrate additions to $RESPONSE macro to include error number
;	  0060	!       info for MCB.
;	  0061	! 21? - Fix NMXINT to not bump Entity Type number on call to NML$VDB.
;	  0062	! 22 - [NMUDLX.B16] Add IE$SRE to list of I/O error codes defined in $NM$DLX_ERRORS.
;	  0063	! 23 - Integrate new LOAD/DUMP code.
;	  0064	! 24 - Preparation for load-test.
;	  0065	! 25 - Fix upline dumping.
;	  0066	!
;	  0067	!--
;	  0068	
;	  0069	eludom


						.TITLE	NML
						.IDENT	/X01250/


;					PSECT SUMMARY
;
;	Psect Name			Words	  Attributes
NML								24-May-1985 13:19:33	TOPS-20 Bliss-16 2A(530)	    Page   3
X01250								14-Nov-1984 14:25:35	DNET61:<MCB.NML>NML.B16.1 (2)

;	  0070	
;	  0071	! Local Modes:
;	  0072	! Mode:BLISS
;	  0073	! Auto Save Mode:2
;	  0074	! Comment Column:40
;	  0075	! Comment Rounding:+1
;	  0076	! End:
; Size:		0 code + 0 data words
; Run Time:	00:00.4
; Elapsed Time:	00:01.4
; Memory Used:	2 pages
; Compilation Complete
NML				   1#