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

Commit Graph

  • f617f63ae0 HP3000: HP 3000 release 5 Mark Pizzolato 2017-05-01 15:47:57 -07:00
  • 90e9c2f4a0 HP2100: HP 2100 release 26 Mark Pizzolato 2017-05-01 15:47:33 -07:00
  • af54a5c8fd SCP: Fix out of scope memory reference in SET ENV -P "Prompt" EnvVar=Default Mark Pizzolato 2017-05-01 08:11:36 -07:00
  • 7ae5015610 SCP: Provide a way to gather input from a user into an environment variable Mark Pizzolato 2017-04-30 09:44:37 -07:00
  • 7a46fcf17c AltairZ80: Clean up of fall through comments Peter Schorn 2017-04-29 08:13:24 +02:00
  • 490b4d0583 PDP4, PDP7, PDP9: Add another fall through comment (Coverity) Mark Pizzolato 2017-04-28 14:11:46 -07:00
  • 357910dfb9 imds-224, isys80xx: Rework attach routines to leverage SCP provided functionality Bill Beech 2017-04-27 11:20:12 -07:00
  • 0586d34f16 PDP4, PDP7, PDP9: Add fall through comment (Coverity) Mark Pizzolato 2017-04-27 02:11:52 -07:00
  • 47c917a55d PDP11, VAX: Fix stray TABs which crept in over time Mark Pizzolato 2017-04-26 15:42:36 -07:00
  • 7092c55907 VAX750: Fixes to Unibus adapter to address #346 Matt Burke 2017-04-26 15:36:28 -07:00
  • 4b41b3372f All VAX, PDP11, PDP10: Minor fixes to DZ device Matt Burke 2017-04-26 15:34:01 -07:00
  • f6d4e92c6d VAX8600: Marked intentional fall through of case statement CID: 1415576 Matt Burke 2017-04-26 15:27:44 -07:00
  • a3e6aac076 All VAXStations: Fixed logical vs bitwise operator CID: 1415454 Matt Burke 2017-04-26 15:25:55 -07:00
  • b5a5aec57a SCP: Avoid potential macro redefinition for strcasecmp() and strncasecmp() Mark Pizzolato 2017-04-24 13:44:40 -07:00
  • 1a8bc50130 PDP11, Qbus VAX: Add delay when starting XQ device in DELQA-T mode Mark Pizzolato 2017-04-24 13:25:10 -07:00
  • e522daf906 SCP: Replace stray TAB and fix sprintf format specifier Mark Pizzolato 2017-04-23 23:43:14 -07:00
  • c94edb6b2d VAXStations: Improvements and bug fixes to keyboard and mouse devices Matt Burke 2017-04-23 10:40:00 -07:00
  • 168d0d9c47 SCP: add generic length limted and case independent string for all platforms Mark Pizzolato 2017-04-22 21:28:48 -07:00
  • 9179c4ea07 SCP: Fix OS Error text routine on Windows with gcc Mark Pizzolato 2017-04-22 15:43:09 -07:00
  • a719ef51e8 alpha: Fixed function field widths (Maurice Marks) Bob Supnik 2017-04-17 10:10:03 -07:00
  • f6023f7039 alpha: Fixed function field widths (Maurice Marks) Bob Supnik 2017-04-17 10:08:53 -07:00
  • c4931bbd30 PDP11: Fix error path check on disk I/O status Mark Pizzolato 2017-04-13 21:55:40 -07:00
  • 8c5305c857 PDP11: Fix rounding up sector count computation Mark Pizzolato 2017-04-13 20:42:47 -07:00
  • cd8e9eb5da PDP11: Properly handle reads of less than 1 sector Mark Pizzolato 2017-04-13 18:20:01 -07:00
  • faae90e160 ID16: Fix potential uninitialized variable recording history (COVERITY) Mark Pizzolato 2017-04-11 11:03:41 -07:00
  • 6ff3eeac80 SCP: Compiler suggested cleanup Mark Pizzolato 2017-04-10 10:47:42 -07:00
  • 2b30084a53 IBMPC, IBMPCXT, isys80xx: Restructure directories to eliminate redundant files Bill Beech 2017-04-10 10:32:43 -07:00
  • 7317645dd7 SCP: Make COPY command more robust Mark Pizzolato 2017-04-07 14:35:04 -07:00
  • 64376cad58 makefile: Use correct variable name, FONTPATH instead of FONTNAME in message Ryo ONODERA 2017-04-07 11:25:27 -07:00
  • c6b10a06de makefile: Add check for utime.h Mark Pizzolato 2017-04-07 11:23:05 -07:00
  • cc2c8f10fc I7094: Fix typo in accessing unit array (COVERITY) Bob Supnik 2017-04-07 11:06:28 -07:00
  • d0298bd817 I7094: Fix typo in accessing unit array (COVERITY) Bob Supnik 2017-04-07 11:04:33 -07:00
  • 60bf7d5d12 IBMPC, IBMPCXT: Compiler suggested cleanup Bill Beech 2017-04-07 10:23:55 -07:00
  • d42dd707e9 VAX750: Fix some 750 UBA inconsistencies Mark Pizzolato 2017-04-06 18:12:44 -07:00
  • 1c83826b43 ID32: Fix potential uninitialized variable recording history (COVERITY) Mark Pizzolato 2017-04-06 18:11:33 -07:00
  • 2ddb7162f3 ibmpc & Intel systems: Fix coverity identified issues Bill Beech 2017-04-05 12:51:28 -07:00
  • 861d460ce5 SWTP: remove error path extra close (COVERITY) Bill Beech 2017-04-05 12:48:52 -07:00
  • c48b254228 ETHER: Fix packet length check to properly accomodate CRC data if needed Mark Pizzolato 2017-04-03 14:49:54 -07:00
  • 00f6cd59a2 SCP: Make sure that SCPE_OK isn't interpreted as error in sim_messagef Mark Pizzolato 2017-04-03 12:56:48 -07:00
  • 9b2ff7e371 SCP: Add COPY/CP command Mark Pizzolato 2017-04-03 08:26:25 -07:00
  • 17903827bd AltairZ80: Mark Coverity false positives in rotate operations Peter Schorn 2017-04-01 08:48:43 +02:00
  • 064c8e54a8 SCP: Silence Coverity warnings Mark Pizzolato 2017-03-31 18:54:18 -07:00
  • 3af3a8ea54 SLIRP:: Coverity cleanup Mark Pizzolato 2017-03-31 17:48:30 -07:00
  • b9543529d2 All VAX: Fixed uninitialized variable on FPD path (COVERITY) Bob Supnik 2017-03-31 15:02:34 -07:00
  • 6052e650db All VAX: Fixed uninitialized variable on FPD path (COVERITY) Bob Supnik 2017-03-31 14:59:46 -07:00
  • 92386549bd TX-0: Address CID 1415866 deadcode error. Howard M. Harte 2017-03-31 08:12:33 -07:00
  • fa1671455e All VAX: Avoid potential invalid memory reference recording history after FPD Mark Pizzolato 2017-03-30 19:22:16 -07:00
  • 680ad4f239 Various VAX: Mark Coverity False Positive for boot command parsing Mark Pizzolato 2017-03-30 19:20:48 -07:00
  • 8344225aef ALTAIR: Leave room for NUL byte in the degenerate case (COVERITY) Mark Pizzolato 2017-03-30 12:54:23 -07:00
  • 773cc1c319 SCP: Minor Coverity cleanup Mark Pizzolato 2017-03-30 07:55:13 -07:00
  • c97f466457 PDP8: Annotate fall through paths in switch statements Bob Supnik 2017-03-30 07:12:57 -07:00
  • c2c1f04e8a ALTAIR: Avoid potential buffer overrun while parsing opcodes and arguments Mark Pizzolato 2017-03-29 14:16:57 -07:00
  • d4a79a27b0 CDC1700: Provide scripts to install and run MSOS John Forecast 2017-03-29 14:09:54 -07:00
  • 2b0acc301a DISK: Ignore potential cleanup errors and avoid sign extension byte swapping Mark Pizzolato 2017-03-29 08:19:17 -07:00
  • a9a91420b0 SCP: Properly define sim_name array to avoid potential overrun Mark Pizzolato 2017-03-29 07:43:11 -07:00
  • 62dc8ff6ec ALTAIR: Fix potential reference to uninitialized memory (Coverity) Mark Pizzolato 2017-03-29 07:04:29 -07:00
  • fa7e350c78 SCP: Avoid potential invalid pointer reference (Coverity) Mark Pizzolato 2017-03-29 07:02:46 -07:00
  • cb6b0a526a SCP: Coverity warning cleanup Mark Pizzolato 2017-03-28 22:35:26 -07:00
  • 8d8a286c58 SCP: Add checks to avoid potential buffer overrun (Coverity) Mark Pizzolato 2017-03-28 19:36:12 -07:00
  • d60c56d18f PDP10: Add fall through comment to case (COVERITY) Bob Supnik 2017-03-28 19:27:27 -07:00
  • 5896b1c20d PDP10: Documented switch fall through case (COVERITY) Bob Supnik 2017-03-28 14:32:10 -07:00
  • ea61cebf75 PDP10: Documented switch fall through case (COVERITY) Bob Supnik 2017-03-28 13:43:01 -07:00
  • 3989251f85 SCP: Add more Error path checks Mark Pizzolato 2017-03-28 13:40:11 -07:00
  • 36f09d223f SCP: Fix potential error return checks (COVERITY) Mark Pizzolato 2017-03-28 13:34:19 -07:00
  • 3e54264253 SAGE: Fix flag setting with 33bit mask Holger Veit 2017-03-28 13:32:22 -07:00
  • d98564544e SLIRP: silence Coverity noise Mark Pizzolato 2017-03-27 20:48:27 -07:00
  • f4b7d1fbf8 SCP: Migrate some use of strcat() to sim_strlcat() Mark Pizzolato 2017-03-27 08:23:03 -07:00
  • ec11ecab87 PDQ3: Fix coverity issue 1416165 Mark Pizzolato 2017-03-27 07:54:07 -07:00
  • 34d29d3160 SCP: Add sim_strlcpy and sim_strlcat for platforms missing strlcpy and strlcat Mark Pizzolato 2017-03-27 07:51:13 -07:00
  • 9a9b5deb9c PDQ-3, SAGE: Coverity Fixes Holger Veit 2017-03-27 06:57:43 -07:00
  • 489752596b SLIRP: Coverity identified warning Mark Pizzolato 2017-03-26 11:49:05 -07:00
  • c638950211 PDP11: Properly handle reads of less than 1 sector Mark Pizzolato 2017-03-26 06:52:21 -07:00
  • b2cd329f4c FRONTPANEL: Fix repeating register data gathering lock problem (COVERITY) Mark Pizzolato 2017-03-20 23:37:50 -07:00
  • 2d1b969cb7 TAPE: Stub extended gap behaviors to avoid link time errors. Mark Pizzolato 2017-03-20 23:05:47 -07:00
  • 3eb4598456 SCP: Removed KBD_WAIT and friends Bob Supnik 2017-03-20 22:33:38 -07:00
  • 14e6aeac91 SCP: Removed KBD_WAIT and friends Bob Supnik 2017-03-20 22:04:27 -07:00
  • 58d914c129 TAPE: Added sim_tape_errecf, sim_tape_errecr functions Bob Supnik 2017-03-20 21:58:41 -07:00
  • df1f07f89d TIMER: Fixed calibration lost path to reinitialize timer Bob Supnik 2017-03-20 21:56:13 -07:00
  • 5ca66f59fe SCP: Fixed "noise" bugs (COVERITY) Bob Supnik 2017-03-20 21:55:10 -07:00
  • 0947a69a9e isys80xx, imds-225: Cleanup Coverity identified issues Bill Beech 2017-03-20 13:41:24 -07:00
  • f02a9b02f3 ibmpc, ibmpcxt: Cleanup Coverity identified issues Bill Beech 2017-03-20 13:40:40 -07:00
  • bef62a51fd SWTP: Cleanup Coverity identified issues Bill Beech 2017-03-20 13:32:43 -07:00
  • 6831746400 All VAX: Clarify Opcode Table decode values Mark Pizzolato 2017-03-20 08:10:43 -07:00
  • 33f02ae4d7 SDS: Add precise gap erase to MT device Bob Supnik 2017-03-20 08:03:49 -07:00
  • 0cc2a469b2 sigma: Add "Sigma 7 BigMem" as a model variant Bob Supnik 2017-03-20 08:02:57 -07:00
  • c26c6ea501 NOVA, PDP1,, sigma: Various cosmetic/typo changes Bob Supnik 2017-03-20 08:01:58 -07:00
  • 41ea29a752 PDP18B: Limit connection poll to configured lines Bob Supnik 2017-03-20 07:49:03 -07:00
  • 976cf12d76 VAX780: Update 780 bug history to include REI to Compatibility mode Bob Supnik 2017-03-20 07:48:25 -07:00
  • e1f8e88373 ID16, ID32: Fixed testing of 8b mode and echoed character (COVERITY) Bob Supnik 2017-03-20 07:47:42 -07:00
  • a37e9284e1 I7094: Annotated fall through in switch (COVERITY) Bob Supnik 2017-03-20 07:46:28 -07:00
  • a040eb4e32 I1401: Fixed MTF length checking (COVERITY) Bob Supnik 2017-03-20 07:43:41 -07:00
  • c6399f7e40 PDP11: Change DC and TTI device to be 7B instead of 7P Mark Pizzolato 2017-03-20 07:34:49 -07:00
  • dcc5e098d0 PDP10, PDP18B, VAX: Better cosheduling behavior Bob Supnik 2017-03-20 07:33:04 -07:00
  • 3165a1b3ab All VAX: Properly define Unimplemented Opcode specifier count mask Bob Supnik 2017-03-20 07:19:32 -07:00
  • eb2862fde4 SDS: Add precise gap erase to MT device Bob Supnik 2017-03-19 18:15:02 -07:00
  • b32e22874d sigma: Add "Sigma 7 BigMem" as a model variant Bob Supnik 2017-03-19 18:12:34 -07:00
  • a6469c255d NOVA, PDP1, PDP11, sigma: Various cosmetic/typo changes Bob Supnik 2017-03-19 09:45:12 -07:00
  • 9700c9116a PDP8: Added LS8E decode (6660) for WPS8 and PKSTF Bob Supnik 2017-03-18 23:46:10 -07:00
  • a12b5d5a8f PDP18B: Limit connection poll to configured lines Bob Supnik 2017-03-18 23:43:01 -07:00
  • 1ea348ed1d VAX780: Update 780 bug history to include REI to Compatibility mode Bob Supnik 2017-03-18 22:41:37 -07:00