1. b8f6dfa IBM1130: Make sure GUI Card Reader doesn't change while simulator is running by Mark Pizzolato · 8 years ago
  2. 22efe75 IBM1130: Move focus to console input window after all GUI button presses by Mark Pizzolato · 8 years ago
  3. e0a45f9 IBM1130: Fix non-windows build by Mark Pizzolato · 8 years ago
  4. 17c56a0 IBM1130: Bring focus to the SCP window at appropriate times with GUI console by Mark Pizzolato · 8 years ago
  5. fee3e81 IBM1130: Disallow printer 'paper' removal with simulator running by Mark Pizzolato · 8 years ago
  6. 4df0a9f IBM1130: Properly serialize commands and waiting for command completion by Mark Pizzolato · 8 years ago
  7. 5917787 IBM1130: Fix plot compile issues when plot device is enabled by Mark Pizzolato · 8 years ago
  8. ab4ee75 IBM1130: Give notepad a chance to open its file before proceeding by Mark Pizzolato · 8 years ago
  9. d0bd4fb TMXR: Enforce output rate limiting when output is produced by instructions by Mark Pizzolato · 8 years ago
  10. 1e8af71 TIMER: Clarify throttling behavior displayed in SHOW for I/T mode by Mark Pizzolato · 8 years ago
  11. 85c27bb TIMER: Fix typo in a comment text by Mark Pizzolato · 8 years ago
  12. b9c9c9e SCP: Allow for locally provided strlcpy and strlcat macros by Mark Pizzolato · 8 years ago
  13. cb7c739 SCP: Add file exist test to IF command by Mark Pizzolato · 8 years ago
  14. 6ae7437 IBM1130: Fix missing CONST in plot declarations (James Fehlinger) by Mark Pizzolato · 8 years ago
  15. bc6caf5 IBM1130: Rework GUI -> SCP input processing to really stuff input by Mark Pizzolato · 8 years ago
  16. 0269901 IBM1130: Correct label in GUI Operation Tags->Operation Flags by Mark Pizzolato · 8 years ago
  17. 58f6e7d IBM1130: Pickup the latest utils from ibm1130software.zip from ibm1130.org by Mark Pizzolato · 8 years ago
  18. 2c6c8f4 SCP: Always invoke strlcpy, strlcat, strcasecmp and strcasencmp vs sim_ forms by Mark Pizzolato · 8 years ago
  19. f5a1048 ETHER: Explicitly use GetModuleHandleA API when finding DLL entry points by Mark Pizzolato · 8 years ago
  20. e7dbc8e IBM1130: Change peeks into the event queue to only consider ibm1130 events by Mark Pizzolato · 8 years ago
  21. b866f76 IBM1130: Cleanup GUI command interactions and shutdown activities by Mark Pizzolato · 8 years ago
  22. 0c27d1f IBM1130: Convert Tabs to Spaces by Mark Pizzolato · 8 years ago
  23. eea1840 CONSOLE: Fix crash when ^E is presented in a remote console session by Mark Pizzolato · 8 years ago
  24. 6a180c3 AltairZ80: Removed unneeded definition of strcasecmp by Peter Schorn · 8 years ago
  25. e9dea63 AltairZ80: Further fall through comment by Peter Schorn · 8 years ago
  26. d18c7cc PDP4, PDP7, PDP9: Add another fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  27. bf018a1 CONSOLE: Properly set the line output mode under windows version prior to Win10 by Mark Pizzolato · 8 years ago
  28. f617f63 HP3000: HP 3000 release 5 by Mark Pizzolato · 8 years ago
  29. 90e9c2f HP2100: HP 2100 release 26 by Mark Pizzolato · 8 years ago
  30. af54a5c SCP: Fix out of scope memory reference in SET ENV -P "Prompt" EnvVar=Default by Mark Pizzolato · 8 years ago
  31. 7ae5015 SCP: Provide a way to gather input from a user into an environment variable by Mark Pizzolato · 8 years ago
  32. 7a46fcf AltairZ80: Clean up of fall through comments by Peter Schorn · 8 years ago
  33. 490b4d0 PDP4, PDP7, PDP9: Add another fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  34. 357910d imds-224, isys80xx: Rework attach routines to leverage SCP provided functionality by Bill Beech · 8 years ago
  35. 0586d34 PDP4, PDP7, PDP9: Add fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  36. 47c917a PDP11, VAX: Fix stray TABs which crept in over time by Mark Pizzolato · 8 years ago
  37. 7092c55 VAX750: Fixes to Unibus adapter to address #346 by Matt Burke · 8 years ago
  38. 4b41b33 All VAX, PDP11, PDP10: Minor fixes to DZ device by Matt Burke · 8 years ago
  39. f6d4e92 VAX8600: Marked intentional fall through of case statement CID: 1415576 by Matt Burke · 8 years ago
  40. a3e6aac All VAXStations: Fixed logical vs bitwise operator CID: 1415454 by Matt Burke · 8 years ago
  41. b5a5aec SCP: Avoid potential macro redefinition for strcasecmp() and strncasecmp() by Mark Pizzolato · 8 years ago
  42. 1a8bc50 PDP11, Qbus VAX: Add delay when starting XQ device in DELQA-T mode by Mark Pizzolato · 8 years ago
  43. e522daf SCP: Replace stray TAB and fix sprintf format specifier by Mark Pizzolato · 8 years ago
  44. c94edb6 VAXStations: Improvements and bug fixes to keyboard and mouse devices by Matt Burke · 8 years ago
  45. 168d0d9 SCP: add generic length limted and case independent string for all platforms by Mark Pizzolato · 8 years ago
  46. 9179c4e SCP: Fix OS Error text routine on Windows with gcc by Mark Pizzolato · 8 years ago
  47. a719ef5 alpha: Fixed function field widths (Maurice Marks) by Bob Supnik · 8 years ago
  48. c4931bb PDP11: Fix error path check on disk I/O status by Mark Pizzolato · 8 years ago
  49. 8c5305c PDP11: Fix rounding up sector count computation by Mark Pizzolato · 8 years ago
  50. cd8e9eb PDP11: Properly handle reads of less than 1 sector by Mark Pizzolato · 8 years ago
  51. faae90e ID16: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
  52. 6ff3eea SCP: Compiler suggested cleanup by Mark Pizzolato · 8 years ago
  53. 2b30084 IBMPC, IBMPCXT, isys80xx: Restructure directories to eliminate redundant files by Bill Beech · 8 years ago
  54. 7317645 SCP: Make COPY command more robust by Mark Pizzolato · 8 years ago
  55. 64376ca makefile: Use correct variable name, FONTPATH instead of FONTNAME in message by Ryo ONODERA · 8 years ago
  56. c6b10a0 makefile: Add check for utime.h by Mark Pizzolato · 8 years ago
  57. cc2c8f1 I7094: Fix typo in accessing unit array (COVERITY) by Bob Supnik · 8 years ago
  58. 60bf7d5 IBMPC, IBMPCXT: Compiler suggested cleanup by Bill Beech · 8 years ago
  59. d42dd70 VAX750: Fix some 750 UBA inconsistencies by Mark Pizzolato · 8 years ago
  60. 1c83826 ID32: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
  61. 2ddb716 ibmpc & Intel systems: Fix coverity identified issues by Bill Beech · 8 years ago
  62. 861d460 SWTP: remove error path extra close (COVERITY) by Bill Beech · 8 years ago
  63. c48b254 ETHER: Fix packet length check to properly accomodate CRC data if needed by Mark Pizzolato · 8 years ago
  64. 00f6cd5 SCP: Make sure that SCPE_OK isn't interpreted as error in sim_messagef by Mark Pizzolato · 8 years ago
  65. 9b2ff7e SCP: Add COPY/CP command by Mark Pizzolato · 8 years ago
  66. 1790382 AltairZ80: Mark Coverity false positives in rotate operations by Peter Schorn · 8 years ago
  67. 064c8e5 SCP: Silence Coverity warnings by Mark Pizzolato · 8 years ago
  68. 3af3a8e SLIRP:: Coverity cleanup by Mark Pizzolato · 8 years ago
  69. b954352 All VAX: Fixed uninitialized variable on FPD path (COVERITY) by Bob Supnik · 8 years ago
  70. 9238654 TX-0: Address CID 1415866 deadcode error. by Howard M. Harte · 8 years ago
  71. fa16714 All VAX: Avoid potential invalid memory reference recording history after FPD by Mark Pizzolato · 8 years ago
  72. 680ad4f Various VAX: Mark Coverity False Positive for boot command parsing by Mark Pizzolato · 8 years ago
  73. 8344225 ALTAIR: Leave room for NUL byte in the degenerate case (COVERITY) by Mark Pizzolato · 8 years ago
  74. 773cc1c SCP: Minor Coverity cleanup by Mark Pizzolato · 8 years ago
  75. c97f466 PDP8: Annotate fall through paths in switch statements by Bob Supnik · 8 years ago
  76. c2c1f04 ALTAIR: Avoid potential buffer overrun while parsing opcodes and arguments by Mark Pizzolato · 8 years ago
  77. d4a79a2 CDC1700: Provide scripts to install and run MSOS by John Forecast · 8 years ago
  78. 2b0acc3 DISK: Ignore potential cleanup errors and avoid sign extension byte swapping by Mark Pizzolato · 8 years ago
  79. a9a9142 SCP: Properly define sim_name array to avoid potential overrun by Mark Pizzolato · 8 years ago
  80. 62dc8ff ALTAIR: Fix potential reference to uninitialized memory (Coverity) by Mark Pizzolato · 8 years ago
  81. fa7e350 SCP: Avoid potential invalid pointer reference (Coverity) by Mark Pizzolato · 8 years ago
  82. cb6b0a5 SCP: Coverity warning cleanup by Mark Pizzolato · 8 years ago
  83. 8d8a286 SCP: Add checks to avoid potential buffer overrun (Coverity) by Mark Pizzolato · 8 years ago
  84. d60c56d PDP10: Add fall through comment to case (COVERITY) by Bob Supnik · 8 years ago
  85. 5896b1c PDP10: Documented switch fall through case (COVERITY) by Bob Supnik · 8 years ago
  86. 3989251 SCP: Add more Error path checks by Mark Pizzolato · 8 years ago
  87. 36f09d2 SCP: Fix potential error return checks (COVERITY) by Mark Pizzolato · 8 years ago
  88. 3e54264 SAGE: Fix flag setting with 33bit mask by Holger Veit · 8 years ago
  89. d985645 SLIRP: silence Coverity noise by Mark Pizzolato · 8 years ago
  90. f4b7d1f SCP: Migrate some use of strcat() to sim_strlcat() by Mark Pizzolato · 8 years ago
  91. ec11eca PDQ3: Fix coverity issue 1416165 by Mark Pizzolato · 8 years ago
  92. 34d29d3 SCP: Add sim_strlcpy and sim_strlcat for platforms missing strlcpy and strlcat by Mark Pizzolato · 8 years ago
  93. 9a9b5de PDQ-3, SAGE: Coverity Fixes by Holger Veit · 8 years ago
  94. 4897525 SLIRP: Coverity identified warning by Mark Pizzolato · 8 years ago
  95. c638950 PDP11: Properly handle reads of less than 1 sector by Mark Pizzolato · 8 years ago
  96. b2cd329 FRONTPANEL: Fix repeating register data gathering lock problem (COVERITY) by Mark Pizzolato · 8 years ago
  97. 2d1b969 TAPE: Stub extended gap behaviors to avoid link time errors. by Mark Pizzolato · 8 years ago
  98. 3eb4598 SCP: Removed KBD_WAIT and friends by Bob Supnik · 8 years ago
  99. 0947a69 isys80xx, imds-225: Cleanup Coverity identified issues by Bill Beech · 8 years ago
  100. f02a9b0 ibmpc, ibmpcxt: Cleanup Coverity identified issues by Bill Beech · 8 years ago