1. 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 · 13 years ago
  2. 8f9a14c Fixed clk_help to display the correct device name for the VAX TODR implementations by Mark Pizzolato · 13 years ago
  3. b2ee3a5 Added VH device to the VAX 8600 system configuration by Mark Pizzolato · 13 years ago
  4. a91b6db Adding help to VAX system devices by Mark Pizzolato · 13 years ago
  5. 864b581 Adding more device help by Mark Pizzolato · 13 years ago
  6. 453890f Adding more device help by Mark Pizzolato · 13 years ago
  7. 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 · 13 years ago
  8. 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 · 13 years ago
  9. 7290474 Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device by Mark Pizzolato · 13 years ago
  10. 55693fb Added missing MOD_VALR flag on some recently revised MTAB entries by Mark Pizzolato · 13 years ago
  11. 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 · 13 years ago
  12. e2fb364 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode by Mark Pizzolato · 13 years ago
  13. 8df4b94 Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator by Mark Pizzolato · 13 years ago
  14. 370f57e Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors by Mark Pizzolato · 13 years ago
  15. c729942 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators by Mark Pizzolato · 13 years ago
  16. 6dcf5ba Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators by Mark Pizzolato · 13 years ago
  17. 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 · 13 years ago
  18. 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 13 years ago
  19. 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 · 13 years ago
  20. 9091330 Compiler suggested fixes by Mark Pizzolato · 13 years ago
  21. 33897a6 Added UBA register descriptions by Mark Pizzolato · 13 years ago
  22. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 13 years ago
  23. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 13 years ago
  24. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 13 years ago
  25. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 13 years ago
  26. 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 13 years ago
  27. eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 13 years ago
  28. a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 13 years ago
  29. 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 13 years ago
  30. 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 13 years ago
  31. 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 · 13 years ago
  32. 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 · 13 years ago
  33. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 13 years ago
  34. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 13 years ago
  35. 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 13 years ago
  36. 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 13 years ago
  37. 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 13 years ago
  38. b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 13 years ago
  39. b25ca80 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 13 years ago
  40. 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 · 13 years ago
  41. 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 13 years ago
  42. fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 13 years ago
  43. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 13 years ago
  44. 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 13 years ago
  45. 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 13 years ago
  46. ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 13 years ago
  47. 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 13 years ago
  48. 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 · 13 years ago
  49. 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 · 13 years ago
  50. 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 13 years ago
  51. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 13 years ago
  52. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 13 years ago
  53. c87c747 Compiler warning cleanup by Mark Pizzolato · 13 years ago
  54. 84af193 Correct spelling in comment by Mark Pizzolato · 13 years ago
  55. b466bdc Compiler warning cleanup by Mark Pizzolato · 13 years ago
  56. 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 · 13 years ago
  57. 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 · 13 years ago
  58. 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 13 years ago
  59. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 13 years ago
  60. 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 · 13 years ago
  61. 7c7df66 Asynchronous Support by Mark Pizzolato · 13 years ago
  62. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 13 years ago
  63. ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 13 years ago
  64. d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 13 years ago
  65. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 13 years ago
  66. 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 · 13 years ago
  67. 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 · 13 years ago
  68. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 13 years ago
  69. 7a09222 vax610_sysdev.c, vax750_cmi.c - Added missing register definition to store the cpu_boot_cmd during a SAVE/RESTORE. by Mark Pizzolato · 13 years ago
  70. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 13 years ago
  71. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 13 years ago
  72. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  73. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 13 years ago
  74. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 13 years ago
  75. 030d790 Asynchronous Timer Support by Mark Pizzolato · 14 years ago
  76. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 14 years ago
  77. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 14 years ago
  78. 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 · 14 years ago
  79. ce716f9 Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev by Mark Pizzolato · 14 years ago
  80. 57008bb Cleaned up nested comments by Mark Pizzolato · 14 years ago
  81. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 14 years ago
  82. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 14 years ago
  83. eb60957 Fixed VAX idle for NetBSD and OpenBSD support. by Mark Pizzolato · 14 years ago
  84. 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 · 14 years ago
  85. c166379 Added VAX idle support for newer versions of NetBSD and OpenBSD guests if they use IPL 1 as the idle trigger by Mark Pizzolato · 14 years ago
  86. 542c158 Added display of the OS sleep resolution which is now displayed as an explanation if idling is unavailable. by Mark Pizzolato · 14 years ago
  87. 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 · 14 years ago
  88. 0dd5185 Added VH device to the VAX780 by Mark Pizzolato · 14 years ago
  89. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 14 years ago
  90. 3cc10c3 Fixed vax build issue when building on a vax. by Mark Pizzolato · 14 years ago
  91. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 14 years ago
  92. eb0f027 Cleanup Compiler warning. by Mark Pizzolato · 14 years ago
  93. f07f08b Proper declarations to avoid compiler warnings by Mark Pizzolato · 14 years ago
  94. a3973f0 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  95. cf49864 More robust detection of file transfer/conversion errors in ROM/boot code by Mark Pizzolato · 14 years ago
  96. 76f68d7 Finished merge of recent changes into VAX730 specific modules by Mark Pizzolato · 14 years ago
  97. 30ef557 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  98. d8b900e Make sure that saved VAX clock state is stored in a host platform independent way. by Mark Pizzolato · 14 years ago
  99. db5cdc1 Merged additional functionality from master branch into Extra-VAXen unique files. by Mark Pizzolato · 14 years ago
  100. c2e6a83 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 14 years ago