1. 97eb58c Added a device flag which can be used to avoid auto detach at device attach time. by Mark Pizzolato · 11 years ago
  2. 0109d04 Fix incorrect definition descriptions in comments by Mark Pizzolato · 11 years ago
  3. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  4. 2bfaf46 AIX Platform support by Mark Pizzolato · 11 years ago
  5. ddb1042 Reworked all asynch queues to always link using the unit a_next field instead of the next field. by Mark Pizzolato · 11 years ago
  6. 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 11 years ago
  7. f8da94e Fixed compile and operational behaviors when running with SIM_ASYNCH_CLOCKS enabled by Mark Pizzolato · 11 years ago
  8. cc8c79e Added a more unique naming paradigm for remote console temporary log files to avoid potential collisions when multiple simulators may be running concurrently by Mark Pizzolato · 11 years ago
  9. 2728317 Missing pieces for change to add tmxr_linemsgf. by Mark Pizzolato · 11 years ago
  10. d71e53f Added support for the DIR (LS) command on VMS hosts by Mark Pizzolato · 11 years ago
  11. 9844ba6 Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions. by Mark Pizzolato · 11 years ago
  12. 99c1305 Merge remote-tracking branch 'origin/master' into Operator-Commands by Mark Pizzolato · 12 years ago
  13. b886fb2 Add Remote Console support by Mark Pizzolato · 12 years ago
  14. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  15. 34ad155 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  16. 5bba4da Added support for MTAB entries to have values which contain quoted strings (which can therefore contain spaces and/or other characters which might normally be delimiters. Need suggested by Michael Mondy by Mark Pizzolato · 12 years ago
  17. c93658f Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) by Mark Pizzolato · 12 years ago
  18. a262dd9 Compiler indicated cleanups by Mark Pizzolato · 12 years ago
  19. 2e5b0d5 Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability. by Mark Pizzolato · 12 years ago
  20. d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
  21. eb101e3 HP-UX port supplied by Mikulas Patocka by Mark Pizzolato · 12 years ago
  22. c5fe058 Renamed scp's recently created macro MMASK to MODMASK to avoid name collisions with MMASK macros used in some simulators by Mark Pizzolato · 12 years ago
  23. ecf913f Reworked the MTAB flags to force Extended mode when any extended flag is set and to then handle any references properly by Mark Pizzolato · 12 years ago
  24. bb8be22 Added provisions for device modifiers to to have descriptive help by Mark Pizzolato · 12 years ago
  25. cbe1114 Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators by Mark Pizzolato · 12 years ago
  26. ab25ad5 Fix potential for crash if tmxr_set_get_modem_bits is called without the multiplexer device being attached by Mark Pizzolato · 12 years ago
  27. 29cf2a4 Added support for register display with bit field definitions decoded by Mark Pizzolato · 12 years ago
  28. 038c5d2 Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message by Mark Pizzolato · 12 years ago
  29. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  30. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  31. 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
  32. 19c4ccb Added dynflags to the unit structure to track dynamic flags used by scp & libraries. This avoids expanding the set of unit flags and encroaching on the available user flags . by Mark Pizzolato · 12 years ago
  33. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  34. 99eb870 Change broken asynchronous synchronization to use an a recursive mutex for sim_asynch_lock by Mark Pizzolato · 12 years ago
  35. 3ce1ef2 Added an optional description field to register definitions and macros which can be used to populate it by Mark Pizzolato · 12 years ago
  36. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  37. 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
  38. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
  39. 629de4d Build identified cleanups by Mark Pizzolato · 12 years ago
  40. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  41. 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
  42. faa794e Documenting revised DEVICE structure by Mark Pizzolato · 12 years ago
  43. ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
  44. 9e421ad Cleanup compiler warning messages when building with MinGW by Mark Pizzolato · 12 years ago
  45. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  46. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  47. 2b5ceae Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active by Mark Pizzolato · 12 years ago
  48. 72ca9de Clang compiler cleanup for new sim_debug_bits by Mark Pizzolato · 12 years ago
  49. 2c1d2b9 Fixed minor sim_debug_bits issues. by Mark Pizzolato · 12 years ago
  50. bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 12 years ago
  51. 7c7df66 Asynchronous Support by Mark Pizzolato · 12 years ago
  52. e7032c6 Fixed regression recently introduced in string compare macro MATCH_CMD by Mark Pizzolato · 12 years ago
  53. fbb74de TMXR fixes to support Virtual Null Modem Connections by Mark Pizzolato · 12 years ago
  54. c9b3142 sim_defs.h - Make MATCH_CMD match at least one character instead of having an empty string match everything by Mark Pizzolato · 12 years ago
  55. 5cd9449 sim_defs.h fixed compile on VMS by Mark Pizzolato · 12 years ago
  56. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  57. 0f2ed31 Fix UDATA macro to reflect prior changes in the unit data structure. This fixes any reference to the macro which may supply an initial wait time to the unit structure after using the UDATA macro. by Mark Pizzolato · 12 years ago
  58. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  59. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  60. 31df5e8 Added a mechanism for commands to optionally handle their message printing via a separate dispatch in the command table. This is currently used by run_cmd to handle unsuppressed status returns. by Mark Pizzolato · 12 years ago
  61. ad9cd1b Numerous Control Flow Fixes: by Mark Pizzolato · 12 years ago
  62. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  63. 1cb4eb7 Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago
  64. a339dae Extensive Control Flow Enhancements: by Mark Pizzolato · 13 years ago
  65. ab3af30 - Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well. by Mark Pizzolato · 13 years ago
  66. 034e749 Added SET ASYNCH and SET NOASYNCH commands to dynamically enable or disable Asynchronous I/O support by Mark Pizzolato · 13 years ago
  67. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  68. 87157dc Merge branch 'BufferedConsole' into simhv3.8-2.rc2 by Mark Pizzolato · 14 years ago
  69. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago
  70. 454b706 Added Buffered Console Capabilities by Mark Pizzolato · 14 years ago
  71. 766e705 Added SET ON, SET NOON, ON, GOTO and RETURN command support by Mark Pizzolato · 14 years ago v4.0-devel
  72. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  73. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  74. 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
  75. 6149cc7 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-1
  76. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  77. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  78. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  79. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  80. ec60bbf Notes For V3.4-0 by Bob Supnik · 19 years ago v3.4-0
  81. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  82. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  83. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  84. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  85. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  86. 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
  87. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  88. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  89. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
  90. 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8
  91. 654937f simh v2.7 by Bob Supnik · 23 years ago v2.7
  92. 89bcd02 simh v2.6b by Bob Supnik · 23 years ago v2.6b
  93. a7b623a simh v2.6a by Bob Supnik · 23 years ago v2.6a
  94. 4d6dfa4 simh v2.6 by Bob Supnik · 23 years ago v2.6
  95. 9af6fd2 simh v2.5 by Bob Supnik · 23 years ago v2.5