1
0
mirror of https://github.com/simh/simh.git synced 2026-05-27 04:57:29 +00:00

Commit Graph

  • 8551a2d477 FRONTPANEL: sim_frontpanel API version 6 release Mark Pizzolato 2017-11-09 23:02:39 -08:00
  • 733ac0d982 SCP: Make SLEEP command interruptable with SIGINT Mark Pizzolato 2017-11-07 13:34:53 -08:00
  • e2944eb6e0 README: Add new SLEEP command description Mark Pizzolato 2017-11-07 13:09:44 -08:00
  • 6e4d315c77 TMXR: Detach serial ports which are explicitly disconnected by a user command Mark Pizzolato 2017-11-07 13:08:52 -08:00
  • d505cb1d96 FRONTPANEL: Silence Coverity warnings in test program Mark Pizzolato 2017-11-07 10:54:16 -08:00
  • e73d45ebcc FRONTPANEL: sim_frontpanel API version 5 release Mark Pizzolato 2017-11-04 10:28:00 -07:00
  • 097172f8a3 doc: Add missing commands descriptions Mark Pizzolato 2017-11-03 09:36:11 -07:00
  • 4ca544f60a SCP: Add SLEEP command Mark Pizzolato 2017-11-03 08:51:19 -07:00
  • 1a86dfa0dd TMXR: Fix to allow serial port to operate after attach with -V Mark Pizzolato 2017-11-01 17:52:44 -07:00
  • daf8382cf2 TMXR: Properly announce attach connection on serial lines when -V option is set Mark Pizzolato 2017-10-30 18:24:19 -07:00
  • cb21246f6e SERIAL, MUX: General fix for Windows Platform physical serial port output Mark Pizzolato 2017-10-28 09:28:39 -07:00
  • d73b626719 SCP: Expose read_line_p for potential use by library support routines Mark Pizzolato 2017-10-25 08:16:02 -07:00
  • 60ff3d53d9 doc: Add description of additional built-in environment variables Mark Pizzolato 2017-10-24 16:20:46 -07:00
  • 9134b8e5d3 SCP: Add SIM_BIN_PATH environment variable as the simulator's argv[0] Mark Pizzolato 2017-10-24 12:21:52 -07:00
  • 35bfe17f75 SCP: Allow QUIET mode to be set in a default simulator command file Mark Pizzolato 2017-10-23 16:24:26 -07:00
  • b80402e59c SCP: Fix display of context command when reporting processing DQ in QUIET mode Mark Pizzolato 2017-10-23 14:14:00 -07:00
  • 09f69f13b5 SCP: Fix command context reporting when errors occur in QUIET mode Mark Pizzolato 2017-10-22 18:44:14 -07:00
  • 3d1f092573 SCP: Provide command context for messages emitted during ATTACH and DETACH Mark Pizzolato 2017-10-22 08:33:21 -07:00
  • 5b248cf7f4 SCP: Fix Coverity identified warning and migrate away from strncpy to strlcpy Mark Pizzolato 2017-10-19 20:04:08 -07:00
  • 6d1e873087 SCP: Allow HALTAFTER= to be specified for RUN/GO UNTIL commands Mark Pizzolato 2017-10-19 12:30:24 -07:00
  • 932d16da53 SCP: Rework SEND and EXPECT commands to provide default and temporary arguments Mark Pizzolato 2017-10-16 13:10:10 -07:00
  • 247bd8d534 SCP: Avoid potential double freeing of memory during RESTORE operations Mark Pizzolato 2017-10-10 17:36:36 -07:00
  • 2435311072 SCP: Add DEV_NOSAVE flag for throttle and console internal devices Mark Pizzolato 2017-10-08 10:10:03 -07:00
  • bd0cad685c alpha: Fixed reversed definitions of FTOIS, FTOIT (Maurice Marks) Bob Supnik 2017-10-05 18:55:00 -07:00
  • b55914b15e alpha: Fixed reversed definitions of FTOIS, FTOIT (Maurice Marks) Bob Supnik 2017-10-05 18:53:57 -07:00
  • d074853138 SCELBI: Updated documentation (Hans-Åke Lund) Mark Pizzolato 2017-09-22 10:00:41 -07:00
  • c8a420ad48 SCP: Change command argument processing of %% and \% to be consistent. Mark Pizzolato 2017-09-16 17:05:26 -07:00
  • d02de5156f SCELBI: Updated documentation and removed makefile dependency (Hans-Åke Lund) Mark Pizzolato 2017-09-14 09:52:38 -07:00
  • 2574100ec5 SCP: Fix EXPECT processing to avoid comparing against old data Mark Pizzolato 2017-09-13 17:02:16 -07:00
  • 202e49cfdf scelbi: New SCELBI (SCientic-ELectronics-BIology) Simulator from Hans-Åke Lund Mark Pizzolato 2017-09-13 05:59:25 -07:00
  • 5ef84f7da2 PDQ-3: Fix Coverity identified problem with loading ROM file image (Holger Veit) Mark Pizzolato 2017-09-12 11:09:09 -07:00
  • 415b2ef1bc SCP: Fix register examine broken by prior Coverity fix. Mark Pizzolato 2017-09-12 10:59:55 -07:00
  • f94c8b259a S2: Fix Coverity identified potential buffer overflow Mark Pizzolato 2017-09-11 15:46:56 -07:00
  • ce5d7de683 IBM1130: Make timer logic consistent with comments describing expected action Mark Pizzolato 2017-09-11 15:46:26 -07:00
  • 0559308ee4 IBM1130: Fix Coverity identified PTR positioning bookkeeping Mark Pizzolato 2017-09-11 15:44:23 -07:00
  • 5d1f5c33fc IBM1130: Address Coverity identified issues in CR device Mark Pizzolato 2017-09-11 15:43:26 -07:00
  • 8f9c763f67 makefile: Make sure to gather git commit-id whenever possible Mark Pizzolato 2017-09-11 14:54:48 -07:00
  • 4b16e43e3e SCP: Removing Coverity Array vs Singleton warnings Mark Pizzolato 2017-09-09 14:00:08 -07:00
  • 7dc585d479 HP3000: HP 3000 release 6 Mark Pizzolato 2017-09-09 13:56:50 -07:00
  • 68edc24b66 TX-0: Coverity singleton errors Mark Pizzolato 2017-09-08 05:47:36 -07:00
  • 5b5e0f9c35 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors Bob Supnik 2017-09-07 09:59:04 -07:00
  • 3f8533d957 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors Bob Supnik 2017-09-07 09:52:00 -07:00
  • e9d5e2e3c9 SCP: Leverage stdint.h for environments where it is available Mark Pizzolato 2017-09-07 09:12:06 -07:00
  • a6552b823d HP2100: HP 2100 release 27 Mark Pizzolato 2017-09-06 22:16:14 -07:00
  • 964195dd78 SCP: Fix potential infinite recursion for internal ctype routines Mark Pizzolato 2017-09-04 18:04:57 -07:00
  • 727cd8e217 SCP: Fix potential conflics with library provided ctype routines Mark Pizzolato 2017-09-03 18:23:58 -07:00
  • 7af33b90b6 SCP: Fix internal ctype routines make consistent with standard routines. Mark Pizzolato 2017-09-03 16:46:34 -07:00
  • 0579ef7d51 SCP: Allow EXPECT HALTAFTER=n without an expect string to behave as documented Mark Pizzolato 2017-09-03 13:23:50 -07:00
  • 769efb1f68 VAX: Add -8 -16 switch support for EXAMINE commands Mark Pizzolato 2017-09-03 09:20:19 -07:00
  • 23f4c90a6d SCP: Generalized numeric switch processing Mark Pizzolato 2017-09-03 09:19:20 -07:00
  • 81425a5829 PDP1: Remove macro1.c. A later version is in the simtools repo Mark Pizzolato 2017-09-02 12:25:09 -07:00
  • ea898b24bd SCP: Add SET <dev> BINARY as an alternate radix option for all devices Mark Pizzolato 2017-08-31 17:45:10 -07:00
  • 6a2a3de19c SCP: Actually fixed Coverity issue (Dave Bryan) Mark Pizzolato 2017-08-29 10:14:48 -07:00
  • ebf9489b59 SCP: Fixed Coverity issue for sim_debug arguments Mark Pizzolato 2017-08-28 10:19:29 -07:00
  • 00f37f2891 I1401: Fix compiler warning Mark Pizzolato 2017-08-28 10:18:41 -07:00
  • 93c1ccdacd VAX730, VAX750, VAX8600: Fix declaration and usage of icr_rd() routine Mark Pizzolato 2017-08-28 10:18:19 -07:00
  • 245818d348 SCP: Added extended radix options (-2, -8, -10 and -16) for EXAMINE and DEPOSIT Mark Pizzolato 2017-08-25 15:48:11 -07:00
  • 8fcddf9261 DOC: Describe warning added to the RUN command vs GO or CONTINUE (Dave Bryan) Mark Pizzolato 2017-08-24 10:23:44 -07:00
  • e106d05550 SCP: Add support to dynamically load libreadline7 Mark Pizzolato 2017-08-14 19:15:12 -07:00
  • ba447399f8 SCP: Cleanup compiler warnings (Dave Bryan) Mark Pizzolato 2017-08-04 17:44:27 -07:00
  • b2b18de0ec TIMER: Use standard calibration techniques while throttling Mark Pizzolato 2017-08-03 18:51:55 -07:00
  • 9f7519b886 VAX: Added detail to interval timer debug output Mark Pizzolato 2017-08-01 06:49:59 -07:00
  • a02e9c1111 TIMER: Assure that long duration co-scheduled events are properly dispatched Mark Pizzolato 2017-08-01 06:49:05 -07:00
  • d6316cbd03 TIMER: Add SET CLOCK STOP=nnn to stop execution after nnn instructions Mark Pizzolato 2017-08-01 06:32:18 -07:00
  • e39965a9f6 SCP: Add support for unsigned int parsing (t_value) without a range limit Mark Pizzolato 2017-07-31 22:11:44 -07:00
  • b15f753adc SCP: Add support for operation when stdin isn't a tty Mark Pizzolato 2017-07-31 22:10:15 -07:00
  • 7ed68aed6a PDP1: Add libSDL note in Spacewar! README Sean McIntyre 2017-07-04 20:19:59 -07:00
  • 9c930092a4 SCP: Add insertion symbol UTIME for Unix time (seconds since 1/1/1970) Mark Pizzolato 2017-06-26 11:52:07 -07:00
  • c8ab527f4c SCP: Add event debugging support for CPU device Mark Pizzolato 2017-06-24 18:36:24 -07:00
  • 1ad8752693 SCP: Added HELP DO VARIABLE_INSERTION Mark Pizzolato 2017-06-23 17:44:50 -07:00
  • 2f64d2b6dc doc: Add suggestion to simh.doc regarding one time device init in reset routine Mark Pizzolato 2017-06-23 12:36:28 -07:00
  • b6f549ef18 SCP: Properly name registers when name might be a macro name Mark Pizzolato 2017-06-23 12:33:58 -07:00
  • f404343b56 SCP: Make sure that SIMH version information is always available Mark Pizzolato 2017-06-23 04:24:54 -07:00
  • a93078cef9 I1620: Add register and modifier descriptions to CDR, LPT and DP devices Mark Pizzolato 2017-06-20 08:06:21 -07:00
  • 588c22dce5 I1620: Avoid use of 4.X APIs when building with simh 3.X Mark Pizzolato 2017-06-20 07:52:38 -07:00
  • 7e380e2b12 I1620: Fix SET CPU CPS to correctly change all unit DEFIO_CPS values Mark Pizzolato 2017-06-20 06:12:27 -07:00
  • 33d37b4f71 I1620: Add TTY device modifier descriptions Mark Pizzolato 2017-06-20 06:10:11 -07:00
  • 99798ec547 I1620: Fix PTP CPS and add register descriptions Mark Pizzolato 2017-06-20 05:30:18 -07:00
  • 5d50bfdfdc I1620: Add optional CPS polling to TTY input activities Mark Pizzolato 2017-06-20 05:15:09 -07:00
  • 8560c4a32f I1620: Fix wording in descriptive comment Mark Pizzolato 2017-06-14 16:18:55 -07:00
  • 0c4bf36e1e I620: Provide optional rate limited I/O for TTY, PTR & ptp Mark Pizzolato 2017-06-14 15:44:47 -07:00
  • cb47ea3852 doc: Add description of optional PC value API used in debug output Mark Pizzolato 2017-06-13 22:36:15 -07:00
  • a50403cd0a doc: Added description of optional Stop Message Formatting API (Dave Bryan) Mark Pizzolato 2017-06-13 22:13:56 -07:00
  • f51b621f62 Visual Studio Projects: Add HP3000 project file Mark Pizzolato 2017-06-13 17:55:36 -07:00
  • 605ede8c7b I1620: Provide consistent rate limited I/O for TTY, PTR & PTP Mark Pizzolato 2017-06-13 09:05:03 -07:00
  • 17cc00f33e TIMER: Fix threshold for short vs long interval delay scheduling Mark Pizzolato 2017-06-13 08:18:10 -07:00
  • d9e7afc92f SCP: Fix Coverity flagged issues Mark Pizzolato 2017-06-13 04:32:18 -07:00
  • 13dbe1e322 I1620: CDR error messages consistent between 3.X and 4.X Mark Pizzolato 2017-06-12 19:22:41 -07:00
  • 2e0110f37e I1620: Fix text of I/O Error in CDP device Mark Pizzolato 2017-06-12 19:00:07 -07:00
  • 9accb79b92 TIMER: Properly calibrate clocks while throttling Mark Pizzolato 2017-06-11 05:00:42 -07:00
  • 7e32130e1e I1620: Fixed typo in PTP unit (Dave Wise) Bob Supnik 2017-06-11 04:03:43 -07:00
  • 6461443b61 I1620: Fixed typo in PTP unit (Dave Wise) Bob Supnik 2017-06-11 03:56:28 -07:00
  • f1a6d538b9 doc: Initial import of IBM1130 document Mark Pizzolato 2017-06-09 09:50:46 -07:00
  • c470d1e5e2 SCP: Allow the presence of DEVICE DEBTAB array to imply the DEV_DEBUG flag Mark Pizzolato 2017-06-07 18:56:06 -07:00
  • 921c012784 Visual Studio Projects: Correct windows-build dependencies for PDP11 simulator Mark Pizzolato 2017-06-07 18:39:48 -07:00
  • 6fcd70128e imds-225, isys80xx, ibmpc, ibmpcxt: Address Coverity identified problems Bill Beech 2017-06-07 11:34:26 -07:00
  • 625d1b391e swtp6800: Solve Coverity identified issues Bill Beech 2017-06-07 11:06:02 -07:00
  • c389573c91 SCP: Avoid output to log during DEPOSIT command Mark Pizzolato 2017-06-05 02:41:39 -07:00
  • e058b0124b ETHER: Allow clean build with USE_NETWORK and not USE_READER_THREAD Mark Pizzolato 2017-06-04 11:13:37 -07:00
  • 3b67a8658d PDP11, All VAX: Change ERROR in CR device translation tables to avoid conflicts Bob Supnik 2017-06-04 09:56:22 -07:00