ASSEMBLY LISTING OF SEGMENT >special_ldd>install>MR12.0-1206>access_commands_tv_.alm ASSEMBLED ON: 11/05/86 1047.3 mst Wed OPTIONS USED: list ASSEMBLED BY: ALM Version 6.7 October 1986 ASSEMBLER CREATED: 10/08/86 1557.5 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1982 *  4 " * *  5 " * Copyright (c) 1972 by Massachusetts Institute of *  6 " * Technology and Honeywell Information Systems, Inc. *  7 " * *  8 " ***********************************************************  9  10  11 "" MCR 4232 Add l_names and hp_names 12/13/79 S. Herbst  12  000000 13 name access_commands_tv_  14  000000 15 segdef l_set_acl  000000 16 segdef lsetacl 000000 17 segdef lsa 000002 18 segdef l_delete_acl  000002 19 segdef ldeleteacl  000002 20 segdef lda 000004 21 segdef hp_set_acl  000004 22 segdef hpsetacl  000004 23 segdef hpsa  000006 24 segdef hp_delete_acl  000006 25 segdef hpdeleteacl 000006 26 segdef hpda  000010 27 segdef l_set_ring_brackets 000010 28 segdef lset_ring_brackets  000010 29 segdef lsrb  000012 30 segdef hp_set_ring_brackets  000012 31 segdef hpset_ring_brackets 000012 32 segdef hpsrb  000014 33 segdef l_set_dir_ring_brackets 000014 34 segdef lset_dir_ring_brackets  000014 35 segdef lsdrb  000016 36 segdef hp_set_dir_ring_brackets  000016 37 segdef hpset_dir_ring_brackets 000016 38 segdef hpsdrb  39  40 include stack_header;  1-1 " BEGIN INCLUDE FILE ... stack_header.incl.alm 3/72 Bill Silver  1-2 "  1-3 " modified 7/76 by M. Weaver for *system links and more system use of areas 1-4 " modified 3/77 by M. Weaver to add rnt_ptr  1-5 " modified 7/77 by S. Webber to add run_unit_depth and assign_linkage_ptr  1-6 " modified 6/83 by J. Ives to add trace_frames and in_trace.  1-7  1-8 " HISTORY COMMENTS: 1-9 " 1) change(86-06-24,DGHowe), approve(86-06-24,MCR7396),  1-10 " audit(86-08-05,Schroth), install(86-11-03,MR12.0-1206):  1-11 " added the heap_header_ptr definition  1-12 " 2) change(86-08-12,Kissel), approve(86-08-12,MCR7473),  1-13 " audit(86-10-10,Fawcett), install(86-11-03,MR12.0-1206):  1-14 " Modified to support control point management. These changes were 1-15 " actually made in February 1985 by G. Palter.  1-16 " 3) change(86-10-22,Fawcett), approve(86-10-22,MCR7473),  1-17 " audit(86-10-22,Farley), install(86-11-03,MR12.0-1206):  1-18 " Remove the old_lot pointer and replace it with cpm_data_ptr. Use the 18  1-19 " bit pad after cur_lot_size for the cpm_enabled. This was done to save 1-20 " some space int the stack header and change the cpd_ptr unal to  1-21 " cpm_data_ptr (ITS pair).  1-22 " END HISTORY COMMENTS 1-23  000004 1-24 equ stack_header.cpm_data_ptr,4 ptr to control point for this stack  000006 1-25 equ stack_header.combined_stat_ptr,6 ptr to separate static area  1-26  000010 1-27 equ stack_header.clr_ptr,8 ptr to area containing linkage sections  000012 1-28 equ stack_header.max_lot_size,10 number of words allowed in lot (DU)  000012 1-29 equ stack_header.main_proc_invoked,10 nonzero if main proc was invoked in run unit (DL)  000012 1-30 equ stack_header.run_unit_depth,10 number of active run units stacked (DL) 000013 1-31 equ stack_header.cur_lot_size,11 DU number of words (entries) in lot  000013 1-32 equ stack_header.cpm_enabled,11 DL non-zero if control point management is enabled  000014 1-33 equ stack_header.system_free_ptr,12 ptr to system storage area 000016 1-34 equ stack_header.user_free_ptr,14 ptr to user storage area  1-35  000020 1-36 equ stack_header.parent_ptr,16 ptr to parent stack or null  000022 1-37 equ stack_header.stack_begin_ptr,18 ptr to first stack frame  000024 1-38 equ stack_header.stack_end_ptr,20 ptr to next useable stack frame 000026 1-39 equ stack_header.lot_ptr,22 ptr to the lot for the current ring  1-40  000030 1-41 equ stack_header.signal_ptr,24 ptr to signal proc for current ring  000032 1-42 equ stack_header.bar_mode_sp,26 value of sp before entering bar mode  000034 1-43 equ stack_header.pl1_operators_ptr,28 ptr: pl1_operators_$operator_table  000036 1-44 equ stack_header.call_op_ptr,30 ptr to standard call operator 1-45  000040 1-46 equ stack_header.push_op_ptr,32 ptr to standard push operator 000042 1-47 equ stack_header.return_op_ptr,34 ptr to standard return operator 000044 1-48 equ stack_header.ret_no_pop_op_ptr,36 ptr: stand. return/ no pop operator  000046 1-49 equ stack_header.entry_op_ptr,38 ptr to standard entry operator  1-50  000050 1-51 equ stack_header.trans_op_tv_ptr,40 ptr to table of translator operator ptrs  000052 1-52 equ stack_header.isot_ptr,42 pointer to ISOT  000054 1-53 equ stack_header.sct_ptr,44 pointer to System Condition Table 000056 1-54 equ stack_header.unwinder_ptr,46 pointer to unwinder for current ring 1-55  000060 1-56 equ stack_header.sys_link_info_ptr,48 ptr to *system link name table  000062 1-57 equ stack_header.rnt_ptr,50 ptr to reference name table  000064 1-58 equ stack_header.ect_ptr,52 ptr to event channel table  000066 1-59 equ stack_header.assign_linkage_ptr,54 ptr to area for hcs_$assign_linkage calls  000070 1-60 equ stack_header.heap_header_ptr,56 ptr to heap header.  000072 1-61 equ stack_header.trace_frames,58 stack of trace_catch_ frames 000073 1-62 equ stach_header.trace_top_ptr,59 trace pointer  000074 1-63 equ stack_header.in_trace,60 trace antirecurse bit  000100 1-64 equ stack_header_end,64 length of stack header  1-65  1-66  1-67  1-68  000000 1-69 equ trace_frames.count,0 number of trace frames on stack  000001 1-70 equ trace_frames.top_ptr,1 packed pointer to top one  1-71  1-72 " The following constant is an offset within the pl1 operators table.  1-73 " It references a transfer vector table.  1-74  000551 1-75 bool tv_offset,551 1-76  1-77  1-78 " The following constants are offsets within this transfer vector table.  1-79  001170 1-80 equ call_offset,tv_offset+271  001171 1-81 equ push_offset,tv_offset+272  001172 1-82 equ return_offset,tv_offset+273  001173 1-83 equ return_no_pop_offset,tv_offset+274 001174 1-84 equ entry_offset,tv_offset+275 1-85  1-86  1-87 " END INCLUDE FILE stack_header.incl.alm  41 "  000000 42 l_set_acl: null 000000 43 lsetacl: null  000000 aa 7 00046 2721 20 44 lsa: getlp  000001 4a 4 00010 7101 20 45 tra |[lsetacl]  46  000002 47 l_delete_acl: null  000002 48 ldeleteacl: null  000002 aa 7 00046 2721 20 49 lda: getlp  000003 4a 4 00012 7101 20 50 tra |[ldeleteacl] 51  000004 52 hp_set_acl: null  000004 53 hpsetacl: null  000004 aa 7 00046 2721 20 54 hpsa: getlp 000005 4a 4 00014 7101 20 55 tra |[hp_set_acl] 56  000006 57 hp_delete_acl: null 000006 58 hpdeleteacl: null  000006 aa 7 00046 2721 20 59 hpda: getlp 000007 4a 4 00016 7101 20 60 tra |[hp_delete_acl]  61  000010 62 l_set_ring_brackets: null  000010 63 lset_ring_brackets: null  000010 aa 7 00046 2721 20 64 lsrb: getlp 000011 4a 4 00020 7101 20 65 tra |[lset_ring_brackets]  66  000012 67 hp_set_ring_brackets: null  000012 68 hpset_ring_brackets: null  000012 aa 7 00046 2721 20 69 hpsrb: getlp  000013 4a 4 00022 7101 20 70 tra |[hpset_ring_brackets]  71  000014 72 l_set_dir_ring_brackets: null  000014 73 lset_dir_ring_brackets: null  000014 aa 7 00046 2721 20 74 lsdrb: getlp  000015 4a 4 00024 7101 20 75 tra |[lset_dir_ring_brackets]  76  000016 77 hp_set_dir_ring_brackets: null  000016 78 hpset_dir_ring_brackets: null  000016 aa 7 00046 2721 20 79 hpsdrb: getlp  000017 4a 4 00026 7101 20 80 tra |[hpset_dir_ring_brackets]  81  82 end  NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 000020 5a 000003 000000 000021 5a 000257 600000 000022 aa 000000 000000 000023 55 000013 000002 000024 5a 000002 400003 000025 55 000006 000013 000026 aa 023 141 143 143 000027 aa 145 163 163 137 000030 aa 143 157 155 155 000031 aa 141 156 144 163 000032 aa 137 164 166 137 000033 55 000020 000003 000034 0a 000016 400000 000035 55 000016 000003 000036 aa 006 150 160 163 hpsdrb  000037 aa 144 162 142 000 000040 55 000031 000013 000041 0a 000016 400000 000042 55 000023 000003 000043 aa 027 150 160 163 hpset_dir_ring_brackets 000044 aa 145 164 137 144 000045 aa 151 162 137 162 000046 aa 151 156 147 137 000047 aa 142 162 141 143 000050 aa 153 145 164 163 000051 55 000043 000020 000052 0a 000016 400000 000053 55 000034 000003 000054 aa 030 150 160 137 hp_set_dir_ring_brackets  000055 aa 163 145 164 137 000056 aa 144 151 162 137 000057 aa 162 151 156 147 000060 aa 137 142 162 141 000061 aa 143 153 145 164 000062 aa 163 000 000 000 000063 55 000050 000031 000064 0a 000014 400000 000065 55 000046 000003 000066 aa 005 154 163 144 lsdrb  000067 aa 162 142 000 000 000070 55 000061 000043 000071 0a 000014 400000 000072 55 000053 000003 000073 aa 026 154 163 145 lset_dir_ring_brackets  000074 aa 164 137 144 151 000075 aa 162 137 162 151 000076 aa 156 147 137 142 000077 aa 162 141 143 153 000100 aa 145 164 163 000 000101 55 000072 000050 000102 0a 000014 400000 000103 55 000064 000003 000104 aa 027 154 137 163 l_set_dir_ring_brackets 000105 aa 145 164 137 144 000106 aa 151 162 137 162 000107 aa 151 156 147 137 000110 aa 142 162 141 143 000111 aa 153 145 164 163 000112 55 000077 000061 000113 0a 000012 400000 000114 55 000075 000003 000115 aa 005 150 160 163 hpsrb  000116 aa 162 142 000 000 000117 55 000107 000072 000120 0a 000012 400000 000121 55 000102 000003 000122 aa 023 150 160 163 hpset_ring_brackets 000123 aa 145 164 137 162 000124 aa 151 156 147 137 000125 aa 142 162 141 143 000126 aa 153 145 164 163 000127 55 000120 000077 000130 0a 000012 400000 000131 55 000112 000003 000132 aa 024 150 160 137 hp_set_ring_brackets  000133 aa 163 145 164 137 000134 aa 162 151 156 147 000135 aa 137 142 162 141 000136 aa 143 153 145 164 000137 aa 163 000 000 000 000140 55 000125 000107 000141 0a 000010 400000 000142 55 000123 000003 000143 aa 004 154 163 162 lsrb  000144 aa 142 000 000 000 000145 55 000135 000120 000146 0a 000010 400000 000147 55 000130 000003 000150 aa 022 154 163 145 lset_ring_brackets  000151 aa 164 137 162 151 000152 aa 156 147 137 142 000153 aa 162 141 143 153 000154 aa 145 164 163 000 000155 55 000145 000125 000156 0a 000010 400000 000157 55 000140 000003 000160 aa 023 154 137 163 l_set_ring_brackets 000161 aa 145 164 137 162 000162 aa 151 156 147 137 000163 aa 142 162 141 143 000164 aa 153 145 164 163 000165 55 000152 000135 000166 0a 000006 400000 000167 55 000150 000003 000170 aa 004 150 160 144 hpda  000171 aa 141 000 000 000 000172 55 000160 000145 000173 0a 000006 400000 000174 55 000155 000003 000175 aa 013 150 160 144 hpdeleteacl 000176 aa 145 154 145 164 000177 aa 145 141 143 154 000200 55 000167 000152 000201 0a 000006 400000 000202 55 000163 000003 000203 aa 015 150 160 137 hp_delete_acl  000204 aa 144 145 154 145 000205 aa 164 145 137 141 000206 aa 143 154 000 000 000207 55 000174 000160 000210 0a 000004 400000 000211 55 000172 000003 000212 aa 004 150 160 163 hpsa  000213 aa 141 000 000 000 000214 55 000202 000167 000215 0a 000004 400000 000216 55 000177 000003 000217 aa 010 150 160 163 hpsetacl  000220 aa 145 164 141 143 000221 aa 154 000 000 000 000222 55 000210 000174 000223 0a 000004 400000 000224 55 000205 000003 000225 aa 012 150 160 137 hp_set_acl  000226 aa 163 145 164 137 000227 aa 141 143 154 000 000230 55 000214 000202 000231 0a 000002 400000 000232 55 000213 000003 000233 aa 003 154 144 141 lda 000234 55 000222 000210 000235 0a 000002 400000 000236 55 000217 000003 000237 aa 012 154 144 145 ldeleteacl  000240 aa 154 145 164 145 000241 aa 141 143 154 000 000242 55 000231 000214 000243 0a 000002 400000 000244 55 000225 000003 000245 aa 014 154 137 144 l_delete_acl  000246 aa 145 154 145 164 000247 aa 145 137 141 143 000250 aa 154 000 000 000 000251 55 000235 000222 000252 0a 000000 400000 000253 55 000234 000003 000254 aa 003 154 163 141 lsa 000255 55 000242 000231 000256 0a 000000 400000 000257 55 000240 000003 000260 aa 007 154 163 145 lsetacl 000261 aa 164 141 143 154 000262 55 000250 000235 000263 0a 000000 400000 000264 55 000245 000003 000265 aa 011 154 137 163 l_set_acl  000266 aa 145 164 137 141 000267 aa 143 154 000 000 000270 55 000002 000242 000271 6a 000000 400002 000272 55 000253 000003 000273 aa 014 163 171 155 symbol_table  000274 aa 142 157 154 137 000275 aa 164 141 142 154 000276 aa 145 000 000 000 DEFINITIONS HASH TABLE  000277 aa 000000 000065 000300 aa 000000 000000 000301 aa 000000 000000 000302 5a 000020 000000 000303 5a 000160 000000 000304 aa 000000 000000 000305 aa 000000 000000 000306 aa 000000 000000 000307 aa 000000 000000 000310 5a 000202 000000 000311 5a 000120 000000 000312 5a 000077 000000 000313 5a 000152 000000 000314 aa 000000 000000 000315 5a 000050 000000 000316 5a 000061 000000 000317 aa 000000 000000 000320 aa 000000 000000 000321 aa 000000 000000 000322 aa 000000 000000 000323 aa 000000 000000 000324 aa 000000 000000 000325 5a 000125 000000 000326 5a 000135 000000 000327 5a 000222 000000 000330 aa 000000 000000 000331 5a 000145 000000 000332 aa 000000 000000 000333 aa 000000 000000 000334 5a 000250 000000 000335 aa 000000 000000 000336 aa 000000 000000 000337 aa 000000 000000 000340 5a 000174 000000 000341 5a 000031 000000 000342 aa 000000 000000 000343 aa 000000 000000 000344 5a 000013 000000 000345 aa 000000 000000 000346 5a 000072 000000 000347 aa 000000 000000 000350 5a 000167 000000 000351 5a 000107 000000 000352 5a 000214 000000 000353 5a 000235 000000 000354 5a 000242 000000 000355 aa 000000 000000 000356 5a 000043 000000 000357 5a 000231 000000 000360 aa 000000 000000 000361 aa 000000 000000 000362 aa 000000 000000 000363 aa 000000 000000 000364 5a 000210 000000 EXTERNAL NAMES  000365 aa 025 163 145 164 set_dir_ring_brackets  000366 aa 137 144 151 162 000367 aa 137 162 151 156 000370 aa 147 137 142 162 000371 aa 141 143 153 145 000372 aa 164 163 000 000 000373 aa 021 163 145 164 set_ring_brackets  000374 aa 137 162 151 156 000375 aa 147 137 142 162 000376 aa 141 143 153 145 000377 aa 164 163 000 000 000400 aa 007 163 145 164 set_acl 000401 aa 137 141 143 154 NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  000402 aa 000004 000000 000403 55 000345 000023 000404 aa 000004 000000 000405 55 000345 000053 000406 aa 000004 000000 000407 55 000353 000102 000410 aa 000004 000000 000411 55 000353 000130 000412 aa 000004 000000 000413 55 000360 000163 000414 aa 000004 000000 000415 55 000360 000205 000416 aa 000004 000000 000417 55 000360 000217 000420 aa 000004 000000 000421 55 000360 000240 000422 aa 000001 000000 000423 aa 000000 000000 INTERNAL EXPRESSION WORDS 000424 5a 000362 000000 000425 5a 000364 000000 000426 5a 000366 000000 000427 5a 000370 000000 000430 5a 000372 000000 000431 5a 000374 000000 000432 5a 000376 000000 000433 5a 000400 000000 LINKAGE INFORMATION 000000 aa 000000 000000 000001 0a 000020 000000 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000010 000030 000007 a2 000000 000000 000010 9a 777770 0000 46 set_acl|lsetacl 000011 5a 000413 0000 00 000012 9a 777766 0000 46 set_acl|ldeleteacl  000013 5a 000412 0000 00 000014 9a 777764 0000 46 set_acl|hp_set_acl  000015 5a 000411 0000 00 000016 9a 777762 0000 46 set_acl|hp_delete_acl  000017 5a 000410 0000 00 000020 9a 777760 0000 46 set_ring_brackets|lset_ring_brackets  000021 5a 000407 0000 00 000022 9a 777756 0000 46 set_ring_brackets|hpset_ring_brackets  000023 5a 000406 0000 00 000024 9a 777754 0000 46 set_dir_ring_brackets|lset_dir_ring_brackets  000025 5a 000405 0000 00 000026 9a 777752 0000 46 set_dir_ring_brackets|hpset_dir_ring_brackets  000027 5a 000404 0000 00 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 114732 000005 aa 732732 062314 000006 aa 000000 114775 000007 aa 670537 561316 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000153 000020 aa 000000 000132 000021 aa 000000 000136 000022 aa 000144 000132 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056067 000030 aa 040040 117143 000031 aa 164157 142145 000032 aa 162040 061071 000033 aa 070066 040040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 141040 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 154151 163164 000045 aa 040040 040040 000046 aa 040040 040040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040040 040040 000057 aa 040040 040040 000060 aa 040040 040040 000061 aa 040040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000002 000066 aa 000076 000070 000067 aa 147740 446376 000070 aa 000000 114774 000071 aa 461305 600000 000072 aa 000114 000066 000073 aa 147714 750316 000074 aa 000000 114774 000075 aa 453561 000000 000076 aa 076163 160145 >special_ldd>install>MR12.0-1206>access_commands_tv_.alm  000077 aa 143151 141154 000100 aa 137154 144144 000101 aa 076151 156163 000102 aa 164141 154154 000103 aa 076115 122061 000104 aa 062056 060055 000105 aa 061062 060066 000106 aa 076141 143143 000107 aa 145163 163137 000110 aa 143157 155155 000111 aa 141156 144163 000112 aa 137164 166137 000113 aa 056141 154155 000114 aa 076163 160145 >special_ldd>install>MR12.0-1206>stack_header.incl.alm  000115 aa 143151 141154 000116 aa 137154 144144 000117 aa 076151 156163 000120 aa 164141 154154 000121 aa 076115 122061 000122 aa 062056 060055 000123 aa 061062 060066 000124 aa 076163 164141 000125 aa 143153 137150 000126 aa 145141 144145 000127 aa 162056 151156 000130 aa 143154 056141 000131 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  1170 call_offset stack_header: 80.  1174 entry_offset stack_header: 84.  6 hpda access_commands_tv_: 26, 59.  6 hpdeleteacl access_commands_tv_: 25, 58.  4 hpsa access_commands_tv_: 23, 54.  16 hpsdrb access_commands_tv_: 38, 79.  4 hpsetacl access_commands_tv_: 22, 53.  16 hpset_dir_ring_brackets access_commands_tv_: 37, 78, 80. 12 hpset_ring_brackets access_commands_tv_: 31, 68, 70. 12 hpsrb access_commands_tv_: 32, 69.  6 hp_delete_acl access_commands_tv_: 24, 57, 60. 4 hp_set_acl access_commands_tv_: 21, 52, 55. 16 hp_set_dir_ring_brackets access_commands_tv_: 36, 77. 12 hp_set_ring_brackets access_commands_tv_: 30, 67.  2 lda access_commands_tv_: 20, 49.  2 ldeleteacl access_commands_tv_: 19, 48, 50. 0 lsa access_commands_tv_: 17, 44.  14 lsdrb access_commands_tv_: 35, 74.  0 lsetacl access_commands_tv_: 16, 43, 45. 14 lset_dir_ring_brackets access_commands_tv_: 34, 73, 75. 10 lset_ring_brackets access_commands_tv_: 28, 63, 65. 10 lsrb access_commands_tv_: 29, 64.  2 l_delete_acl access_commands_tv_: 18, 47.  0 l_set_acl access_commands_tv_: 15, 42.  14 l_set_dir_ring_brackets access_commands_tv_: 33, 72.  10 l_set_ring_brackets access_commands_tv_: 27, 62.  1171 push_offset stack_header: 81.  1173 return_no_pop_offset stack_header: 83.  1172 return_offset stack_header: 82.  set_acl access_commands_tv_: 45, 50, 55, 60.  set_dir_ring_brackets access_commands_tv_: 75, 80.  set_ring_brackets access_commands_tv_: 65, 70.  73 stach_header.trace_top_ptr stack_header: 62. 66 stack_header.assign_linkage_ptr stack_header: 59.  32 stack_header.bar_mode_sp stack_header: 42. 36 stack_header.call_op_ptr stack_header: 44. 10 stack_header.clr_ptr stack_header: 27.  6 stack_header.combined_stat_ptr stack_header: 25.  4 stack_header.cpm_data_ptr stack_header: 24. 13 stack_header.cpm_enabled stack_header: 32. 13 stack_header.cur_lot_size stack_header: 31. 64 stack_header.ect_ptr stack_header: 58.  46 stack_header.entry_op_ptr stack_header: 49. 70 stack_header.heap_header_ptr stack_header: 60. 74 stack_header.in_trace stack_header: 63.  52 stack_header.isot_ptr stack_header: 52.  26 stack_header.lot_ptr stack_header: 39.  12 stack_header.main_proc_invoked stack_header: 29.  12 stack_header.max_lot_size stack_header: 28. 20 stack_header.parent_ptr stack_header: 36.  34 stack_header.pl1_operators_ptr stack_header: 43.  40 stack_header.push_op_ptr stack_header: 46. 42 stack_header.return_op_ptr stack_header: 47. 44 stack_header.ret_no_pop_op_ptr stack_header: 48.  62 stack_header.rnt_ptr stack_header: 57.  12 stack_header.run_unit_depth stack_header: 30. 54 stack_header.sct_ptr stack_header: 53.  30 stack_header.signal_ptr stack_header: 41.  22 stack_header.stack_begin_ptr stack_header: 37. 24 stack_header.stack_end_ptr stack_header: 38. 14 stack_header.system_free_ptr stack_header: 33. 60 stack_header.sys_link_info_ptr stack_header: 56.  72 stack_header.trace_frames stack_header: 61. 50 stack_header.trans_op_tv_ptr stack_header: 51. 56 stack_header.unwinder_ptr stack_header: 54. 16 stack_header.user_free_ptr stack_header: 34. 100 stack_header_end stack_header: 64.  0 trace_frames.count stack_header: 69.  1 trace_frames.top_ptr stack_header: 70.  551 tv_offset stack_header: 75, 80, 81, 82, 83, 84. NO FATAL ERRORS  ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved