1. 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
  2. f7b2f44 Fixed tmxr xmte and rcve management to be consistent with original behavior by Mark Pizzolato · 12 years ago
  3. 29cf2a4 Added support for register display with bit field definitions decoded by Mark Pizzolato · 12 years ago
  4. b18e131 Added explicit array bounds and field width for HELP dev REGISTER output by Mark Pizzolato · 12 years ago
  5. 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
  6. 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
  7. 2f4de5c Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
  8. 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
  9. 552d680 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
  10. 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
  11. f1c6f1b Updated pdp11_dmc from Rob Jarratt by Mark Pizzolato · 12 years ago
  12. 9091330 Compiler suggested fixes by Mark Pizzolato · 12 years ago
  13. f7e8024 Fix compiler warnings by Mark Pizzolato · 12 years ago
  14. a59eb7f Enhanced 'HELP dev REGISTERS' to indicate register arrays uniquely by Mark Pizzolato · 12 years ago
  15. e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  16. e6e6262 Fix ordering of thread activities while detaching disks and tapes by Mark Pizzolato · 12 years ago
  17. 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
  18. 8f851d2 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  19. 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
  20. 68b5433 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. by Mark Pizzolato · 12 years ago
  21. f912562 Fixed register definition to properly reflect the size of the stats structure. by Mark Pizzolato · 12 years ago
  22. 57cbb6f Changed to use sim_clock_coschedule and sim_activate_after where appropriate by Mark Pizzolato · 12 years ago
  23. 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
  24. 33897a6 Added UBA register descriptions by Mark Pizzolato · 12 years ago
  25. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  26. 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
  27. 517e1e2 Add display of the registered clock device by Mark Pizzolato · 12 years ago
  28. b661f6c Fix sim_tmxr flag settings to avoid an overwrite which was introduced when the dynflags was added by Mark Pizzolato · 12 years ago
  29. b7066fe Changed examine register range to summarize redundant (duplicate) output. by Mark Pizzolato · 12 years ago
  30. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  31. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  32. 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
  33. d46ebc7 Untangle circular include references between tmxr serial and sock include files. by Mark Pizzolato · 12 years ago
  34. 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
  35. 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
  36. 4f19d08 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support by Mark Pizzolato · 12 years ago
  37. a774f05 Fix to allows builds without SIM_ASYNCH_IO defined to work on OSX by Mark Pizzolato · 12 years ago
  38. 99eb870 Change broken asynchronous synchronization to use an a recursive mutex for sim_asynch_lock by Mark Pizzolato · 12 years ago
  39. 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
  40. eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 12 years ago
  41. a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 12 years ago
  42. d12bc07 Fix clang compiler identified typos by Mark Pizzolato · 12 years ago
  43. 18851f8 Documentation cleanup by Mark Pizzolato · 12 years ago
  44. e1ad710 Added imbedded help to the pdp11_dz and pdp11_vh devices by Mark Pizzolato · 12 years ago
  45. 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 12 years ago
  46. 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 12 years ago
  47. 6eb3804 Standardized scp command formatting in help output by Mark Pizzolato · 12 years ago
  48. 3ce1ef2 Added an optional description field to register definitions and macros which can be used to populate it by Mark Pizzolato · 12 years ago
  49. 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
  50. 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
  51. 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
  52. 6a08c3c Fixed missed change from sim_is_active to sim_activate_time. by Mark Pizzolato · 12 years ago
  53. 744f65a Fleshed out the tmxr help and set the HP2100 to use the mux help by default by Mark Pizzolato · 12 years ago
  54. fae991d More compiler identified cleanups by Mark Pizzolato · 12 years ago
  55. 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
  56. 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
  57. b37b866 Revised document by Mark Pizzolato · 12 years ago
  58. 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
  59. bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
  60. 629de4d Build identified cleanups by Mark Pizzolato · 12 years ago
  61. 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
  62. 960866a Added missing generic help ethernet attach info by Mark Pizzolato · 12 years ago
  63. c61e14f Avoid 8 bit characters in help output by Mark Pizzolato · 12 years ago
  64. d8340ab Documentation cleanup by Mark Pizzolato · 12 years ago
  65. 51459eb Added ethernet help and cleaned up generic help output by Mark Pizzolato · 12 years ago
  66. 4f4cbd4 Avoid asynch thread thrashing on disk and tape detach and enhance the disk and tape help by Mark Pizzolato · 12 years ago
  67. 411b596 Fixed auto configure to ONLY configure Qbus and/or Unibus devices by Mark Pizzolato · 12 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. 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
  73. b78c91b Fixed error paths during attach/detach and fixed a per line listen detach bug by Mark Pizzolato · 12 years ago
  74. 722524c Fixed BuildAll.cmd to work when invoked from a git bash shell by Mark Pizzolato · 12 years ago
  75. 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
  76. 8395db0 Fixed the auto configure IO page base address by Mark Pizzolato · 12 years ago
  77. 0c436c1 Updated pdp11_dmc.c from Rob Jarratt by Mark Pizzolato · 12 years ago
  78. 375a021 Retained the prior SET CONSOLE DEBUG={stdout|log} behavior which deprecated and replaced by SET DEBUG={stdout|log}. Reported by Rob Jarratt by Mark Pizzolato · 12 years ago
  79. d12a445 Added procedure to build all windows release binaries, package them as a zip and publish the zip in a github.com/simh/Win32-Development-Binaries by Mark Pizzolato · 12 years ago
  80. 2123c91 Updating references to the location of the windows-build.zip support components by Mark Pizzolato · 12 years ago
  81. 2fea6a6 Updating documentation by Mark Pizzolato · 12 years ago
  82. 75be628 Bringing the simh FAQ up to date. by Mark Pizzolato · 12 years ago
  83. faa794e Documenting revised DEVICE structure by Mark Pizzolato · 12 years ago
  84. 674e56b Fixed compile issues on some Linux platforms by Mark Pizzolato · 12 years ago
  85. 9356b0c Changed Linux serial port enumeration to leverage kernel provided device information in /sys/class/tty by Mark Pizzolato · 12 years ago
  86. 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
  87. 35e6648 Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available by Mark Pizzolato · 12 years ago
  88. 7c9cebf Added a 1536K PDP11 memory size option by Mark Pizzolato · 12 years ago
  89. 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
  90. 5859df3 Added sim_disk (and sim_tape) to all Visual Studio Projects since the help function is referenced by scp by Mark Pizzolato · 12 years ago
  91. b1d306c Fixed devices missed in Auto Configuration for PDP11 simulator. CLK issue initially reported by Matt Burke by Mark Pizzolato · 12 years ago
  92. 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 12 years ago
  93. ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
  94. bdcfe99 Auto configure documentation and updates for PDP10 system by Mark Pizzolato · 12 years ago
  95. 53c537b Cleanup the mux attach string for single line multiplexers by Mark Pizzolato · 12 years ago
  96. 9d2811d Updated HP2100 modules from Dave Bryan by Mark Pizzolato · 12 years ago
  97. 122ca9b Fix potential attach order bug when attaching a serial port to a single line mux found by Dave Bryan by Mark Pizzolato · 12 years ago
  98. 30c70f6 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt by Mark Pizzolato · 12 years ago
  99. 896fd92 Fixed to only pass a SIM_GIT_COMMIT_ID to a build when the commit id is available by Mark Pizzolato · 12 years ago
  100. 95f4a07 Avoid attempting to auto configure NEXUS devices by Mark Pizzolato · 12 years ago