- 501c5ac VisualStudioProjects: Cleaned up and made consistent project settings. by Mark Pizzolato · 10 years ago
- c317f68 VisualStudioProjects: Suppress warnings generated in remaining projects after conversion of projects to Visual Studio 2013. by Mark Pizzolato · 10 years ago
- ab7befb SCP: Fix SET TELNET command to process all arguments on a command line. by Mark Pizzolato · 10 years ago
- 8cb4262 VisualStudioProjects: Suppress Winsock deprecation warnings which is needed after conversion of projects to Visual Studio 2013. by Mark Pizzolato · 10 years ago
- 01c725f ETHER: Avoid compiling internal support routines for simulators which don't have ethernet devices by Mark Pizzolato · 10 years ago
- 7c1f909 PDQ-3: Compiler suggested warning cleanup (gcc & Visual C++) from Holger Veit by Mark Pizzolato · 10 years ago
- 5b288b0 PDP11, VAX: Enhance help SET RQn FORMAT description by Mark Pizzolato · 10 years ago
- a262852 Merge remote-tracking branch 'psco/master' by Mark Pizzolato · 10 years ago
- 9b02e16 ETHER: Remove support for statically linking libpcap on Linux and OS X platforms by Mark Pizzolato · 10 years ago
- 56236ac RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger) by Mark Pizzolato · 10 years ago
- 977712b AltairZ80: More debug information available when using IMD disks by Peter Schorn · 10 years ago
- 0b89e63 RTVAX1000: Make sure that rtvax1000 doesn't contain any parts of the VCB01 board which was never supported. by Mark Pizzolato · 10 years ago
- 7154ca1 WINDOWS_BUILD: Fixed race condition which can occur during a parallel build creating the .git-commit-id.h file by Mark Pizzolato · 10 years ago
- 9bfc87f Compiler suggest cleanup. by Mark Pizzolato · 10 years ago
- e2524e7 Beta Simulators (PDQ-3 and SAGE) from Holger Veit by Mark Pizzolato · 10 years ago
- 7087f1e Compiler suggested cleanup by Mark Pizzolato · 10 years ago
- 437f86f FIO: Removed sim_set_fsizeo since it is not currently used and it can't be compiled under MinGW by Mark Pizzolato · 10 years ago
- f355749 SCP: Provide a way to display an arbitrary buffer contents as hex in debug output by Mark Pizzolato · 10 years ago
- defe5f0 AltairZ80: Promote sim_imd.c to a top level simh library to be used as needed by various simulators by Mark Pizzolato · 10 years ago
- 60a0cf7 AltairZ80: Reworked the conditional compile time debug code to use the runtime sim_debug() APIs. by Mark Pizzolato · 10 years ago
- 1e0b83c SCP: Avoid building sim_video code when it isn't used by a simulator. by Mark Pizzolato · 10 years ago
- bc3582c SCP: Added sim_set_fsize and sim_set_fsizeo to sim_fio to support specific expanding or truncation of files. by Mark Pizzolato · 10 years ago
- b8dc8f0 SCP: Fix to have sim_printf expand newlines to CRLF when writing to stdout with the simulator running. Allow sim_debug to be called with a NULL device pointer and return producing no output. by Mark Pizzolato · 10 years ago
- 899b7a6 Improved DSK handling from Mike Douglas and bug fix in URLContens. by Peter Schorn · 10 years ago
- 8b19805 WINDOWS_BUILD: Added the ability to cleanly start generating windows builds from a new local platform. by Mark Pizzolato · 10 years ago
- 3e01bef VAX: Fix the PxBR and SBR validation tests to correctly reflect the 780 microcode patch 38 from Bob Supnik by Mark Pizzolato · 10 years ago
- d6456e5 VAX: Simplified idle detection which allows more operating systems to properly detect when they are idling. by Mark Pizzolato · 10 years ago
- 7c9e336 WINDOWS-BUILD: Fix to properly get/generate the .git-commit-id file on a newly cloned repo by Mark Pizzolato · 10 years ago
- 26cf388 VAX780: Added idle support for SysVR2 by Mark Pizzolato · 10 years ago
- 0dff107 VAX, PDP11: Fix VHD support to save the correct updated part of the Block Allocation Table (BAT) when new blocks are added to a VHD. by Mark Pizzolato · 10 years ago
- b2aaec0 Haiku has socklen_t by François Revol · 10 years ago
- 2b718be Work around missing nice() on Haiku by François Revol · 10 years ago
- 04ba4d8 MAKEFILE: Add support for building under Haiku by François Revol · 10 years ago
- bfcbabc VMSBUILD: Fix minor issue building the ssem simulator on VMS host platforms by Mark Pizzolato · 10 years ago
- 3b15398 WINDOWS-BUILD: Fix buildall to work on platforms which have multiple versions of Visual Studio installed by Mark Pizzolato · 10 years ago
- a01917e MAKEFILE: Fix gcc availability test for more/most platforms by Mark Pizzolato · 10 years ago
- 1458712 MAKEFILE: Added support to attempt to use the OS provided cc if gcc isn't available or otherwise specified by GCC= on the make command line. by Mark Pizzolato · 10 years ago
- 89ca7bd Fix to avoid excessive compiler optimization of MicroVAX II ROM access spinwait. Found by Cory Smelosky and Jordi Guillaumes Pons. by Mark Pizzolato · 10 years ago
- 04b3548 Compiler suggested cleanup by Mark Pizzolato · 10 years ago
- 3116ce5 VAX8600: Fix for console I/O from Johnny Billquist by Mark Pizzolato · 10 years ago
- cad8bf1 Compiler suggested cleanups - Johnny Billquist by Mark Pizzolato · 10 years ago
- 4c55f1a VAX: Make sure that Ultrix 1.X specific behaviors are only in effect with that OS by Mark Pizzolato · 10 years ago
- 6d64924 MicroVAX I: Fix to allow reboot when the initial boot didn't specify a boot device (i.e. a sniff boot) by Mark Pizzolato · 10 years ago
- 9a0d035 ETHER: Fix asynch reader thread rundown in error recovery path. by Mark Pizzolato · 10 years ago
- 4d817f1 VAX: Added support for the DEQNA device on Ultrix 1.x. Henry Bent observed that the deqna driver in this OS counted on older DEQNA firmware which automatically enabled interrupts after a software reset. by Mark Pizzolato · 10 years ago
- a0a7eb2 VAX: Allow potentially pending console output to be delivered prior to halting back to the sim> prompt by Mark Pizzolato · 10 years ago
- c1c5535 sigma: Fix shutdown/detach issue with tape devices. by Mark Pizzolato · 10 years ago
- b907790 ETHER: Fix to allow proper building and operation when networking support is undesired or unavailable. #143 by Mark Pizzolato · 10 years ago
- a0c978f AltairZ80: Improved Altair Minidisk support from Mike Douglas by Peter Schorn · 10 years ago
- f961a98 Documentation update from Bob Supnik by Mark Pizzolato · 10 years ago
- d26bf25 Compiler suggested cleanups by Mark Pizzolato · 10 years ago
- fc4fb73 Compiler indicated cleanup - Reported by Peter Schorn by Mark Pizzolato · 10 years ago
- c15c005 ETHER: Made LAN connections more robust under failing network conditions. by Mark Pizzolato · 10 years ago
- e9b312f PDP11, VAX: Added Ethernet packet transmission throttling support to XQ and XU devices. by Mark Pizzolato · 10 years ago
- 753e4dc PDP10, PDP11, VAX: Fix buffer leak while generating NAK messages by Mark Pizzolato · 10 years ago
- a6161c1 PDP10, PDP11, VAX: Fix out of order packet numbers after processing some NAK data. Also restart outgoing packet flow consistently if an output stall occurred. by Mark Pizzolato · 10 years ago
- 959ebe7 PDP10, PDP11, VAX: Fixed DMC/DMR DDCMP implementation to only send a single NAK when a data packet arrives out of order. by Mark Pizzolato · 10 years ago
- a8a0182 PDP10, PDP11, VAX: Fixed Sync Data corruption Troll to actually discard transmit packets which it thinks it wants to. by Mark Pizzolato · 10 years ago
- 779e243 PDP10, PDP11, VAX: Fix DMC/DMR DDCMP implementation to not crash due to buffer exhaustion while generating NAK packets for missing packets. by Mark Pizzolato · 10 years ago
- 963ff98 PDP10, PDP11, VAX780, VAX750, VAX730: Fixed DMC/DMR DDCMP implementation to be tolerant of packet corruption. by Mark Pizzolato · 10 years ago
- 06a63e5 PDP10, PDP11, VAX780, VAX750, VAX730: Fix DMC/DMR simulation to generate NAK messages with the correct reason for CRC errors. by Mark Pizzolato · 10 years ago
- d57e37a ETHER, PDP11, VAX: Added a built-in loopback agent which all ethernet devices can leverage to detect MAC address conflicts. by Mark Pizzolato · 10 years ago
- f8020a2 AltairZ80: Addressed Microsoft compiler generated warnings by Peter Schorn · 10 years ago
- 589aca1 AltairZ80: Added Motorola 68000 CPU support for CP/M-68K, support for Altair mini-disk format, added descriptions for all device registers by Peter Schorn · 11 years ago
- 709016c PDP10, PDP11, VAX: Revert effort to Avoid returning "Line Unit" test failed after DMC/DMR master clear if a line is not attached. To be addressed more thoroughly later. by Mark Pizzolato · 11 years ago
- 340e7eb PDP11, VAX780, VAX8600, VAX750, VAX730: Fix second DEUNA/DELUA device which would crash the simulator when detaching. Problem reported by Jordi Guillaumes Pons. by Mark Pizzolato · 11 years ago
- 27a8a14 VAX730: Fix 3MB memory setting. Found by Brad Parker. by Mark Pizzolato · 11 years ago
- cdd39d1 OSX build: Revise to fix prior change. by Mark Pizzolato · 11 years ago
- ef392b8 OSX build: Added more flexible toolchain support for more recent OS X and xCode versions. by Mark Pizzolato · 11 years ago
- 2c0cedc PDP11, VAX: Added ability to set the size of RAUSER devices to be n binary MB (1024*1024) with the -B switch. Added SHOW -B to display drive capacities in binary MB using the SHOW -B switch. by Mark Pizzolato · 11 years ago
- c0f9c2e PDP11, VAX: Better support for various positioning operations which different OS drivers use. Fix to properly record/tolerate skip n records reaching a tape mark. Fix to #139 by Mark Pizzolato · 11 years ago
- f4771af SCP: Fix SET VERIFY which didn't work while processing command procedures by Mark Pizzolato · 11 years ago
- fc2f367 TAPES: Make sure that all activities related to TPC formatted tapes are read only. by Mark Pizzolato · 11 years ago
- 4299ee9 PDP10, PDP11, VAX: Avoid returning "Line Unit" test failed after DMC/DMR master clear if a line is not attached. Let the attached state (if it needs to be determined) be reflected by sensing modem status bits. by Mark Pizzolato · 11 years ago
- ddaf276 PDP10, PDP11, VAX: Fix DMC/DMR master clear when no units are attached to properly be able to act on register writes. by Mark Pizzolato · 11 years ago
- f6eb4bc SCP: Fix buffered console implementation to correctly retain buffering attributes across independent SET CONSOLE commands by Mark Pizzolato · 11 years ago
- 746e5ab SCP: Fix reporting of console's buffering status. Fix parsing of MUX settings which were simply interpreted by matching a single token. Reported by Mark Bensen. by Mark Pizzolato · 11 years ago
- 0432b32 Merge git://github.com/simh/simh by Mark Emmer · 11 years ago
- f597da0 SDS: Refine Next command for subroutine branch by Mark Emmer · 11 years ago
- 798b82b Added debug support for the MHDSK device, support for the NEXT command and a warning if 8086 symbolic input is attempted. by Peter Schorn · 11 years ago
- 6f9f387 SDS: Add more complex (but optional) Next behavior by Mark Emmer · 11 years ago
- 3946eb7 VAX, PDP11, PDP10: Added a explanation of the capabilities and limitations of the NEXT command which is output the first time a NEXT command is entered. by Mark Pizzolato · 11 years ago
- e8114cf SCP: Fix errant display of NEXT warning on first STEP command. From Peter Schorn by Mark Pizzolato · 11 years ago
- 92e3acb SCP: Added the rest of the NEXT command repeat count support. by Mark Pizzolato · 11 years ago
- 3083933 PDP10: Added support for the NEXT command to step over subroutine calls. by Mark Pizzolato · 11 years ago
- e7a9349 PDP11: Added support for the NEXT command to step over subroutine calls. by Mark Pizzolato · 11 years ago
- 7fc8922 SCP: Added a repeat count for the NEXT command by Mark Pizzolato · 11 years ago
- f64b9d3 Merge git://github.com/simh/simh by Mark Emmer · 11 years ago
- 2df2f33 SDS: Add -f switch to Next command to force step-over mode by Mark Emmer · 11 years ago
- d0363c9 Merge pull request #132 from markemmer/master by Mark Pizzolato · 11 years ago
- c4438e1 SDS: Support simulator's new NEXT command to step over subroutine calls by Mark Emmer · 11 years ago
- 9eff533 PDP10: Fixed UBA reset logic to only reset the devices which are connected to the UBA being reset (reported by R. Voorhorst) by Mark Pizzolato · 11 years ago
- d3bdc26 VAX: Added support for the NEXT command to step over subroutine calls BSBB, BSBW, JSB, CALLS and CALLG by Mark Pizzolato · 11 years ago
- 8f3e643 SCP: Added the NEXT command. This command provides the ability for a simulator to step over subroutine calls. by Mark Pizzolato · 11 years ago
- ce332a1 PDP10: Initial code for 36bit DMA operations by Mark Pizzolato · 11 years ago
- 513214e PDP10: Added a generic UBA debug routine to log NXM events. Converted all internal NXM debug output to use this new routine. by Mark Pizzolato · 11 years ago
- 9b7c614 I1401: Fix to deal with instructions that are longer than 8 characters (from Van Snyder) by Mark Pizzolato · 11 years ago
- 5f5e931 PDP11, VAX, PDP10: Fixed setting of register value reflecting return buffer address - Problem reported by R. Voorhorst by Mark Pizzolato · 11 years ago
- a24d23e PDP10: Add missing updates from prior commit by Mark Pizzolato · 11 years ago
- 95c7312 PDP10: Added missing UBA DMA debug output of the trailing bytes when a partial word is referenced at the end of a DMA transfer. by Mark Pizzolato · 11 years ago