1. 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
  2. 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
  3. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 13 years ago
  4. 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
  5. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 13 years ago
  6. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 13 years ago
  7. 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
  8. 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
  9. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 13 years ago
  10. 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
  11. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 13 years ago
  12. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 13 years ago
  13. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  14. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 13 years ago
  15. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 14 years ago
  16. 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
  17. 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
  18. 57008bb Cleaned up nested comments by Mark Pizzolato · 14 years ago
  19. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 14 years ago
  20. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 14 years ago
  21. eb60957 Fixed VAX idle for NetBSD and OpenBSD support. by Mark Pizzolato · 14 years ago
  22. 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
  23. 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
  24. 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
  25. 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
  26. 0dd5185 Added VH device to the VAX780 by Mark Pizzolato · 14 years ago
  27. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 14 years ago
  28. 3cc10c3 Fixed vax build issue when building on a vax. by Mark Pizzolato · 14 years ago
  29. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 14 years ago
  30. eb0f027 Cleanup Compiler warning. by Mark Pizzolato · 14 years ago
  31. f07f08b Proper declarations to avoid compiler warnings by Mark Pizzolato · 14 years ago
  32. a3973f0 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  33. cf49864 More robust detection of file transfer/conversion errors in ROM/boot code by Mark Pizzolato · 14 years ago
  34. 76f68d7 Finished merge of recent changes into VAX730 specific modules by Mark Pizzolato · 14 years ago
  35. 30ef557 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  36. d8b900e Make sure that saved VAX clock state is stored in a host platform independent way. by Mark Pizzolato · 14 years ago
  37. db5cdc1 Merged additional functionality from master branch into Extra-VAXen unique files. by Mark Pizzolato · 14 years ago
  38. c2e6a83 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  39. 94e1975 Avoid compiler warnings when time_t is 64 bits. by Mark Pizzolato · 14 years ago
  40. 3172e74 Normalized the saved format of the optional VAX TODR persistent file so that it may be moved around from one platform to another along with other simulator state files (disk & tape images, save/restore files, etc.). by Mark Pizzolato · 14 years ago
  41. 8db2524 Declare the VAX730 as a non-Qbus system by Mark Pizzolato · 14 years ago
  42. 7a8a6e8 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  43. e143a06 Revert RQ and TQ to BR5. These devices (on Unibus Systems) are really BR5. by Mark Pizzolato · 14 years ago
  44. 754c31b Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  45. 93f09d3 Fixed interrupts to treat all Qbus devices as BR4. Changed RQ and TQ to BR4 to reflect real hardware (for the Unibus case). by Mark Pizzolato · 14 years ago
  46. 3e10dfb Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 14 years ago
  47. f9521ea Reverting Interrupt Priority Level change for DEQNA/DELQA. There is a general issue with all Qbus devices which is not specific to the DEQNA/DELQA. Fix coming later from Bob Supnik by Mark Pizzolato · 14 years ago
  48. d733bc3 Fixed Interrupt Priority Level of DELQA and DELQA-T devices to be BR4 devices. Reported by Sergey Oboguev by Mark Pizzolato · 14 years ago
  49. 158a02d Removed unused utility routine which doesn't compile on some platforms by Mark Pizzolato · 14 years ago
  50. 5687f92 VAX & VAX780 Generalized setting TODR for all OSes. by Mark Pizzolato · 15 years ago
  51. 034e749 Added SET ASYNCH and SET NOASYNCH commands to dynamically enable or disable Asynchronous I/O support by Mark Pizzolato · 15 years ago
  52. a6b8d63 Merge of VAX 11/730 Simulator from Matt Burke by Mark Pizzolato · 15 years ago
  53. cb35f6c Added support for embedded ROM images in simulators. by Mark Pizzolato · 15 years ago
  54. e70278e VAX: Fixed idle conditions for various versions of Ultrix, Quasijarus-4.3BSD, NetBSD and OpenBSD. by Mark Pizzolato · 15 years ago
  55. f1b6387 Added display of the measured sleep resolution to sim_show_idle and a call to sim_show_idle from the VAX cpu_show_idle routine. by Mark Pizzolato · 15 years ago
  56. d32b3a0 Added idle support when sitting at the >>> prompt in the console ROM by Mark Pizzolato · 15 years ago
  57. 14a88e4 Make sure that VAX/vmb.exe is included in the git repository by Mark Pizzolato · 15 years ago
  58. d81365b Compile cleanups. by Mark Pizzolato · 15 years ago
  59. 77ce0c7 Idle enabled state should persist across a save/restore by Mark Pizzolato · 15 years ago
  60. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 15 years ago
  61. a6964f8 Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms by Mark Pizzolato · 15 years ago
  62. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 15 years ago
  63. a9fd3dd Notes For V3.8 by Bob Supnik · 15 years ago v3.8-2-rc2
  64. 35eac70 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-2-rc1
  65. 9c4779c Notes For V3.8 by Bob Supnik · 17 years ago v3.8-1
  66. 59aa4a7 Notes For V3.8 by Bob Supnik · 18 years ago v3.8-0
  67. 3cb7c60 Notes For V3.7 by Bob Supnik · 19 years ago v3.7-3
  68. 56a7d31 Notes For V3.7 by Bob Supnik · 19 years ago v3.7-2
  69. 6149cc7 Notes For V3.7 by Bob Supnik · 19 years ago v3.7-1
  70. 53d02f7 Notes For V3.7-0 by Bob Supnik · 19 years ago v3.7-0
  71. dc871fa Notes For V3.6-0 by Bob Supnik · 20 years ago v3.6-0
  72. a12e4a1 Notes For V3.5-1 by Bob Supnik · 20 years ago v3.5-2
  73. 1e704bf Notes For V3.5-1 by Bob Supnik · 20 years ago v3.5-1
  74. b7c1eae Notes For V3.5-0 by Bob Supnik · 21 years ago v3.5-0
  75. ec60bbf Notes For V3.4-0 by Bob Supnik · 21 years ago v3.4-0
  76. 098200a Notes For V3.3-2 by Bob Supnik · 21 years ago v3.3-2
  77. 9b5c8c9 Notes For V3.3-1 by Bob Supnik · 21 years ago v3.3-1
  78. b6393b3 Notes For V3.3 by Bob Supnik · 21 years ago v3.3-0
  79. 2e00e11 Notes For V3.2-3 by Bob Supnik · 22 years ago v3.2-3
  80. 2688f2d Notes For V3.2-2 by Bob Supnik · 22 years ago v3.2-2
  81. e2ba672 Notes For V3.2-1 by Bob Supnik · 22 years ago v3.2-1
  82. 26aa6de Notes For V3.2-0 by Bob Supnik · 22 years ago v3.2-0
  83. 1da2d94 Notes For V3.1-0 by Bob Supnik · 22 years ago v3.1-0
  84. f9564b8 Notes For V3.0-1 by Bob Supnik · 23 years ago v3.0-1
  85. 4ffd3be Notes For V3.0-0 by Bob Supnik · 23 years ago v3.0-0
  86. 43385c9 Notes For V2.10-4 by Bob Supnik · 23 years ago v2.10-4
  87. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 23 years ago v2.10-2
  88. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 23 years ago v2.10-0
  89. df64751 Notes For V2.9-11 by Bob Supnik · 24 years ago v2.9-11