- beeb5ae Cleaned up the formatting of SHOW MULTIPLEXER output based on input from Dave Bryan by Mark Pizzolato · 12 years ago
- 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
- d955c38 Fixed compiler warnings and errors when compiling with MinGW by Mark Pizzolato · 12 years ago
- 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
- 60a0881 Fixes after Dave Bryan's testing. by Mark Pizzolato · 12 years ago
- 0450a9b Compiler suggested cleanup by Mark Pizzolato · 12 years ago
- c046a29 Fix reference to sim_deb by Mark Pizzolato · 12 years ago
- 4b163b9 Cleaned up compiler warnings by Mark Pizzolato · 12 years ago
- 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
- c71e0c3 Compiler warning cleanup by Mark Pizzolato · 12 years ago
- 59afee3 Serial Multiplexer cleanup after review by Dave Bryan by Mark Pizzolato · 12 years ago
- b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
- 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
- 822fedf Fixed polling to start on receiving a master clear and stop on Detach (Rob Jarratt) by Mark Pizzolato · 12 years ago
- 2f3782a Update fixing dangling connections after detach and trying to adjust some polling behaviors (from Rob Jarratt) by Mark Pizzolato · 12 years ago
- 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
- 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
- e91ee50 Updated VAX and VAX780 documentation to include DMC11 by Mark Pizzolato · 12 years ago
- 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
- c6c6648 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
- 223e3e0 sim_disk.c - Added a VHD merge option when attaching a vhd differencing disk by Mark Pizzolato · 12 years ago
- a74c2d2 sim_disk.c - Optimized read operations from unallocated VHD blocks by Mark Pizzolato · 12 years ago
- ed463a9 sim_disk.c - Fixed differencing disk expansion and end of drive access bugs by Mark Pizzolato · 12 years ago
- e7032c6 Fixed regression recently introduced in string compare macro MATCH_CMD by Mark Pizzolato · 12 years ago
- 3eb373a makefile fix to build VAX simulator with new pdp11_dmc device by Mark Pizzolato · 12 years ago
- fbb74de TMXR fixes to support Virtual Null Modem Connections by Mark Pizzolato · 12 years ago
- 0570790 Fixed autogen table for DMC11 and DMP11 devices. by Mark Pizzolato · 12 years ago
- ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 12 years ago
- 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
- 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
- d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
- 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
- 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
- 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
- b356a98 hp2100_ipl.c - Removed DEV_NET to allow restoration of listening ports by Mark Pizzolato · 12 years ago
- ef147d2 HP2100 fixes to avoid potential namespace clashes with names defined in unistd.h. (Dave Bryan) by Mark Pizzolato · 12 years ago
- 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
- 9411f3f Added missing comments for HP2100 multiplexer source modules (Dave Bryan) by Mark Pizzolato · 12 years ago
- 5cd9449 sim_defs.h fixed compile on VMS by Mark Pizzolato · 12 years ago
- 15e648f sim_tmxr.c Fixed console behaviors the console is directed to a serial port. by Mark Pizzolato · 12 years ago
- 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
- c2f03a7 scp.c - Finished merge from master branch - addition of SET DEFAULT and SHOW DEFAULT command. by Mark Pizzolato · 12 years ago
- 388e13e sim_serial.c Fixed VMS serial code after testing. by Mark Pizzolato · 12 years ago
- 3311f4d sim_serial.c Added initial serial support for VMS hosts by Mark Pizzolato · 12 years ago
- 9421d3c Added missing documentation files from Bob Supnik. by Mark Pizzolato · 12 years ago
- 757969e Fixed bugs found during testing by Mark Benson by Mark Pizzolato · 12 years ago
- 0a46da5 Changed pdp11_dz to leverage the tmxr library's pass thru modem control capabilities. by Mark Pizzolato · 12 years ago
- 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
- 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
- 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
- 0453a87 Revised pdp11_dmc device to leverage the update sim_sock interfaces by Mark Pizzolato · 12 years ago
- 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
- 6692832 Initial import of pdp11_dmc.c and .h from Rob Jarratt by Mark Pizzolato · 12 years ago
- be1e132 Merge pull request #11 from andreax79/master by Mark Pizzolato · 12 years ago
- 405c70b set default/show default commands fix by Andrea Bonomi · 12 years ago
- a1a6a8a show_default fix by Andrea Bonomi · 12 years ago
- 715bc12 show default & set default command added by Andrea Bonomi · 12 years ago
- 0f2ed31 Fix UDATA macro to reflect prior changes in the unit data structure. This fixes any reference to the macro which may supply an initial wait time to the unit structure after using the UDATA macro. by Mark Pizzolato · 12 years ago
- 66edd72 Merge branch 'nj7p/swtp6800-v2.1' by Mark Pizzolato · 12 years ago
- 908ad13 Corrected copyright dates on all files by Bill Beech · 12 years ago
- fc3c181 Fixed nested sim_defs.h problem by Bill Beech · 12 years ago
- 5fcd6a7 Updated several file to remove "egregious" errors by Bill Beech · 12 years ago
- ffa52ab Changed the display of the contents of the error message buffer to only do so if no devices were returned at all by Mark Pizzolato · 12 years ago
- f66175b Added support to avoid the mkdir BIN race condition in parallel make by Mark Pizzolato · 12 years ago
- 938450b Added display of warning produced by pcap_findalldevs() where a warning message is provided when no devices are available (OSX). - Sergey Oboguev by Mark Pizzolato · 12 years ago
- fd1cd46 Added UNIT_IDLE to timer threads for RQ B, C and D controllers. - Sergey Oboguev by Mark Pizzolato · 12 years ago
- 2a9ac8a VHD Performance enhancementsDaa: by Mark Pizzolato · 12 years ago
- e0d8de9 Replaced SWTBUG.BIN, fixed error in common/mp-s.c, and removed debugging by Bill Beech · 12 years ago
- 567a304 Changes to replace the SWTP V1 code with the V2 code by Bill Beech · 12 years ago
- 321b05c Fixed pragmas to work for various gcc and clang versions by Mark Pizzolato · 13 years ago
- 5d081f8 Revised HP2100 from Dave Bryan with his fixes to cleanup compiling under the LLVM clang compiler by Mark Pizzolato · 13 years ago
- b816a42 BuildROMs enhancements. by Mark Pizzolato · 13 years ago
- 22b0e56 Updating revision to reflect v4.0 development activity by Mark Pizzolato · 13 years ago
- ac74904 Revised location of github repository to be simh/simh by Mark Pizzolato · 13 years ago
- 9938567 Removed references to nonexistent include file by Mark Pizzolato · 13 years ago
- 54ad020 Fixed potential memory leaks on error paths in scp.c/sim_rest (Peter Schorn) by Mark Pizzolato · 13 years ago
- 928b4a0 Fixed incorrect cleanup when closing tape with asynch I/O enabled by Mark Pizzolato · 13 years ago
- ff4f1d3 Fix error message reporting when command not found. by Mark Pizzolato · 13 years ago
- e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 13 years ago
- e3bdb12 Simplified conditions when a do command file error message is printed by Mark Pizzolato · 13 years ago
- ee235a6 Fixed conditions when error messages are displayed while processing do commands by Mark Pizzolato · 13 years ago
- 7830a32 Added a -O switch to the programs arguments which will enable global ON inheritance. by Mark Pizzolato · 13 years ago
- d4e1cac Added makefile support to use the LLVM (clang) compiler on OSX and other platforms where it may be available (Linux, *BSD, etc.) by Mark Pizzolato · 13 years ago
- 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 13 years ago
- 3775c17 Fixed asynch disk/tape I/O reset behaviors to reliably synchronize with the I/O thread's startup by Mark Pizzolato · 13 years ago
- c4659a0 Fixed issue where asynchronous I/O wouldn't be reliable after a device reset. by Mark Pizzolato · 13 years ago
- 784f054 Fixed for Compiler indicated bugs by Mark Pizzolato · 13 years ago
- 7800964 Cleaned up compiler noticed issues by Mark Pizzolato · 13 years ago
- c7f778c Cleaned up makefile to support OSX builds with the clang compiler by Mark Pizzolato · 13 years ago
- ce716f9 Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev by Mark Pizzolato · 13 years ago
- 57008bb Cleaned up nested comments by Mark Pizzolato · 13 years ago
- 19bf1cd Cleanup compiler warning about printf arguments by Mark Pizzolato · 13 years ago
- f77a38c Cleaned up a few compile complaints by Mark Pizzolato · 13 years ago
- 8989b11 Fixed declaration of unused parameter to quiet a gcc warning by Mark Pizzolato · 13 years ago
- da820d7 Fixed include file ordering to assure that sockets are defined for tmxr's use by Mark Pizzolato · 13 years ago
- c77bdb2 Added scp SHOW SERIAL command by Mark Pizzolato · 13 years ago
- 7929c11 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
- 8317211 Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices by Mark Pizzolato · 13 years ago
- 31df5e8 Added a mechanism for commands to optionally handle their message printing via a separate dispatch in the command table. This is currently used by run_cmd to handle unsuppressed status returns. by Mark Pizzolato · 13 years ago
- 72be72c Updated simh faq and doc files by Mark Pizzolato · 13 years ago