1. 1b6fc77 Fixed multiplexer attach bug introduced when the DEV_DONTAUTO flag was added by Mark Pizzolato · 11 years ago
  2. 64ed03d Revert clearing of sim_interval on sig-int to properly manage the passage of time. by Mark Pizzolato · 11 years ago
  3. fa0086a change QVSS device to autoconfigure its vector so other autoconfigured devices get correct vector assignments when the QVSS device is enabled by Mark Pizzolato · 11 years ago
  4. 5de0c8d Instrumented the qvss activities for better debug support by Mark Pizzolato · 11 years ago
  5. 1f8b3be Cleanup remote console single command mode. by Mark Pizzolato · 11 years ago
  6. 5a21db5 Fix TMXR line transmit buffer allocation to always be allocated if a listening socket is open by Mark Pizzolato · 11 years ago
  7. 9f43092 Merge remote-tracking branch 'origin/master' by Mark Pizzolato · 11 years ago
  8. 469b4b2 Fixed typo in comment by Mark Pizzolato · 11 years ago
  9. e529273 Merge branch 'master' of https://github.com/tlhackque/simh by Timothe Litt · 11 years ago
  10. c3b1d9a Boot ROMs, again by Timothe Litt · 11 years ago
  11. 9681843 PDP-10 tape boot rom update by Timothe Litt · 11 years ago
  12. 65ea457 PDP-10 tape boot rom update by Timothe Litt · 11 years ago
  13. 2efb0a1 Add -A to boot, Document & init FE comm area by Timothe Litt · 11 years ago
  14. 6076a48 PDP-10 RP redux by Timothe Litt · 11 years ago
  15. c7c5bde PDP-10 RP attach/detach/boot issues by Timothe Litt · 11 years ago
  16. 97eb58c Added a device flag which can be used to avoid auto detach at device attach time. by Mark Pizzolato · 11 years ago
  17. e13b1fe Merge branch 'master' of https://github.com/tlhackque/simh by Timothe Litt · 11 years ago
  18. d92fd22 RH11/TM0x issues: attach/detach by Timothe Litt · 11 years ago
  19. 50ec127 Merge remote-tracking branch 'github.com/simh/simh/master' by Mark Pizzolato · 11 years ago
  20. b2f4590 Update README by Mark Pizzolato · 11 years ago
  21. 9752a71 Access violation if invalid command entered to remote console by Timothe Litt · 11 years ago
  22. b8408c6 ignore emacs scratch and backup by Timothe Litt · 11 years ago
  23. 6222980 Cleanup of Visual Studio VAX project to properly convert to newer Visual Studio versions. by Mark Pizzolato · 11 years ago
  24. 5fba42a Renamed Visual Studio Projects VAX610, VAX620 and VAX630 to be consistent with the target names produced by those project builds. by Mark Pizzolato · 11 years ago
  25. 8079090 Added "HELP SET dev" and "HELP SHOW dev" as eqivalent to "HELP dev SET" and "HELP dev SHOW" respectively. by Mark Pizzolato · 11 years ago
  26. 65de3d0 Add descriptions to the QVSS register declarations by Mark Pizzolato · 11 years ago
  27. 31b63f0 Fixed the Visual Studio build of simulators which statically link against libSDL. by Mark Pizzolato · 11 years ago
  28. 524460e Cleanup Visual Studio Build issues by Mark Pizzolato · 11 years ago
  29. a7a8f3d Added reporting of the QVSS window focus release key when Video Windows is created by Mark Pizzolato · 11 years ago
  30. baba5f8 Fixed reporting of libSDL availability in simulatoes which will never need it. by Mark Pizzolato · 11 years ago
  31. b5e3d6b Added logic to suggest libSDL might help with simulators what can use it when it isn't available. by Mark Pizzolato · 11 years ago
  32. 0109d04 Fix incorrect definition descriptions in comments by Mark Pizzolato · 11 years ago
  33. b3a9a0d Add sim_video and VAX QVSS (VCB01) Monochrome Video Board from Matt Burke by Mark Pizzolato · 11 years ago
  34. feeea1e Remove unused definitions by Mark Pizzolato · 11 years ago
  35. 43e5647 Fix short block writes on RK06/RK07 devices to write zero filled buffer data. (Oleg Safiullin) by Mark Pizzolato · 11 years ago
  36. eb921d2 Fix bug in PDP11 SET CPU <model> which inadvertently disabled some devices improperly. - Bob Supnik by Mark Pizzolato · 11 years ago
  37. a145d53 CAPS11 now runs on SimH. The key bug was in the reset routine. Change by Bob Supnik. by Mark Pizzolato · 11 years ago
  38. f386776 Compiler warning fixes from Brian Knittel by Mark Pizzolato · 11 years ago
  39. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  40. f7330bc remote compiler warning by Mark Pizzolato · 11 years ago
  41. 780adc3 Added missing STRSYN from DDCMP dup setup by Mark Pizzolato · 11 years ago
  42. 596cb3f Added needed DUP interfaces to allow use by KMC11/KDP. by Mark Pizzolato · 11 years ago
  43. 4064cc0 This fixes the problem that MMR1 is recording changes to R7 (PC), which it should not. (issue #44) by Mark Pizzolato · 11 years ago
  44. 486ef58 Compiler warning cleanup by Mark Pizzolato · 11 years ago
  45. e5ee32d Fix network build on OSX when libvdeplug is available. by Mark Pizzolato · 11 years ago
  46. 4d34547 Cleanup DUP11 implementation and refactor for shared use by another device (KMC11). by Mark Pizzolato · 11 years ago
  47. e2b7962 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  48. 881f53e Added support to the Remote Console facility to close a remote console session on EOF by Mark Pizzolato · 11 years ago
  49. bc49f6b Fix for Unibus word DMA from Rob Jarratt by Mark Pizzolato · 11 years ago
  50. 9149b81 Merge remote-tracking branch 'github/master' by Mark Pizzolato · 12 years ago
  51. 39c7942 Changed some spaces and indentations by Mark Pizzolato · 12 years ago
  52. 1c7bf98 Cleaned up readme documentation to avoid potential confusion when initially setting up a windows build environment. by Mark Pizzolato · 12 years ago
  53. a61dec6 Add initial sharable DDCMP support by Mark Pizzolato · 12 years ago
  54. 3e25042 Change some tabs to spaces by Timothe Litt · 12 years ago
  55. 5f26e60 Add set cpu serial for KS by Timothe Litt · 12 years ago
  56. b80fa0a Revert "Add set serial to KS cpu" by Timothe Litt · 12 years ago
  57. 611b763 Add set serial to KS cpu by Timothe Litt · 12 years ago
  58. f5de2f4 LP20 emulation was overwriting existing files by Timothe Litt · 12 years ago
  59. 27dac1a Added rate limit support (SET DUPn SPEED=bps). by Mark Pizzolato · 12 years ago
  60. 4ba152d Fix packet transmit overrun behaviors which caused DECnet circuit failures. by Mark Pizzolato · 12 years ago
  61. 4019e67 Fixed CRC implementation, CRC state bit presentation and added register declarations by Mark Pizzolato · 12 years ago
  62. c3750e6 Added logic to act on the state and transitions of the RCVEN bit of the receiver CSR. by Mark Pizzolato · 12 years ago
  63. 3b8784b Added makefile support for the DUP11 device by Mark Pizzolato · 12 years ago
  64. 89bd58a Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen) by Mark Pizzolato · 12 years ago
  65. f30d432 Fixes to: by Mark Pizzolato · 12 years ago
  66. 1eb15fc Fix to support multiplexer devices which call tmxr_open_master directly instead of tmxr_attach so that the resulting TMXR will be in the open multiplexer list by Mark Pizzolato · 12 years ago
  67. 44886f9 Add asynch I/O support for AIX platform by Mark Pizzolato · 12 years ago
  68. 00a5cca Fixed broken Linux build by Mark Pizzolato · 12 years ago
  69. 2bfaf46 AIX Platform support by Mark Pizzolato · 12 years ago
  70. 6401a37 Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  71. b755a71 Added sim_ether dynamic libpcap load support for platforms which need to use pcap_setnonblock. by Mark Pizzolato · 12 years ago
  72. c347949 Added documentation for bitfields by Mark Pizzolato · 12 years ago
  73. ed186da Fix asynch I/O race condition. by Mark Pizzolato · 12 years ago
  74. 44d6651 Added hex debug output for tcp session data on non-telnet line debug by Mark Pizzolato · 12 years ago
  75. 784bc5d Added new tmxr_line_attach_string API to return the attach string specific to a a particular multiplexer line. by Mark Pizzolato · 12 years ago
  76. cf59910 Added a -E switch to the SHOW DEVICE/SHOW CONFIG/SHOW FEATURES command to only display Enabled devices by Mark Pizzolato · 12 years ago
  77. 76fccce Fix for Issue #53 for DC, DL, and VH multiplexer devices by Mark Pizzolato · 12 years ago
  78. 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 · 12 years ago
  79. e8e751c Added randomization to the checking for success of outgoing connections and the arrival of incoming connections by Mark Pizzolato · 12 years ago
  80. 7edcf5f Added stability to virtual null modem connections by consuming all incoming per line connections until a good one (or none) is found. by Mark Pizzolato · 12 years ago
  81. 8d1a134 Added sim_getnames_sock to get a printable form of the endpoints of a socket by Mark Pizzolato · 12 years ago
  82. c097ae5 Added help info to asynchronous timer device by Mark Pizzolato · 12 years ago
  83. 145b5c6 Added per line Modem Control capabilities to TMXR by Mark Pizzolato · 12 years ago
  84. f2ccc5b Change 8-bit characters to printable form. by Mark Pizzolato · 12 years ago
  85. dcc6355 Add line number to line specific debug message output. by Mark Pizzolato · 12 years ago
  86. 0b1fe53 Use generic message routine for sim_accept_conn and sim_read_sock and don't emit a message if a read fails due to ECONNRESET (this is expected). by Mark Pizzolato · 12 years ago
  87. d01b070 More compiler suggested cleanups by Mark Pizzolato · 12 years ago
  88. 6c42556 Added build support for the new SSEM simulator and fixed minor compiler suggested cleanups by Mark Pizzolato · 12 years ago
  89. 3e25784 LF endings replaced with CR-LF endings by Gerardo Ospina · 12 years ago
  90. 03d92e2 Merge https://github.com/simh/simh by Gerardo Ospina · 12 years ago
  91. 865ae4d Added CR-LF line endings. Tabs replaced with spaces by Gerardo Ospina · 12 years ago
  92. f8a2f12 makefile fix to produce consistent CC command for all targets by Mark Pizzolato · 12 years ago
  93. f118a72 Merge https://github.com/simh/simh by Gerardo Ospina · 12 years ago
  94. 3448edf enhanced the relatively new tmxr_linemsgf api to dynamically flush a completely full transmit buffer as needed. by Mark Pizzolato · 12 years ago
  95. d866800 Enhanced remote console to display the simulator's prompt string in the remote console sessions and changed startup message to more clearly describe how to get into multiple command mode. by Mark Pizzolato · 12 years ago
  96. b8d037b SSEM documentation added by Gerardo Ospina · 12 years ago
  97. 3d27f01 Fix to avoid remote console looping in Multi-Command mode (Fix to issue #50). by Mark Pizzolato · 12 years ago
  98. 671644f Avoid passing negative values (i.e. signed characters) to isprint() which is not happy with doing this on some platforms. by Mark Pizzolato · 12 years ago
  99. 7eb02bf Avoid noisy log messages in Remote Console activities. by Mark Pizzolato · 12 years ago
  100. 80289e1 Enhanced Remote Console support to allow two separate command processing modes. by Mark Pizzolato · 12 years ago