1. 1370ad6 Fixed console serial port connection checking by Mark Pizzolato · 12 years ago
  2. 37b73c4 Fixed bug in DZ SET LINE= implementation by Mark Pizzolato · 12 years ago
  3. a72d85b Fix TMXR for devices which reference the TMLN conn variable as a connection state flag by Mark Pizzolato · 12 years ago
  4. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  5. 905a9ee Merge branch 'SerialMux' of github.com:simh/simh into SerialMux by Mark Pizzolato · 12 years ago
  6. 78b8d62 Added DMC11 to PDP11 simulator (from Rob Jarratt) by Mark Pizzolato · 12 years ago
  7. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  8. 18b6ab8 Fixing compiler complaints with MinGW and adding support for RAW disk access when compiling with MinGW on windows. by Mark Pizzolato · 12 years ago
  9. cd0ef35 Added command alias SHOW MUX for SHOW MULTIPLEXOR. To avoid collision with simulators which may have devices named MUX, the device names/units are examined prior to the standard SHOW arguments. Simulators which have a device named MUX can't use the SHOW MUX alias. by Mark Pizzolato · 12 years ago
  10. 4a3bf9e Compiler warning cleanup by Mark Pizzolato · 12 years ago
  11. c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  12. beeb5ae Cleaned up the formatting of SHOW MULTIPLEXER output based on input from Dave Bryan by Mark Pizzolato · 12 years ago
  13. 84af193 Correct spelling in comment by Mark Pizzolato · 12 years ago
  14. 6cabdb9 Fixed duplicate logging output when output buffers are full and potential pauses in console output (reported by Mark Benson) by Mark Pizzolato · 12 years ago
  15. d955c38 Fixed compiler warnings and errors when compiling with MinGW by Mark Pizzolato · 12 years ago
  16. 06b80cf Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files by Mark Pizzolato · 12 years ago
  17. 60a0881 Fixes after Dave Bryan's testing. by Mark Pizzolato · 12 years ago
  18. 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
  19. c046a29 Fix reference to sim_deb by Mark Pizzolato · 12 years ago
  20. 954cb34 Added generic ability to have up to 32 DZ Multiplexers enabled in a system. The default is 4 which provides 16 lines on a Qbus system and 32 lines on a UNIBUS system. by Mark Pizzolato · 12 years ago
  21. 417102c Added full DHU11 (16 line) functionality for UNIBUS environments (PDP11 and VAX), while also supporting DHV11 (8 line) for Qbus systems by Mark Pizzolato · 12 years ago
  22. 4b163b9 Cleaned up compiler warnings by Mark Pizzolato · 12 years ago
  23. 883ad6b Fixed sim_write_serial to return 0 when the non blocking write fails with the expected errno of EAGAIN by Mark Pizzolato · 12 years ago
  24. c71e0c3 Compiler warning cleanup by Mark Pizzolato · 12 years ago
  25. 59afee3 Serial Multiplexer cleanup after review by Dave Bryan by Mark Pizzolato · 12 years ago
  26. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  27. a3b0dc3 Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. by Mark Pizzolato · 12 years ago
  28. 2b5ceae Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active by Mark Pizzolato · 12 years ago
  29. e541a34 Fix compiler warning. by Mark Pizzolato · 12 years ago
  30. 0290b4b Fixed interrupt logic causing OS device timeouts when I/O was happening to multiple drives simultaneously (from Bob Supnik) by Mark Pizzolato · 12 years ago
  31. e0bb8fe Added support for changing rq controller type to one of RQDX3, UDA50, RUX50 or KLESI. (from Mike Burke) by Mark Pizzolato · 12 years ago
  32. 7f6a1af Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources by Mark Pizzolato · 12 years ago
  33. f3bc30a Extended command argument substitution to allow large environment variable substitutions. by Mark Pizzolato · 12 years ago
  34. 72c65ad Changed UNLOAD to be an illegal operation if issued on an RM device and made UNLOAD on RP devices execute immediately (as suggested by Bob Supnik) by Mark Pizzolato · 12 years ago
  35. cb659d6 Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik) by Mark Pizzolato · 12 years ago
  36. ac8bd25 Added RC25, RCF25 and RA80 drive definitions (from Hans-Ulrich Hölscher) by Mark Pizzolato · 12 years ago
  37. 822fedf Fixed polling to start on receiving a master clear and stop on Detach (Rob Jarratt) by Mark Pizzolato · 12 years ago
  38. 2f3782a Update fixing dangling connections after detach and trying to adjust some polling behaviors (from Rob Jarratt) by Mark Pizzolato · 12 years ago
  39. badde9b Fixed bug in pdp11_xu which inhibited it from being disabled after it was ever enabled (reported by Rob Jarratt) by Mark Pizzolato · 12 years ago
  40. 13fd6e5 Fixed a few minor issues: by Mark Pizzolato · 12 years ago
  41. f6af7f4 vax_7x0_mba.c - Fix bug which didn't defer device interrupts while a transfer was in progress causing OS failure when using multiple RP and RM disks under load. by Mark Pizzolato · 12 years ago
  42. 72ca9de Clang compiler cleanup for new sim_debug_bits by Mark Pizzolato · 12 years ago
  43. 2c1d2b9 Fixed minor sim_debug_bits issues. by Mark Pizzolato · 12 years ago
  44. 9575ac5 Added makefile message prompt describing available vde networking support when building on Linux and libvdeplug-dev isn't available. by Mark Pizzolato · 12 years ago
  45. bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 12 years ago
  46. 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
  47. e91ee50 Updated VAX and VAX780 documentation to include DMC11 by Mark Pizzolato · 12 years ago
  48. b6dd869 Fixed the loopback setup when the receive port was specified with a specific interface (i.e. localhost:port) by Mark Pizzolato · 12 years ago
  49. c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  50. 78793ac tx0_doc.doc - Added more precise description of how mouse clicking works with the tic-tac-toe game. by Mark Pizzolato · 12 years ago
  51. c90bdf9 pdp11_rp.c - Fixed operation with asynch disabled. by Mark Pizzolato · 12 years ago
  52. 8bdc206 Replace getw/putw with sim_read/sim_write by Howard M. Harte · 12 years ago
  53. 2f72d3e Update simulator configuration files. by Howard M. Harte · 12 years ago
  54. 958cb92 Update documentation in souce code. by Howard M. Harte · 12 years ago
  55. dafb61a Add TBR register to CPU. by Howard M. Harte · 12 years ago
  56. 10e58e1 Add documentation for TX-0. by Howard M. Harte · 12 years ago
  57. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 12 years ago
  58. 223e3e0 sim_disk.c - Added a VHD merge option when attaching a vhd differencing disk by Mark Pizzolato · 12 years ago
  59. 8a6d90c vax610_defs,h, vax630_defs.h - Corrected device IPL levels for all qbus devices for the VAX610, VAX620 and VAX630 simulators by Mark Pizzolato · 12 years ago
  60. a74c2d2 sim_disk.c - Optimized read operations from unallocated VHD blocks by Mark Pizzolato · 12 years ago
  61. ed463a9 sim_disk.c - Fixed differencing disk expansion and end of drive access bugs by Mark Pizzolato · 12 years ago
  62. e7032c6 Fixed regression recently introduced in string compare macro MATCH_CMD by Mark Pizzolato · 12 years ago
  63. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 12 years ago
  64. 3eb373a makefile fix to build VAX simulator with new pdp11_dmc device by Mark Pizzolato · 12 years ago
  65. fbb74de TMXR fixes to support Virtual Null Modem Connections by Mark Pizzolato · 12 years ago
  66. 81ea8e1 Added build of TX-0 simulator to the makefile by Mark Pizzolato · 12 years ago
  67. 6cda566 Fixed compiler identified bugs and warnings. by Mark Pizzolato · 12 years ago
  68. df0fbcd Generated unique GUID for the TX-0.vcproj project file. (prior guid was a duplicate of another project's guid). by Mark Pizzolato · 12 years ago
  69. 31bc758 Fix .vcproj warnings when upgrading to VS2012. by Howard M. Harte · 12 years ago
  70. fe4f1b5 Delete unneeded files. by Howard M. Harte · 12 years ago
  71. 44409de Add Visual Studio project file for TX-0. by Howard M. Harte · 12 years ago
  72. c10aa0a Add mouse maze game and tic tac toe tapes. by Howard M. Harte · 12 years ago
  73. 35ef1c8 Initial public version of TX-0 for SIMH by Howard M. Harte · 12 years ago
  74. 0570790 Fixed autogen table for DMC11 and DMP11 devices. by Mark Pizzolato · 12 years ago
  75. ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 12 years ago
  76. f8ae8d2 Periodically flush buffered console mux data. This is necessary to cover the situation when data was buffered and sending data out the connection stalled due to OS/network buffering and no more output traffic happens to be generated. by Mark Pizzolato · 12 years ago
  77. faa5c61 Added validation of an incoming connection's IP address when a mux line is configured both with a listening port and an outbound connection destination. In this case, connections will only be accepted from the IP address of the target destination. by Mark Pizzolato · 12 years ago
  78. d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
  79. c9b3142 sim_defs.h - Make MATCH_CMD match at least one character instead of having an empty string match everything by Mark Pizzolato · 12 years ago
  80. 3e78dc6 sim_sock.c - preferred a bare textual IPv4 address be returned over an IPv4-mapped format address when returning the connecting IP address string in sim_accept_conn. by Mark Pizzolato · 12 years ago
  81. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 12 years ago
  82. 03bbd66 vax610_defs.h, vax610_stddev.c - Added SHOW CPU LEDS and SHOW CPU MODEL to the cpu_mod array using the CPU_MODEL_MODIFIERS #define. by Mark Pizzolato · 12 years ago
  83. 2481a8e vax_cpu.c, vax_cpu.h Added optional per CPU #define of CPU_MODEL_MODIFIERS which would be defined in vaxXXX_defs.h and be added to the cpu_mod array. by Mark Pizzolato · 12 years ago
  84. 0b1b5f1 scp.c - Added a 'set prompt "XXX"' command to change the prompt which is used while scp collects command input. by Mark Pizzolato · 12 years ago
  85. f1e3216 Added MicroVAX I network boot support by Mark Pizzolato · 12 years ago
  86. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 12 years ago
  87. 8b59f2a sim_tmxr.c - Fixed behavior when I/O errors happen on serial port connections. Now a message is displayed and the serial port is closed as opposed to the prior behavior where messages would be spewed incessantly with no benefit. by Mark Pizzolato · 12 years ago
  88. 22eda8f descrip.mms - Fixed VMS build of VAX610 by Mark Pizzolato · 12 years ago
  89. 7a09222 vax610_sysdev.c, vax750_cmi.c - Added missing register definition to store the cpu_boot_cmd during a SAVE/RESTORE. by Mark Pizzolato · 12 years ago
  90. b356a98 hp2100_ipl.c - Removed DEV_NET to allow restoration of listening ports by Mark Pizzolato · 12 years ago
  91. 1d0c0fc makefile - added OSX build support for VDE2 when the MacPorts vde2 package is installed by Mark Pizzolato · 12 years ago
  92. f2fdee9 makefile - Fixed reporting of GCC version when compiling with MinGW by Mark Pizzolato · 12 years ago
  93. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 12 years ago
  94. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 12 years ago
  95. ef147d2 HP2100 fixes to avoid potential namespace clashes with names defined in unistd.h. (Dave Bryan) by Mark Pizzolato · 12 years ago
  96. 99f042f scp.c - Fixed RESTORE command to detach all attached devices before actually restoring. The goal here is to make restore behavior consistent without regard to the current VM state prior to the restore. by Mark Pizzolato · 12 years ago
  97. 9411f3f Added missing comments for HP2100 multiplexer source modules (Dave Bryan) by Mark Pizzolato · 12 years ago
  98. 5cd9449 sim_defs.h fixed compile on VMS by Mark Pizzolato · 12 years ago
  99. 15e648f sim_tmxr.c Fixed console behaviors the console is directed to a serial port. by Mark Pizzolato · 12 years ago
  100. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago