1. 76fccce Fix for Issue #53 for DC, DL, and VH multiplexer devices by Mark Pizzolato · 11 years ago
  2. e82507d Fixed DZ bug which referenced the wrong dz device when the number of DZ multiplexers configured was not a power of 2 (i.e.3, 5, 7, etc.) by Mark Pizzolato · 11 years ago
  3. d964df4 Compiler suggested cleanups by Mark Pizzolato · 11 years ago
  4. 9faef6e Added separate debugging ability to trace line connect/disconnect activities to better debug virtual null modem cable activities. by Mark Pizzolato · 11 years ago
  5. ba87329 Fix to properly manage modem DCD and RNG state. by Mark Pizzolato · 12 years ago
  6. 0f078e9 Added register field decoding to the debug register trace output by Mark Pizzolato · 12 years ago
  7. 8e85834 Complete returning the DZ modem status information as identified in issue #22 and return RI if DTR is not set, and DCD if it is. This solves the modem behavior issue #24 as well. by Mark Pizzolato · 12 years ago
  8. 814960e Properly restore DZ Modem Control state during a simulator RESTORE. by Mark Pizzolato · 12 years ago
  9. 93c9f35 Restore DZ modem control state to default on device detach. Properly clear modem bits when modem control enabled. Better display of modem control status. by Mark Pizzolato · 12 years ago
  10. 3dd4121 Added Large File Support which was missing for NetBSD (and OpenBSD) hosts - reported by Felix Deichmann by Mark Pizzolato · 12 years ago
  11. 471ea3e Added SHOW CPU MEMORY to the MicroVAX I simulator by Mark Pizzolato · 12 years ago
  12. 732718e Fixed bug in pdp11_xu loopback processing. Now consistent with pdp11_xq. Found by Paul Koning by Mark Pizzolato · 12 years ago
  13. be270bb Fix of Big Endian DELQA-T issue by Mark Pizzolato · 12 years ago
  14. a28d5d7 Cleaned up the formatting of the pdp11_dmc help output as suggested by Jacob Goense by Mark Pizzolato · 12 years ago
  15. c6691b6 Fixed size limit on RQ devices for PDP11 simulator by Mark Pizzolato · 12 years ago
  16. 960c5b5 Fix issues observed by Sun C compiler by Mark Pizzolato · 12 years ago
  17. 2e5b0d5 Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability. by Mark Pizzolato · 12 years ago
  18. 28f645a Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  19. 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
  20. fb105a9 Merge remote-tracking branch 'jguillaumes/master' by Mark Pizzolato · 12 years ago
  21. 374b13f Fixes to infinite loop issues found by Mikulas Patocka by Mark Pizzolato · 12 years ago
  22. 7b01cd1 Fix identified by Mikulas Patocka. by Mark Pizzolato · 12 years ago
  23. 37af573 CR11: Added 026DEC translation table. Fixed bit clearing after CSR write, by Jordi Guillaumes i Pons · 12 years ago
  24. 4d187a7 Another typo by Mark Pizzolato · 12 years ago
  25. 74b8a7d Fixed typo in help text by Mark Pizzolato · 12 years ago
  26. 63d0cdb Display something descriptive when a peer hasn't been specified yet. by Mark Pizzolato · 12 years ago
  27. c5bd79f Add register descriptions and help to the pdp11_pt devices (PTR, PTP). by Mark Pizzolato · 12 years ago
  28. e59d9c1 Added register descriptions and help to pdp11_rp device by Mark Pizzolato · 12 years ago
  29. 65079ca Added register descriptions and help for pdp11_hk device by Mark Pizzolato · 12 years ago
  30. 08e97d5 Corrected error in pdp11_rq help routine by Mark Pizzolato · 12 years ago
  31. 387b72c Added register definitions and imbedded help to the pdp11_cr device by Mark Pizzolato · 12 years ago
  32. 56be3b0 Added register definitions and descriptions to the pdp11_vh device by Mark Pizzolato · 12 years ago
  33. 610ecaa Adding mode device help by Mark Pizzolato · 12 years ago
  34. 453890f Adding more device help by Mark Pizzolato · 12 years ago
  35. ef13fdd Fixed to once again display the DZ vector by Mark Pizzolato · 12 years ago
  36. c53cbd6 Removed 8 bit characters from pdp11_dmc help text by Mark Pizzolato · 12 years ago
  37. d65b12d Excape from doubly nested loop quickly for efficiency by Mark Pizzolato · 12 years ago
  38. 7bd01a5 Added device help and register descriptions by Mark Pizzolato · 12 years ago
  39. 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
  40. 8a97baa Added MTAB entry descriptions by Mark Pizzolato · 12 years ago
  41. 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
  42. 55693fb Added missing MOD_VALR flag on some recently revised MTAB entries by Mark Pizzolato · 12 years ago
  43. 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
  44. 0eba66c Avoid an internal error status if the pdp11_dc device ever did a SET DC ADDRESS= by Mark Pizzolato · 12 years ago
  45. 8f170b0 Fixed modifier table to properly declare things which are showable vs settable, added modifier descriptions as appropriate by Mark Pizzolato · 12 years ago
  46. 659873b The Massbus byte count register was incorrectly presumed to be constant during a complete I/O transfer request (it can change due to DMA activity). Prior to the conversion to use the sim_disk library, the Massbus byte count was only read once. After the code restructuring it was read early in the processing and again later in transfer processing. The subsequent read returned a different value which ultimately caused the problems. This fixes issue #30. by Mark Pizzolato · 12 years ago
  47. 97de4db Added AIO_CHECK_EVENT to pdp11_cpu to properly digest the asynchronous event queue in a timely manner (with the desired interrupt latency) for asynch I/O by Mark Pizzolato · 12 years ago
  48. 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 12 years ago
  49. 7ceba37 pdp11_xu - SELFTEST needs to report the READY state otherwise VMS 3.7 gets fatal controller error - Update from Rob Jarratt by Mark Pizzolato · 12 years ago
  50. 7345b00 pdp11_dmc - Update from Rob Jarratt by Mark Pizzolato · 12 years ago
  51. 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
  52. bf73753 Fixed compiler warnings by Mark Pizzolato · 12 years ago
  53. 29cf2a4 Added support for register display with bit field definitions decoded by Mark Pizzolato · 12 years ago
  54. f4dd307 Fix DZ issue which didn't report modem bits to the host unless the attach was made with -M. by Mark Pizzolato · 12 years ago
  55. f1c6f1b Updated pdp11_dmc from Rob Jarratt by Mark Pizzolato · 12 years ago
  56. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  57. 68b5433 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. by Mark Pizzolato · 12 years ago
  58. f912562 Fixed register definition to properly reflect the size of the stats structure. by Mark Pizzolato · 12 years ago
  59. 57cbb6f Changed to use sim_clock_coschedule and sim_activate_after where appropriate by Mark Pizzolato · 12 years ago
  60. 936c3db Fixed register definition for the pak array which saved and restored the wrong content (not all of it) due to the internal longword alignment of the struct rqpkt. by Mark Pizzolato · 12 years ago
  61. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  62. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
  63. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  64. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  65. 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
  66. 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
  67. d12bc07 Fix clang compiler identified typos by Mark Pizzolato · 12 years ago
  68. e1ad710 Added imbedded help to the pdp11_dz and pdp11_vh devices by Mark Pizzolato · 12 years ago
  69. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  70. 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
  71. 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
  72. 411b596 Fixed auto configure to ONLY configure Qbus and/or Unibus devices by Mark Pizzolato · 12 years ago
  73. 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
  74. 0c436c1 Updated pdp11_dmc.c from Rob Jarratt by Mark Pizzolato · 12 years ago
  75. 7c9cebf Added a 1536K PDP11 memory size option by Mark Pizzolato · 12 years ago
  76. b1d306c Fixed devices missed in Auto Configuration for PDP11 simulator. CLK issue initially reported by Matt Burke by Mark Pizzolato · 12 years ago
  77. ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
  78. 30c70f6 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt by Mark Pizzolato · 12 years ago
  79. 95f4a07 Avoid attempting to auto configure NEXUS devices by Mark Pizzolato · 12 years ago
  80. b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
  81. 0a0b8db Fix DZ when lines is greater than 32. by Mark Pizzolato · 12 years ago
  82. 07cc10d Cleanup by Mark Pizzolato · 12 years ago
  83. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  84. 59871d9 Removed the DEV_NET flag from pdp11_dmc by Mark Pizzolato · 12 years ago
  85. 9333e1f Update of pdp11_dmc by Mark Pizzolato · 12 years ago
  86. d815c22 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation by Mark Pizzolato · 12 years ago
  87. 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  88. 30ae79e pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator by Mark Pizzolato · 12 years ago
  89. 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
  90. 9afeef6 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 by Mark Pizzolato · 12 years ago
  91. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
  92. 37b73c4 Fixed bug in DZ SET LINE= implementation by Mark Pizzolato · 12 years ago
  93. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  94. 78b8d62 Added DMC11 to PDP11 simulator (from Rob Jarratt) by Mark Pizzolato · 12 years ago
  95. 954cb34 Added generic ability to have up to 32 DZ Multiplexers enabled in a system. The default is 4 which provides 16 lines on a Qbus system and 32 lines on a UNIBUS system. by Mark Pizzolato · 12 years ago
  96. 417102c Added full DHU11 (16 line) functionality for UNIBUS environments (PDP11 and VAX), while also supporting DHV11 (8 line) for Qbus systems by Mark Pizzolato · 12 years ago
  97. 4b163b9 Cleaned up compiler warnings by Mark Pizzolato · 12 years ago
  98. c71e0c3 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  99. 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
  100. e541a34 Fix compiler warning. by Mark Pizzolato · 12 years ago