1. 81bcd6d CONSOLE/SERIAL: Properly rate limit output to console port by Mark Pizzolato · 7 years ago
  2. a47c04b TIMER: Fix throttle startup delay check by Mark Pizzolato · 7 years ago
  3. 2bcb60e TIMER: Add external initialization option for clock calibration by Mark Pizzolato · 7 years ago
  4. 95f5a1c TMXR: Properly display serial configuration and allow unconfigured serial ports by Mark Pizzolato · 7 years ago
  5. 4087783 3b2: Silence warning in Windows build by Seth Morabito · 7 years ago
  6. a9f9b3a 3b2: Refactor MMU and fix two bugs by Seth Morabito · 7 years ago
  7. 317e2a8 TIMER: make sim_activate_after use coscheduling whenever possible. by Mark Pizzolato · 7 years ago
  8. d7b1707 TMXR: Properly set transmit wait time when speed changes are made. by Mark Pizzolato · 7 years ago
  9. daf0d95 SCP: Adjust relative debug base time to reflect GMT offset by Mark Pizzolato · 7 years ago
  10. e7e1a9c VAX750: Avoid unit array overrun during TU58 init when only 1 unit exists. by Mark Pizzolato · 7 years ago
  11. a92dc61 alpha, pdp18b, PDP8, sigma: removed stray tabs which crept in over time. by Mark Pizzolato · 7 years ago
  12. dcf746a SERIAL: Add advice message when no serial ports are found in SHOW SERIAL by Mark Pizzolato · 7 years ago
  13. e7090e7 SCP: Add support to compare file contents with IF -F "file1" == "file2" by Mark Pizzolato · 7 years ago
  14. 557dcc9 3b2: Fix stack bounds checking bug by Seth Morabito · 7 years ago
  15. b0ff297 SCP: Add git commit time support for older git versions by Mark Pizzolato · 7 years ago
  16. 6bfad05 I7000, B5500: Make sure card reader devices always perform read-only.file opens by Mark Pizzolato · 7 years ago
  17. 0b209d2 SCP: Allow UNIT_RO flag bit to be static when UNIT_ROABLE isn't present. by Mark Pizzolato · 7 years ago
  18. 9111a1a Visual Studio Projects: Fix git-commit-id.h version check by Mark Pizzolato · 7 years ago
  19. cdfe352 i650: New IBM 650 Simulator by Roberto Sancho Villa · 7 years ago
  20. 2eb49c1 i650: New IBM 650 Simulator by Roberto Sancho Villa · 7 years ago
  21. ceb54e5 AltairZ80: Set conditional under CYGWIN so the SIMH device works by Tony Nicholson · 7 years ago
  22. 9472715 Visual Studio Projects: Cleanup Windows-Binaries procedure for new commit id by Mark Pizzolato · 7 years ago
  23. 3f7f926 TMXR, SERIAL: Properly set serial port speed on attach. by Mark Pizzolato · 7 years ago
  24. 054e8e5 3b2: Fix compiler warnings by Seth Morabito · 7 years ago
  25. d0004b2 SCP: Compiler const warning cleanup by Mark Pizzolato · 7 years ago
  26. 4894b84 PUNCH: Add new file switch information to punch help by Mark Pizzolato · 7 years ago
  27. 35fca60 Visual Studio Projects: Update Windows-Binaries procedure for new commit id by Mark Pizzolato · 7 years ago
  28. dd382f1 Visual Studio Projects: Assure commit id is correct when git hooks change by Mark Pizzolato · 7 years ago
  29. 07229ef Visual Studio Projects: Properly populate .git-commit-id after git clone by Mark Pizzolato · 7 years ago
  30. a2cab25 makefile: Properly determine the git commit time when simh is a submodule by Mark Pizzolato · 7 years ago
  31. e7a0c38 makefile, travis: Update to advise install of HomeBrew sdl2_ttf package by Mark Pizzolato · 7 years ago
  32. 2051422 SCP: Remove redundant public SCP API declarations by Mark Pizzolato · 7 years ago
  33. 37195c0 makefile: Add messages about SDL TTF support when needed by Mark Pizzolato · 7 years ago
  34. 567f703 Install prerequisite libraries for Travis CI. by Lars Brinkhoff · 7 years ago
  35. 8f87b6e 3b2: Fix fprint_sym_m by Seth Morabito · 7 years ago
  36. 2e99cd0 SCP: continuous build in Travis CI. by Lars Brinkhoff · 7 years ago
  37. f5ca960 TMXR: Disable ATTACH speed for devices which program port speed by Mark Pizzolato · 7 years ago
  38. 62cea35 README: Fix typo by Mark Pizzolato · 7 years ago
  39. 36651ea README: Fix formatting and one broken TOC link by Mark Pizzolato · 7 years ago
  40. 66a1f31 PDP10, PDP4, PDP7, PDP9, PDP15: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
  41. 48f824b PDP1: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
  42. 906ea89 alpha: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
  43. b7b1f42 I1401, I7094, ID16, ID32, NOVA, SDS, SIGMA: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
  44. 645ea28 PDP10: Read tape mark must set Massbus EXC (TRE) by Bob Supnik · 7 years ago
  45. e270da1 GRI, PDP11, PDP8, VAX: Misc formatting and typo cleanups by Bob Supnik · 7 years ago
  46. c8ca416 SCP: Add git commit time to commit id version information by Mark Pizzolato · 7 years ago
  47. 4cbf4e4 SCP: Fix IF conditional expression parsing to not require spaces around operator by Mark Pizzolato · 7 years ago
  48. 8e72d32 I1620: Add a 3.10 compatibility CONST declaration by Mark Pizzolato · 7 years ago
  49. e7a0296 I1620: Updated Simulator by Bob Supnik · 7 years ago
  50. 72dde66 SCP: Change revision description from Beta to Current by Mark Pizzolato · 7 years ago
  51. bf348c8 ETHER: Generalized build environments that work correctly by Mark Pizzolato · 7 years ago
  52. 669d07b SCP: Fix compile WIN32 MinGW warnings by Mark Pizzolato · 7 years ago
  53. d81ff1f SCP: Expose get_sim_opt globally so that local commands can parse switches by Mark Pizzolato · 7 years ago
  54. 5eb6566 SWTP: Properly check return status from disk reads by Bill Beech · 7 years ago
  55. 0f19a66 3b2: Fix unterminated REG array by Seth Morabito · 7 years ago
  56. f6e806d 3b2: Prevent attempts to ex/dep IO by Seth Morabito · 7 years ago
  57. cfbfac0 TMXR: Set character delay times when changing serial port speeds by Mark Pizzolato · 7 years ago
  58. 7200825 SERIAL: Make sure to properly initialize break status on serial reads by Mark Pizzolato · 7 years ago
  59. ba96225 TMXR: Properly initialize TMXR and UNIT connections by Mark Pizzolato · 7 years ago
  60. 335b4ef DISK: Add support for reporting OS specific error messages when using RAW I/O by Mark Pizzolato · 7 years ago
  61. 60db7e7 DOC: Update vax_doc.doc to reflect setting tape capacity for TQ device by Mark Pizzolato · 7 years ago
  62. 70d8f75 DISK: Fix RAW device (CDROM) access behaviors by Mark Pizzolato · 7 years ago
  63. e3543cb DISPLAY: remove deeply offensive and hastily commented out printf by Phil Budne · 7 years ago
  64. 6267862 DISPLAY: remove duplicate end of block comment oops by Phil Budne · 7 years ago
  65. 60209b9 DISPLAY: Type 30/340 phosphor was likely P7 not P17; update name, comments by Phil Budne · 7 years ago
  66. 40dd3a3 DISPLAY: fix type340 character code, fix A, fix/complete lower case letters by Phil Budne · 7 years ago
  67. abfb828 tx-0: Fix missing #endif in USE_DISPLAY code block by Mark Pizzolato · 7 years ago
  68. 5ba9d37 DISPLAY: clean up test programs, makefiles, remove old xy.c by Phil Budne · 7 years ago
  69. b11fbf6 DISPLAY: Update display code to support DEC Type 340, and 36 switches by Phil Budne · 7 years ago
  70. c051907 3b2: Fix windows build by Seth Morabito · 7 years ago
  71. d91d47d SCP: Silence compiler warnings by Mark Pizzolato · 7 years ago
  72. 55e211d PDP11, DZ: Properly set CSR bits character output processing. by Mark Pizzolato · 7 years ago
  73. 611679a TMXR: Properly apply output rate limit timing to all lines on a mux by Mark Pizzolato · 7 years ago
  74. f33ca2a SCP: Improve throttle help and cleaned up set help formatting by Mark Pizzolato · 7 years ago
  75. ce8aea1 MINGW: Reorder windows include files to avoid future complications by Mark Pizzolato · 7 years ago
  76. 2b9ce75 MINGW: Fix build with newest MinGW tool chain by Mark Pizzolato · 7 years ago
  77. 6ca71c7 README: Correct broken TOC links by Mark Pizzolato · 7 years ago
  78. 4991136 DISK: Don't auto size to shrink a disk when file system data size is unknown by Mark Pizzolato · 7 years ago
  79. 8464b6b SCP: Properly display disk sizes for small disks when capac is in sectors by Mark Pizzolato · 7 years ago
  80. 045d7db SCP: ON CONTROL_C cleanup and SHOW ON support by Mark Pizzolato · 7 years ago
  81. 17e72ad SCP: Display HELP <dev> SET help text for modifiers that require values by Mark Pizzolato · 7 years ago
  82. 760e7f2 SCP: stop_cpu and sim_is_running variables t_bool by Mark Pizzolato · 7 years ago
  83. 797feea SCP: Cleanup minor compiler warning by Mark Pizzolato · 7 years ago
  84. 3a81f63 SCP: Add support to handle CTRL+C while executing command files by Mark Pizzolato · 7 years ago
  85. cc6ff4f SCP: Allow Environment variable names in IF/ASSERT string comparisons by Mark Pizzolato · 7 years ago
  86. 097ebbb TIMER: Synchronize clock calibration with throttled rate when throttling starts by Mark Pizzolato · 7 years ago
  87. 2924b33 ETHER: Allow VDE connections to specify a particular virtual switch port by Jordi Guillaumes Pons · 7 years ago
  88. 11df2a2 SCP: Set proper bound on error arrays by Mark Pizzolato · 7 years ago
  89. dc59736 README: Fix Table of Contents broken links by Mark Pizzolato · 7 years ago
  90. fe47ba6 README: Add a table of contents. by Mark Pizzolato · 7 years ago
  91. 7fbe5e8 TIMER: Avoid throttling recalibration when resuming execution by Mark Pizzolato · 7 years ago
  92. fd80be4 TIMER: Properly serialize (and reference) asynch timer thread state by Mark Pizzolato · 7 years ago
  93. 4907dfb SCP: Display default delay values with SHOW SEND. by Mark Pizzolato · 7 years ago
  94. 52aebb2 README: Fix a number of typos by David O'Shea · 7 years ago
  95. f3d1076 TIMER: Fix throttling calibration and recalibration by Mark Pizzolato · 7 years ago
  96. b23f1d9 FRONTPANEL: Fix support for DEBUG command to allow switches by Mark Pizzolato · 7 years ago
  97. 3429231 PDP10: Fix attach pending expression test by Timothe Litt · 7 years ago
  98. c494e1a FRONTPANEL: Fix clang compiler warning by Mark Pizzolato · 7 years ago
  99. c4e55d0 HP3000: HP 3000 release 7 by Mark Pizzolato · 7 years ago
  100. 7ea6c2d FRONTPANEL: Updated FrontPanelTest application by Mark Pizzolato · 7 years ago