1. 8f170b0 Fixed modifier table to properly declare things which are showable vs settable, added modifier descriptions as appropriate by Mark Pizzolato · 12 years ago
  2. bb8be22 Added provisions for device modifiers to to have descriptive help by Mark Pizzolato · 12 years ago
  3. e2fb364 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode by Mark Pizzolato · 12 years ago
  4. 8df4b94 Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator by Mark Pizzolato · 12 years ago
  5. 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
  6. 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
  7. 94650ff README.md formatting and typo cleanup by Mark Pizzolato · 12 years ago
  8. 5545e7a Added a problem report section to the README.md by Mark Pizzolato · 12 years ago
  9. f2e9346 Furthur README.md reformatting by Mark Pizzolato · 12 years ago
  10. 48aa7a9 README.md formatting cleanup by Mark Pizzolato · 12 years ago
  11. 081dd21 Added initial README.md by Mark Pizzolato · 12 years ago
  12. 370f57e Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors by Mark Pizzolato · 12 years ago
  13. 7dddb56 Fixed makefile all after simulator rename of vax860 to vax8600 by Mark Pizzolato · 12 years ago
  14. c729942 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators by Mark Pizzolato · 12 years ago
  15. 6dcf5ba Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators by Mark Pizzolato · 12 years ago
  16. c4251bd Fixed GCC compiler identified warning. by Mark Pizzolato · 12 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 · 12 years ago
  18. 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 12 years ago
  19. 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
  20. 7345b00 pdp11_dmc - Update from Rob Jarratt by Mark Pizzolato · 12 years ago
  21. 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
  22. bb9f915 Arranged sequencing of Modem RING and DCD bits to be presented together if DTR is not on and DCD only if DTR is on. by Mark Pizzolato · 12 years ago
  23. 9dcf5dc Added examples to the sim_disk attach help by Mark Pizzolato · 12 years ago
  24. 123a398 Fixed makefile for building tx-0 (with display support) on OSX - from Stephen Hoffmann by Mark Pizzolato · 12 years ago
  25. bf73753 Fixed compiler warnings by Mark Pizzolato · 12 years ago
  26. ab25ad5 Fix potential for crash if tmxr_set_get_modem_bits is called without the multiplexer device being attached by Mark Pizzolato · 12 years ago
  27. f7b2f44 Fixed tmxr xmte and rcve management to be consistent with original behavior by Mark Pizzolato · 12 years ago
  28. 29cf2a4 Added support for register display with bit field definitions decoded by Mark Pizzolato · 12 years ago
  29. b18e131 Added explicit array bounds and field width for HELP dev REGISTER output by Mark Pizzolato · 12 years ago
  30. 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
  31. e6eae91 Fixed last change which only still worked if the OS returned the IPv6 socket first and now failed completely if not. by Mark Pizzolato · 12 years ago
  32. 2f4de5c Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
  33. 6dfef8a Prefer IPv6 addrinfo structures when binding a listening port. Not all platforms (OSX) return IPv6 addrinfo blocks as the first entry in the list. by Mark Pizzolato · 12 years ago
  34. 552d680 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
  35. d80cf8f Add git hooks to create .git-commit-id as changes to the repository are made. These hook scripts need to be installed in the .git/hooks directory to actually take effect. See Visual\ Studio\ Projects/git-hooks/0ReadMe_git-hooks.txt for details. by Mark Pizzolato · 12 years ago
  36. f1c6f1b Updated pdp11_dmc from Rob Jarratt by Mark Pizzolato · 12 years ago
  37. 9091330 Compiler suggested fixes by Mark Pizzolato · 12 years ago
  38. f7e8024 Fix compiler warnings by Mark Pizzolato · 12 years ago
  39. a59eb7f Enhanced 'HELP dev REGISTERS' to indicate register arrays uniquely by Mark Pizzolato · 12 years ago
  40. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  41. e6e6262 Fix ordering of thread activities while detaching disks and tapes by Mark Pizzolato · 12 years ago
  42. 038c5d2 Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message by Mark Pizzolato · 12 years ago
  43. 8f851d2 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  44. 34d2e48 Changed the PDP10 auto configuration process to configure the traditional PDP10 unibus devices to the fixed addresses they historically had. by Mark Pizzolato · 12 years ago
  45. 68b5433 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. by Mark Pizzolato · 12 years ago
  46. f912562 Fixed register definition to properly reflect the size of the stats structure. by Mark Pizzolato · 12 years ago
  47. 57cbb6f Changed to use sim_clock_coschedule and sim_activate_after where appropriate by Mark Pizzolato · 12 years ago
  48. 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
  49. 33897a6 Added UBA register descriptions by Mark Pizzolato · 12 years ago
  50. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  51. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
  52. 517e1e2 Add display of the registered clock device by Mark Pizzolato · 12 years ago
  53. b661f6c Fix sim_tmxr flag settings to avoid an overwrite which was introduced when the dynflags was added by Mark Pizzolato · 12 years ago
  54. b7066fe Changed examine register range to summarize redundant (duplicate) output. by Mark Pizzolato · 12 years ago
  55. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  56. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  57. 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
  58. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  59. 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
  60. 19c4ccb Added dynflags to the unit structure to track dynamic flags used by scp & libraries. This avoids expanding the set of unit flags and encroaching on the available user flags . by Mark Pizzolato · 12 years ago
  61. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  62. a774f05 Fix to allows builds without SIM_ASYNCH_IO defined to work on OSX by Mark Pizzolato · 12 years ago
  63. 99eb870 Change broken asynchronous synchronization to use an a recursive mutex for sim_asynch_lock by Mark Pizzolato · 12 years ago
  64. d1a1abd Enhanced the HELP dev REGISTER output to identify globally unique vs ambiguous register names and describe when the device scope is needed to identify a register by Mark Pizzolato · 12 years ago
  65. eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 12 years ago
  66. a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 12 years ago
  67. d12bc07 Fix clang compiler identified typos by Mark Pizzolato · 12 years ago
  68. 18851f8 Documentation cleanup by Mark Pizzolato · 12 years ago
  69. e1ad710 Added imbedded help to the pdp11_dz and pdp11_vh devices by Mark Pizzolato · 12 years ago
  70. 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 12 years ago
  71. 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 12 years ago
  72. 6eb3804 Standardized scp command formatting in help output by Mark Pizzolato · 12 years ago
  73. 3ce1ef2 Added an optional description field to register definitions and macros which can be used to populate it by Mark Pizzolato · 12 years ago
  74. 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 · 12 years ago
  75. 5f44b2e Add support to listen on IPv4 and IPv6 sockets when compiling on XP but running on later (IPv6 capable) Windows environments by Mark Pizzolato · 12 years ago
  76. 1213f09 Fixed Buffered Console behavior which ended up flushing buffer contents once a second and clearing the buffer. We were also incorrectly flushing buffer contents when a connection dropped. by Mark Pizzolato · 12 years ago
  77. 6a08c3c Fixed missed change from sim_is_active to sim_activate_time. by Mark Pizzolato · 12 years ago
  78. 744f65a Fleshed out the tmxr help and set the HP2100 to use the mux help by default by Mark Pizzolato · 12 years ago
  79. fae991d More compiler identified cleanups by Mark Pizzolato · 12 years ago
  80. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  81. 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
  82. b37b866 Revised document by Mark Pizzolato · 12 years ago
  83. 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
  84. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
  85. 629de4d Build identified cleanups by Mark Pizzolato · 12 years ago
  86. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  87. 960866a Added missing generic help ethernet attach info by Mark Pizzolato · 12 years ago
  88. c61e14f Avoid 8 bit characters in help output by Mark Pizzolato · 12 years ago
  89. d8340ab Documentation cleanup by Mark Pizzolato · 12 years ago
  90. 51459eb Added ethernet help and cleaned up generic help output by Mark Pizzolato · 12 years ago
  91. 4f4cbd4 Avoid asynch thread thrashing on disk and tape detach and enhance the disk and tape help by Mark Pizzolato · 12 years ago
  92. 411b596 Fixed auto configure to ONLY configure Qbus and/or Unibus devices by Mark Pizzolato · 12 years ago
  93. b28b01c Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download by Mark Pizzolato · 12 years ago
  94. 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
  95. 7e1840e Fixed bugs in disk and tape operations when running without asynch disabled - bugs reported by Jordi Guillaumes i Pons by Mark Pizzolato · 12 years ago
  96. df4cc94 Changed the tmxr_attach parsing code to allow more natural specification for the configuration of different information for multiple lines as per Dave Bryan's suggestion. by Mark Pizzolato · 12 years ago
  97. f51a702 Fixed sim_parse_addr to actually use the default_host parameter if a host component wasn't provided in the input by Mark Pizzolato · 12 years ago
  98. b78c91b Fixed error paths during attach/detach and fixed a per line listen detach bug by Mark Pizzolato · 12 years ago
  99. 722524c Fixed BuildAll.cmd to work when invoked from a git bash shell by Mark Pizzolato · 12 years ago
  100. 6a5278e Removed the pdp11_dmc from the PDP10 simulator since that combination of hardware was never a legitimate one. by Mark Pizzolato · 12 years ago