1. d18c7cc PDP4, PDP7, PDP9: Add another fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  2. bf018a1 CONSOLE: Properly set the line output mode under windows version prior to Win10 by Mark Pizzolato · 8 years ago
  3. f617f63 HP3000: HP 3000 release 5 by Mark Pizzolato · 8 years ago
  4. 90e9c2f HP2100: HP 2100 release 26 by Mark Pizzolato · 8 years ago
  5. af54a5c SCP: Fix out of scope memory reference in SET ENV -P "Prompt" EnvVar=Default by Mark Pizzolato · 8 years ago
  6. 7ae5015 SCP: Provide a way to gather input from a user into an environment variable by Mark Pizzolato · 8 years ago
  7. 7a46fcf AltairZ80: Clean up of fall through comments by Peter Schorn · 8 years ago
  8. 490b4d0 PDP4, PDP7, PDP9: Add another fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  9. 357910d imds-224, isys80xx: Rework attach routines to leverage SCP provided functionality by Bill Beech · 8 years ago
  10. 0586d34 PDP4, PDP7, PDP9: Add fall through comment (Coverity) by Mark Pizzolato · 8 years ago
  11. 47c917a PDP11, VAX: Fix stray TABs which crept in over time by Mark Pizzolato · 8 years ago
  12. 7092c55 VAX750: Fixes to Unibus adapter to address #346 by Matt Burke · 8 years ago
  13. 4b41b33 All VAX, PDP11, PDP10: Minor fixes to DZ device by Matt Burke · 8 years ago
  14. f6d4e92 VAX8600: Marked intentional fall through of case statement CID: 1415576 by Matt Burke · 8 years ago
  15. a3e6aac All VAXStations: Fixed logical vs bitwise operator CID: 1415454 by Matt Burke · 8 years ago
  16. b5a5aec SCP: Avoid potential macro redefinition for strcasecmp() and strncasecmp() by Mark Pizzolato · 8 years ago
  17. 1a8bc50 PDP11, Qbus VAX: Add delay when starting XQ device in DELQA-T mode by Mark Pizzolato · 8 years ago
  18. e522daf SCP: Replace stray TAB and fix sprintf format specifier by Mark Pizzolato · 8 years ago
  19. c94edb6 VAXStations: Improvements and bug fixes to keyboard and mouse devices by Matt Burke · 8 years ago
  20. 168d0d9 SCP: add generic length limted and case independent string for all platforms by Mark Pizzolato · 8 years ago
  21. 9179c4e SCP: Fix OS Error text routine on Windows with gcc by Mark Pizzolato · 8 years ago
  22. a719ef5 alpha: Fixed function field widths (Maurice Marks) by Bob Supnik · 8 years ago
  23. c4931bb PDP11: Fix error path check on disk I/O status by Mark Pizzolato · 8 years ago
  24. 8c5305c PDP11: Fix rounding up sector count computation by Mark Pizzolato · 8 years ago
  25. cd8e9eb PDP11: Properly handle reads of less than 1 sector by Mark Pizzolato · 8 years ago
  26. faae90e ID16: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
  27. 6ff3eea SCP: Compiler suggested cleanup by Mark Pizzolato · 8 years ago
  28. 2b30084 IBMPC, IBMPCXT, isys80xx: Restructure directories to eliminate redundant files by Bill Beech · 8 years ago
  29. 7317645 SCP: Make COPY command more robust by Mark Pizzolato · 8 years ago
  30. 64376ca makefile: Use correct variable name, FONTPATH instead of FONTNAME in message by Ryo ONODERA · 8 years ago
  31. c6b10a0 makefile: Add check for utime.h by Mark Pizzolato · 8 years ago
  32. cc2c8f1 I7094: Fix typo in accessing unit array (COVERITY) by Bob Supnik · 8 years ago
  33. 60bf7d5 IBMPC, IBMPCXT: Compiler suggested cleanup by Bill Beech · 8 years ago
  34. d42dd70 VAX750: Fix some 750 UBA inconsistencies by Mark Pizzolato · 8 years ago
  35. 1c83826 ID32: Fix potential uninitialized variable recording history (COVERITY) by Mark Pizzolato · 8 years ago
  36. 2ddb716 ibmpc & Intel systems: Fix coverity identified issues by Bill Beech · 8 years ago
  37. 861d460 SWTP: remove error path extra close (COVERITY) by Bill Beech · 8 years ago
  38. c48b254 ETHER: Fix packet length check to properly accomodate CRC data if needed by Mark Pizzolato · 8 years ago
  39. 00f6cd5 SCP: Make sure that SCPE_OK isn't interpreted as error in sim_messagef by Mark Pizzolato · 8 years ago
  40. 9b2ff7e SCP: Add COPY/CP command by Mark Pizzolato · 8 years ago
  41. 1790382 AltairZ80: Mark Coverity false positives in rotate operations by Peter Schorn · 8 years ago
  42. 064c8e5 SCP: Silence Coverity warnings by Mark Pizzolato · 8 years ago
  43. 3af3a8e SLIRP:: Coverity cleanup by Mark Pizzolato · 8 years ago
  44. b954352 All VAX: Fixed uninitialized variable on FPD path (COVERITY) by Bob Supnik · 8 years ago
  45. 9238654 TX-0: Address CID 1415866 deadcode error. by Howard M. Harte · 8 years ago
  46. fa16714 All VAX: Avoid potential invalid memory reference recording history after FPD by Mark Pizzolato · 8 years ago
  47. 680ad4f Various VAX: Mark Coverity False Positive for boot command parsing by Mark Pizzolato · 8 years ago
  48. 8344225 ALTAIR: Leave room for NUL byte in the degenerate case (COVERITY) by Mark Pizzolato · 8 years ago
  49. 773cc1c SCP: Minor Coverity cleanup by Mark Pizzolato · 8 years ago
  50. c97f466 PDP8: Annotate fall through paths in switch statements by Bob Supnik · 8 years ago
  51. c2c1f04 ALTAIR: Avoid potential buffer overrun while parsing opcodes and arguments by Mark Pizzolato · 8 years ago
  52. d4a79a2 CDC1700: Provide scripts to install and run MSOS by John Forecast · 8 years ago
  53. 2b0acc3 DISK: Ignore potential cleanup errors and avoid sign extension byte swapping by Mark Pizzolato · 8 years ago
  54. a9a9142 SCP: Properly define sim_name array to avoid potential overrun by Mark Pizzolato · 8 years ago
  55. 62dc8ff ALTAIR: Fix potential reference to uninitialized memory (Coverity) by Mark Pizzolato · 8 years ago
  56. fa7e350 SCP: Avoid potential invalid pointer reference (Coverity) by Mark Pizzolato · 8 years ago
  57. cb6b0a5 SCP: Coverity warning cleanup by Mark Pizzolato · 8 years ago
  58. 8d8a286 SCP: Add checks to avoid potential buffer overrun (Coverity) by Mark Pizzolato · 8 years ago
  59. d60c56d PDP10: Add fall through comment to case (COVERITY) by Bob Supnik · 8 years ago
  60. 5896b1c PDP10: Documented switch fall through case (COVERITY) by Bob Supnik · 8 years ago
  61. 3989251 SCP: Add more Error path checks by Mark Pizzolato · 8 years ago
  62. 36f09d2 SCP: Fix potential error return checks (COVERITY) by Mark Pizzolato · 8 years ago
  63. 3e54264 SAGE: Fix flag setting with 33bit mask by Holger Veit · 8 years ago
  64. d985645 SLIRP: silence Coverity noise by Mark Pizzolato · 8 years ago
  65. f4b7d1f SCP: Migrate some use of strcat() to sim_strlcat() by Mark Pizzolato · 8 years ago
  66. ec11eca PDQ3: Fix coverity issue 1416165 by Mark Pizzolato · 8 years ago
  67. 34d29d3 SCP: Add sim_strlcpy and sim_strlcat for platforms missing strlcpy and strlcat by Mark Pizzolato · 8 years ago
  68. 9a9b5de PDQ-3, SAGE: Coverity Fixes by Holger Veit · 8 years ago
  69. 4897525 SLIRP: Coverity identified warning by Mark Pizzolato · 8 years ago
  70. c638950 PDP11: Properly handle reads of less than 1 sector by Mark Pizzolato · 8 years ago
  71. b2cd329 FRONTPANEL: Fix repeating register data gathering lock problem (COVERITY) by Mark Pizzolato · 8 years ago
  72. 2d1b969 TAPE: Stub extended gap behaviors to avoid link time errors. by Mark Pizzolato · 8 years ago
  73. 3eb4598 SCP: Removed KBD_WAIT and friends by Bob Supnik · 8 years ago
  74. 0947a69 isys80xx, imds-225: Cleanup Coverity identified issues by Bill Beech · 8 years ago
  75. f02a9b0 ibmpc, ibmpcxt: Cleanup Coverity identified issues by Bill Beech · 8 years ago
  76. bef62a5 SWTP: Cleanup Coverity identified issues by Bill Beech · 8 years ago
  77. 6831746 All VAX: Clarify Opcode Table decode values by Mark Pizzolato · 8 years ago
  78. 33f02ae SDS: Add precise gap erase to MT device by Bob Supnik · 8 years ago
  79. 0cc2a46 sigma: Add "Sigma 7 BigMem" as a model variant by Bob Supnik · 8 years ago
  80. c26c6ea NOVA, PDP1,, sigma: Various cosmetic/typo changes by Bob Supnik · 8 years ago
  81. 41ea29a PDP18B: Limit connection poll to configured lines by Bob Supnik · 8 years ago
  82. 976cf12 VAX780: Update 780 bug history to include REI to Compatibility mode by Bob Supnik · 8 years ago
  83. e1f8e88 ID16, ID32: Fixed testing of 8b mode and echoed character (COVERITY) by Bob Supnik · 8 years ago
  84. a37e928 I7094: Annotated fall through in switch (COVERITY) by Bob Supnik · 8 years ago
  85. a040eb4 I1401: Fixed MTF length checking (COVERITY) by Bob Supnik · 8 years ago
  86. 0e6a79f All VAX: Initialize intermediate state vars outside of the instruction loop by Mark Pizzolato · 8 years ago
  87. 7c696db Visual Studio Projects: Add projects for ibmpc and ibmpcxt by Mark Pizzolato · 8 years ago
  88. 5fb61c8 FRONTPANEL: Fix Coverity identified issues by Mark Pizzolato · 8 years ago
  89. 0f41c24 ibmpc, isys80xx, imds-225: Fix Coverity identified problems by Bill Beech · 8 years ago
  90. b64f3cd CDC1700: Fix Coverity identified potential buffer overrun by John Forecast · 8 years ago
  91. fcf3104 FRONTPANEL: Fix Coverity identified problems by Mark Pizzolato · 8 years ago
  92. 5135f13 TAPE: Fix Coverity potential NULL pointer dereference by Mark Pizzolato · 8 years ago
  93. f0bee7f VAX750: Fixed bad test for UBA intr level (COVERITY) by Bob Supnik · 8 years ago
  94. 8d8ecc1 CDC1700: Fixing Coverity identified issues by John Forecast · 8 years ago
  95. 62879be PDP1, PDP8, PDP18B, PDP11: Fixed dt_seterr to clear successor states by Bob Supnik · 8 years ago
  96. 1cd11f3 sigma: Added missing CONST to fix broken build by Mark Pizzolato · 8 years ago
  97. 6a40afe VAX750: Fix NULL reference check in boot command parsing (COVERITY) by Mark Pizzolato · 8 years ago
  98. 934f4e6 alpha: Fix Coverity identified Defect: 1416171 by Bob Supnik · 8 years ago
  99. 485114c B5500: Fixed Coverity bugs. by Richard Cornwell · 8 years ago
  100. df1baf2 CDC1700: Release 2 by Mark Pizzolato · 8 years ago