1. 6582aee SCP. PDP11: Add ESC and ENQ to the default set of console output characters in 7P mode. by Mark Pizzolato · 9 years ago
  2. 9c977e9 SCP: Add ESC and ENQ to the default set of console output characters in 7B mode. by Mark Pizzolato · 9 years ago
  3. bbd5f9b SCP: Add internal device debug state to output of SHOW DEBUG command by Mark Pizzolato · 9 years ago
  4. 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
  5. f322f4b TMXR: Support input speed limits with a multiplier factor by Mark Pizzolato · 9 years ago
  6. 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
  7. 53796ba TMXR, CONSOLE: Add optional ability to rate limit input data to approximate bps values by Mark Pizzolato · 9 years ago
  8. 4ddee84 EXPECT: Fix deprecated SET CONSOLE HALT behavior to reflect Dave's original behavior. by Mark Pizzolato · 9 years ago
  9. 325e369 FRONTPANEL: Added mount and dismount commands for removable media by Mark Pizzolato · 10 years ago
  10. 9d47891 FRONTPANEL: Added logic to pass simulator startup messages in panel error text if the connection to the simulator shuts down while it is starting. by Mark Pizzolato · 10 years ago
  11. ef6528b SCP: Added automatic saving of console WRU, DEL, BRK and PCHAR console variables and provided a way for a simulator to declare that is doesn't have a console port so automatic WRU detection can be performed. by Mark Pizzolato · 10 years ago
  12. f5cd543 FRONTPANEL: Minimuze the latency for register content queries by coalescing all response data into a single response packet. by Mark Pizzolato · 10 years ago
  13. 8789172 Remote Console: Fixed logic to enter Multi-Command mode (i.e. HALT execution) when input data is queued. by Mark Pizzolato · 10 years ago
  14. 2c2ffe3 Remote Console: Restructured so that commands are not executed within the sim_instr() routine. by Mark Pizzolato · 10 years ago
  15. 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
  16. c869a97 Remote Console: Exit simulation when a master mode connection is dropped (equivalent to master power switch). by Mark Pizzolato · 10 years ago
  17. c713170 Remote Console: Enhancements by Mark Pizzolato · 10 years ago
  18. 94b1da0 Remote Console: Add EXAMINE and EVALUATE to the single command mode command set and removed IEXAMINE from all command modes since it doesn't work. by Mark Pizzolato · 10 years ago
  19. cadf1da SCP: Fix duplicate prompt output before each multiple command mode command set. by Mark Pizzolato · 10 years ago
  20. e40d81d VIDEO: Add proper WRU detection when SIM_VIDEO is used on OS X. by Mark Pizzolato · 10 years ago
  21. 2f662f2 SCP: Make sure that WRU is detected by console read processing in the event that it isn't detected by SIGINT by Mark Pizzolato · 10 years ago
  22. 191566f NOVA: Add parity generation for input characters on the TTI device by Mark Pizzolato · 10 years ago
  23. e932324 SCP: Changed sim_poll_kbd() to set the global stop_cpu when the WRU character has been received. by Mark Pizzolato · 10 years ago
  24. b7456e9 SCP: Fix log and debug file reference count management. by Mark Pizzolato · 10 years ago
  25. f6ba323 SCP: Fix bug when debug file is opened with -N option. by Mark Pizzolato · 10 years ago
  26. 95740f1 SCP: Add a "-N" (new file) option to the SET LOG and SET DEBUG commands. From Dave Bryan. by Mark Pizzolato · 10 years ago
  27. 7258490 SCP: Fix potential infinite loop when EOF is encountered on stdin for hosts using BSDTTY tty I/O. by Mark Pizzolato · 10 years ago
  28. c260353 SCP: Fix simh console session output of remote console commands to avoid stairstepping as described in issue #165 by Mark Pizzolato · 10 years ago
  29. e2c7141 Remote Console: Fixed "SET REMOTE NOMASTER" command to properly disable Remote Console Master mode and return control to the simulator initiating session. by Mark Pizzolato · 10 years ago
  30. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  31. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  32. 5c45aec SCP: Cleanup minor remote console behaviors (stutter prompt and broken single mode command) by Mark Pizzolato · 10 years ago
  33. 611a7e9 SCP: Added a Remote Console Master Mode. by Mark Pizzolato · 10 years ago
  34. ebf4e0c SCP: Add support for legacy form of console expect and send string commands (from Dave Bryan) by Mark Pizzolato · 10 years ago
  35. 593a595 SCP: Cleaned up the Remote Console Help output by Mark Pizzolato · 10 years ago
  36. bff7521 SCP: Migrate more output written to sim_log to use sim_printf. by Mark Pizzolato · 10 years ago
  37. ddc29fb SCP: Added debugging support for EXPECT and SEND activities. Fixed SEND buffer queuing bug. by Mark Pizzolato · 10 years ago
  38. 02e90de SCP: Added EXPECT and SEND commands to react to data from and inject data into the simulated console port (and other MUX ports) by Mark Pizzolato · 10 years ago
  39. ab7befb SCP: Fix SET TELNET command to process all arguments on a command line. by Mark Pizzolato · 10 years ago
  40. 2b718be Work around missing nice() on Haiku by François Revol · 10 years ago
  41. 746e5ab SCP: Fix reporting of console's buffering status. Fix parsing of MUX settings which were simply interpreted by matching a single token. Reported by Mark Bensen. by Mark Pizzolato · 10 years ago
  42. 9022de5 SCP: Removed the irrelevant sim_deb_PC variable since it duplicates the role sim_PC simulator variable. by Mark Pizzolato · 11 years ago
  43. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  44. da134eb SCP: Added detailed help (including switches) for SET DEBUG command and an auto flush of the debug output when instruction execution stops. by Mark Pizzolato · 11 years ago
  45. bebb787 SCP: Fix problem on Windows which inhibited the ability to enter console input (^E) when bells characters were being output too often. Fixes #102 by Mark Pizzolato · 11 years ago
  46. b61e5ae Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  47. ae8bcec I1620 : Changes from Bob Supnik re: Bob Armstrong has been running diagnostics and software, and these changes reflect fixes to bugs that were found. by Mark Pizzolato · 11 years ago
  48. e65aa90 SCP: Fix various missing log output by Mark Pizzolato · 11 years ago
  49. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  50. 6f4e718 PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. by Mark Pizzolato · 11 years ago
  51. ab028c0 SCP: Fix SET DEBUG switch interpretation by Mark Pizzolato · 11 years ago
  52. 735c589 SCP: Allow ;notelnet option to be specified on the console telnet command as discussed in issue #76 by Mark Pizzolato · 11 years ago
  53. 7b4d207 SCP: Added display of all enabled devices which have debugging enabled to the SHOW DEBUG command output. by Mark Pizzolato · 11 years ago
  54. 572ed34 Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66 by Mark Pizzolato · 11 years ago
  55. 1f8b3be Cleanup remote console single command mode. by Mark Pizzolato · 11 years ago
  56. 469b4b2 Fixed typo in comment by Mark Pizzolato · 11 years ago
  57. 9752a71 Access violation if invalid command entered to remote console by Timothe Litt · 11 years ago
  58. 486ef58 Compiler warning cleanup by Mark Pizzolato · 11 years ago
  59. 881f53e Added support to the Remote Console facility to close a remote console session on EOF by Mark Pizzolato · 11 years ago
  60. d866800 Enhanced remote console to display the simulator's prompt string in the remote console sessions and changed startup message to more clearly describe how to get into multiple command mode. by Mark Pizzolato · 11 years ago
  61. 3d27f01 Fix to avoid remote console looping in Multi-Command mode (Fix to issue #50). by Mark Pizzolato · 11 years ago
  62. 7eb02bf Avoid noisy log messages in Remote Console activities. by Mark Pizzolato · 11 years ago
  63. 80289e1 Enhanced Remote Console support to allow two separate command processing modes. by Mark Pizzolato · 11 years ago
  64. 782bec6 Fix potential remote console memory leak by Mark Pizzolato · 11 years ago
  65. 6c6d641 Tolerate race condition which results in spurious timer thread wakeups which were causing the timer thread to exit. (SIM_ASYNCH_CLOCKS) by Mark Pizzolato · 11 years ago
  66. 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 11 years ago
  67. 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
  68. 242103e Added remote console support when a persistent console log is not enabled. by Mark Pizzolato · 11 years ago
  69. b1e31a7 Fixed Remote Console to tolerate bare LF as a line terminator and enhanced the tmxr debug output for special characters by Mark Pizzolato · 11 years ago
  70. 02ebf6b Added support for STEP command execution in Remote Console sessions by Mark Pizzolato · 11 years ago
  71. 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
  72. 02b3477 Ensure correct Remote Console functionality when log files get big by Mark Pizzolato · 11 years ago
  73. de22137 Enhanced Remote Console support by Mark Pizzolato · 12 years ago
  74. ba09b2d Avoid crash in remote console when invalid command is entered and notification to alternate remote consoles. by Mark Pizzolato · 12 years ago
  75. 99c1305 Merge remote-tracking branch 'origin/master' into Operator-Commands by Mark Pizzolato · 12 years ago
  76. b886fb2 Add Remote Console support by Mark Pizzolato · 12 years ago
  77. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  78. 414cf33 Compiler identified issues in AltairZ80 simulator by Mark Pizzolato · 12 years ago
  79. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  80. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  81. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  82. 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
  83. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  84. 1213f09 Fixed Buffered Console behavior which ended up flushing buffer contents once a second and clearing the buffer. We were also incorrectly flushing buffer contents when a connection dropped. by Mark Pizzolato · 12 years ago
  85. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  86. 375a021 Retained the prior SET CONSOLE DEBUG={stdout|log} behavior which deprecated and replaced by SET DEBUG={stdout|log}. Reported by Rob Jarratt by Mark Pizzolato · 12 years ago
  87. 3b5870c Fix the occasional pause which may happen when the console is connected to a serial port at a slow port speed and large bursts of output cause buffers to fill up. by Mark Pizzolato · 12 years ago
  88. 1370ad6 Fixed console serial port connection checking by Mark Pizzolato · 12 years ago
  89. a72d85b Fix TMXR for devices which reference the TMLN conn variable as a connection state flag by Mark Pizzolato · 12 years ago
  90. 6cabdb9 Fixed duplicate logging output when output buffers are full and potential pauses in console output (reported by Mark Benson) by Mark Pizzolato · 12 years ago
  91. 60a0881 Fixes after Dave Bryan's testing. by Mark Pizzolato · 12 years ago
  92. 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
  93. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  94. f8ae8d2 Periodically flush buffered console mux data. This is necessary to cover the situation when data was buffered and sending data out the connection stalled due to OS/network buffering and no more output traffic happens to be generated. by Mark Pizzolato · 12 years ago
  95. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago
  96. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  97. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  98. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  99. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  100. 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 12 years ago