- 60ff3d5 doc: Add description of additional built-in environment variables by Mark Pizzolato · 7 years ago
- 9134b8e SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0] by Mark Pizzolato · 7 years ago
- 35bfe17 SCP: Allow QUIET mode to be set in a default simulator command file by Mark Pizzolato · 7 years ago
- b80402e SCP: Fix display of context command when reporting processing DQ in QUIET mode by Mark Pizzolato · 7 years ago
- 09f69f1 SCP: Fix command context reporting when errors occur in QUIET mode by Mark Pizzolato · 7 years ago
- 3d1f092 SCP: Provide command context for messages emitted during ATTACH and DETACH by Mark Pizzolato · 7 years ago
- 5b248cf SCP: Fix Coverity identified warning and migrate away from strncpy to strlcpy by Mark Pizzolato · 7 years ago
- 6d1e873 SCP: Allow HALTAFTER= to be specified for RUN/GO UNTIL commands by Mark Pizzolato · 7 years ago
- 932d16d SCP: Rework SEND and EXPECT commands to provide default and temporary arguments by Mark Pizzolato · 7 years ago
- 247bd8d SCP: Avoid potential double freeing of memory during RESTORE operations by Mark Pizzolato · 7 years ago
- 2435311 SCP: Add DEV_NOSAVE flag for throttle and console internal devices by Mark Pizzolato · 7 years ago
- bd0cad6 alpha: Fixed reversed definitions of FTOIS, FTOIT (Maurice Marks) by Bob Supnik · 7 years ago
- d074853 SCELBI: Updated documentation (Hans-Åke Lund) by Mark Pizzolato · 7 years ago
- c8a420a SCP: Change command argument processing of %% and \% to be consistent. by Mark Pizzolato · 7 years ago
- d02de51 SCELBI: Updated documentation and removed makefile dependency (Hans-Åke Lund) by Mark Pizzolato · 7 years ago
- 2574100 SCP: Fix EXPECT processing to avoid comparing against old data by Mark Pizzolato · 7 years ago
- 202e49c scelbi: New SCELBI (SCientic-ELectronics-BIology) Simulator from Hans-Åke Lund by Mark Pizzolato · 7 years ago
- 5ef84f7 PDQ-3: Fix Coverity identified problem with loading ROM file image (Holger Veit) by Mark Pizzolato · 7 years ago
- 415b2ef SCP: Fix register examine broken by prior Coverity fix. by Mark Pizzolato · 7 years ago
- f94c8b2 S2: Fix Coverity identified potential buffer overflow by Mark Pizzolato · 7 years ago
- ce5d7de IBM1130: Make timer logic consistent with comments describing expected action by Mark Pizzolato · 7 years ago
- 0559308 IBM1130: Fix Coverity identified PTR positioning bookkeeping by Mark Pizzolato · 7 years ago
- 5d1f5c3 IBM1130: Address Coverity identified issues in CR device by Mark Pizzolato · 7 years ago
- 8f9c763 makefile: Make sure to gather git commit-id whenever possible by Mark Pizzolato · 7 years ago
- 4b16e43 SCP: Removing Coverity Array vs Singleton warnings by Mark Pizzolato · 7 years ago
- 7dc585d HP3000: HP 3000 release 6 by Mark Pizzolato · 7 years ago
- 68edc24 TX-0: Coverity singleton errors by Mark Pizzolato · 7 years ago
- 5b5e0f9 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors by Bob Supnik · 7 years ago
- e9d5e2e SCP: Leverage stdint.h for environments where it is available by Mark Pizzolato · 7 years ago
- a6552b8 HP2100: HP 2100 release 27 by Mark Pizzolato · 7 years ago
- 964195d SCP: Fix potential infinite recursion for internal ctype routines by Mark Pizzolato · 7 years ago
- 727cd8e SCP: Fix potential conflics with library provided ctype routines by Mark Pizzolato · 7 years ago
- 7af33b9 SCP: Fix internal ctype routines make consistent with standard routines. by Mark Pizzolato · 7 years ago
- 0579ef7 SCP: Allow EXPECT HALTAFTER=n without an expect string to behave as documented by Mark Pizzolato · 7 years ago
- 769efb1 VAX: Add -8 -16 switch support for EXAMINE commands by Mark Pizzolato · 7 years ago
- 23f4c90 SCP: Generalized numeric switch processing by Mark Pizzolato · 7 years ago
- 81425a5 PDP1: Remove macro1.c. A later version is in the simtools repo by Mark Pizzolato · 7 years ago
- ea898b2 SCP: Add SET <dev> BINARY as an alternate radix option for all devices by Mark Pizzolato · 7 years ago
- 6a2a3de SCP: Actually fixed Coverity issue (Dave Bryan) by Mark Pizzolato · 7 years ago
- ebf9489 SCP: Fixed Coverity issue for sim_debug arguments by Mark Pizzolato · 7 years ago
- 00f37f2 I1401: Fix compiler warning by Mark Pizzolato · 7 years ago
- 93c1ccd VAX730, VAX750, VAX8600: Fix declaration and usage of icr_rd() routine by Mark Pizzolato · 7 years ago
- 245818d SCP: Added extended radix options (-2, -8, -10 and -16) for EXAMINE and DEPOSIT by Mark Pizzolato · 7 years ago
- 8fcddf9 DOC: Describe warning added to the RUN command vs GO or CONTINUE (Dave Bryan) by Mark Pizzolato · 7 years ago
- e106d05 SCP: Add support to dynamically load libreadline7 by Mark Pizzolato · 7 years ago
- ba44739 SCP: Cleanup compiler warnings (Dave Bryan) by Mark Pizzolato · 7 years ago
- b2b18de TIMER: Use standard calibration techniques while throttling by Mark Pizzolato · 7 years ago
- 9f7519b VAX: Added detail to interval timer debug output by Mark Pizzolato · 7 years ago
- a02e9c1 TIMER: Assure that long duration co-scheduled events are properly dispatched by Mark Pizzolato · 7 years ago
- d6316cb TIMER: Add SET CLOCK STOP=nnn to stop execution after nnn instructions by Mark Pizzolato · 7 years ago
- e39965a SCP: Add support for unsigned int parsing (t_value) without a range limit by Mark Pizzolato · 7 years ago
- b15f753 SCP: Add support for operation when stdin isn't a tty by Mark Pizzolato · 7 years ago
- 7ed68ae PDP1: Add libSDL note in Spacewar! README by Sean McIntyre · 7 years ago
- 9c93009 SCP: Add insertion symbol UTIME for Unix time (seconds since 1/1/1970) by Mark Pizzolato · 7 years ago
- c8ab527 SCP: Add event debugging support for CPU device by Mark Pizzolato · 7 years ago
- 1ad8752 SCP: Added HELP DO VARIABLE_INSERTION by Mark Pizzolato · 7 years ago
- 2f64d2b doc: Add suggestion to simh.doc regarding one time device init in reset routine by Mark Pizzolato · 7 years ago
- b6f549e SCP: Properly name registers when name might be a macro name by Mark Pizzolato · 7 years ago
- f404343 SCP: Make sure that SIMH version information is always available by Mark Pizzolato · 7 years ago
- a93078c I1620: Add register and modifier descriptions to CDR, LPT and DP devices by Mark Pizzolato · 7 years ago
- 588c22d I1620: Avoid use of 4.X APIs when building with simh 3.X by Mark Pizzolato · 7 years ago
- 7e380e2 I1620: Fix SET CPU CPS to correctly change all unit DEFIO_CPS values by Mark Pizzolato · 7 years ago
- 33d37b4 I1620: Add TTY device modifier descriptions by Mark Pizzolato · 7 years ago
- 99798ec I1620: Fix PTP CPS and add register descriptions by Mark Pizzolato · 7 years ago
- 5d50bfd I1620: Add optional CPS polling to TTY input activities by Mark Pizzolato · 7 years ago
- 8560c4a I1620: Fix wording in descriptive comment by Mark Pizzolato · 7 years ago
- 0c4bf36 I620: Provide optional rate limited I/O for TTY, PTR & ptp by Mark Pizzolato · 7 years ago
- cb47ea3 doc: Add description of optional PC value API used in debug output by Mark Pizzolato · 7 years ago
- a50403c doc: Added description of optional Stop Message Formatting API (Dave Bryan) by Mark Pizzolato · 7 years ago
- 605ede8 I1620: Provide consistent rate limited I/O for TTY, PTR & PTP by Mark Pizzolato · 7 years ago
- 17cc00f TIMER: Fix threshold for short vs long interval delay scheduling by Mark Pizzolato · 7 years ago
- d9e7afc SCP: Fix Coverity flagged issues by Mark Pizzolato · 7 years ago
- 13dbe1e I1620: CDR error messages consistent between 3.X and 4.X by Mark Pizzolato · 7 years ago
- 2e0110f I1620: Fix text of I/O Error in CDP device by Mark Pizzolato · 7 years ago
- 9accb79 TIMER: Properly calibrate clocks while throttling by Mark Pizzolato · 7 years ago
- 7e32130 I1620: Fixed typo in PTP unit (Dave Wise) by Bob Supnik · 7 years ago
- f1a6d53 doc: Initial import of IBM1130 document by Mark Pizzolato · 7 years ago
- c470d1e SCP: Allow the presence of DEVICE DEBTAB array to imply the DEV_DEBUG flag by Mark Pizzolato · 7 years ago
- 921c012 Visual Studio Projects: Correct windows-build dependencies for PDP11 simulator by Mark Pizzolato · 7 years ago
- 6fcd701 imds-225, isys80xx, ibmpc, ibmpcxt: Address Coverity identified problems by Bill Beech · 7 years ago
- 625d1b3 swtp6800: Solve Coverity identified issues by Bill Beech · 7 years ago
- c389573 SCP: Avoid output to log during DEPOSIT command by Mark Pizzolato · 7 years ago
- e058b01 ETHER: Allow clean build with USE_NETWORK and not USE_READER_THREAD by Mark Pizzolato · 7 years ago
- 3b67a86 PDP11, All VAX: Change ERROR in CR device translation tables to avoid conflicts by Bob Supnik · 7 years ago
- d452c27 I1620: Properly range check character value before using as index (Coverity) by Mark Pizzolato · 7 years ago
- fed2f12 I1620: Assure consistency of 1DIG/2DIG setting by Mark Pizzolato · 7 years ago
- 8baac06 TAPE: Fix potential race (Coverity) by Mark Pizzolato · 7 years ago
- fae6a18 TAPE: Update tape gap support (Dave Bryan) by Mark Pizzolato · 7 years ago
- 5499373 TIMER: Properly queue all clocks when returning from sim_instr() by Mark Pizzolato · 7 years ago
- 197bca5 IBM1130: Add necessary parenthesis to conditional expression (Coverity) by Mark Pizzolato · 7 years ago
- a750171 I1620: Add deferred IO mode for slow devices by Bob Supnik · 7 years ago
- df627b0 SCP: Cleanup output produced by SHOW CONSOLE command by Mark Pizzolato · 7 years ago
- 4053a6f alpha: Fixed reversed definitions in opcode 12 (shifts) by Bob Supnik · 7 years ago
- 86b8a7d IBM1130: Avoid focus change to the command window when using a telnet console by Mark Pizzolato · 7 years ago
- 930e497 IBM1130: Properly sync GUI info at startup by Mark Pizzolato · 8 years ago
- 99e833f IBM1130: GUI support for alternate disk booting (James Fehlinger) by Mark Pizzolato · 8 years ago
- 85deff8 IBM1130: Set PLOT device disabled when plot support isn't available by Mark Pizzolato · 8 years ago
- 089740a IBM1130: Fix GUI POWER and RESET buttons to properly synch with main thread by Mark Pizzolato · 8 years ago
- e086f5e I1620: Update doc to reflect recent changes by Bob Supnik · 8 years ago
- 83d414d IBM1130: Fix missing x64 GUI declaration by Mark Pizzolato · 8 years ago