1. 7ec2ea8 TIMER: Properly transition internal timer after rebooting by Mark Pizzolato · 8 years ago
  2. aa82b57 TIMER: Fix various inconsistent timing behaviors by Mark Pizzolato · 8 years ago
  3. 7c2d20f SCP: Make sim_cancel more efficient by stopping search as soon as canceled by Mark Pizzolato · 8 years ago
  4. 36276a7 SCP: Add device descriptions to internal devices visible in SHOW FEATURE -I by Mark Pizzolato · 8 years ago
  5. 48e0b47 SCP: Add a way to see the enabled SCP internal devices SHOW DEV -I by Mark Pizzolato · 8 years ago
  6. 740a506 TIMER: Add additional statistic info for SHOW CLOCKS by Mark Pizzolato · 8 years ago
  7. ae52f4c TIMER: Add correct sim_activate_time functionality for all timer cases. by Mark Pizzolato · 8 years ago
  8. 7db2dc1 TIMER: Fix coschedule dispatch logic and internal timer cleanup by Mark Pizzolato · 8 years ago
  9. 5d8553e TIMER: Enabled catchup clock ticks by Mark Pizzolato · 8 years ago
  10. 1925095 TIMER: Change internal THROTTLE device name to avoid SET THROTTLE collision by Mark Pizzolato · 8 years ago
  11. 0a7996d TIMER: Fix statistics for Internal Timer and operation with multiple timers by Mark Pizzolato · 8 years ago
  12. eb333a8 TIMER: Fixed calibration idle skip percent logic by Mark Pizzolato · 8 years ago
  13. 60fb701 TIMER: Add additional calibration skip while idling counter statistic by Mark Pizzolato · 8 years ago
  14. b83dae2 TIMER: Make sure internal timer doesn't restart after a CONTINUE unless needed by Mark Pizzolato · 8 years ago
  15. 1ec46fb TIMER: Make sure timers are properly saved and restored after ^E CONTINUE by Mark Pizzolato · 8 years ago
  16. be47d85 TIMER: Fix Idling when transitioning betwen multiple calibrated clocks by Mark Pizzolato · 8 years ago
  17. 89e372b TIMER: Restore functionality for clocks devices that don't use sim_activate_after by Mark Pizzolato · 8 years ago
  18. f046171 TIMER: Fix problem activation time for clock units by Mark Pizzolato · 8 years ago
  19. fc3ac62 TIMER: Fix coscheduling to avoid a 0 delay interval by Mark Pizzolato · 8 years ago
  20. 39d2944 TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks by Mark Pizzolato · 8 years ago
  21. b8842e4 TIMER: Fix internal calibrated clock to be well behaved while idling. by Mark Pizzolato · 8 years ago
  22. 2b61a9a SCP: Fix timer calibration to produce consistent results with multiple clocks by Mark Pizzolato · 8 years ago
  23. a008b0a SCP: Fix throttling to provide reasonable operation of calibrated clocks by Mark Pizzolato · 8 years ago
  24. a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
  25. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  26. c8cd853 VAX: Allow SET CPU IDLE command to not specify a stability value. by Mark Pizzolato · 9 years ago
  27. 49d3ec8 VAX: Add command support to set the idle stability delay by Mark Pizzolato · 9 years ago
  28. 9da10c1 TIMER: Make internal calibrated clock persist across multiple boots by Mark Pizzolato · 9 years ago
  29. e1ed22f TIMER: Add missing type on internal calibrated clock service routine by Mark Pizzolato · 9 years ago
  30. 00e8c80 TIMER: Provide an internal calibrated clock when none is otherwise available. by Mark Pizzolato · 9 years ago
  31. ab8123e TIMER: Force at minimum of 1 instruction delay for non-zero delays in sim_activate_after(). by Mark Pizzolato · 9 years ago
  32. 094cbf8 TIMER: Avoiding conditional directives that break statements by Mark Pizzolato · 9 years ago
  33. de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
  34. ac9e19e TIMER: Add debug support for MUX clock co-scheduling by Mark Pizzolato · 9 years ago
  35. 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
  36. 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
  37. 44ef17f TIMER: Fix recently revised sim_idle_capable for hosts which aren't idle capable. by Mark Pizzolato · 9 years ago
  38. b3b0389 TIMER: Fix clock calibration after a host OS sleep/hibernate by Mark Pizzolato · 9 years ago
  39. 668761a SCP: Add display of host OS clock resolution to SHOW VERSION by Mark Pizzolato · 9 years ago
  40. 4a1cf35 TIMER: Fix sim_timer_activate_after to avoid overflow by Mark Pizzolato · 9 years ago
  41. ef6528b SCP: Added automatic saving of console WRU, DEL, BRK and PCHAR console variables and provided a way for a simulator to declare that is doesn't have a console port so automatic WRU detection can be performed. by Mark Pizzolato · 10 years ago
  42. 4eed007 SCP: Restructured timer/co-scheduling activities to support co-scheduling on specific timers by Mark Pizzolato · 10 years ago
  43. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  44. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  45. e8114cf SCP: Fix errant display of NEXT warning on first STEP command. From Peter Schorn by Mark Pizzolato · 11 years ago
  46. 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
  47. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  48. 6be6124 SCP: Add timer logic description comments to sim_timer by Mark Pizzolato · 11 years ago
  49. c097ae5 Added help info to asynchronous timer device by Mark Pizzolato · 11 years ago
  50. ddb1042 Reworked all asynch queues to always link using the unit a_next field instead of the next field. by Mark Pizzolato · 11 years ago
  51. 6c6d641 Tolerate race condition which results in spurious timer thread wakeups which were causing the timer thread to exit. (SIM_ASYNCH_CLOCKS) by Mark Pizzolato · 11 years ago
  52. 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 11 years ago
  53. f8da94e Fixed compile and operational behaviors when running with SIM_ASYNCH_CLOCKS enabled by Mark Pizzolato · 11 years ago
  54. 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
  55. a262dd9 Compiler indicated cleanups by Mark Pizzolato · 12 years ago
  56. d3ec5a6 Fix to properly reference the correct routine during initial clock calibration introduced in commit: c45a377c7 by Mark Pizzolato · 12 years ago
  57. de48307 Cleanup for build on VMS by Mark Pizzolato · 12 years ago
  58. c45a377 Use the same sleep API to determine the host minimal sleep time that will be used depending on whether ASYNCH_IO is enabled by Mark Pizzolato · 12 years ago
  59. b31dc88 Added indication of idle/throttling capabilities and the OS clock tick size to the SHOW VERSION output by Mark Pizzolato · 12 years ago
  60. 9bd8305 Cleanup compiler warnings on Solaris and newer OSX clang compilers. by Mark Pizzolato · 12 years ago
  61. 3dea605 Remove compiler warnings generated by newer clang compiler by Mark Pizzolato · 12 years ago
  62. c293e15 Start sleep calibration for *nix platforms on a clock tick by Mark Pizzolato · 12 years ago
  63. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  64. 517e1e2 Add display of the registered clock device by Mark Pizzolato · 12 years ago
  65. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  66. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  67. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  68. a774f05 Fix to allows builds without SIM_ASYNCH_IO defined to work on OSX by Mark Pizzolato · 12 years ago
  69. 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
  70. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  71. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  72. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  73. 7c7df66 Asynchronous Support by Mark Pizzolato · 12 years ago
  74. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  75. 030d790 Asynchronous Timer Support by Mark Pizzolato · 12 years ago
  76. 7c38b83 Asynchronous Multiplexer and Console Support by Mark Pizzolato · 12 years ago
  77. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  78. 542c158 Added display of the OS sleep resolution which is now displayed as an explanation if idling is unavailable. by Mark Pizzolato · 13 years ago
  79. 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
  80. 380625e Fixed vax build issue when building on a vax. by Mark Pizzolato · 13 years ago
  81. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
  82. bfb6e54 Compiler warning cleanup by Mark Pizzolato · 13 years ago
  83. c38eacd Fixed throttling in several ways: by Mark Pizzolato · 13 years ago
  84. 5687f92 VAX & VAX780 Generalized setting TODR for all OSes. by Mark Pizzolato · 13 years ago
  85. 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 · 13 years ago
  86. f7b53a5 Fixed sim_idle to account for a reasonable number of cycles which have passed when an asynchrnous event terminated the idle wait. by Mark Pizzolato · 13 years ago
  87. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  88. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago
  89. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  90. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  91. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  92. 3cb7c60 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-3
  93. 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
  94. 6149cc7 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-1
  95. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  96. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  97. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0