1
0
mirror of https://github.com/simh/simh.git synced 2026-05-26 12:44:33 +00:00

Commit Graph

  • 6e35bee5c5 SCP: Fixed Coverity identified issues Mark Pizzolato 2018-05-28 01:56:14 -07:00
  • b1318f5c37 SCP: Always clear uptr->fileref on detach Mark Pizzolato 2018-05-26 12:37:26 -07:00
  • 83234f1e9d DISK: Add Linux host support for direct CDROM access Mark Pizzolato 2018-05-26 12:33:50 -07:00
  • 874f60cbaa SCP: Fix potentially uninitialized variable reference Mark Pizzolato 2018-05-25 10:21:35 -07:00
  • 6c425cc790 H316: Expose RTC INTERVAL and QUANTUM values in registers update testrtc.cmd Mark Pizzolato 2018-05-24 13:39:28 -07:00
  • 5f2c7b2a48 SCP: Defer substitution for IF/ASSERT command action commands Mark Pizzolato 2018-05-24 13:31:07 -07:00
  • c294787aed SCP: Fix expression evaluation divide by zero, and avoid parameter substitution Mark Pizzolato 2018-05-24 12:59:23 -07:00
  • 0daff9026d SCP: Add TIME_MSEC predefined variable to provide time to milliseconds Mark Pizzolato 2018-05-24 01:46:24 -07:00
  • ed1a6f313e B5500: Move extern declarations to b5500_defs.h Mark Pizzolato 2018-05-23 20:10:13 -07:00
  • 34b4354666 alpha: Fix build under GCC Mark Pizzolato 2018-05-23 15:55:48 -07:00
  • ef94dcbe93 SDS: Simplify MT operation check. Bob Supnik 2018-05-23 15:52:08 -07:00
  • 59067579dd SDS: Simplify MT operation check. Bob Supnik 2018-05-23 15:49:25 -07:00
  • d725954568 3b2: Tighten floppy timing Seth Morabito 2018-05-22 15:23:51 -07:00
  • 92fce4d9b9 DISPLAY: 'Fix Coverity identified issues Ian Schofield 2018-05-22 14:57:13 -07:00
  • d88aa077ff 3b2: Expand tabs Seth Morabito 2018-05-21 17:54:09 -07:00
  • 75b1a2f317 3b2: Fix line endings, enforce CONST Seth Morabito 2018-05-21 17:50:26 -07:00
  • 392b8f26a4 3b2: Fix makefile and 3B2.vcproj Seth Morabito 2018-05-21 16:33:29 -07:00
  • d76bd81491 3b2: Code cleanup Seth Morabito 2018-05-21 15:30:27 -07:00
  • 39758261ff 3b2: Allow boot without cpu param Seth Morabito 2018-05-21 15:04:02 -07:00
  • ba9d8626e9 3b2: CIO PORTS and CTC devices Seth Morabito 2018-05-21 14:29:58 -07:00
  • 584147fb64 TMXR: Remove output unit from delay consideration after poll has nothing queued Mark Pizzolato 2018-05-20 08:07:30 -07:00
  • b8978639e8 makefile: Add test for semaphore.h Mark Pizzolato 2018-05-19 12:25:09 -07:00
  • b3136d2d6d AltairZ80: Replaced platform specific directory scanning with SCP API (update 2) Peter Schorn 2018-05-19 15:53:42 +02:00
  • 4734454bac SCP: Fix sim_dir_scan on Windows to return correct directory name Mark Pizzolato 2018-05-19 06:31:48 -07:00
  • ce390bbae4 TMXR: Make transmitted data consider the configured line speed factor Mark Pizzolato 2018-05-18 13:25:30 -07:00
  • 13cb294274 I650: Release 3 Roberto Sancho Villa 2018-05-18 21:58:24 +02:00
  • b51d250598 SCP: Ignore trailing whitespace for all commands Mark Pizzolato 2018-05-18 08:32:03 -07:00
  • ded2b20fe0 TIMER: Tolerate trailing spaces on SET THROTTLE arguments Mark Pizzolato 2018-05-18 08:15:03 -07:00
  • 3671ef1d87 TMXR: Add speed factor validation check and display in SHOW MUX Mark Pizzolato 2018-05-17 13:32:37 -07:00
  • d7f1942998 display: Fix display type 340 bug. Lars Brinkhoff 2018-05-16 00:07:27 -07:00
  • 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