1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-19 00:13:08 +00:00

Commit Graph

  • a4a65101bf makefile: remove NOASYNC and NOPTHREADS options Mark Pizzolato 2020-01-24 18:06:06 -08:00
  • c88a450628 ETHER: Restore missing _eth_devices() stub when networking is disabled Mark Pizzolato 2020-01-23 23:42:28 -08:00
  • ff0ee479a2 ETHER: Simplify error messages when dynamic libpcap loading fails Mark Pizzolato 2020-01-23 22:40:18 -08:00
  • 23c73fb771 makefile: Add NONETWORK=1 option to build simulators without network support Mark Pizzolato 2020-01-20 10:06:25 -08:00
  • eef738e7fb Fix prematurely stopped diag test Mats Engstrom 2020-01-20 11:54:59 +01:00
  • 9bc5014787 CARD: Avoid potential truncation warnings when allocating the deck buffer Mark Pizzolato 2020-01-18 10:44:16 -08:00
  • 0970c067a8 makefile: Rename primary target name for vax simulator Mark Pizzolato 2020-01-14 11:31:12 -08:00
  • 027c1de446 Unibus VAXen: Clock Coschedule interval timers when intervals are 10ms Mark Pizzolato 2020-01-10 08:19:27 -08:00
  • f1f4385984 All VAXen: Add a 2 minute execution limit to diagnostic tests Mark Pizzolato 2020-01-09 23:54:53 -08:00
  • 01f93e9507 SCP: Add SHOW RUNLIMIT to examine the state/condition of any execution limit Mark Pizzolato 2020-01-09 23:53:41 -08:00
  • f9e4e9efba Unibus VAXen: Avoid trying to make interval timers calibrated clocks Mark Pizzolato 2020-01-09 23:37:06 -08:00
  • cb3d782897 makefile: Add support for extra library directories on Android (termux) Mark Pizzolato 2020-01-09 03:07:28 -08:00
  • 68cfea6a71 PDP8: A 2 minute execution limit to diagnostic tests Mark Pizzolato 2020-01-09 02:49:22 -08:00
  • 7581b92f9d SCP: Add a RUNLIMIT command to bound simulator execution time Mark Pizzolato 2020-01-08 11:49:22 -08:00
  • 35252369eb SCP: Identify the build tool chain in the SHOW VERSION output Mark Pizzolato 2020-01-07 20:30:18 -08:00
  • f435533a39 makefile: Migrate use of $() variable insertion to ${} for easier conversion Mark Pizzolato 2020-01-07 19:04:32 -08:00
  • 106c5dbbc1 BESM6: Add missing newline in panel enable error message text Mark Pizzolato 2020-01-04 11:38:55 -08:00
  • bcdabeb9fe SAGE, PDQ-3: Silence GCC optimizer warnings about unused function results Mark Pizzolato 2020-01-04 08:42:15 -08:00
  • 787edb211c SCP: Fix pcre remaining issues Mark Pizzolato 2020-01-03 19:55:22 -08:00
  • c8f7315518 SCP: Change regular expression API from regex to pcre Mark Pizzolato 2020-01-02 06:42:46 -08:00
  • 714f0a445b SCP: Avoid broken regular expression APIs Mark Pizzolato 2020-01-01 20:23:17 -08:00
  • 9185a3d8f0 travis: Add missing besm6 simulator from the build Mark Pizzolato 2020-01-01 20:22:09 -08:00
  • 89a9414aeb PDP8: Add initial round of PDP-8 system diags B. Scott Michel 2020-01-01 16:03:54 -08:00
  • f310d750e2 makefile: Add missing test check/invocations to various targets Mark Pizzolato 2020-01-01 15:56:21 -08:00
  • a314cb680b swtp6800: Fix inconsistent indentation block Mark Pizzolato 2020-01-01 08:35:37 -08:00
  • 28dad5782c FrontpanelTest: Win32 DisplayRegisters written should be DWORD and not int Mark Pizzolato 2019-12-30 17:44:32 -08:00
  • 4fe9ae7f76 H316, Ibm1130, S3: Silence GCC warnings about potential format truncation Mark Pizzolato 2019-12-30 17:44:15 -08:00
  • 3dc0d24ded I1401, I1620, I7094, S3: Silence GCC optimizer warnings about unused function results Mark Pizzolato 2019-12-30 17:43:35 -08:00
  • b18912cda8 SCP: Silence GCC optimizer warnings about unused function results Mark Pizzolato 2019-12-30 15:33:51 -08:00
  • 1d1fe6f329 BuildROMS: Avoid theoretical buffer overruns Mark Pizzolato 2019-12-30 13:54:14 -08:00
  • 78fa98fd7e PDP11, Unibus VAX: Cleanup attach of Chaos Net routine Mark Pizzolato 2019-12-30 13:47:03 -08:00
  • e7cf2a00ec CARD: Use proper int types for messages emitted Mark Pizzolato 2019-12-30 13:16:30 -08:00
  • d131f66c40 FIO: Fix non Win32 behaviors of sim_dir_scan Mark Pizzolato 2019-12-30 13:12:41 -08:00
  • 236716845a PDP11, VAX: Only generate DZ output complete interrupt each line once Mark Pizzolato 2019-12-29 12:45:27 -08:00
  • 11fed22dc7 Visual Studio Projects: Do parallel builds for multiple projects when VS > 2008 Mark Pizzolato 2019-12-28 14:54:46 -08:00
  • 5213e1125d SCP: Add support to identify a simulator specific release version Mark Pizzolato 2019-12-28 12:34:06 -08:00
  • e611e0ceed SCP: Add global variable with the program name Mark Pizzolato 2019-12-28 11:00:59 -08:00
  • 7642d29f2c CONSOLE: Fix argument passing in SHOW CONSOLE Mark Pizzolato 2019-12-28 10:45:03 -08:00
  • 9a481e4907 B5500: Fixed DTC for SCP change. Richard Cornwell 2019-12-27 15:17:20 -05:00
  • 37ec5444ea Visual Studio Projects: Enhance build_vstudio.bat to build individual projects Mark Pizzolato 2019-12-22 10:17:16 -08:00
  • 0c8b6075ed Visual Studio Projects: Update windows-build dependencies version to 20191221 Mark Pizzolato 2019-12-21 09:38:16 -08:00
  • 56ed67e2bf Visual Studio Projects: Provide a command line VS build procedure Mark Pizzolato 2019-12-21 09:37:51 -08:00
  • 76e6111dd4 VAX: Avoid Windows Firewall prompt when running tests during build Mark Pizzolato 2019-12-21 06:51:41 -08:00
  • 020bf31457 AltairZ80: Adjust head unload timer usec value for SIO sleep/no sleep setting. Patrick Linstruth 2019-12-19 21:38:48 -08:00
  • 81eef19b4c Visual Studio Projects: Update windows-build dependencies version to 20191213 Mark Pizzolato 2019-12-17 07:12:58 -08:00
  • 9777e8fa36 VIDEO: Add zlib version to version string (zlib used by png) Mark Pizzolato 2019-12-16 11:21:23 -08:00
  • 098a1634e6 SCP: Allow a suffix of k or m for numeric arguments to SEND and EXPECT commands Mark Pizzolato 2019-12-16 07:13:09 -08:00
  • a66f7efee1 SERIAL: Clean up display of open serial ports Mark Pizzolato 2019-12-16 05:28:01 -08:00
  • 3ec9f44fbd makefile: On Linux, avoid using shm_ APIs when librt isn't available Mark Pizzolato 2019-12-16 05:24:58 -08:00
  • 1314f9edfa SCP: process switches in MKDIR and RMDIR commands Mark Pizzolato 2019-12-15 10:52:07 -08:00
  • 753d5307c4 SCP: Increase the maximum SEND and EXPECT delay values to 2000000000 Mark Pizzolato 2019-12-15 02:01:02 -08:00
  • 25d4e5c5f2 SCP: Clarify the HELP for a NOEXPECT command. Mark Pizzolato 2019-12-15 01:24:02 -08:00
  • 5859a8216b SCP: Add debug details when initially queuing pending SEND input Mark Pizzolato 2019-12-15 01:21:55 -08:00
  • e5f9a7dca8 SCP: Cleanup path argument to MKDIR command Mark Pizzolato 2019-12-14 14:38:25 -08:00
  • 26128800ee Visual Studio Project: Cleanup unused tool that causes conversion warnings Mark Pizzolato 2019-12-13 06:58:47 -08:00
  • 73a41c4bc7 SCP: Auto detect WRU being entered for simulators without a console device Mark Pizzolato 2019-12-11 12:25:18 -08:00
  • e261a2fa28 AltairZ80: Properly set current Tarbell drive and drive not ready flag on reset Patrick Linstruth 2019-12-10 21:21:30 -08:00
  • 17356d9093 AltairZ80: Replace WIN32 dependencies with SIMH API calls and remove redundant includes Peter Schorn 2019-12-10 08:42:22 +01:00
  • 32e266dbac AltairZ80: Add device for Tarbell SSSD Disk Controller Patrick Linstruth 2019-12-09 17:20:36 -08:00
  • f2890d49cc Visual Studio Projects: Reference the latest windows-build with VS2019 support Mark Pizzolato 2019-12-09 17:09:46 -08:00
  • dde74c25b4 Fixed -Wall warnings Corrected name in comment block Patrick Linstruth 2019-12-08 22:08:13 -08:00
  • 1988a4297e I7000: Fixed type inconsistencies. Richard Cornwell 2019-12-08 15:28:01 -05:00
  • 5a3a535437 Updated top comment block Patrick Linstruth 2019-12-07 20:12:51 -08:00
  • 5b761735f7 Fix Windows compiler warnings / errors Patrick Linstruth 2019-12-07 20:08:12 -08:00
  • 8dabce41b9 Remove #include <windows.h> #ifdef Patrick Linstruth 2019-12-07 17:20:46 -08:00
  • 9e68ad06ca Add S100_TARBELL.C to ALTAIRZ80 descrip.mms Patrick Linstruth 2019-12-06 10:58:48 -08:00
  • 357e72bf93 Removed unused TARBELL_DRIVE_STATUS struct Patrick Linstruth 2019-12-06 10:20:44 -08:00
  • fcf52d9d38 Fix all generation Patrick Linstruth 2019-12-05 20:08:23 -08:00
  • 90f164d06f Created a separate FD1771_REG for each drive (UNIT) Patrick Linstruth 2019-12-05 20:06:13 -08:00
  • 91b6807499 Added head load/unload with unload timer Patrick Linstruth 2019-12-05 19:40:29 -08:00
  • 6efda7cbea Clean up DBG_PRING and sim_debug messages. Patrick Linstruth 2019-12-05 17:02:27 -08:00
  • d205582e9e Add Tarbell SSSD disk controller Patrick Linstruth 2019-12-05 16:00:35 -08:00
  • d03487d227 SCP: Allow SAVE command to overwrite an existing file Mark Pizzolato 2019-12-04 16:34:01 -08:00
  • 427b7df073 SCP: Add RENAME/MV command Mark Pizzolato 2019-12-04 16:33:41 -08:00
  • 4acde463ec makefile: Fallback to use regex library when pcre shared object isn't available Mark Pizzolato 2019-12-04 16:33:13 -08:00
  • 43360191c8 simh 3.11 Bob Supnik 2019-11-25 20:19:00 -08:00
  • 3812bafcd8 Visual Studio Projects: Update Win32-Development-Binaries-README Mark Pizzolato 2019-11-24 11:56:36 -08:00
  • 60047aed23 Visual Studio Projects: BuildAll updated to avoid building same commits Mark Pizzolato 2019-11-24 11:28:21 -08:00
  • 519ef27def DISK, TAPE: Remove compiler and Coverity warnings Mark Pizzolato 2019-11-24 10:55:25 -08:00
  • 6df860ea1a PDP11, VAX: Remove compiler warning in I/O lib Mark Pizzolato 2019-11-24 10:54:55 -08:00
  • 3be6f1fb4c PDP11, VAX: Remove redundant defines in RP source module Bob Supnik 2019-11-24 10:54:27 -08:00
  • a06fa9264f VAX: Correct the order of parameter names in vax_fdiv() declaration Mark Pizzolato 2019-11-20 09:40:34 -08:00
  • 5a59fe81fc FIO: Fix directory scanning logic to avoid errors handling files in / Mark Pizzolato 2019-11-18 16:57:20 -08:00
  • 190baf897c TAPE: Rework tape image error processing to avoid potential TOCTOU (Coverity) Mark Pizzolato 2019-11-17 12:09:19 -08:00
  • ce627dc10d 3b2: Remove unnecessary branch condition Seth Morabito 2019-11-17 10:41:11 -08:00
  • 4cbd8401f7 SCP: Add option to display fractional unit capacity Mark Pizzolato 2019-11-16 20:59:37 -08:00
  • 4e5780e15e DISK: Allow file system sizing if device doesn't have DEV_SECTORS set_cmd Mark Pizzolato 2019-11-16 20:57:58 -08:00
  • 39fd8d829b DISK: Avoid disk capacity overflow on hosts with 32bit file offset limitations Mark Pizzolato 2019-11-16 18:24:37 -08:00
  • 318b0e32bb TAPE: Report file access errors when attaching in-memory ANSI tapes Mark Pizzolato 2019-11-16 00:39:01 -08:00
  • 9fc982242c PDP11, Qbus and Unibus VAX: Add radix switch (-O or -H) to SHOW bus IOSPACE Mark Pizzolato 2019-11-14 23:55:33 -08:00
  • 7c1c04d9a9 SCP: Clear Coverity identified warnings Mark Pizzolato 2019-11-14 21:38:45 -08:00
  • fc785ab5f9 sigma: Fix Coverity identified warning Mark Pizzolato 2019-11-14 21:37:44 -08:00
  • bdc677b748 SOCK: Properly implement getaddrinfo when the host OS doesn't have it. Mark Pizzolato 2019-11-14 13:14:14 -08:00
  • 3c9efd7fdb TMXR: Accept names when establishing listen sockets as originally intended Mark Pizzolato 2019-11-14 13:13:46 -08:00
  • 23856afcac FIO: Avoid compiler warning on never executed code path (Tony Nicholson) Mark Pizzolato 2019-11-14 03:08:57 -08:00
  • 43b011883e SCP: Emit bad HELP argument error message Mark Pizzolato 2019-11-13 23:22:49 -08:00
  • 8f571fef86 SCP: Abort attempting to emit bad debug output Mark Pizzolato 2019-11-13 23:22:25 -08:00
  • 178968a621 KA10: Regular update. Code cleanup and minor enhancements. Richard Cornwell 2019-11-03 22:11:23 -05:00
  • bbfa391924 CARD: Cleanup coverity taint errors. Richard Cornwell 2019-11-03 18:53:07 -05:00
  • 58c5fe417f Intel-Systems: Cleanup Coverity identified issues and address range issues Bill Beech 2019-10-31 14:53:14 -07:00