1. 22b8e21 3b2: Improve TOD calculation by Seth Morabito · 7 years ago
  2. 7df0468 makefile: Fix typo in Haiku specific sections by Mark Pizzolato · 7 years ago
  3. 5ac4aaa makefile: Rework SDL/SDL2 package support by Mark Pizzolato · 7 years ago
  4. 63f55c7 makefile: Abort build if GREP_OPTIONS environment variable is defined by Mark Pizzolato · 7 years ago
  5. 00f8bbc 3b2: Time of Day Clock by Seth Morabito · 7 years ago
  6. 3147c30 3B2: Fix critical UART bug by Seth Morabito · 7 years ago
  7. c2c248a 3b2: Clean up compiler warnings by Seth Morabito · 7 years ago
  8. df54c87 3b2: Coverity issue cleanup by Seth Morabito · 7 years ago
  9. 690c30b 3b2: Gracefully handle clock reset by Seth Morabito · 7 years ago
  10. b23ebbe 3b2: Refactor IU into 5 devices by Seth Morabito · 7 years ago
  11. f6e6389 3b2: Preserve opcode values in history by Seth Morabito · 7 years ago
  12. be48e58 3b2: Support 'Write Track' floppy command by Seth Morabito · 7 years ago
  13. 243ee96 SCP: Fix REGister initialization macros to avoid nested macro insertion by Mark Pizzolato · 7 years ago
  14. 804ea8e 3b2: Initial release of an AT&T 3B2 model 400 emulator. by Seth Morabito · 7 years ago
  15. 7246e74 SCP: Add a SIM_OSTYPE built-in environment variable. by Mark Pizzolato · 7 years ago
  16. 61679ed SCP: Add optional write_callback to REGister structure called only on DEPOSIT by Mark Pizzolato · 7 years ago
  17. 8b1af8b makefile: Use sdl tool (sdl-config, sdl2-config) to locate SDL components by Mark Pizzolato · 7 years ago
  18. f594f0c SCP: Be sure to call optional sim_vm_post in remote console sessions by Mark Pizzolato · 7 years ago
  19. 9bb1cfd SCP: Add useful info for HELP SET CONSOLE options by Mark Pizzolato · 7 years ago
  20. 3eadc40 PDP10: Ignore 0 value writes to the timer interval register by Mark Pizzolato · 7 years ago
  21. 107f620 makefile: Fix MinGW build when using windows-build libpthreadsGC2 by Mark Pizzolato · 7 years ago
  22. b45b942 makefile: Tolerate changing MinGW include file changes by Mark Pizzolato · 7 years ago
  23. a8010f6 TMXR: Add counter of stalled transmits. by Mark Pizzolato · 7 years ago
  24. 8551a2d FRONTPANEL: sim_frontpanel API version 6 release by Mark Pizzolato · 7 years ago
  25. 733ac0d SCP: Make SLEEP command interruptable with SIGINT by Mark Pizzolato · 7 years ago
  26. e2944eb README: Add new SLEEP command description by Mark Pizzolato · 7 years ago
  27. 6e4d315 TMXR: Detach serial ports which are explicitly disconnected by a user command by Mark Pizzolato · 7 years ago
  28. d505cb1 FRONTPANEL: Silence Coverity warnings in test program by Mark Pizzolato · 7 years ago
  29. e73d45e FRONTPANEL: sim_frontpanel API version 5 release by Mark Pizzolato · 7 years ago
  30. 097172f doc: Add missing commands descriptions by Mark Pizzolato · 7 years ago
  31. 4ca544f SCP: Add SLEEP command by Mark Pizzolato · 7 years ago
  32. 1a86dfa TMXR: Fix to allow serial port to operate after attach with -V by Mark Pizzolato · 7 years ago
  33. daf8382 TMXR: Properly announce attach connection on serial lines when -V option is set by Mark Pizzolato · 7 years ago
  34. cb21246 SERIAL, MUX: General fix for Windows Platform physical serial port output by Mark Pizzolato · 7 years ago
  35. d73b626 SCP: Expose read_line_p for potential use by library support routines by Mark Pizzolato · 7 years ago
  36. 60ff3d5 doc: Add description of additional built-in environment variables by Mark Pizzolato · 7 years ago
  37. 9134b8e SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0] by Mark Pizzolato · 7 years ago
  38. 35bfe17 SCP: Allow QUIET mode to be set in a default simulator command file by Mark Pizzolato · 7 years ago
  39. b80402e SCP: Fix display of context command when reporting processing DQ in QUIET mode by Mark Pizzolato · 7 years ago
  40. 09f69f1 SCP: Fix command context reporting when errors occur in QUIET mode by Mark Pizzolato · 7 years ago
  41. 3d1f092 SCP: Provide command context for messages emitted during ATTACH and DETACH by Mark Pizzolato · 7 years ago
  42. 5b248cf SCP: Fix Coverity identified warning and migrate away from strncpy to strlcpy by Mark Pizzolato · 7 years ago
  43. 6d1e873 SCP: Allow HALTAFTER= to be specified for RUN/GO UNTIL commands by Mark Pizzolato · 7 years ago
  44. 932d16d SCP: Rework SEND and EXPECT commands to provide default and temporary arguments by Mark Pizzolato · 7 years ago
  45. 247bd8d SCP: Avoid potential double freeing of memory during RESTORE operations by Mark Pizzolato · 7 years ago
  46. 2435311 SCP: Add DEV_NOSAVE flag for throttle and console internal devices by Mark Pizzolato · 7 years ago
  47. bd0cad6 alpha: Fixed reversed definitions of FTOIS, FTOIT (Maurice Marks) by Bob Supnik · 7 years ago
  48. d074853 SCELBI: Updated documentation (Hans-Åke Lund) by Mark Pizzolato · 7 years ago
  49. c8a420a SCP: Change command argument processing of %% and \% to be consistent. by Mark Pizzolato · 7 years ago
  50. d02de51 SCELBI: Updated documentation and removed makefile dependency (Hans-Åke Lund) by Mark Pizzolato · 7 years ago
  51. 2574100 SCP: Fix EXPECT processing to avoid comparing against old data by Mark Pizzolato · 7 years ago
  52. 202e49c scelbi: New SCELBI (SCientic-ELectronics-BIology) Simulator from Hans-Åke Lund by Mark Pizzolato · 7 years ago
  53. 5ef84f7 PDQ-3: Fix Coverity identified problem with loading ROM file image (Holger Veit) by Mark Pizzolato · 7 years ago
  54. 415b2ef SCP: Fix register examine broken by prior Coverity fix. by Mark Pizzolato · 7 years ago
  55. f94c8b2 S2: Fix Coverity identified potential buffer overflow by Mark Pizzolato · 7 years ago
  56. ce5d7de IBM1130: Make timer logic consistent with comments describing expected action by Mark Pizzolato · 7 years ago
  57. 0559308 IBM1130: Fix Coverity identified PTR positioning bookkeeping by Mark Pizzolato · 7 years ago
  58. 5d1f5c3 IBM1130: Address Coverity identified issues in CR device by Mark Pizzolato · 7 years ago
  59. 8f9c763 makefile: Make sure to gather git commit-id whenever possible by Mark Pizzolato · 7 years ago
  60. 4b16e43 SCP: Removing Coverity Array vs Singleton warnings by Mark Pizzolato · 7 years ago
  61. 7dc585d HP3000: HP 3000 release 6 by Mark Pizzolato · 7 years ago
  62. 68edc24 TX-0: Coverity singleton errors by Mark Pizzolato · 7 years ago
  63. 5b5e0f9 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors by Bob Supnik · 7 years ago
  64. e9d5e2e SCP: Leverage stdint.h for environments where it is available by Mark Pizzolato · 7 years ago
  65. a6552b8 HP2100: HP 2100 release 27 by Mark Pizzolato · 7 years ago
  66. 964195d SCP: Fix potential infinite recursion for internal ctype routines by Mark Pizzolato · 7 years ago
  67. 727cd8e SCP: Fix potential conflics with library provided ctype routines by Mark Pizzolato · 7 years ago
  68. 7af33b9 SCP: Fix internal ctype routines make consistent with standard routines. by Mark Pizzolato · 7 years ago
  69. 0579ef7 SCP: Allow EXPECT HALTAFTER=n without an expect string to behave as documented by Mark Pizzolato · 7 years ago
  70. 769efb1 VAX: Add -8 -16 switch support for EXAMINE commands by Mark Pizzolato · 7 years ago
  71. 23f4c90 SCP: Generalized numeric switch processing by Mark Pizzolato · 7 years ago
  72. 81425a5 PDP1: Remove macro1.c. A later version is in the simtools repo by Mark Pizzolato · 7 years ago
  73. ea898b2 SCP: Add SET <dev> BINARY as an alternate radix option for all devices by Mark Pizzolato · 7 years ago
  74. 6a2a3de SCP: Actually fixed Coverity issue (Dave Bryan) by Mark Pizzolato · 7 years ago
  75. ebf9489 SCP: Fixed Coverity issue for sim_debug arguments by Mark Pizzolato · 7 years ago
  76. 00f37f2 I1401: Fix compiler warning by Mark Pizzolato · 7 years ago
  77. 93c1ccd VAX730, VAX750, VAX8600: Fix declaration and usage of icr_rd() routine by Mark Pizzolato · 7 years ago
  78. 245818d SCP: Added extended radix options (-2, -8, -10 and -16) for EXAMINE and DEPOSIT by Mark Pizzolato · 7 years ago
  79. 8fcddf9 DOC: Describe warning added to the RUN command vs GO or CONTINUE (Dave Bryan) by Mark Pizzolato · 7 years ago
  80. e106d05 SCP: Add support to dynamically load libreadline7 by Mark Pizzolato · 7 years ago
  81. ba44739 SCP: Cleanup compiler warnings (Dave Bryan) by Mark Pizzolato · 7 years ago
  82. b2b18de TIMER: Use standard calibration techniques while throttling by Mark Pizzolato · 7 years ago
  83. 9f7519b VAX: Added detail to interval timer debug output by Mark Pizzolato · 7 years ago
  84. a02e9c1 TIMER: Assure that long duration co-scheduled events are properly dispatched by Mark Pizzolato · 7 years ago
  85. d6316cb TIMER: Add SET CLOCK STOP=nnn to stop execution after nnn instructions by Mark Pizzolato · 7 years ago
  86. e39965a SCP: Add support for unsigned int parsing (t_value) without a range limit by Mark Pizzolato · 7 years ago
  87. b15f753 SCP: Add support for operation when stdin isn't a tty by Mark Pizzolato · 7 years ago
  88. 7ed68ae PDP1: Add libSDL note in Spacewar! README by Sean McIntyre · 7 years ago
  89. 9c93009 SCP: Add insertion symbol UTIME for Unix time (seconds since 1/1/1970) by Mark Pizzolato · 7 years ago
  90. c8ab527 SCP: Add event debugging support for CPU device by Mark Pizzolato · 7 years ago
  91. 1ad8752 SCP: Added HELP DO VARIABLE_INSERTION by Mark Pizzolato · 7 years ago
  92. 2f64d2b doc: Add suggestion to simh.doc regarding one time device init in reset routine by Mark Pizzolato · 7 years ago
  93. b6f549e SCP: Properly name registers when name might be a macro name by Mark Pizzolato · 7 years ago
  94. f404343 SCP: Make sure that SIMH version information is always available by Mark Pizzolato · 7 years ago
  95. a93078c I1620: Add register and modifier descriptions to CDR, LPT and DP devices by Mark Pizzolato · 7 years ago
  96. 588c22d I1620: Avoid use of 4.X APIs when building with simh 3.X by Mark Pizzolato · 7 years ago
  97. 7e380e2 I1620: Fix SET CPU CPS to correctly change all unit DEFIO_CPS values by Mark Pizzolato · 7 years ago
  98. 33d37b4 I1620: Add TTY device modifier descriptions by Mark Pizzolato · 7 years ago
  99. 99798ec I1620: Fix PTP CPS and add register descriptions by Mark Pizzolato · 7 years ago
  100. 5d50bfd I1620: Add optional CPS polling to TTY input activities by Mark Pizzolato · 7 years ago