1. a22c5c3 MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90 by Mark Pizzolato · 11 years ago
  2. 0e73117 H316: Fix compiler warning by Mark Pizzolato · 11 years ago
  3. 9bd573d H316: Added support for proper max data packet size transmission and reception in h316_udp.c by Mark Pizzolato · 11 years ago
  4. 0f01e08 TMXR: Added loopback support for datagram configured lines to pass full packets in loopback mode. by Mark Pizzolato · 11 years ago
  5. 54b92b8 TMXR: Support loopback when using packet APIs even if a connection is not active by Mark Pizzolato · 11 years ago
  6. c9f73ea H316: Rewrote h316_udp to use TMXR lines for UDP transport of data. Changed h316_mi to leverage built-in loopback mode in TMXR. by Mark Pizzolato · 11 years ago
  7. 378e3e0 TMXR: Tolerate situations where independent devices are bound to different lines of a multi-line MUX. by Mark Pizzolato · 11 years ago
  8. beac643 SCP/SOCKET: Apply default host more reasonably when parsing host:port strings by Mark Pizzolato · 11 years ago
  9. 55c5d20 PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices by Mark Pizzolato · 11 years ago
  10. a7c2d7b Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  11. 4259b3c TMXR: Added option to use UDP transport for packet transport by Mark Pizzolato · 11 years ago
  12. 25ded05 H316: Added IMP Listing file (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  13. 65402fb H316: Resurrecting the ARPAnet IMP (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  14. 0251c08 PDP11/VAX: Detect vector conflicts, SHOW IOSPACE and SHOW DEVICE improvements by Mark Pizzolato · 11 years ago
  15. 00afa58 SCP: Added hierarchical help capability (from Timothe Litt) by Mark Pizzolato · 11 years ago
  16. e65aa90 SCP: Fix various missing log output by Mark Pizzolato · 11 years ago
  17. 00b77c8 TMXR: Packet, Loopback and Half-Duplex enhancements by Mark Pizzolato · 11 years ago
  18. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  19. 3519c6c PDP11: Added support for PC values to be displayed in debug output. by Mark Pizzolato · 11 years ago
  20. 864f0e0 SCP: Show device options can be more flexibly formatted and optionally not display anything. by Mark Pizzolato · 11 years ago
  21. f362669 PDP11: XQ Device is now bootable on a Qbus PDP11 simulator. The ROM based Citizenship tests now pass. by Mark Pizzolato · 11 years ago
  22. 600d6f5 SCP: Added a mechanism to allow debugging output to display PC values for simulators which don't have a simple register which contains the PC value. by Mark Pizzolato · 11 years ago
  23. 949aa30 ETHER: Fix bpf filter generation to not generate an invalid filter if only multicast addresses were provided by Mark Pizzolato · 11 years ago
  24. f59d86d VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88 by Mark Pizzolato · 11 years ago
  25. 24b64b5 PDP11: Added missing pdp11_rk boot setup from Bob Supnik by Mark Pizzolato · 11 years ago
  26. b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
  27. 30cd103 VIDEO: When using libSDL2, make sure we use the key scan code to index the vid_key_state array. Also, make sure we stick to getting bare key events instead of TextInput events. by Mark Pizzolato · 11 years ago
  28. 593c7f4 QVSS: Changed prior VSYNC fix to only interrupt quickly immediately after interrupts are enabled to avoid idling issues with the prior fix. From Matt Burke by Mark Pizzolato · 11 years ago
  29. 304ad39 VAX: Avoid potential VAX simulator hangs when code may poll for console input without being interrupted by Mark Pizzolato · 11 years ago
  30. 5bce9da QVSS: Fix to get the VSYNC interrupts to be more reasonable. Addresses Issue #88. From Mike Burke by Mark Pizzolato · 11 years ago
  31. b4b274c More compiler warnings by Mark Pizzolato · 11 years ago
  32. fdb33ce Compiler warning cleanup by Mark Pizzolato · 11 years ago
  33. b85af46 SCP: Fixed 'rest of line' argument substitution %* by Mark Pizzolato · 11 years ago
  34. f5cfa39 SCP: Allow bare % not followed by a digit or a alpha character to be kept while substituting arguments and environment variables in simulator commands. by Mark Pizzolato · 11 years ago
  35. 32b8f06 PDP11/VAX: Properly display the device interrupt BR level for Qbus and Unibus devices in SHOW IOSPACE output by Mark Pizzolato · 11 years ago
  36. 65edda6 SERIAL: For writes to serial ports, accept both EAGAIN and EWOULDBLOCK as non-error conditions for all *nix hosts by Mark Pizzolato · 11 years ago
  37. 53690b3 VStudio: Avoid generating debug information for Visual Studio Release builds by Mark Pizzolato · 11 years ago
  38. 43f85d1 SCP/TMXR: Fix to socket writes to return 0 bytes written as an expected condition when the output socket is full (EAGAIN or EWOULDBLOCK). by Mark Pizzolato · 11 years ago
  39. 796cbd2 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  40. 6f4e718 PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. by Mark Pizzolato · 11 years ago
  41. f0d41f1 PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) by Mark Pizzolato · 11 years ago
  42. be46bac PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. by Mark Pizzolato · 11 years ago
  43. c8ae76c PDP8: Fix to allow character read rate to exceed the clock tick rate. Solves issue #86 by Mark Pizzolato · 11 years ago
  44. db964d1 SCP/TMXR: Fix crashing bug when a multiplexer line has logging enabled before a mux attach, by Mark Pizzolato · 11 years ago
  45. 1e3586e DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt by Mark Pizzolato · 11 years ago
  46. 026dd98 Merge latest from Bob Supnik by Mark Pizzolato · 11 years ago
  47. 86e2e6b PDP8: Avoid delaying the initial check for connecctions to mux port after attach. Fix for #85 by Mark Pizzolato · 11 years ago
  48. abfae3c H316: Revised standard device implementation from Bob Supnik. by Mark Pizzolato · 11 years ago
  49. de68387 MAKEFILE: Added makefile support for MinGW builds using libSDL2. by Mark Pizzolato · 11 years ago
  50. 63e05c7 PDP11: Fix DL help attach regression and missing SHOW IOSPACE details by Mark Pizzolato · 11 years ago
  51. 5feb20d VSTUDIO: Fix SDL2 library name for Microvax I debug build by Mark Pizzolato · 11 years ago
  52. f76d466 Merge pull request #83 from BillHeaton/master by Mark Pizzolato · 11 years ago
  53. 3a5f090 SCP/VIDEO: Makefile cleanup for OSX build with libSDL2 by Mark Pizzolato · 11 years ago
  54. 6b45d9b SCP/VIDEO: Added support for libSDL2 video capabilities. Changed existing video layer to carry pixels as 32bpp vs 8bpp for more natural behaviors in libSDL2. by Mark Pizzolato · 11 years ago
  55. 839db8e PDP10: Use system style of include by Bill Heaton · 11 years ago
  56. 99b4730 Fix build warning on OS/X by Bill Heaton · 11 years ago
  57. 351d748 VIDEO: Move all SDL graphics activities to the background video thread by Mark Pizzolato · 11 years ago
  58. 610b7b5 VIDEO: Moved SDL initialization and cleanup from event thread to the primary thread. by Mark Pizzolato · 11 years ago
  59. 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
  60. ab028c0 SCP: Fix SET DEBUG switch interpretation by Mark Pizzolato · 11 years ago
  61. daed1e5 VAX/QVSS: Proper linking on OSX by Mark Pizzolato · 11 years ago
  62. 721a16f PDP8: Fix LOAD command ignores field change immediately after leader. (#73). From Bob Supnik and David Gesswein. by Mark Pizzolato · 11 years ago
  63. 6d8565d PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik by Mark Pizzolato · 11 years ago
  64. 735c589 SCP: Allow ;notelnet option to be specified on the console telnet command as discussed in issue #76 by Mark Pizzolato · 11 years ago
  65. 7b4d207 SCP: Added display of all enabled devices which have debugging enabled to the SHOW DEBUG command output. by Mark Pizzolato · 11 years ago
  66. c984495 PDP11/VAX: Make sure that semi-unique drive serial numbers have a zero msb to avoid issues in some operating systems. by Mark Pizzolato · 11 years ago
  67. 01b3179 PDP11: Added help to KE, KG, RF, TA, TC and TM devices. Fixed DECtape documentation. by Mark Pizzolato · 11 years ago
  68. 786cda7 PDP11/VAX: Use semi-unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
  69. e18d7e8 PDP11/VAX: Use unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
  70. 6be6124 SCP: Add timer logic description comments to sim_timer by Mark Pizzolato · 11 years ago
  71. c0b82b9 SCP: Add comments describing the various REG initialization macros. by Mark Pizzolato · 11 years ago
  72. cc0ccb4 PDP11: Updating doc for RS03/RS04 and RHC from Bob Supnik by Mark Pizzolato · 11 years ago
  73. 4387c5b PDP11: report RK05 drive presence more reasonably. Add historical information in RK help. by Mark Pizzolato · 11 years ago
  74. da22795 SCP: Fix HELP SET <device> to properly output to sim_log when logging. Reported in issue #71 by Mark Pizzolato · 11 years ago
  75. b1fc298 PDP11/VAX: Add register descriptions and bitfields to register declarations by Mark Pizzolato · 11 years ago
  76. d614098 PDP11: Added formatted register display for HK and RK devices by Mark Pizzolato · 11 years ago
  77. db91afb VAX: Compiler warning cleanup by Mark Pizzolato · 11 years ago
  78. ddc9398 PDP11: fix RK device unit detection when some units are disabled. by Mark Pizzolato · 11 years ago
  79. 59232fe PDP11: fixed auto configure for RL and HK devices by Mark Pizzolato · 11 years ago
  80. c0bf907 SCP: Added help display for units which can be enabled and disabled by Mark Pizzolato · 11 years ago
  81. b1b9aa3 PDP11: Added help to RK device by Mark Pizzolato · 11 years ago
  82. 1141339 PDP11: Addition of the RS03/RS04 disk devices from Bob Supnik by Mark Pizzolato · 11 years ago
  83. 68fbca9 I1401: Read TMK does not write GM+WM to memory from Bob Supnik by Mark Pizzolato · 11 years ago
  84. 4e5f910 Compiler nits for void * assignments from Bob Supnik by Mark Pizzolato · 11 years ago
  85. 4cc4d12 Updated PDP11 and VAX780 documentation. by Mark Pizzolato · 11 years ago
  86. 8902472 PDP11/VAX: pdp11_hk Fix by Bob Supnik for issue #47 by Mark Pizzolato · 11 years ago
  87. 2722bc4 README: Update to correct URL for windows binaries. #70 by Mark Pizzolato · 11 years ago
  88. c22063c sim_sock.c allow validation address to match various forms of literal localhost addresses. by Mark Pizzolato · 11 years ago
  89. 8555bbb SCP: Fix Set Command dispatching and HELP dev SET output by Mark Pizzolato · 11 years ago
  90. 6cc9d56 Merge Fixes from Bob Supnik's updates by Mark Pizzolato · 11 years ago
  91. 938b75f Clear storage and branch preserves B register (Van Snyder) by Mark Pizzolato · 11 years ago
  92. 18461f5 sim_debug: Fixed to produce output when the format string is a bare newline character. by Mark Pizzolato · 11 years ago
  93. 1a48d85 VAX630: Fix watch chip behavior the first time a file is attached to the NVR device. by Mark Pizzolato · 11 years ago
  94. d3135b7 VAX630: NVR corrected to be 64 bytes instead of 128. Added NVR read/write debug tracing. by Mark Pizzolato · 11 years ago
  95. 4e53c5f VAX630: Added register bitfields for the IPC (Doorbell) register and read/write tracing. by Mark Pizzolato · 11 years ago
  96. 19d30d9 VAX630: Added register bit fields for the watch device and read/write tracing for watch register activity. by Mark Pizzolato · 11 years ago
  97. da8dd3c VAX: Added Register Bit Field definitions for the PSL register by Mark Pizzolato · 11 years ago
  98. c8f775a QVSS: Fix to handle when cursor is near the right edge of the screen and only partially visible. by Mark Pizzolato · 11 years ago
  99. 47a6bdf Revised QVSS mouse support from Matt Burke to address #60 by Mark Pizzolato · 11 years ago
  100. 60fbaab Fix time_t complaint when struct timespec doesn't have a time_t seconds value by Mark Pizzolato · 11 years ago