1. 07b64e3 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  2. d7c63d6 PDP10,PDP11,VAX: Fix for DMC/DMR error which lost track of pending transmit buffers when timeouts happened during DDCMP protocol startup. Fixes #109 by Mark Pizzolato · 11 years ago
  3. 897491d PDP10: Correct time interpolation when reading the timebase and the interval calculation when setting the clock tick interval. Fixes issue #108 (from Jordi Guillaumes) by Mark Pizzolato · 11 years ago
  4. 545aa85 SCP: Cleaned up the hierarchical help APIs to follow the same indentation style used in the rest of scp.c. Fixed the help prompt to avoid adding an extra level to the prompt when the current level has no children. by Mark Pizzolato · 11 years ago
  5. b1fb809 PDP10, PDP11, VAX: Added the DDCMP corruption troll to the DDCMP layer and removed it from the KDP device. by Mark Pizzolato · 11 years ago
  6. d7690ce PDP8: Binary loader can now read multiple section tapes. Fix from Dave Gesswein to issue #74. by Mark Pizzolato · 11 years ago
  7. 2934112 PDP11,PDP18B: Add device buffer flush capability and keep track of data written state in the device buffer. These are cousin bugs described in issue #87 by Mark Pizzolato · 11 years ago
  8. b2133ae Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  9. 7ce7317 PDP8: Add new breakpoint command based on instruction value (Opcode) (from Dave Gesswein) as discussed in issue #75 by Mark Pizzolato · 11 years ago
  10. 1a7f8d4 VAX,PDP11,PDP10: Added explicit support to enable (or disable) DMR Micro Diagnostics which corresponds to the SW10 hardware switch. by Mark Pizzolato · 11 years ago
  11. afcbea2 SCP: Add SHOW -C BREAK to display the currently defined breakpoints as commands which can be used to redefine them later. by Mark Pizzolato · 11 years ago
  12. cde0be5 TMXR: Added support to reasonably set modem bits when a line has dedicated listen port defined or uses datagram transport. by Mark Pizzolato · 11 years ago
  13. ccabc02 PDP10: Added display support of PC value in debug messages. by Mark Pizzolato · 11 years ago
  14. 8d09ebe Compiler indicated cleanups to Fix #105 by Mark Pizzolato · 11 years ago
  15. c9e8121 PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87 by Mark Pizzolato · 11 years ago
  16. ffda4c1 VAX,PDP11: Fix behavior of simulator when multiple DMC devices are in use concurrently. Fix for issue #51. by Mark Pizzolato · 11 years ago
  17. da134eb SCP: Added detailed help (including switches) for SET DEBUG command and an auto flush of the debug output when instruction execution stops. by Mark Pizzolato · 11 years ago
  18. 8cc3791 PDP11/VAX: Improved debug information to identify the distinct DMC line when multiple lines are in use and added detailed debug output for DDCMP state machine changes. by Mark Pizzolato · 11 years ago
  19. 0e11dfe PDP11/VAX: Fix VH device to properly be displayed when the number of lines changes and to avoid problems in debug mode. by Mark Pizzolato · 11 years ago
  20. d0cee0f SWTP: Fixes to segfault issue described in #103 (from Gene Irwin) by Mark Pizzolato · 11 years ago
  21. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  22. 235ffdb PDP10: Change default bus address and vector for DMR device to be what the TOPS-10 expects (address 764000 and vector 610) by Mark Pizzolato · 11 years ago
  23. 8c2de7c SWTP: Added missing SWTP documentation files by Mark Pizzolato · 11 years ago
  24. 4ec1f7e PDP11: Fix to allow allow Q18 devices to be enabled on Qbus systems with memory <= 256KB. Reported by Christian Gauger-Cosgrove. by Mark Pizzolato · 11 years ago
  25. 9ab6c4d SOCKET: Extended TMXR packet capabilities to disable the Nagle algorithm when TCP packets transports are used. by Mark Pizzolato · 11 years ago
  26. bebb787 SCP: Fix problem on Windows which inhibited the ability to enter console input (^E) when bells characters were being output too often. Fixes #102 by Mark Pizzolato · 11 years ago
  27. 1845180 SCP: Added default simulator specific initialization file to be in the current working directory if one isn't found where the simulator binary is located (suggested by Jordi Guillaumes Pons in #101). by Mark Pizzolato · 11 years ago
  28. fcaced5 GIT: Added ignore of OS/X DS_Store files and made line endings consistent (from Jordi Guillaumes Pons) by Mark Pizzolato · 11 years ago
  29. c64aabf SCP: Fix for %DATE_WW% and %DATE_WYYYY% computation on the first days of a year after a leap year. by Mark Pizzolato · 11 years ago
  30. 8b9e33c MAKEFILE: Fix Linux build when pcap.h isn't available but SDL is. Fix for Issue #97 by Mark Pizzolato · 11 years ago
  31. e1b0a41 SCP: Generalized DATE and TIME variable insertion adding support for ISO 8601 date values. Inspired by Christian Gauger-Cosgrove. by Mark Pizzolato · 11 years ago
  32. fd4a3ac Avoid NULL pointer dereference when examining a device with no units. #95 by Mark Pizzolato · 11 years ago
  33. b61e5ae Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  34. 2ea8a0a SCP: Changed command processing variable insertion to format %DATE% as yyyy-mm-dd instead of yyyy/mm/dd and added %STIME% to produce hh_mm_ss. by Mark Pizzolato · 11 years ago
  35. 5800e5b Compiler indicated cleanup by Mark Pizzolato · 11 years ago
  36. 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  37. 76fc90f VMS: Update descrip.mms for recently added video and network device support by Mark Pizzolato · 11 years ago
  38. ae8bcec I1620 : Changes from Bob Supnik re: Bob Armstrong has been running diagnostics and software, and these changes reflect fixes to bugs that were found. by Mark Pizzolato · 11 years ago
  39. c6eef85 MAKE: Changed minimum version of gmake required before warning is issued from 3.81 to 3.80. by Mark Pizzolato · 11 years ago
  40. fdcbef3 ETHER: Added support to build with more older versions of libpcap on some platforms. Removed support to use tcpdump.org's libpcap on Linux platforms. by Mark Pizzolato · 11 years ago
  41. 028f152 SWTP: Fixed overflown bit logic for addition and subtraction (from Bill Beech) by Mark Pizzolato · 11 years ago
  42. 1666cef ETHER: Fix mixed line endings which crept in while adding network support without any pcap components. by Mark Pizzolato · 11 years ago
  43. 86e3425 SCP: One more static analyzer potential issue from Peter Schorn. by Mark Pizzolato · 11 years ago
  44. 2bb502e SCP: Static Analyzer cleanups suggested by Peter Schorn by Mark Pizzolato · 11 years ago
  45. bf58edf VAX: Fix for unaligned memory reference to IO and Register Space (from Bob Supnik) by Mark Pizzolato · 11 years ago
  46. 7b3e508 ETHER: Added capability to build working networking support without pcap packet transport (i.e. only using one of the other available packet transports: VDE, TAP, UDP, etc.) by Mark Pizzolato · 11 years ago
  47. e34babd ETHER,VAX,PDP11: Fixed regression in pcap ethernet link behavior introduced by the addition of the udp link type. This fixes issue #92 by Mark Pizzolato · 11 years ago
  48. 25a62c2 PDP11,VAX: Added Unibus KRU50 controller type (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  49. 2daa41e PDP11: Fixed bug in CSM (John Dundas) by Mark Pizzolato · 11 years ago
  50. 17574ba Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  51. 834e986 ETHER,VAX,PDP11: Added UDP as a link type for Ethernet packet connectivity. by Mark Pizzolato · 11 years ago
  52. 7ebc991 PDP11,VAX: Corrected the KRQ50 controller id code (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  53. 577f921 PDP11/VAX: Additonal RQ drive types (RA70 and RA73) along with the ability to set additional controller types (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  54. c1aa85d H316: Updated H316 and IMP documentation and addition of IMP modem loopback functionality and testing (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  55. 8810571 H316: Improve IMP error recovery when a remote host is restarted. by Mark Pizzolato · 11 years ago
  56. 3324877 TMXR: Correct const attributes for packet reading APIs. by Mark Pizzolato · 11 years ago
  57. f0ca4de H316: Move the SMK/OTK to h316_cpu (where it belongs!) and Allow the CLK device to be disabled (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  58. 118ef33 H316: Added "SET dev LOCALLOOP" and "SET dev NOLOCALLOOP" commands to the IMP modem device so that loopback mode can be changed by commands instead of just programatically. by Mark Pizzolato · 11 years ago
  59. a22c5c3 MAKEFILE: Give more clear information when issuing missing libSDL library to enable video capabilities #90 by Mark Pizzolato · 11 years ago
  60. 0e73117 H316: Fix compiler warning by Mark Pizzolato · 11 years ago
  61. 9bd573d H316: Added support for proper max data packet size transmission and reception in h316_udp.c by Mark Pizzolato · 11 years ago
  62. 0f01e08 TMXR: Added loopback support for datagram configured lines to pass full packets in loopback mode. by Mark Pizzolato · 11 years ago
  63. 54b92b8 TMXR: Support loopback when using packet APIs even if a connection is not active by Mark Pizzolato · 11 years ago
  64. 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
  65. 378e3e0 TMXR: Tolerate situations where independent devices are bound to different lines of a multi-line MUX. by Mark Pizzolato · 11 years ago
  66. beac643 SCP/SOCKET: Apply default host more reasonably when parsing host:port strings by Mark Pizzolato · 11 years ago
  67. 55c5d20 PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices by Mark Pizzolato · 11 years ago
  68. a7c2d7b Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  69. 4259b3c TMXR: Added option to use UDP transport for packet transport by Mark Pizzolato · 11 years ago
  70. 25ded05 H316: Added IMP Listing file (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  71. 65402fb H316: Resurrecting the ARPAnet IMP (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  72. 0251c08 PDP11/VAX: Detect vector conflicts, SHOW IOSPACE and SHOW DEVICE improvements by Mark Pizzolato · 11 years ago
  73. 00afa58 SCP: Added hierarchical help capability (from Timothe Litt) by Mark Pizzolato · 11 years ago
  74. e65aa90 SCP: Fix various missing log output by Mark Pizzolato · 11 years ago
  75. 00b77c8 TMXR: Packet, Loopback and Half-Duplex enhancements by Mark Pizzolato · 11 years ago
  76. 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
  77. 3519c6c PDP11: Added support for PC values to be displayed in debug output. by Mark Pizzolato · 11 years ago
  78. 864f0e0 SCP: Show device options can be more flexibly formatted and optionally not display anything. by Mark Pizzolato · 11 years ago
  79. 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
  80. 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
  81. 949aa30 ETHER: Fix bpf filter generation to not generate an invalid filter if only multicast addresses were provided by Mark Pizzolato · 11 years ago
  82. f59d86d VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88 by Mark Pizzolato · 11 years ago
  83. 24b64b5 PDP11: Added missing pdp11_rk boot setup from Bob Supnik by Mark Pizzolato · 11 years ago
  84. b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
  85. 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
  86. 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
  87. 304ad39 VAX: Avoid potential VAX simulator hangs when code may poll for console input without being interrupted by Mark Pizzolato · 11 years ago
  88. 5bce9da QVSS: Fix to get the VSYNC interrupts to be more reasonable. Addresses Issue #88. From Mike Burke by Mark Pizzolato · 11 years ago
  89. b4b274c More compiler warnings by Mark Pizzolato · 11 years ago
  90. fdb33ce Compiler warning cleanup by Mark Pizzolato · 11 years ago
  91. b85af46 SCP: Fixed 'rest of line' argument substitution %* by Mark Pizzolato · 11 years ago
  92. 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
  93. 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
  94. 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
  95. 53690b3 VStudio: Avoid generating debug information for Visual Studio Release builds by Mark Pizzolato · 11 years ago
  96. 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
  97. 796cbd2 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
  98. 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
  99. 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
  100. 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