- 3ce1ef2 Added an optional description field to register definitions and macros which can be used to populate it by Mark Pizzolato · 12 years ago
- 8720c8c Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model by Mark Pizzolato · 12 years ago
- 5f44b2e Add support to listen on IPv4 and IPv6 sockets when compiling on XP but running on later (IPv6 capable) Windows environments by Mark Pizzolato · 12 years ago
- 1213f09 Fixed Buffered Console behavior which ended up flushing buffer contents once a second and clearing the buffer. We were also incorrectly flushing buffer contents when a connection dropped. by Mark Pizzolato · 12 years ago
- 6a08c3c Fixed missed change from sim_is_active to sim_activate_time. by Mark Pizzolato · 12 years ago
- 744f65a Fleshed out the tmxr help and set the HP2100 to use the mux help by default by Mark Pizzolato · 12 years ago
- fae991d More compiler identified cleanups by Mark Pizzolato · 12 years ago
- 448d9e5 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues by Mark Pizzolato · 12 years ago
- 7f57ce2 Added help context to pdp11_dz and pdp11_vh by Mark Pizzolato · 12 years ago
- b37b866 Revised document by Mark Pizzolato · 12 years ago
- dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
- bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
- 629de4d Build identified cleanups by Mark Pizzolato · 12 years ago
- 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
- 960866a Added missing generic help ethernet attach info by Mark Pizzolato · 12 years ago
- c61e14f Avoid 8 bit characters in help output by Mark Pizzolato · 12 years ago
- d8340ab Documentation cleanup by Mark Pizzolato · 12 years ago
- 51459eb Added ethernet help and cleaned up generic help output by Mark Pizzolato · 12 years ago
- 4f4cbd4 Avoid asynch thread thrashing on disk and tape detach and enhance the disk and tape help by Mark Pizzolato · 12 years ago
- 411b596 Fixed auto configure to ONLY configure Qbus and/or Unibus devices by Mark Pizzolato · 12 years ago
- b28b01c Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download by Mark Pizzolato · 12 years ago
- 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
- 7e1840e Fixed bugs in disk and tape operations when running without asynch disabled - bugs reported by Jordi Guillaumes i Pons by Mark Pizzolato · 12 years ago
- df4cc94 Changed the tmxr_attach parsing code to allow more natural specification for the configuration of different information for multiple lines as per Dave Bryan's suggestion. by Mark Pizzolato · 12 years ago
- f51a702 Fixed sim_parse_addr to actually use the default_host parameter if a host component wasn't provided in the input by Mark Pizzolato · 12 years ago
- b78c91b Fixed error paths during attach/detach and fixed a per line listen detach bug by Mark Pizzolato · 12 years ago
- 722524c Fixed BuildAll.cmd to work when invoked from a git bash shell by Mark Pizzolato · 12 years ago
- 6a5278e Removed the pdp11_dmc from the PDP10 simulator since that combination of hardware was never a legitimate one. by Mark Pizzolato · 12 years ago
- 8395db0 Fixed the auto configure IO page base address by Mark Pizzolato · 12 years ago
- 0c436c1 Updated pdp11_dmc.c from Rob Jarratt by Mark Pizzolato · 12 years ago
- 375a021 Retained the prior SET CONSOLE DEBUG={stdout|log} behavior which deprecated and replaced by SET DEBUG={stdout|log}. Reported by Rob Jarratt by Mark Pizzolato · 12 years ago
- d12a445 Added procedure to build all windows release binaries, package them as a zip and publish the zip in a github.com/simh/Win32-Development-Binaries by Mark Pizzolato · 12 years ago
- 2123c91 Updating references to the location of the windows-build.zip support components by Mark Pizzolato · 12 years ago
- 2fea6a6 Updating documentation by Mark Pizzolato · 12 years ago
- 75be628 Bringing the simh FAQ up to date. by Mark Pizzolato · 12 years ago
- faa794e Documenting revised DEVICE structure by Mark Pizzolato · 12 years ago
- 674e56b Fixed compile issues on some Linux platforms by Mark Pizzolato · 12 years ago
- 9356b0c Changed Linux serial port enumeration to leverage kernel provided device information in /sys/class/tty by Mark Pizzolato · 12 years ago
- 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
- 35e6648 Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available by Mark Pizzolato · 12 years ago
- 7c9cebf Added a 1536K PDP11 memory size option by Mark Pizzolato · 12 years ago
- 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
- 5859df3 Added sim_disk (and sim_tape) to all Visual Studio Projects since the help function is referenced by scp by Mark Pizzolato · 12 years ago
- b1d306c Fixed devices missed in Auto Configuration for PDP11 simulator. CLK issue initially reported by Matt Burke by Mark Pizzolato · 12 years ago
- 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 12 years ago
- ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
- bdcfe99 Auto configure documentation and updates for PDP10 system by Mark Pizzolato · 12 years ago
- 53c537b Cleanup the mux attach string for single line multiplexers by Mark Pizzolato · 12 years ago
- 9d2811d Updated HP2100 modules from Dave Bryan by Mark Pizzolato · 12 years ago
- 122ca9b Fix potential attach order bug when attaching a serial port to a single line mux found by Dave Bryan by Mark Pizzolato · 12 years ago
- 30c70f6 Updated pdp11_dmc with support for SAVE/RESTORE from Rob Jarratt by Mark Pizzolato · 12 years ago
- 896fd92 Fixed to only pass a SIM_GIT_COMMIT_ID to a build when the commit id is available by Mark Pizzolato · 12 years ago
- 95f4a07 Avoid attempting to auto configure NEXUS devices by Mark Pizzolato · 12 years ago
- 2471f3f Convert PDP10 unibus devices to auto configure by Mark Pizzolato · 12 years ago
- b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
- 0a0b8db Fix DZ when lines is greater than 32. by Mark Pizzolato · 12 years ago
- b25ca80 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 48ba877 Added VAX 11/785 model variation to the VAX 11/780 simulator based on VAX 8600/8650 model variants and some information from Matt Burke's VAX 11/785 page at 9track.net by Mark Pizzolato · 12 years ago
- 07cc10d Cleanup by Mark Pizzolato · 12 years ago
- 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 12 years ago
- fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 12 years ago
- 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 12 years ago
- c5e41ad Addition of VAX 8600 to Visual Studio Solution file by Mark Pizzolato · 12 years ago
- 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 12 years ago
- ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
- 33a2ec9 Fixed missing ipad setup for outgoing connections by Mark Pizzolato · 12 years ago
- af93ca9 Added /dev/ttyAMAn devices as possible serial port lines on *nix systems. by Mark Pizzolato · 12 years ago
- 59871d9 Removed the DEV_NET flag from pdp11_dmc by Mark Pizzolato · 12 years ago
- 9333e1f Update of pdp11_dmc by Mark Pizzolato · 12 years ago
- 34e0523 Set version to 4.0-0 Beta by Mark Pizzolato · 12 years ago
- ab6808d Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 12 years ago
- 8d2fabb Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21 by Mark Pizzolato · 12 years ago
- d815c22 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation by Mark Pizzolato · 12 years ago
- 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 30ae79e pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator by Mark Pizzolato · 12 years ago
- 6862041 Properly shutdown prior connecting socket when establishing a new one by Mark Pizzolato · 12 years ago
- 2a89d9b Behave more consistently and only tear down prior listening sockets if a replacement will actually work. by Mark Pizzolato · 12 years ago
- afd09ee Made parsing of MUX attach arguments more robust and tolerant of inconsistent sequences of arguments. by Mark Pizzolato · 12 years ago
- 11cc564 Fix proper cleanup when a mux telnet session terminates. by Mark Pizzolato · 12 years ago
- ca37549 Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there. by Mark Pizzolato · 12 years ago
- d291a6e Fix compiler identified array bounds issues by Mark Pizzolato · 12 years ago
- d940752 Updated HP2100 from Dave Bryan by Mark Pizzolato · 12 years ago
- ca49c8c Fix for bug in help command when asking for help for command aliases. Reported by Darrell Pittman by Mark Pizzolato · 12 years ago
- f713a69 Fix commit id display under MinGW compile by Mark Pizzolato · 12 years ago
- f8e68b7 Adding initial support to display the git commit id in the simulator code. by Mark Pizzolato · 12 years ago
- 56ff702 Adding git .git-commit-id file and attempting change to hooks to generate it. by Mark Pizzolato · 12 years ago
- 01eb951 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 7bed091 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. by Mark Pizzolato · 12 years ago
- 9e421ad Cleanup compiler warning messages when building with MinGW by Mark Pizzolato · 12 years ago
- b9ebd93 Fixed build with MinGW when invoked with the build_mingw_ether.bat file. by Mark Pizzolato · 12 years ago
- eb7e3b8 Fixed compiler issue when compiling with MinGW. by Mark Pizzolato · 12 years ago
- 9afeef6 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 by Mark Pizzolato · 12 years ago
- 133b1b2 Revised comments by Mark Pizzolato · 12 years ago
- 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
- 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
- 3b5870c Fix the occasional pause which may happen when the console is connected to a serial port at a slow port speed and large bursts of output cause buffers to fill up. by Mark Pizzolato · 12 years ago
- 20ed6df Made the SET ENV command be SET ENVIRONMENT which will match both but be consistent with using commands which work as long as they are unambiguous. by Mark Pizzolato · 12 years ago
- 1370ad6 Fixed console serial port connection checking by Mark Pizzolato · 12 years ago
- 37b73c4 Fixed bug in DZ SET LINE= implementation by Mark Pizzolato · 12 years ago