1. 797feea SCP: Cleanup minor compiler warning by Mark Pizzolato · 7 years ago
  2. 3a81f63 SCP: Add support to handle CTRL+C while executing command files by Mark Pizzolato · 7 years ago
  3. cc6ff4f SCP: Allow Environment variable names in IF/ASSERT string comparisons by Mark Pizzolato · 7 years ago
  4. 4907dfb SCP: Display default delay values with SHOW SEND. by Mark Pizzolato · 7 years ago
  5. 2cd2f8c SCP: Use explicit filename compare when built without HAVE_GLOB & HAVE_FNMATCH by Mark Pizzolato · 7 years ago
  6. 0fc41cb SCP: Properly cancel very long event waits by Mark Pizzolato · 7 years ago
  7. 39c5217 SCP: Properly reset the event queue prior to run/boot by Mark Pizzolato · 7 years ago
  8. eea15bf SCP: Add DEBUG command to allow Debug enabling/disabling via Remote Console by Mark Pizzolato · 7 years ago
  9. 154320b SCP: Add support for BREAK/EXPECT/UNTIL/IF action steps in remote console by Mark Pizzolato · 7 years ago
  10. 80c1c9e SCP: Silence Coverity warning by Mark Pizzolato · 7 years ago
  11. 833927d SCP: Cleanup compiler warnings by Mark Pizzolato · 7 years ago
  12. fbcf72a SCP: Allow commands to be enclosed in quotes. by Mark Pizzolato · 7 years ago
  13. 9086b26 SCP: Allow semicolons within quoted strings while parsing action strings by Mark Pizzolato · 7 years ago
  14. 72d4622 SCP: Add ECHOF command which takes a quoted string as an argument by Mark Pizzolato · 7 years ago
  15. 9b1f44f SCP: Remove optional write_callback in the REGister structure by Mark Pizzolato · 7 years ago
  16. a4a6a1d SCP: Fix regression which disabled limit check when parsing unsigned integers by Mark Pizzolato · 7 years ago
  17. 133cf72 SCP: Move test for unit disabled to also cover devices with attach routines by Mark Pizzolato · 7 years ago
  18. 0293d7f SCP: Enrich EXPECT and SEND help and document information by Mark Pizzolato · 7 years ago
  19. 7246e74 SCP: Add a SIM_OSTYPE built-in environment variable. by Mark Pizzolato · 7 years ago
  20. 61679ed SCP: Add optional write_callback to REGister structure called only on DEPOSIT by Mark Pizzolato · 7 years ago
  21. 9bb1cfd SCP: Add useful info for HELP SET CONSOLE options by Mark Pizzolato · 7 years ago
  22. 733ac0d SCP: Make SLEEP command interruptable with SIGINT by Mark Pizzolato · 7 years ago
  23. 097172f doc: Add missing commands descriptions by Mark Pizzolato · 7 years ago
  24. 4ca544f SCP: Add SLEEP command by Mark Pizzolato · 7 years ago
  25. 9134b8e SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0] by Mark Pizzolato · 7 years ago
  26. 35bfe17 SCP: Allow QUIET mode to be set in a default simulator command file by Mark Pizzolato · 7 years ago
  27. b80402e SCP: Fix display of context command when reporting processing DQ in QUIET mode by Mark Pizzolato · 7 years ago
  28. 09f69f1 SCP: Fix command context reporting when errors occur in QUIET mode by Mark Pizzolato · 7 years ago
  29. 3d1f092 SCP: Provide command context for messages emitted during ATTACH and DETACH by Mark Pizzolato · 7 years ago
  30. 5b248cf SCP: Fix Coverity identified warning and migrate away from strncpy to strlcpy by Mark Pizzolato · 7 years ago
  31. 6d1e873 SCP: Allow HALTAFTER= to be specified for RUN/GO UNTIL commands by Mark Pizzolato · 7 years ago
  32. 932d16d SCP: Rework SEND and EXPECT commands to provide default and temporary arguments by Mark Pizzolato · 7 years ago
  33. 247bd8d SCP: Avoid potential double freeing of memory during RESTORE operations by Mark Pizzolato · 7 years ago
  34. c8a420a SCP: Change command argument processing of %% and \% to be consistent. by Mark Pizzolato · 7 years ago
  35. 2574100 SCP: Fix EXPECT processing to avoid comparing against old data by Mark Pizzolato · 7 years ago
  36. 415b2ef SCP: Fix register examine broken by prior Coverity fix. by Mark Pizzolato · 7 years ago
  37. 4b16e43 SCP: Removing Coverity Array vs Singleton warnings by Mark Pizzolato · 7 years ago
  38. 964195d SCP: Fix potential infinite recursion for internal ctype routines by Mark Pizzolato · 7 years ago
  39. 7af33b9 SCP: Fix internal ctype routines make consistent with standard routines. by Mark Pizzolato · 7 years ago
  40. 0579ef7 SCP: Allow EXPECT HALTAFTER=n without an expect string to behave as documented by Mark Pizzolato · 7 years ago
  41. 23f4c90 SCP: Generalized numeric switch processing by Mark Pizzolato · 7 years ago
  42. ea898b2 SCP: Add SET <dev> BINARY as an alternate radix option for all devices by Mark Pizzolato · 7 years ago
  43. ebf9489 SCP: Fixed Coverity issue for sim_debug arguments by Mark Pizzolato · 7 years ago
  44. 245818d SCP: Added extended radix options (-2, -8, -10 and -16) for EXAMINE and DEPOSIT by Mark Pizzolato · 7 years ago
  45. e106d05 SCP: Add support to dynamically load libreadline7 by Mark Pizzolato · 7 years ago
  46. e39965a SCP: Add support for unsigned int parsing (t_value) without a range limit by Mark Pizzolato · 7 years ago
  47. b15f753 SCP: Add support for operation when stdin isn't a tty by Mark Pizzolato · 7 years ago
  48. 9c93009 SCP: Add insertion symbol UTIME for Unix time (seconds since 1/1/1970) by Mark Pizzolato · 7 years ago
  49. c8ab527 SCP: Add event debugging support for CPU device by Mark Pizzolato · 7 years ago
  50. 1ad8752 SCP: Added HELP DO VARIABLE_INSERTION by Mark Pizzolato · 7 years ago
  51. d9e7afc SCP: Fix Coverity flagged issues by Mark Pizzolato · 7 years ago
  52. c470d1e SCP: Allow the presence of DEVICE DEBTAB array to imply the DEV_DEBUG flag by Mark Pizzolato · 7 years ago
  53. c389573 SCP: Avoid output to log during DEPOSIT command by Mark Pizzolato · 7 years ago
  54. df627b0 SCP: Cleanup output produced by SHOW CONSOLE command by Mark Pizzolato · 7 years ago
  55. cb7c739 SCP: Add file exist test to IF command by Mark Pizzolato · 8 years ago
  56. 2c6c8f4 SCP: Always invoke strlcpy, strlcat, strcasecmp and strcasencmp vs sim_ forms by Mark Pizzolato · 8 years ago
  57. af54a5c SCP: Fix out of scope memory reference in SET ENV -P "Prompt" EnvVar=Default by Mark Pizzolato · 8 years ago
  58. 7ae5015 SCP: Provide a way to gather input from a user into an environment variable by Mark Pizzolato · 8 years ago
  59. 168d0d9 SCP: add generic length limted and case independent string for all platforms by Mark Pizzolato · 8 years ago
  60. 6ff3eea SCP: Compiler suggested cleanup by Mark Pizzolato · 8 years ago
  61. 7317645 SCP: Make COPY command more robust by Mark Pizzolato · 8 years ago
  62. 00f6cd5 SCP: Make sure that SCPE_OK isn't interpreted as error in sim_messagef by Mark Pizzolato · 8 years ago
  63. 9b2ff7e SCP: Add COPY/CP command by Mark Pizzolato · 8 years ago
  64. fa7e350 SCP: Avoid potential invalid pointer reference (Coverity) by Mark Pizzolato · 8 years ago
  65. cb6b0a5 SCP: Coverity warning cleanup by Mark Pizzolato · 8 years ago
  66. 8d8a286 SCP: Add checks to avoid potential buffer overrun (Coverity) by Mark Pizzolato · 8 years ago
  67. 3989251 SCP: Add more Error path checks by Mark Pizzolato · 8 years ago
  68. 36f09d2 SCP: Fix potential error return checks (COVERITY) by Mark Pizzolato · 8 years ago
  69. f4b7d1f SCP: Migrate some use of strcat() to sim_strlcat() by Mark Pizzolato · 8 years ago
  70. 34d29d3 SCP: Add sim_strlcpy and sim_strlcat for platforms missing strlcpy and strlcat by Mark Pizzolato · 8 years ago
  71. ca19ac9 SCP: Fix potential NULL pointer dereference (COVERITY) by Mark Pizzolato · 8 years ago
  72. 18efafe SCP: Fix remaining memory leak in RESTORE (COVERITY) by Mark Pizzolato · 8 years ago
  73. de95d5b SCP: Fix memory leak in error paths of RESTORE command (COVERITY) by Mark Pizzolato · 8 years ago
  74. 65f8e72 SCP: Fix uninitialized variable referenced in help (COVERITY) by Mark Pizzolato · 8 years ago
  75. 7eece3d SCP: Allow detaching of buffered devices without a buffer (COVERITY) by Mark Pizzolato · 8 years ago
  76. 9731644 SCP: Fix Coverity identified problems by Mark Pizzolato · 8 years ago
  77. abc1afc SCP: Fix director scan logic for *nix host systems by Mark Pizzolato · 8 years ago
  78. 9d013e9 SCP: Fix asynchronous event queue updates without intrinsic instructions. by Mark Pizzolato · 8 years ago
  79. 24f1c06 SCP: Add HELP info for UNTIL argument to the RUN and GO commands by Mark Pizzolato · 8 years ago
  80. c1f228f SCP: Add wild card support to DEL/RM and TYPE/CAT commands by Mark Pizzolato · 8 years ago
  81. ed8a288 SCP: Fix help for DEL/RM command and use unlink() instead of remove() by Mark Pizzolato · 8 years ago
  82. 7a1b35a SCP: Add DEL/RM command to facilitate portable command files by Mark Pizzolato · 8 years ago
  83. 8882ceb SCP: Produce detailed message when REG names are ambiguous. by Mark Pizzolato · 8 years ago
  84. 69d2ba5 SCP: Avoid use of 64 bit integers in SCP when host doesn't support it by Mark Pizzolato · 8 years ago
  85. 026d082 SCP: Fix compiler indicated warning. by Mark Pizzolato · 8 years ago
  86. 692b9ab SCP: Add ability to descriptively name UNITs by Mark Pizzolato · 8 years ago
  87. 8dcc8c0 SCP: Add the ability to Fprintf to memory buffer by Mark Pizzolato · 8 years ago
  88. e565ee5 SCP: Assure that all SCP produced debug output always lands in the debug file by Mark Pizzolato · 8 years ago
  89. 1bb42b8 VAX730, VAX750, VAX780, VAX8600: Make TODR a little more precise by Mark Pizzolato · 8 years ago
  90. e36873f TIMER: Fix coscheduling functionality to produce consistent results by Mark Pizzolato · 8 years ago
  91. af1603f SCP: Add missing sim_strcasecmp() for host platforms without strcasecmp() by Mark Pizzolato · 8 years ago
  92. d5a56e0 SCP: Take care to only write to a socket a single time and when appropriate by Mark Pizzolato · 8 years ago
  93. 9851a36 SCP: Fix Async I/O primitives operations for hosts without Intrinsic CAS by Mark Pizzolato · 8 years ago
  94. e450edd SCP: Display most recent instruction execution rate in SHOW QUEUE output by Mark Pizzolato · 8 years ago
  95. 711f616 TIMER: Make sure remnant usecs are always explicitly removed by Mark Pizzolato · 8 years ago
  96. c927640 TIMER: Timing corrections and enhancements by Mark Pizzolato · 8 years ago
  97. e52ac6d SCP: Add help for NOEXPECT and spelling cleanups by Mark Pizzolato · 8 years ago
  98. 8102e13 SCP: Add usecs_remaining information to SHOW QUEUE output by Mark Pizzolato · 8 years ago
  99. af6026b SCP: Add extended usecs wait time to SAVE/RESTORE file format. by Mark Pizzolato · 8 years ago
  100. aa82b57 TIMER: Fix various inconsistent timing behaviors by Mark Pizzolato · 8 years ago