1. 5cb8f46 VAX780, VAX739, VAX759, VAX8600: Merge branch 'VAX-11-BootBlock-Fixup' - Generic VMB.EXE for *nix VAX operating systems by Mark Pizzolato · 10 years ago
  2. 1d530cc SCP: Enhanced ASSERT/IF to support expressions which test memory contents. Also enhanced EXAMINE's search capabilities to be able to match multi-byte patterns for VMs which are byte addressable. by Mark Pizzolato · 10 years ago
  3. 47a0576 SCP: Revert prior commit since it was the wrong approach by Mark Pizzolato · 10 years ago
  4. 0a96584 SCP: Added special EXAMINE reference variable "$" usable in conditional expression for the ASSERT and IF commands by Mark Pizzolato · 10 years ago
  5. 0528e70 HP2100: Most recent updates from Dave Bryan by Mark Pizzolato · 10 years ago
  6. ef0eae1 HP2100: Add CRCC and LRCC support to the HP 2100 MS simulation. from Dave Bryan by Mark Pizzolato · 10 years ago
  7. afb5d62 TAPE: Extensive cleanup of tape operations (gap, end of medium, format change, etc.) from Dave Bryan by Mark Pizzolato · 10 years ago
  8. d5f0212 DOC: Add missing "SIMH Magtape Representation and Handling" document by Mark Pizzolato · 10 years ago
  9. 1f41735 SCP: Added missing declaration of sim_vm_fprint_stopped by Mark Pizzolato · 10 years ago
  10. 7256e09 PDP11: Simplified idle call logic to leave the idle decision to sim_idle(). by Mark Pizzolato · 10 years ago
  11. 549779f PDP10, PDP11, VAX: Adjusted KDP, DUP and DMR/DMC devices to be better behaved when the simulated system is idling. by Mark Pizzolato · 10 years ago
  12. 88d6442 SCP: Allow the VM to print simulator stop message information in lieu of, or in addition to, the default message. by Mark Pizzolato · 10 years ago
  13. f6ba323 SCP: Fix bug when debug file is opened with -N option. by Mark Pizzolato · 10 years ago
  14. 42e7d48 SCP: Fixes Cannot show radix, etc. for a device that has no modifiers and SET and SHOW responses for invalid entry are inconsistent. from Dave Bryan by Mark Pizzolato · 10 years ago
  15. e87d40c SCP: Add a -Q option to ATTACH -R and ATTACH -N to suppress success status messages. From Dave Bryan by Mark Pizzolato · 10 years ago
  16. 95740f1 SCP: Add a "-N" (new file) option to the SET LOG and SET DEBUG commands. From Dave Bryan. by Mark Pizzolato · 10 years ago
  17. 03800ae SCP: Stop calls VM-provided address printer for PC without REG_VMAD from Dave Bryan by Mark Pizzolato · 10 years ago
  18. e35081d SCP: Avoid duplicate output when run_cmd completes just as is done in sim_printf() by Mark Pizzolato · 10 years ago
  19. 4f41c53 SCP: Fixed potential out of bounds array reference while expanding command arguments. by Mark Pizzolato · 10 years ago
  20. 18daed6 PDP11, VAX: Enrich the debug output for the TS device simulation. by Mark Pizzolato · 10 years ago
  21. 20637cc TAPE: Corrected debug output of tape position to be independent of the size of t_addr by Mark Pizzolato · 10 years ago
  22. 7258490 SCP: Fix potential infinite loop when EOF is encountered on stdin for hosts using BSDTTY tty I/O. by Mark Pizzolato · 10 years ago
  23. c083b45 TMXR, SOCK: Properly declare as const string input only arguments. by Mark Pizzolato · 10 years ago
  24. d1b5e3a SCP: Add the # character at the beginning of a line as a comment character. Requested by Kevin Handy by Mark Pizzolato · 10 years ago
  25. 2030d8f makefile: Removed dependence on libSDL for simulators which don't need SDL support. Fix #164 Suggested by Rhialto. by Mark Pizzolato · 10 years ago
  26. c260353 SCP: Fix simh console session output of remote console commands to avoid stairstepping as described in issue #165 by Mark Pizzolato · 10 years ago
  27. 1f20041 SCP: Added expansion of special built-in environment variable DATE_YC which is the century of the current date. by Mark Pizzolato · 10 years ago
  28. cd9a499 SCP: Fixed EXPECT processing to properly cleanup after matches. Added display of expect buffer to SHOW EXPECT and extended expect match debugging output. by Mark Pizzolato · 10 years ago
  29. 45859ff SCP: Fixed SEND command to properly support a bare AFTER=n argument. by Mark Pizzolato · 10 years ago
  30. 4eed007 SCP: Restructured timer/co-scheduling activities to support co-scheduling on specific timers by Mark Pizzolato · 10 years ago
  31. a9ac7c1 SAGE: Fix loop bounds in m68k_cpu by Lioncash · 10 years ago
  32. 18ebf29 sigma_lp: Fix a fopen leak by Lioncash · 10 years ago
  33. 499757a sigma_cpu: Fix always true case by Lioncash · 10 years ago
  34. b881ccd sim_BuildROMs: Fix potential memory leaks and a double fclose. by Lioncash · 10 years ago
  35. 1d2742e DOC: Cleanup PDP10 document by Mark Pizzolato · 10 years ago v4.0-Beta-1
  36. 26bd72e alpha: Compiler suggested cleanup by Mark Pizzolato · 10 years ago
  37. 368a5f6 PDP11, VAX780: Fix DEUNA handling of incoming packets which are dropped into multiple receive buffers. by Mark Pizzolato · 10 years ago
  38. ea5b1dc AltairZ80: Fixed confusing call to memset by Peter Schorn · 10 years ago
  39. 2b81dd4 PDP11, VAX: Fix DEQNA emulation to properly indicate receive buffer length for the last segment when dropping incoming packets into multiple buffer descriptors. by Mark Pizzolato · 10 years ago
  40. d2079ab makefile: Add link library path (-L) when needed on platforms which don't readily locate the PCRE library by Mark Pizzolato · 10 years ago
  41. a0c7f99 scp: avoid redefining MAX by François Revol · 10 years ago
  42. 25996d9 makefile: Explicitely fail on old Haiku or bad arch by François Revol · 10 years ago
  43. 1817504 PDQ-3: Latest update from Holger Veit by Mark Pizzolato · 10 years ago
  44. 94486c1 SCP: Updated documentation and help text by Mark Pizzolato · 10 years ago
  45. 34d87ab makefile: remote extraneous debug print statement. by Mark Pizzolato · 10 years ago
  46. 4456e42 makefile: Added build support for simulators which use the display library on host platforms which have X11 support not located in /usr/include. by Mark Pizzolato · 10 years ago
  47. ff49614 PDP1, PDP11, TX-0: Addition to cleanup build messages on *nix platforms avoiding XKeycodeToKeysym deprecated messages to also work when using clang (LLVM compiler). Fix #58 by Mark Pizzolato · 10 years ago
  48. a4c5056 Compiler suggested cleanup. by Mark Pizzolato · 10 years ago
  49. 6d61de5 PDP1, PDP11, TX-0: Cleanup build messages on *nix platforms avoiding XKeycodeToKeysym deprecated messages. Fix #58 by Mark Pizzolato · 10 years ago
  50. 4938c02 SCP: Fixed expect match checking when testing regular expressions to avoid NUL bytes in the output stream. by Mark Pizzolato · 10 years ago
  51. 41238c5 VisualStudioProjects: Fixed prebuild event logic to properly detect and handle windows-build version replacement/upgrade by Mark Pizzolato · 10 years ago
  52. e685e95 VisualStudioProjects: Fix project dependencies for BuildROMs project which prevented proper reporting of windows-build version out of date report by Mark Pizzolato · 10 years ago
  53. 1cc1ca7 AltairZ80: Removed unnecessary calls to abs() by Peter Schorn · 10 years ago
  54. 235ce92 PDP11: Correct proper boot support for PDP11 devices when booting via a Remote Console Master session by Mark Pizzolato · 10 years ago
  55. 178116c PDP11: Added proper boot support for PDP11 devices when booting via a Remote Console Master session by Mark Pizzolato · 10 years ago
  56. e2c7141 Remote Console: Fixed "SET REMOTE NOMASTER" command to properly disable Remote Console Master mode and return control to the simulator initiating session. by Mark Pizzolato · 10 years ago
  57. 6368a21 SCP: Fixed SET and SHOW command parsing to more generally allow value operations against the default device (CPU) both with and without value oriented modifiers by Mark Pizzolato · 10 years ago
  58. a9e82dd HP2100: Current version from Dave Bryan by Mark Pizzolato · 10 years ago
  59. f3f0d07 Compiler suggested cleanups by Mark Pizzolato · 10 years ago
  60. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  61. c638492 VAX QVSS: Increase LK keyboard mode map to avoid a potential out of bounds array reference by Mark Pizzolato · 10 years ago
  62. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  63. 5c45aec SCP: Cleanup minor remote console behaviors (stutter prompt and broken single mode command) by Mark Pizzolato · 10 years ago
  64. 611a7e9 SCP: Added a Remote Console Master Mode. by Mark Pizzolato · 10 years ago
  65. 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
  66. f6e7504 SCP: Fix SEND <dev>:line when after=nn and delay=nn not specified by Mark Emmer · 10 years ago
  67. b4fb149 SCP: Fix help text for expect command. by Mark Pizzolato · 10 years ago
  68. 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
  69. 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  70. ebf53c9 Replaced printf with sim_printf. by Peter Schorn · 10 years ago
  71. e48cb51 SDS: Correct ill-formed statement by Mark Emmer · 10 years ago
  72. ebf4e0c SCP: Add support for legacy form of console expect and send string commands (from Dave Bryan) by Mark Pizzolato · 10 years ago
  73. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  74. 593a595 SCP: Cleaned up the Remote Console Help output by Mark Pizzolato · 10 years ago
  75. bff7521 SCP: Migrate more output written to sim_log to use sim_printf. by Mark Pizzolato · 10 years ago
  76. 6c5a700 SCP: Added numeric value comparisons to IF and ASSERT compares. by Mark Pizzolato · 10 years ago
  77. 1f9d21a SCP: Added IF command and string comparision behaviors to the ASSERT and IF command operations. by Mark Pizzolato · 10 years ago
  78. 916bab3 SCP: Cleaned up help for EXPECT and SEND commands. Added optional case insensitive match option to regular expression EXPECT rules. by Mark Pizzolato · 10 years ago
  79. 1413e76 VisualStudioProjects: Revised build dependency checking logic to check for the updated SDL 2.0.3 version in the windows-build components. by Mark Pizzolato · 10 years ago
  80. 5a4bbba SCP: Extended EXPECT and SEND to have more flexible activation delays by Mark Pizzolato · 10 years ago
  81. 7bb57ca MicroVAX2, MicroVAX1: Updated build configuration to link against the newly updated SDL 2.0.3 code in the windows-build package. Fixes issue #93 by Mark Pizzolato · 10 years ago
  82. 5af6210 SCP: Add RegEx support to EXPECT string processing by Mark Pizzolato · 10 years ago
  83. ddc29fb SCP: Added debugging support for EXPECT and SEND activities. Fixed SEND buffer queuing bug. by Mark Pizzolato · 10 years ago
  84. 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
  85. d0865d3 SCP: Fix recently revised breakpoint setup to behave properly breakpoint action is NULL by Mark Pizzolato · 10 years ago
  86. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  87. 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
  88. 9c5df04 PDP11, VAX: Make sure to initialize amount of data processed for incoming packets which get read into multiple buffer descriptors by Mark Pizzolato · 10 years ago
  89. 004fe0d VisualStudioProjects: Added better detection and reporting of windows-build dependency issues. by Mark Pizzolato · 10 years ago
  90. 501c5ac VisualStudioProjects: Cleaned up and made consistent project settings. by Mark Pizzolato · 10 years ago
  91. c317f68 VisualStudioProjects: Suppress warnings generated in remaining projects after conversion of projects to Visual Studio 2013. by Mark Pizzolato · 10 years ago
  92. ab7befb SCP: Fix SET TELNET command to process all arguments on a command line. by Mark Pizzolato · 10 years ago
  93. 8cb4262 VisualStudioProjects: Suppress Winsock deprecation warnings which is needed after conversion of projects to Visual Studio 2013. by Mark Pizzolato · 10 years ago
  94. 01c725f ETHER: Avoid compiling internal support routines for simulators which don't have ethernet devices by Mark Pizzolato · 10 years ago
  95. 7c1f909 PDQ-3: Compiler suggested warning cleanup (gcc & Visual C++) from Holger Veit by Mark Pizzolato · 10 years ago
  96. 5b288b0 PDP11, VAX: Enhance help SET RQn FORMAT description by Mark Pizzolato · 10 years ago
  97. a262852 Merge remote-tracking branch 'psco/master' by Mark Pizzolato · 10 years ago
  98. 9b02e16 ETHER: Remove support for statically linking libpcap on Linux and OS X platforms by Mark Pizzolato · 10 years ago
  99. 56236ac RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger) by Mark Pizzolato · 10 years ago
  100. 977712b AltairZ80: More debug information available when using IMD disks by Peter Schorn · 10 years ago