1. 1936f7f Fixed VAX8600 simulator boot from console without an attach disk to report a useful error instead of crashing by Mark Pizzolato · 12 years ago
  2. e0225c3 Added boot from console floppy support to the VAX780 simulator (Changed console floppy device name from RXC to CS) by Mark Pizzolato · 12 years ago
  3. 96dbeae Added SHOW CPU MEMORY support for all VAX simulators to display the memory controller and board configuration by Mark Pizzolato · 12 years ago
  4. 471ea3e Added SHOW CPU MEMORY to the MicroVAX I simulator by Mark Pizzolato · 12 years ago
  5. a005822 Extended the VAX 8600 memory to 512MB and reworked the memory board slot allocation logic to fill as many slots as possible. by Mark Pizzolato · 12 years ago
  6. a78c978 Fixed pamm initialization for SBI 0 and improved output of SHOW CPU MEMORY - from Johnny Billquist by Mark Pizzolato · 12 years ago
  7. 8116b75 Fix VAX 8600 memory controller attribute descriptions to properly reflect the board size and slots. by Mark Pizzolato · 12 years ago
  8. ce41ac8 Fixed the non-functional VAX 8600 boot and use of the console RL02 disk. by Mark Pizzolato · 12 years ago
  9. 388b2be Added missing SET CPU MODEL to VAX 8600 simulator by Mark Pizzolato · 12 years ago
  10. 51badc2 The MicroVAX specific CPU Boot help has been moved to the MicroVAX specific modules by Mark Pizzolato · 12 years ago
  11. 9b3694b Fixed extended VAX 8600 memory of 260MB. by Mark Pizzolato · 12 years ago
  12. 960c5b5 Fix issues observed by Sun C compiler by Mark Pizzolato · 12 years ago
  13. 55e45c9 Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist) by Mark Pizzolato · 12 years ago
  14. 0605b6d Added support for building on Solaris with the Sun C compiler by Mark Pizzolato · 12 years ago
  15. 28f645a Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  16. 9bd8305 Cleanup compiler warnings on Solaris and newer OSX clang compilers. by Mark Pizzolato · 12 years ago
  17. 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
  18. 8f9a14c Fixed clk_help to display the correct device name for the VAX TODR implementations by Mark Pizzolato · 12 years ago
  19. b2ee3a5 Added VH device to the VAX 8600 system configuration by Mark Pizzolato · 12 years ago
  20. a91b6db Adding help to VAX system devices by Mark Pizzolato · 12 years ago
  21. 864b581 Adding more device help by Mark Pizzolato · 12 years ago
  22. 453890f Adding more device help by Mark Pizzolato · 12 years ago
  23. 6b4353f Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have. by Mark Pizzolato · 12 years ago
  24. 8640cd6 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. by Mark Pizzolato · 12 years ago
  25. 7290474 Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device by Mark Pizzolato · 12 years ago
  26. 55693fb Added missing MOD_VALR flag on some recently revised MTAB entries by Mark Pizzolato · 12 years ago
  27. 28b9055 Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful. by Mark Pizzolato · 12 years ago
  28. e2fb364 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode by Mark Pizzolato · 12 years ago
  29. 8df4b94 Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator by Mark Pizzolato · 12 years ago
  30. 370f57e Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors by Mark Pizzolato · 12 years ago
  31. c729942 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators by Mark Pizzolato · 12 years ago
  32. 6dcf5ba Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators by Mark Pizzolato · 12 years ago
  33. d674bb1 Changed VAX console input polling to only poll for input if the last character received has been processed by the VM by Mark Pizzolato · 12 years ago
  34. 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 12 years ago
  35. cbe1114 Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators by Mark Pizzolato · 12 years ago
  36. 9091330 Compiler suggested fixes by Mark Pizzolato · 12 years ago
  37. 33897a6 Added UBA register descriptions by Mark Pizzolato · 12 years ago
  38. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  39. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
  40. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  41. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  42. 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 12 years ago
  43. eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 12 years ago
  44. a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 12 years ago
  45. 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 12 years ago
  46. 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 12 years ago
  47. 8720c8c Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model by Mark Pizzolato · 12 years ago
  48. 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
  49. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
  50. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  51. 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
  52. 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
  53. 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 12 years ago
  54. b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
  55. b25ca80 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  56. 48ba877 Added VAX 11/785 model variation to the VAX 11/780 simulator based on VAX 8600/8650 model variants and some information from Matt Burke's VAX 11/785 page at 9track.net by Mark Pizzolato · 12 years ago
  57. 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 12 years ago
  58. fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 12 years ago
  59. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  60. 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 12 years ago
  61. 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 12 years ago
  62. ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
  63. 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  64. ca37549 Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there. by Mark Pizzolato · 12 years ago
  65. 7bed091 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. by Mark Pizzolato · 12 years ago
  66. 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
  67. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
  68. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  69. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  70. 84af193 Correct spelling in comment by Mark Pizzolato · 12 years ago
  71. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  72. a3b0dc3 Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. by Mark Pizzolato · 12 years ago
  73. f6af7f4 vax_7x0_mba.c - Fix bug which didn't defer device interrupts while a transfer was in progress causing OS failure when using multiple RP and RM disks under load. by Mark Pizzolato · 12 years ago
  74. 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
  75. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 12 years ago
  76. 8a6d90c vax610_defs,h, vax630_defs.h - Corrected device IPL levels for all qbus devices for the VAX610, VAX620 and VAX630 simulators by Mark Pizzolato · 12 years ago
  77. 7c7df66 Asynchronous Support by Mark Pizzolato · 12 years ago
  78. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 12 years ago
  79. ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 12 years ago
  80. d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
  81. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 12 years ago
  82. 03bbd66 vax610_defs.h, vax610_stddev.c - Added SHOW CPU LEDS and SHOW CPU MODEL to the cpu_mod array using the CPU_MODEL_MODIFIERS #define. by Mark Pizzolato · 12 years ago
  83. 2481a8e vax_cpu.c, vax_cpu.h Added optional per CPU #define of CPU_MODEL_MODIFIERS which would be defined in vaxXXX_defs.h and be added to the cpu_mod array. by Mark Pizzolato · 12 years ago
  84. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 12 years ago
  85. 7a09222 vax610_sysdev.c, vax750_cmi.c - Added missing register definition to store the cpu_boot_cmd during a SAVE/RESTORE. by Mark Pizzolato · 12 years ago
  86. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 12 years ago
  87. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 12 years ago
  88. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 12 years ago
  89. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 12 years ago
  90. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
  91. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  92. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  93. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 12 years ago
  94. 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 12 years ago
  95. ce716f9 Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev by Mark Pizzolato · 12 years ago
  96. 57008bb Cleaned up nested comments by Mark Pizzolato · 12 years ago
  97. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 12 years ago
  98. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  99. eb60957 Fixed VAX idle for NetBSD and OpenBSD support. by Mark Pizzolato · 13 years ago
  100. 04098f6 Fixed VAX idle support for newer versions of NetBSD and OpenBSD to not trigger idling when IPL is changed from the system Boot ROM. by Mark Pizzolato · 13 years ago