1. b804964 PDP11, PDP1, TX-0: Added SDL based graphics support using sim_video. by Mark Pizzolato · 9 years ago
  2. a9cc1f1 PDP11, VAX: Provide a useful error message when the unimplemented DUMP command is attempted. by Mark Pizzolato · 9 years ago
  3. c8c071e PDP11: Fix DL11 & TU58 autoconfigure limitation checks by Mark Pizzolato · 9 years ago
  4. 32440a4 PDP11, VAX: Fix memory leak when preparing DEC Std 144 bad block table on new disk images by Mark Pizzolato · 9 years ago
  5. e7d379a PDP11, VAX: Remove UNIT_DISABLE from the XQ and XU UNIT definitions since the devices and not the units can be disabled. by Mark Pizzolato · 9 years ago
  6. 2459a4c PDP11, VAX: Add logic to receive buffer descriptor processing to avoid list overrun. by Mark Pizzolato · 9 years ago
  7. 3a88a1d PDP11, VAX: Fix compiler warnings about quotes in #if 0 #endif block by Mark Pizzolato · 9 years ago
  8. db3531e DISK: Properly base disk unit flags at UNIT_V_UF and provide useful DKUF_V_UF flag space. by Mark Pizzolato · 9 years ago
  9. 746c4fd PDP11, VAX: Rework receive descriptor list processing and PDP11 Boot. by Mark Pizzolato · 9 years ago
  10. e054a78 PDP11: Add descriptions to register names and bitfields to the PSW register. by Mark Pizzolato · 9 years ago
  11. 6210ba2 PDP11: Add BOOT ability to the VT device to run the Lunar Lander program by Mark Pizzolato · 9 years ago
  12. 542b2cb PDP11: Enhance LOAD command to be able to load from an in host memory image. by Mark Pizzolato · 9 years ago
  13. e8ea427 PDP11: Add TU58 bootstrap support. by Mark Pizzolato · 9 years ago
  14. 4ff1e31 PDP11: Fix DLI(DL11) and TDC(TU58) devices to be limited to a total of 16 devices between them by Mark Pizzolato · 9 years ago
  15. 3e3c055 PDP11, VAX: Fix AutoConfigure to allow multiple dynamically configured devices to allocate from the same pool of fixed addresses. by Mark Pizzolato · 9 years ago
  16. b4e604a PDP10, PDP11, VAX: Fix buffer overrun in dmc_attach by Mark Pizzolato · 9 years ago
  17. 6501503 PDP11, VAX: Fix potential NULL pointer dereference in autoconfigure. by Mark Pizzolato · 9 years ago
  18. c5cf64c PDP11, VAX: Allow autoconfigure to allocate fixed address and vectors properly. by Mark Pizzolato · 9 years ago
  19. e1d5ab1 PDP11, VAX: Add sim_tape library trace debug option to the TS device. by Mark Pizzolato · 9 years ago
  20. aa5bc9e DMC: Avoid using CBUFSIZE for register array data since it can vary from one platform to another. by Mark Pizzolato · 9 years ago
  21. 6582aee SCP. PDP11: Add ESC and ENQ to the default set of console output characters in 7P mode. by Mark Pizzolato · 9 years ago
  22. 59947e8 PDP11: Addition of option to disable BEVENT for 11/03 and 11/23 CPUs (Bob Supnik's latest state). by Mark Pizzolato · 9 years ago
  23. ac837e5 PDP11: Add auto configure and build_dib_tab to cpu_reset. by Mark Pizzolato · 9 years ago
  24. 318dbb7 PDP11: Add descriptions to DL and PCLK devices by Mark Pizzolato · 9 years ago
  25. ea4d9a1 PDP11, VAX: Add a small delay when the receiver is enabled. by Mark Pizzolato · 9 years ago
  26. 619e334 PDP11, VAX: Move DZ input character silo into device to properly rate limit received data by Mark Pizzolato · 9 years ago
  27. 9f7a66a PDP11: Fix Unibus boot of RSX-11M+ systems from RQ devices by Mark Pizzolato · 9 years ago
  28. de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
  29. 109c197 PDP11, VAX: Remove visibility of internal DZ unit structure. by Mark Pizzolato · 9 years ago
  30. d370cb1 PDP11, VAX: Add reasonable output character delay before DZ interrupt generation. by Mark Pizzolato · 9 years ago
  31. 88dde79 PDP11, VAX: Add device debug help information descriptions by Mark Pizzolato · 9 years ago
  32. fc001ca VAX, PDP11: Fix DZ device to also regulate input speeds when data is arriving on multiple lines. by Mark Pizzolato · 9 years ago
  33. 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
  34. f60390c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
  35. 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
  36. 972b3fc PDP11, VAX: Fix DZ and VH devices to have input rate limiting align with the programmed port speed. by Mark Pizzolato · 9 years ago
  37. 833ba71 PDP11, VAX: Enhance VH, DZ, DL and DCI devices to provide input rate limiting. Fix #246 by Mark Pizzolato · 9 years ago
  38. 9b45833 VAX, PDP11: Add support to, by default, limit console input data to about 9600bps. by Mark Pizzolato · 9 years ago
  39. ab8151c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
  40. 6bf92de All VAX: Also return correct Unibus/Qbus vectors for devices with more than one vector. Fix #241 by Mark Pizzolato · 9 years ago
  41. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  42. ed57f06 All VAX: Always return the correct Qbus/Unibus interrupt vector bits for all devices. Fix #239 by Mark Pizzolato · 9 years ago
  43. a6c5e7e VAX, PDP11: In the TU tape simulator, correct the wording of the help language. Fixes #228 by Mark Pizzolato · 9 years ago
  44. 9f59823 PDP11, all VAX: Add TU58 device simulator with support for 32 drives plus the VAX 730 and 750 console devices by Mark Pizzolato · 9 years ago
  45. 176540f PDP11, VAX: Correct MSCP & TMSCP register access debug output to mention correct register names and data being written on register writes by Mark Pizzolato · 9 years ago
  46. 8bb4940 PDP11: Add provision in the DL device simulation to support bursts of input data to avoid reporting character overruns on the serial port. by Mark Pizzolato · 9 years ago
  47. 77152c6 MUX: Fix for connection establishment logic for virtual null modem connections. by Mark Pizzolato · 9 years ago
  48. fa407e6 PDP10, PDP11, VAX, MUX: Fix allowed line attach syntax to accept UDP in any order among attach arguments by Mark Pizzolato · 9 years ago
  49. 29fe0e6 PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used. by Mark Pizzolato · 9 years ago
  50. 47e61b5 PDP11: Adjust I/O wait time so that reasonable behavior occurs under heavy I/O load. by Mark Pizzolato · 9 years ago
  51. 230e588 ALL: Merge with Supnik-Current by Mark Pizzolato · 9 years ago
  52. 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
  53. 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
  54. cc442a8 PDP11: Avoid console input buffer overrun when polling for new console input by Mark Pizzolato · 10 years ago
  55. 4da7f5e PDP11: FP fix from Bob Supnik: MMR1 does not track register changes (Johnny Billquist) Fix #44 by Mark Pizzolato · 10 years ago
  56. 26ef9b5 PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  57. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  58. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  59. 1fb209c SOCKETS: Cleanup, simplify and extend the sim_sock API set. by Mark Pizzolato · 10 years ago
  60. 0bf40c2 VAX, XQ: Removed unneeded variable declaration which caused linker warning using icc compiler by Mark Pizzolato · 10 years ago
  61. 8cbe4ba VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  62. 7256e09 PDP11: Simplified idle call logic to leave the idle decision to sim_idle(). by Mark Pizzolato · 10 years ago
  63. 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
  64. 18daed6 PDP11, VAX: Enrich the debug output for the TS device simulation. by Mark Pizzolato · 10 years ago
  65. 368a5f6 PDP11, VAX780: Fix DEUNA handling of incoming packets which are dropped into multiple receive buffers. by Mark Pizzolato · 10 years ago
  66. 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
  67. 235ce92 PDP11: Correct proper boot support for PDP11 devices when booting via a Remote Console Master session by Mark Pizzolato · 10 years ago
  68. 178116c PDP11: Added proper boot support for PDP11 devices when booting via a Remote Console Master session by Mark Pizzolato · 10 years ago
  69. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  70. 611a7e9 SCP: Added a Remote Console Master Mode. by Mark Pizzolato · 10 years ago
  71. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  72. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  73. 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
  74. 5b288b0 PDP11, VAX: Enhance help SET RQn FORMAT description by Mark Pizzolato · 10 years ago
  75. cad8bf1 Compiler suggested cleanups - Johnny Billquist by Mark Pizzolato · 10 years ago
  76. 4c55f1a VAX: Make sure that Ultrix 1.X specific behaviors are only in effect with that OS by Mark Pizzolato · 10 years ago
  77. 4d817f1 VAX: Added support for the DEQNA device on Ultrix 1.x. Henry Bent observed that the deqna driver in this OS counted on older DEQNA firmware which automatically enabled interrupts after a software reset. by Mark Pizzolato · 10 years ago
  78. e9b312f PDP11, VAX: Added Ethernet packet transmission throttling support to XQ and XU devices. by Mark Pizzolato · 10 years ago
  79. 753e4dc PDP10, PDP11, VAX: Fix buffer leak while generating NAK messages by Mark Pizzolato · 10 years ago
  80. a6161c1 PDP10, PDP11, VAX: Fix out of order packet numbers after processing some NAK data. Also restart outgoing packet flow consistently if an output stall occurred. by Mark Pizzolato · 10 years ago
  81. 959ebe7 PDP10, PDP11, VAX: Fixed DMC/DMR DDCMP implementation to only send a single NAK when a data packet arrives out of order. by Mark Pizzolato · 10 years ago
  82. a8a0182 PDP10, PDP11, VAX: Fixed Sync Data corruption Troll to actually discard transmit packets which it thinks it wants to. by Mark Pizzolato · 10 years ago
  83. 779e243 PDP10, PDP11, VAX: Fix DMC/DMR DDCMP implementation to not crash due to buffer exhaustion while generating NAK packets for missing packets. by Mark Pizzolato · 10 years ago
  84. 963ff98 PDP10, PDP11, VAX780, VAX750, VAX730: Fixed DMC/DMR DDCMP implementation to be tolerant of packet corruption. by Mark Pizzolato · 10 years ago
  85. 06a63e5 PDP10, PDP11, VAX780, VAX750, VAX730: Fix DMC/DMR simulation to generate NAK messages with the correct reason for CRC errors. by Mark Pizzolato · 10 years ago
  86. 709016c PDP10, PDP11, VAX: Revert effort to Avoid returning "Line Unit" test failed after DMC/DMR master clear if a line is not attached. To be addressed more thoroughly later. by Mark Pizzolato · 10 years ago
  87. 340e7eb PDP11, VAX780, VAX8600, VAX750, VAX730: Fix second DEUNA/DELUA device which would crash the simulator when detaching. Problem reported by Jordi Guillaumes Pons. by Mark Pizzolato · 10 years ago
  88. 2c0cedc PDP11, VAX: Added ability to set the size of RAUSER devices to be n binary MB (1024*1024) with the -B switch. Added SHOW -B to display drive capacities in binary MB using the SHOW -B switch. by Mark Pizzolato · 10 years ago
  89. c0f9c2e PDP11, VAX: Better support for various positioning operations which different OS drivers use. Fix to properly record/tolerate skip n records reaching a tape mark. Fix to #139 by Mark Pizzolato · 10 years ago
  90. 4299ee9 PDP10, PDP11, VAX: Avoid returning "Line Unit" test failed after DMC/DMR master clear if a line is not attached. Let the attached state (if it needs to be determined) be reflected by sensing modem status bits. by Mark Pizzolato · 10 years ago
  91. ddaf276 PDP10, PDP11, VAX: Fix DMC/DMR master clear when no units are attached to properly be able to act on register writes. by Mark Pizzolato · 10 years ago
  92. 3946eb7 VAX, PDP11, PDP10: Added a explanation of the capabilities and limitations of the NEXT command which is output the first time a NEXT command is entered. by Mark Pizzolato · 11 years ago
  93. e7a9349 PDP11: Added support for the NEXT command to step over subroutine calls. by Mark Pizzolato · 11 years ago
  94. 5f5e931 PDP11, VAX, PDP10: Fixed setting of register value reflecting return buffer address - Problem reported by R. Voorhorst by Mark Pizzolato · 11 years ago
  95. 74482ce PDP10, PDP11, VAX: Make sure that the DMC and DUP devices produce the right messages when an attach is attempted to an already attached line by Mark Pizzolato · 11 years ago
  96. b5d5ef7 PDP10, PDP11: Fix DUP device to properly activate polling on simulator startup (after reset) if any DUP devices are attached. by Mark Pizzolato · 11 years ago
  97. edb475f PDP10, PDP11, VAX: Fix DMC & DUP unit attach strings for multi-line device configurations. by Mark Pizzolato · 11 years ago
  98. fa9295c PDP11, PDP10, VAX: Fix DMC and DUP DDCMP debugging output for packet data by Mark Pizzolato · 11 years ago
  99. 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
  100. e81de97 PDP11, PDP10, VAX: Start device connection polling on device reset when any units are attached by Mark Pizzolato · 11 years ago