1. 7a1b35a SCP: Add DEL/RM command to facilitate portable command files by Mark Pizzolato · 8 years ago
  2. 692b9ab SCP: Add ability to descriptively name UNITs by Mark Pizzolato · 8 years ago
  3. 665ebf0 FRONTPANEL: sim_frontpanel API version 4 release by Mark Pizzolato · 8 years ago
  4. e36873f TIMER: Fix coscheduling functionality to produce consistent results by Mark Pizzolato · 8 years ago
  5. af1603f SCP: Add missing sim_strcasecmp() for host platforms without strcasecmp() by Mark Pizzolato · 8 years ago
  6. d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
  7. c927640 TIMER: Timing corrections and enhancements by Mark Pizzolato · 8 years ago
  8. ae52f4c TIMER: Add correct sim_activate_time functionality for all timer cases. by Mark Pizzolato · 8 years ago
  9. b98ece8 DISK: Extended and corrected autosize logic for disk attach. by Mark Pizzolato · 8 years ago
  10. ff95fb8 SCP: Add warning about reset when RUN command is used multiple times. by Mark Pizzolato · 8 years ago
  11. 39d2944 TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks by Mark Pizzolato · 8 years ago
  12. efabcb9 SCP: Added routine to format time in seconds down to usecs by Mark Pizzolato · 8 years ago
  13. 222ae77 SCP: Add sim_brk_message() to facilitate easy reporting of matched breakpoints. by Mark Pizzolato · 8 years ago
  14. e06b815 SCP: Record breakpoint match details in globals by Mark Pizzolato · 8 years ago
  15. f82d3f8 SCP: Breakpoint enhancements by Mark Pizzolato · 8 years ago
  16. b4f3d6c SCP: Breakpoint cleanup. by Mark Pizzolato · 8 years ago
  17. 4065f47 SCP: Add sim_strncasecmp for platforms which may not have strncasecmp by Mark Pizzolato · 8 years ago
  18. 8b08e6c SCP: Allow spawn commands to not require space after ! by Mark Pizzolato · 8 years ago
  19. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  20. 0897320 SCP: Add TYPE/CAT command by Mark Pizzolato · 9 years ago
  21. d8f2647 SCP: general const cleanups and const change to sim_vm_parse_addr. by Mark Pizzolato · 9 years ago
  22. bbd5f9b SCP: Add internal device debug state to output of SHOW DEBUG command by Mark Pizzolato · 9 years ago
  23. de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
  24. ad3dc29 SCP: Added flag indicating to device simulations that an event dispatch is active by Mark Pizzolato · 9 years ago
  25. 099dd40 SCP: Add sim_activate_after_abs API like sim_activate_abs only specifying a used time delay. by Mark Pizzolato · 9 years ago
  26. 6da2be7 ALL: remove need for sim_debug calls to be enclosed in braces to avoid dangling else compiler warnings by Mark Pizzolato · 9 years ago
  27. 86d1e36 all VAX, PDP11: Add initial NAT based ethernet connectivity via SLiRP. by Mark Pizzolato · 9 years ago
  28. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  29. c3a879d VAX: Change to load ROMs or other boot code directly from built in memory arrays. by Mark Pizzolato · 9 years ago
  30. 0986c6f VAX750: Fixed ROM based boot from console TU58 by Mark Pizzolato · 9 years ago
  31. 78399f1 SCP: Added a SCREENSHOT command to record the video display window. by Mark Pizzolato · 9 years ago
  32. bd2f592 Revert "SCP: Remove ASCII source code character set dependency" by Mark Pizzolato · 9 years ago
  33. 7c7b44e SCP: Remove ASCII source code character set dependency by Mark Pizzolato · 9 years ago
  34. 325e369 FRONTPANEL: Added mount and dismount commands for removable media by Mark Pizzolato · 10 years ago
  35. 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
  36. d75c072 VAX, VAX780, VAX8600, MicroVAX1, MicroVAX2: Stabilize SAVE/RESTORE capabilities to allow restore of older version VAX and VAX780 save images and to properly allow simulator restores of processor model variations as discussed in #197 points 1 & 2 by Mark Pizzolato · 10 years ago
  37. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  38. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  39. aae9e55 SCP: More allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  40. 256bbdd SCP: Allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  41. 6ec6b6a SCP: Provide an API to display alternate error message text while returning SCPE status. by Mark Pizzolato · 10 years ago
  42. 1f41735 SCP: Added missing declaration of sim_vm_fprint_stopped by Mark Pizzolato · 10 years ago
  43. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  44. 4dbac41 SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h by Mark Pizzolato · 10 years ago
  45. e835870 SCP: Fix NOEXPECT to actually delete a single indicated expect rule. Allow expect actions to be provided. Fix match buffer management when expect regular expressions are in use. by Mark Pizzolato · 10 years ago
  46. ebf4e0c SCP: Add support for legacy form of console expect and send string commands (from Dave Bryan) by Mark Pizzolato · 10 years ago
  47. 5a4bbba SCP: Extended EXPECT and SEND to have more flexible activation delays by Mark Pizzolato · 10 years ago
  48. 02e90de SCP: Added EXPECT and SEND commands to react to data from and inject data into the simulated console port (and other MUX ports) by Mark Pizzolato · 10 years ago
  49. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  50. 0b10508 SCP: Allow for the potential of a breakpoint action to remove the establishing breakpoint while still completing pending actions by Mark Pizzolato · 10 years ago
  51. f355749 SCP: Provide a way to display an arbitrary buffer contents as hex in debug output by Mark Pizzolato · 10 years ago
  52. b8dc8f0 SCP: Fix to have sim_printf expand newlines to CRLF when writing to stdout with the simulator running. Allow sim_debug to be called with a NULL device pointer and return producing no output. by Mark Pizzolato · 10 years ago
  53. 8f3e643 SCP: Added the NEXT command. This command provides the ability for a simulator to step over subroutine calls. by Mark Pizzolato · 11 years ago
  54. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  55. 9022de5 SCP: Removed the irrelevant sim_deb_PC variable since it duplicates the role sim_PC simulator variable. by Mark Pizzolato · 11 years ago
  56. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  57. 00afa58 SCP: Added hierarchical help capability (from Timothe Litt) by Mark Pizzolato · 11 years ago
  58. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  59. 600d6f5 SCP: Added a mechanism to allow debugging output to display PC values for simulators which don't have a simple register which contains the PC value. by Mark Pizzolato · 11 years ago
  60. 572ed34 Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66 by Mark Pizzolato · 11 years ago
  61. 9844ba6 Added DIR (LS) command to list the files in a directory. This command is usable in Remote Console sessions. by Mark Pizzolato · 11 years ago
  62. 99c1305 Merge remote-tracking branch 'origin/master' into Operator-Commands by Mark Pizzolato · 12 years ago
  63. b886fb2 Add Remote Console support by Mark Pizzolato · 12 years ago
  64. e65ef13 Merged the latest ibm1130 simulator from Brian Knittel's ibm1130.org by Mark Pizzolato · 12 years ago
  65. 5bba4da Added support for MTAB entries to have values which contain quoted strings (which can therefore contain spaces and/or other characters which might normally be delimiters. Need suggested by Michael Mondy by Mark Pizzolato · 12 years ago
  66. d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
  67. ad4d5be Give preference with HELP dev SHOW and HELP dev SET for unit modifiers to be displayed with a unit number as an example (unless the device has only one unit). by Mark Pizzolato · 12 years ago
  68. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  69. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  70. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  71. dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
  72. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  73. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  74. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  75. 2b5ceae Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active by Mark Pizzolato · 12 years ago
  76. bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 12 years ago
  77. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 12 years ago
  78. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago
  79. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  80. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  81. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  82. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  83. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  84. a339dae Extensive Control Flow Enhancements: by Mark Pizzolato · 13 years ago
  85. ab3af30 - Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well. by Mark Pizzolato · 13 years ago
  86. 7c51414 Fixed sim_debug macro implementation to allow for the case when a sim_debug invocation is used as a single expression following an if condition. Found by Michael Bloom by Mark Pizzolato · 13 years ago
  87. 9e220f1 Cleaned up VMS builds using various versions of the Dec/Compaq/HP C compilers by Mark Pizzolato · 13 years ago
  88. db99885 scp - Added expansion of %STATUS% and %TSTATUS% in do command by Mark Pizzolato · 14 years ago
  89. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  90. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago
  91. 766e705 Added SET ON, SET NOON, ON, GOTO and RETURN command support by Mark Pizzolato · 14 years ago v4.0-devel
  92. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  93. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  94. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  95. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  96. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  97. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  98. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  99. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  100. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0