1. 483a969 BESM6: Addition of BESM-6 Simulator written by Leo Broukhis and Serge Vakulenko by Mark Pizzolato · 10 years ago
  2. 6f1e837 SCP: Added -T switch to the EXPECT, SEND and STEP commands to specify that the units of delay/stepping are in microseconds rather than instructions. by Mark Pizzolato · 10 years ago
  3. f572f25 BESM6: Add AppleGothic.ttf as a font for the panel which is generally found on OS X. by Mark Pizzolato · 10 years ago
  4. 3ac8c82 BESM6: Implemented SET CPU REQ, added an example of a batch task run. by Leo Broukhis · 10 years ago
  5. 1787947 BESM6: Translated comments in besm6_panel.c by Leo Broukhis · 10 years ago
  6. 8dea682 BESM6: All arguments of "attach tty" but the magic word "console" are passed to tmxr_attach(). by Leo Broukhis · 10 years ago
  7. d6d13a8 BESM6: Output to Baudot TTYs works; fixed attaching of disks without -e; added DejaVu font option. by Leo Broukhis · 10 years ago
  8. 0f1e233 BESM6: Cleanup for build on OS X, by Mark Pizzolato · 10 years ago
  9. 5fd8b63 SCP: Fix debug setup info displayed by SHOW SEND and SHOW EXPECT by Mark Pizzolato · 10 years ago
  10. e84c798 SCP: Fix EXPECT matching logic for non-regex strings to have enough room to buffer all of potential match data plus a NUL byte. by Mark Pizzolato · 10 years ago
  11. 91f465d SCP: Add info displayed in SHOW EXPECT and SHOW SEND to advise how SEND & EXPECT debugging is enabled by Mark Pizzolato · 10 years ago
  12. 7ab9f02 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
  13. 5d9aee0 SCP: EXPECT debug fix to avoid invalid memory reference if a expect structure doesn have a device pointer. Corrected comments. From Mark Emmer. by Mark Pizzolato · 10 years ago
  14. 184bb3f SCP: better parsing support for command files which contain UTF-8 data in SEND/EXPECT strings by Mark Pizzolato · 10 years ago
  15. 5f786a0 SCP: More allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  16. b4dbb76 SCP: Allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  17. 703c569 BESM6: Have makefile search for one of several potential FONTNAME fonts in several potential FONTPATH directories. by Mark Pizzolato · 10 years ago
  18. bd260dd BESM6: Schedule the serial line timer by instruction count when I/O is pending, and by wallclock time otherwise. This achieves a good TTY output rate even when the CPU is busy with a user process. by Leo Broukhis · 10 years ago
  19. aa16857 BESM6: Updated licenses missed before, TTYs use sim_putchar(), translated comments in besm6_tty.c; using "console" instead of "/dev/tty". by Leo Broukhis · 10 years ago
  20. a7f05ac BESM6: Added TTY interrupt insertion in the idle loop. by Leo Broukhis · 10 years ago
  21. c2975c8 BESM6: No need to check for printing to console. by Leo Broukhis · 10 years ago
  22. 567e811 ETHER: Fix compile when threaded network I/O is disabled on OS X (found by Martin Vorländer) by Mark Pizzolato · 10 years ago
  23. 3b4bc61 MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup by Mark Pizzolato · 10 years ago
  24. 8659281 SCP: Changed sim_poll_kbd() to set the global stop_cpu when the WRU character has been received. by Mark Pizzolato · 10 years ago
  25. d615bd0 SCP: Only report DO file context when run_cmd completes if the completion status is not a simulator specific error code and not due to a STEP, EXPECT or STOP completion. by Mark Pizzolato · 10 years ago
  26. 3fe61c5 SCP: Provide an API to display alternate error message text while returning SCPE status. by Mark Pizzolato · 10 years ago
  27. bb42ce6 TAPE: Simplify range expression to avoid cast size reduction by Mark Pizzolato · 10 years ago
  28. 8d11de7 VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  29. bd50637 BESM6: Working calibrated clock which also supports idling by Mark Pizzolato · 10 years ago
  30. 76cdf0f BESM6: Got rid of ftw(); the font file should be provided as a build option. by Leo Broukhis · 10 years ago
  31. a50bd68 BESM6: Using sim_fwrite for formatting. by Leo Broukhis · 10 years ago
  32. e37d065 SCP: Fix clock initialization in AIO_INIT when __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 are not available. by Mark Pizzolato · 10 years ago
  33. 11a72ce SCP: Cleanup redundant external declaration in sim_tmxr.h (found by Dave Bryan) by Mark Pizzolato · 10 years ago
  34. ecbb20f HP2100: Latest updates: 64-bit clean compiles and revised BOOT support from Dave Bryan by Mark Pizzolato · 10 years ago
  35. f8501c2 DOC: Updated simh.doc and sim_magtape.doc to reflect recent revisions to tape support (from Dave Bryan) by Mark Pizzolato · 10 years ago
  36. 9f9c983 SCP: Fix debug setup info displayed by SHOW SEND and SHOW EXPECT by Mark Pizzolato · 10 years ago
  37. 470b9b5 SCP: Fix EXPECT matching logic for non-regex strings to have enough room to buffer all of potential match data plus a NUL byte. by Mark Pizzolato · 10 years ago
  38. fb7b53c SCP: Add info displayed in SHOW EXPECT and SHOW SEND to advise how SEND & EXPECT debugging is enabled by Mark Pizzolato · 10 years ago
  39. b8940f4 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
  40. 7a2600d SCP: EXPECT debug fix to avoid invalid memory reference if a expect structure doesn have a device pointer. Corrected comments. From Mark Emmer. by Mark Pizzolato · 10 years ago
  41. bc8ee69 SCP: better parsing support for command files which contain UTF-8 data in SEND/EXPECT strings by Mark Pizzolato · 10 years ago
  42. aae9e55 SCP: More allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  43. 256bbdd SCP: Allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  44. fe43187 ETHER: Fix compile when threaded network I/O is disabled on OS X (found by Martin Vorländer) by Mark Pizzolato · 10 years ago
  45. 50e57a8 MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup by Mark Pizzolato · 10 years ago
  46. 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
  47. 3ddb9e9 BESM6: Reverted IO scheduling to model time; the time unit is 100 ns. by Leo Broukhis · 10 years ago
  48. 99a7e65 SCP: Only report DO file context when run_cmd completes if the completion status is not a simulator specific error code and not due to a STEP, EXPECT or STOP completion. by Mark Pizzolato · 10 years ago
  49. 6ec6b6a SCP: Provide an API to display alternate error message text while returning SCPE status. by Mark Pizzolato · 10 years ago
  50. 813d8f6 TAPE: Simplify range expression to avoid cast size reduction by Mark Pizzolato · 10 years ago
  51. 8cbe4ba VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  52. db44518 BESM6: Convert to simh calibrated clocks and idling by Mark Pizzolato · 10 years ago
  53. aa60cc7 BESM6: Added makefile display of SDL_ttf components being used by Mark Pizzolato · 10 years ago
  54. 871b19c BESM6: Moved 'formatdisk' functionality to disk_attach(), by Leo Broukhis · 10 years ago
  55. 9568d1c Merge branch 'master' of https://github.com/leobru/simh by Leo Broukhis · 10 years ago
  56. 8a5d22b BESM6: No need for the SDL_main trick in SDL1. by Leo Broukhis · 10 years ago
  57. 82d5b01 BESM6: besm6_punch migrate to use sim_fio API to set a fifo to non-blocking by Mark Pizzolato · 10 years ago
  58. b611aa2 Merge remote-tracking branch 'simh/master' by Mark Pizzolato · 10 years ago
  59. 33781be SCP: Added support fo set a fifo opened with sim_fopen() to be non-blocking. by Mark Pizzolato · 10 years ago
  60. 4381f9a SCP: Added definition of SIM_INLINE when compiling with MSVC, gcc and clang by Mark Pizzolato · 10 years ago
  61. 76dd31a BESM6: Compiler suggested cleanups (MSVC). by Mark Pizzolato · 10 years ago
  62. 2819ff6 BESM6: FIx makefile conditional logic detecting available SDL components by Mark Pizzolato · 10 years ago
  63. 54ec99f Visual Studio Projects: Added BESM6 project by Mark Pizzolato · 10 years ago
  64. 17f6132 alpha: Compiler suggested cleanups by Mark Pizzolato · 10 years ago
  65. cc33257 BESM6: Removed tabs, reindented, removed GNU extensions. by Leo Broukhis · 10 years ago
  66. b4eeaa7 BESM6: Converted files to CRLF format by Leo Broukhis · 10 years ago
  67. 659600f BESM6: Added target 'besm6' to makefile; added new files in the BESM6 subdirectory. by Leo Broukhis · 10 years ago
  68. de9fc84 SCP: added flexibility to search specifier parsing to fallback to register value format if the VM supplied parse_sym() doesn't handle the value provided. by Mark Pizzolato · 10 years ago
  69. 7600970 VAX: Minimizing extra work while preparing to idle and attempt to make idle transitions closer to instruction execution costs. by Mark Pizzolato · 10 years ago
  70. 9e1e325 SCP: Avoid redundant log and debug output by Mark Pizzolato · 10 years ago
  71. b7456e9 SCP: Fix log and debug file reference count management. by Mark Pizzolato · 10 years ago
  72. 5cb8f46 VAX780, VAX739, VAX759, VAX8600: Merge branch 'VAX-11-BootBlock-Fixup' - Generic VMB.EXE for *nix VAX operating systems by Mark Pizzolato · 10 years ago
  73. 1d530cc SCP: Enhanced ASSERT/IF to support expressions which test memory contents. Also enhanced EXAMINE's search capabilities to be able to match multi-byte patterns for VMs which are byte addressable. by Mark Pizzolato · 10 years ago
  74. 47a0576 SCP: Revert prior commit since it was the wrong approach by Mark Pizzolato · 10 years ago
  75. 0a96584 SCP: Added special EXAMINE reference variable "$" usable in conditional expression for the ASSERT and IF commands by Mark Pizzolato · 10 years ago
  76. 0528e70 HP2100: Most recent updates from Dave Bryan by Mark Pizzolato · 10 years ago
  77. ef0eae1 HP2100: Add CRCC and LRCC support to the HP 2100 MS simulation. from Dave Bryan by Mark Pizzolato · 10 years ago
  78. afb5d62 TAPE: Extensive cleanup of tape operations (gap, end of medium, format change, etc.) from Dave Bryan by Mark Pizzolato · 10 years ago
  79. d5f0212 DOC: Add missing "SIMH Magtape Representation and Handling" document by Mark Pizzolato · 10 years ago
  80. 1f41735 SCP: Added missing declaration of sim_vm_fprint_stopped by Mark Pizzolato · 10 years ago
  81. 7256e09 PDP11: Simplified idle call logic to leave the idle decision to sim_idle(). by Mark Pizzolato · 10 years ago
  82. 549779f PDP10, PDP11, VAX: Adjusted KDP, DUP and DMR/DMC devices to be better behaved when the simulated system is idling. by Mark Pizzolato · 10 years ago
  83. 88d6442 SCP: Allow the VM to print simulator stop message information in lieu of, or in addition to, the default message. by Mark Pizzolato · 10 years ago
  84. f6ba323 SCP: Fix bug when debug file is opened with -N option. by Mark Pizzolato · 10 years ago
  85. 42e7d48 SCP: Fixes Cannot show radix, etc. for a device that has no modifiers and SET and SHOW responses for invalid entry are inconsistent. from Dave Bryan by Mark Pizzolato · 10 years ago
  86. e87d40c SCP: Add a -Q option to ATTACH -R and ATTACH -N to suppress success status messages. From Dave Bryan by Mark Pizzolato · 10 years ago
  87. 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
  88. 03800ae SCP: Stop calls VM-provided address printer for PC without REG_VMAD from Dave Bryan by Mark Pizzolato · 10 years ago
  89. e35081d SCP: Avoid duplicate output when run_cmd completes just as is done in sim_printf() by Mark Pizzolato · 10 years ago
  90. 4f41c53 SCP: Fixed potential out of bounds array reference while expanding command arguments. by Mark Pizzolato · 10 years ago
  91. 18daed6 PDP11, VAX: Enrich the debug output for the TS device simulation. by Mark Pizzolato · 10 years ago
  92. 20637cc TAPE: Corrected debug output of tape position to be independent of the size of t_addr by Mark Pizzolato · 10 years ago
  93. 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
  94. c083b45 TMXR, SOCK: Properly declare as const string input only arguments. by Mark Pizzolato · 10 years ago
  95. d1b5e3a SCP: Add the # character at the beginning of a line as a comment character. Requested by Kevin Handy by Mark Pizzolato · 10 years ago
  96. 2030d8f makefile: Removed dependence on libSDL for simulators which don't need SDL support. Fix #164 Suggested by Rhialto. by Mark Pizzolato · 10 years ago
  97. 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
  98. 1f20041 SCP: Added expansion of special built-in environment variable DATE_YC which is the century of the current date. by Mark Pizzolato · 10 years ago
  99. cd9a499 SCP: Fixed EXPECT processing to properly cleanup after matches. Added display of expect buffer to SHOW EXPECT and extended expect match debugging output. by Mark Pizzolato · 10 years ago
  100. 45859ff SCP: Fixed SEND command to properly support a bare AFTER=n argument. by Mark Pizzolato · 10 years ago