1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-25 06:40:32 +00:00

Commit Graph

  • a3c40cd290 PDP11, Qbus VAX: Avoid incorrect packet length when multiple RBDLs are used Mark Pizzolato 2018-05-15 22:03:12 -07:00
  • 2363300e64 DISK: Fix Coverity identified error path problems Mark Pizzolato 2018-05-15 07:32:24 -07:00
  • 13b4f6563f FIO: Fix large file support on Linux AND Android platforms correctly Mark Pizzolato 2018-05-15 06:50:27 -07:00
  • caee890727 TX-0: Fix Coverity indicated potential memory overrun Mark Pizzolato 2018-05-15 06:49:50 -07:00
  • cc31a50436 SCP: Allow empty SIM_BUILD_OS for compilers that don't support empty strings Mark Pizzolato 2018-05-12 10:52:07 -07:00
  • e1d2204fc9 makefile: only provide GIT_COMMIT_TIME one time on compile commands Mark Pizzolato 2018-05-11 16:45:51 -07:00
  • cb53ddbc12 makefile: Make compile time Android Version visible in SHOW VERSION output Mark Pizzolato 2018-05-10 21:55:15 -07:00
  • c1894a7ddb makefile: Remove hard coded assumption about library path for Android build Mark Pizzolato 2018-05-10 10:41:38 -07:00
  • a5a71edd30 makefile: Fix Linux library search when ldconfig isn't in the path Mark Pizzolato 2018-05-10 10:36:19 -07:00
  • c0cda9ffd4 SCP: Remove leading / from sim_dir_scan file names when glob isn't available Mark Pizzolato 2018-05-10 00:09:19 -07:00
  • 9d04c49641 I7000: Fix compiler warnings comparing const char to a negative integer. Mark Pizzolato 2018-05-09 22:31:29 -07:00
  • 818032fd24 SCP: Remove redundant DIR_ENTRY_CALLBACK declaration Mark Pizzolato 2018-05-09 16:43:39 -07:00
  • b781834f31 SCP: Add sim_dir_scan API for general use. Mark Pizzolato 2018-05-09 13:52:52 -07:00
  • 5ee2944f40 DISK: Properly parenthesize logical expression for clarity avoid clang warning Mark Pizzolato 2018-05-09 13:30:26 -07:00
  • 752bcad2c2 FIO: Fix typo in platform determination Mark Pizzolato 2018-05-09 11:25:33 -07:00
  • 0aa4264261 FIO: Properly configure large file support for different Android versions Mark Pizzolato 2018-05-09 11:08:53 -07:00
  • 39802c465a makefile: Support mode Android versions when termux is used Mark Pizzolato 2018-05-09 10:39:10 -07:00
  • 914d79c980 SERIAL: Avoid potential SEGFAULT when scandir() fails on Linux Mark Pizzolato 2018-05-08 22:48:12 -07:00
  • 6a99ac81c6 makefile: Add support to build under Android termux Mark Pizzolato 2018-05-08 21:40:37 -07:00
  • d090436c78 SCP: Support host environments which can't do termios TCSAFLUSH Mark Pizzolato 2018-05-08 21:37:39 -07:00
  • fc104f90da slirp: avoid compiling unused fork_exec code. Mark Pizzolato 2018-05-08 13:05:40 -07:00
  • 0c0a9958b1 slirp: change tabs to spaces Mark Pizzolato 2018-05-08 13:04:39 -07:00
  • 6ccbfc7381 SCP: Report errno value when starting instruction execution fails Mark Pizzolato 2018-05-08 02:51:17 -07:00
  • 961f5e3285 makefile: query C compiler for its default include paths. Mark Pizzolato 2018-05-08 02:37:36 -07:00
  • 7a8d61746d I650: Fix Coverity Warning Roberto Sancho Villa 2018-05-07 23:30:02 +02:00
  • cc0e993978 makefile: Allow git-commit-id to be correctly set in more cases Mark Pizzolato 2018-05-07 12:25:11 -07:00
  • e266271612 DISK: Fix auto format detection when attaching VHD disk images Mark Pizzolato 2018-05-07 12:22:33 -07:00
  • 3afc778dc4 3b2: Fix TOD clock DST and TZ issue Seth Morabito 2018-05-07 08:12:32 -07:00
  • 245a85d79e SCP: Fix Coverity identified memory leak in error expression evaluation path Mark Pizzolato 2018-05-05 17:59:57 -07:00
  • f5f4c96ccd I650: Fix coverity errors Roberto Sancho Villa 2018-05-03 21:59:16 +02:00
  • a4b5160437 SCP: Add string comparison support to C Style expression evaluation Mark Pizzolato 2018-05-03 11:54:11 -07:00
  • 96d3b5d26b SCP: Add SCP debug options to default device debug setup Mark Pizzolato 2018-05-03 11:49:42 -07:00
  • 130ad1c21f SCP: Fix potential error path expression evaluation memory leak (Coverity) Mark Pizzolato 2018-05-01 23:07:57 -07:00
  • 4e508cfc29 SCP: Add C style expression support for IF conditions and SET ENV -A Mark Pizzolato 2018-05-01 22:08:06 -07:00
  • 8fe02ad6d1 SCP: Updaeted HELP EVAL to provide meaningful examples. Mark Pizzolato 2018-05-01 13:43:22 -07:00
  • 396679a01a SCP: Add strtotsv to generally parse signed t_value data (t_svalue). Mark Pizzolato 2018-04-30 23:03:33 -07:00
  • b4ca9174fd SCP: Add formatting support for signed t_value (t_svalue). Mark Pizzolato 2018-04-30 21:35:20 -07:00
  • f2f4bfa8fb TMXR: Fix potential uninitialized variable reference Coverity warning Mark Pizzolato 2018-04-25 14:15:45 -07:00
  • 02e7483ee7 I650: Release 2 Roberto Sancho Villa 2018-04-20 15:55:26 +02:00
  • 9160b9a03a doc: Update the FAQ. How to search the mailing list archive Mark Pizzolato 2018-04-19 18:00:57 -07:00
  • 4c62583d13 TMXR: Add ability to disable specific lines on multi-line multiplexers. Mark Pizzolato 2018-04-18 02:14:28 -07:00
  • 54f46651fe PDP11, VAX: Fix Coverity identified debug path null pointer dereference Mark Pizzolato 2018-04-17 23:52:28 -07:00
  • 15e86fb4ed SCP, DISK: Fix Coverity identified debug path null pointer dereferences Mark Pizzolato 2018-04-17 23:51:39 -07:00
  • 309598e2cd SCP: Fix declaration duplications and indentation issues Mark Pizzolato 2018-04-16 16:57:06 -07:00
  • adedce8556 SCP: Add quoted string argument to SET ENV otherwise trim whitespace Mark Pizzolato 2018-04-16 13:52:54 -07:00
  • c8beee2d0f doc: Clarify details in "Writing a Simulator for the SIMH System" Mark Pizzolato 2018-04-15 12:53:29 -07:00
  • fdd9d87f80 SCP: Fix MinGW build warnings due to sizeof time_t Mark Pizzolato 2018-04-15 12:51:36 -07:00
  • afffe300ee 3b2: Fix minor MMU paging bug Seth Morabito 2018-04-13 13:42:30 -07:00
  • ca77941ce0 doc: Update documents for RQ and TQ unit plug value setting Mark Pizzolato 2018-04-12 20:21:37 -07:00
  • 1741ae29fa PDP11, VAX: Add MSCP Media ID encoding/decoding details (Johnny Billquist) Mark Pizzolato 2018-04-12 14:02:27 -07:00
  • 5a9263c0cf PDP11, VAX: Add settable unit numbers for TQ drives Mark Pizzolato 2018-04-12 13:15:48 -07:00
  • bd621f50bf 3b2: Call tmxr routines in IU reset Seth Morabito 2018-04-11 18:38:59 -07:00
  • a7d0d4a6e7 3b2: CIO feature card framework Seth Morabito 2018-04-11 18:07:50 -07:00
  • 05ba8c4d2c 3b2: Silence warning on Windows Seth Morabito 2018-04-11 14:42:56 -07:00
  • 177be95e5d 3b2: Refactor DUART and DMA Seth Morabito 2018-04-11 14:23:25 -07:00
  • da31dfa7a9 SCP: Extend EXAMINE <dev> STATE to display elements of arrayed registers Mark Pizzolato 2018-04-11 04:21:17 -07:00
  • d6a5268d97 DISK: Properly open in RAW mode on *nix Mark Pizzolato 2018-04-11 04:20:17 -07:00
  • 5a18d31449 PDP11, VAX: Add settable unit numbers for RQ drives Mark Pizzolato 2018-04-11 03:12:12 -07:00
  • 8bec55b976 DISK: Properly fail an attempt to access to a non-existent file in raw mode Mark Pizzolato 2018-04-10 11:45:22 -07:00
  • 6667f651a3 DISK: Add explicit AUTO detect disk format mode Mark Pizzolato 2018-04-10 11:43:43 -07:00
  • d356274d38 PDP10: Fix build warning when compiling DZ module Mark Pizzolato 2018-04-10 10:24:49 -07:00
  • cc7721b96e PDP11: Allow DZ devices Unibus and Qbus to have correct number of lines Mark Pizzolato 2018-04-09 18:05:53 -07:00
  • 114a29bc2f SCP: Add PCRE version to SHOW VERSION output Mark Pizzolato 2018-04-08 17:13:54 -07:00
  • 1d22b488a9 PDP11: Add new debug API support to VT11 device, fix broken build Mark Pizzolato 2018-04-07 22:30:59 -07:00
  • 6263378df4 DISK: Change auto disk format open logic to include RAW Mark Pizzolato 2018-04-07 22:15:14 -07:00
  • 28e4311039 SCP: Extended debugging to allow for unit specific debug for disk and tape Mark Pizzolato 2018-04-07 21:38:26 -07:00
  • 81bcd6d319 CONSOLE/SERIAL: Properly rate limit output to console port Mark Pizzolato 2018-04-06 04:12:38 -07:00
  • a47c04bcac TIMER: Fix throttle startup delay check Mark Pizzolato 2018-04-06 02:20:29 -07:00
  • 2bcb60e76f TIMER: Add external initialization option for clock calibration Mark Pizzolato 2018-04-06 01:46:44 -07:00
  • 95f5a1c371 TMXR: Properly display serial configuration and allow unconfigured serial ports Mark Pizzolato 2018-04-05 21:14:56 -07:00
  • 40877838ad 3b2: Silence warning in Windows build Seth Morabito 2018-04-05 17:24:47 -07:00
  • a9f9b3abd1 3b2: Refactor MMU and fix two bugs Seth Morabito 2018-04-05 17:12:23 -07:00
  • 317e2a8e54 TIMER: make sim_activate_after use coscheduling whenever possible. Mark Pizzolato 2018-04-03 02:06:14 -07:00
  • d7b1707b45 TMXR: Properly set transmit wait time when speed changes are made. Mark Pizzolato 2018-04-02 13:30:38 -07:00
  • daf0d953b1 SCP: Adjust relative debug base time to reflect GMT offset Mark Pizzolato 2018-04-02 13:21:01 -07:00
  • e7e1a9cc2c VAX750: Avoid unit array overrun during TU58 init when only 1 unit exists. Mark Pizzolato 2018-04-02 09:38:27 -07:00
  • a92dc610a4 alpha, pdp18b, PDP8, sigma: removed stray tabs which crept in over time. Mark Pizzolato 2018-04-01 14:22:30 -07:00
  • dcf746a72a SERIAL: Add advice message when no serial ports are found in SHOW SERIAL Mark Pizzolato 2018-04-01 12:37:48 -07:00
  • e7090e784e SCP: Add support to compare file contents with IF -F "file1" == "file2" Mark Pizzolato 2018-03-31 23:50:37 -07:00
  • 557dcc91e9 3b2: Fix stack bounds checking bug Seth Morabito 2018-03-31 18:46:44 -07:00
  • b0ff29781b SCP: Add git commit time support for older git versions Mark Pizzolato 2018-03-29 21:12:44 -07:00
  • 6bfad051a8 I7000, B5500: Make sure card reader devices always perform read-only.file opens Mark Pizzolato 2018-03-25 18:09:48 -07:00
  • 0b209d2383 SCP: Allow UNIT_RO flag bit to be static when UNIT_ROABLE isn't present. Mark Pizzolato 2018-03-25 18:09:07 -07:00
  • 9111a1a645 Visual Studio Projects: Fix git-commit-id.h version check Mark Pizzolato 2018-03-25 12:33:13 -07:00
  • cdfe35202b i650: New IBM 650 Simulator Roberto Sancho Villa 2018-03-25 10:38:48 -07:00
  • 2eb49c13b7 i650: New IBM 650 Simulator Roberto Sancho Villa 2018-03-25 10:17:35 -07:00
  • ceb54e5ff7 AltairZ80: Set conditional under CYGWIN so the SIMH device works Tony Nicholson 2018-03-23 15:25:59 -07:00
  • 94727159e8 Visual Studio Projects: Cleanup Windows-Binaries procedure for new commit id Mark Pizzolato 2018-03-20 22:29:02 -07:00
  • 3f7f92682d TMXR, SERIAL: Properly set serial port speed on attach. Mark Pizzolato 2018-03-20 20:52:26 -07:00
  • 054e8e56c1 3b2: Fix compiler warnings Seth Morabito 2018-03-20 17:42:37 -07:00
  • d0004b20aa SCP: Compiler const warning cleanup Mark Pizzolato 2018-03-20 13:01:18 -07:00
  • 4894b84ebd PUNCH: Add new file switch information to punch help Mark Pizzolato 2018-03-20 12:50:43 -07:00
  • 35fca60761 Visual Studio Projects: Update Windows-Binaries procedure for new commit id Mark Pizzolato 2018-03-20 01:21:41 -07:00
  • dd382f1beb Visual Studio Projects: Assure commit id is correct when git hooks change Mark Pizzolato 2018-03-20 01:07:14 -07:00
  • 07229ef10d Visual Studio Projects: Properly populate .git-commit-id after git clone Mark Pizzolato 2018-03-19 19:49:42 -07:00
  • a2cab25e9e makefile: Properly determine the git commit time when simh is a submodule Mark Pizzolato 2018-03-19 19:42:20 -07:00
  • e7a0c38ea3 makefile, travis: Update to advise install of HomeBrew sdl2_ttf package Mark Pizzolato 2018-03-19 12:43:47 -07:00
  • 2051422ee2 SCP: Remove redundant public SCP API declarations Mark Pizzolato 2018-03-19 11:11:55 -07:00
  • 37195c06a7 makefile: Add messages about SDL TTF support when needed Mark Pizzolato 2018-03-19 11:11:17 -07:00
  • 567f703131 Install prerequisite libraries for Travis CI. Lars Brinkhoff 2018-03-18 21:44:20 +01:00