1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-17 23:43:06 +00:00

Commit Graph

  • 0705a6b468 Fixed typo in VAX730 build Mark Pizzolato 2011-09-24 06:26:25 -07:00
  • e410733781 fixed makefile to correctly use readline on x64 Linux builds which have libreadline available Mark Pizzolato 2011-09-23 16:26:00 -07:00
  • a6b8d63f10 Merge of VAX 11/730 Simulator from Matt Burke Mark Pizzolato 2011-09-23 16:21:03 -07:00
  • cb35f6c97b Added support for embedded ROM images in simulators. Mark Pizzolato 2011-09-23 13:07:14 -07:00
  • af6338d927 From Matt Burke Mark Pizzolato 2011-09-23 11:28:00 -07:00
  • 312bc9a967 Added signal catching of SIGHUP and SIGTERM to cause simulator STOP. This will facilitate running a simulator as a 'service' on *nix platforms, given a sufficiently flexible simulator .ini file. Mark Pizzolato 2011-09-22 14:43:42 -07:00
  • e70278eabf VAX: Fixed idle conditions for various versions of Ultrix, Quasijarus-4.3BSD, NetBSD and OpenBSD. Mark Pizzolato 2011-09-21 07:13:35 -07:00
  • a280dd2b1f Added Readline build support on more *nix platforms Mark Pizzolato 2011-09-19 17:08:35 -07:00
  • 5151c341a4 Fixed *nix build support on x64 platforms Mark Pizzolato 2011-09-19 16:38:58 -07:00
  • 49597cc0d3 Added makefile build support for detecting libpthreads on x64 *nix platforms. Mark Pizzolato 2011-09-19 16:33:14 -07:00
  • f1b638749f Added display of the measured sleep resolution to sim_show_idle and a call to sim_show_idle from the VAX cpu_show_idle routine. Mark Pizzolato 2011-09-19 14:49:45 -07:00
  • b36370413f Merge branch 'master' of github.com:markpizz/simh Mark Pizzolato 2011-09-14 08:51:09 -07:00
  • 573f7bce0b Minor compile message cleanup Mark Pizzolato 2011-09-14 08:47:59 -07:00
  • 706e07a746 Fixed from Sergey Oboguev relating to XU and XQ Auto Config issues with vector assignments. Mark Pizzolato 2011-08-17 16:36:02 -07:00
  • 3a61487a2d Cleaned up payload length determination. Mark Pizzolato 2011-08-13 10:29:44 -07:00
  • 015f2bb82e Fixed race condition detecting reflections when threaded reading and writing is enabled. Mark Pizzolato 2011-08-12 17:53:32 -07:00
  • 724cdfcfb1 Fixed DESCRIP.MMS for clean building on IA64 platforms. Mark Pizzolato 2011-06-12 16:23:01 -07:00
  • 9e220f1138 Cleaned up VMS builds using various versions of the Dec/Compaq/HP C compilers Mark Pizzolato 2011-06-04 04:29:00 -07:00
  • ac4a6ad369 Support for older Compaq C compilers Mark Pizzolato 2011-06-03 09:41:00 -07:00
  • 89a27e0816 pdp11_vh.c: - Added debugging support to trace register, interrupt Mark Pizzolato 2011-06-03 09:27:27 -07:00
  • 338ad5147b Extend help text for SET CONSOLE to describe all of the settable console options Mark Pizzolato 2011-06-03 09:25:49 -07:00
  • b3cb2791a5 Added telnet Option Negotiation Debugging support Mark Pizzolato 2011-06-02 08:57:20 -07:00
  • d32b3a0f6d Added idle support when sitting at the >>> prompt in the console ROM Mark Pizzolato 2011-06-02 08:37:17 -07:00
  • 31bf337ded Fix sim_debug to display actual instruction count. Mark Pizzolato 2011-06-01 09:23:14 -07:00
  • 14a88e4fd4 Make sure that VAX/vmb.exe is included in the git repository Mark Pizzolato 2011-06-01 09:10:13 -07:00
  • f7b53a5fe9 Fixed sim_idle to account for a reasonable number of cycles which have passed when an asynchrnous event terminated the idle wait. Mark Pizzolato 2011-04-22 05:47:26 -07:00
  • 049540aa20 Removed sim_console_old.c and sim_tmxr_old.c since the original files are available directly in the repository history. Mark Pizzolato 2011-04-21 13:19:27 -07:00
  • d8e4a43f9a makefile: Cleaned up MinGw build and provided an option to build without Asynch I/O support using MinGw. Mark Pizzolato 2011-04-20 15:18:37 -07:00
  • 599c471eb4 ibm1130 - Compiler cleanup Mark Pizzolato 2011-04-20 15:10:48 -07:00
  • 2532ff4fac Remove ECLIPSE from the VAX build since it requires 64b and move the presumed location of PCAP-VMS up one directory level. Mark Pizzolato 2011-04-20 12:44:01 -07:00
  • 0ad673fed3 Separated Pcap-VMS from the rest of the simh source tree. Mark Pizzolato 2011-04-20 12:23:06 -07:00
  • db99885bfe scp - Added expansion of %STATUS% and %TSTATUS% in do command Mark Pizzolato 2011-04-20 11:11:22 -07:00
  • 7dfe732667 pdp11_xq Fixed save/restore behavior Mark Pizzolato 2011-04-20 06:06:33 -07:00
  • e3d3544f4d Changed sim_rest to defer attaching devices until after device register contents have been restored. Mark Pizzolato 2011-04-19 16:28:59 -07:00
  • 3e4185b1b1 pdp11_xq - Changed default to disable polling when Asynch I/O is available Mark Pizzolato 2011-04-19 16:20:24 -07:00
  • d81365b7af Compile cleanups. Mark Pizzolato 2011-04-19 16:18:26 -07:00
  • d8f55a652b Cleaned up filename cases to be consistent for cross platform builds Mark Pizzolato 2011-04-19 16:02:45 -07:00
  • 5da9566b43 Fixed missing void declaration Mark Pizzolato 2011-04-18 16:23:23 -07:00
  • 77ce0c7ceb Idle enabled state should persist across a save/restore Mark Pizzolato 2011-04-18 16:08:41 -07:00
  • b577841d03 Fixed bug with self loopback packets in multithreaded environments Mark Pizzolato 2011-04-18 16:07:23 -07:00
  • bafbba4df8 Fixed bug with shared log file references Mark Pizzolato 2011-04-18 16:06:19 -07:00
  • 94ad4e303f Cleaned up to support running in a background/detached process Mark Pizzolato 2011-04-17 15:29:35 -07:00
  • 2247e52be1 Enriched .gitignore to avoid testing/working files Mark Pizzolato 2011-04-17 15:28:46 -07:00
  • bad4e297a4 Fixed build and link issues across different versions of AXP VMS. Mark Pizzolato 2011-04-15 10:56:22 -07:00
  • fe8b1f06de Merge branch 'FastAsynchIO' into simhv38-2-rc2 Mark Pizzolato 2011-04-15 10:47:35 -07:00
  • 87157dc737 Merge branch 'BufferedConsole' into simhv3.8-2.rc2 Mark Pizzolato 2011-04-15 09:22:37 -07:00
  • 8eb9caff10 Merge branch 'ControlFlow' into simv3.8-2-rc2 Mark Pizzolato 2011-04-15 09:19:29 -07:00
  • 4ca8935d60 Revised VMS build (descrip.mms) and makefile FastAsynchIO Mark Pizzolato 2011-04-15 09:11:32 -07:00
  • a6964f849d Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms Mark Pizzolato 2011-04-15 09:04:39 -07:00
  • eb514e2a8d Merged in new ethernet code to potentially leverage AsynchIO Mark Pizzolato 2011-04-15 08:53:01 -07:00
  • a1930c9b05 Added Visual Studio Projects for VS2008 and VS2010 Mark Pizzolato 2011-04-15 08:51:11 -07:00
  • 87c3e3452f Added Asynch I/O and Disk Support for various Disk formats Mark Pizzolato 2011-04-15 08:49:18 -07:00
  • 454b706a11 Added Buffered Console Capabilities BufferedConsole Mark Pizzolato 2011-04-15 08:43:07 -07:00
  • 766e7058f1 Added SET ON, SET NOON, ON, GOTO and RETURN command support v4.0-devel ControlFlow Mark Pizzolato 2011-04-15 08:40:33 -07:00
  • a9fd3dd518 Notes For V3.8 v3.8-2-rc2 Bob Supnik 2011-03-23 14:39:00 -07:00
  • 35eac703c3 Notes For V3.8 v3.8-2-rc1 Bob Supnik 2010-04-26 06:04:00 -07:00
  • 9c4779c061 Notes For V3.8 v3.8-1 Bob Supnik 2009-02-08 09:06:00 -08:00
  • 59aa4a73b1 Notes For V3.8 v3.8-0 Bob Supnik 2008-06-24 14:21:00 -07:00
  • 3cb7c60d5d Notes For V3.7 v3.7-3 Bob Supnik 2007-09-02 05:30:00 -07:00
  • 56a7d31770 Notes For V3.7 v3.7-2 Bob Supnik 2007-07-12 19:12:00 -07:00
  • 6149cc7e06 Notes For V3.7 v3.7-1 Bob Supnik 2007-05-12 17:39:00 -07:00
  • 53d02f7fa7 Notes For V3.7-0 v3.7-0 Bob Supnik 2007-02-03 14:59:00 -08:00
  • 5c173cdd67 simh Alpha CPU Alpha-CPU Alpha-CPU Bob Supnik 2006-10-31 15:17:00 -07:00
  • 15919a2dd7 Notes For V3.6-0 v3.6-1 Bob Supnik 2006-07-20 13:36:00 -07:00
  • dc871fa631 Notes For V3.6-0 v3.6-0 Bob Supnik 2006-05-27 11:34:00 -07:00
  • a12e4a1c39 Notes For V3.5-1 v3.5-2 Bob Supnik 2006-01-23 20:01:00 -08:00
  • 1e704bf185 Notes For V3.5-1 v3.5-1 Bob Supnik 2005-10-15 15:38:00 -07:00
  • b7c1eae41f Notes For V3.5-0 v3.5-0 Bob Supnik 2005-09-09 18:09:00 -07:00
  • ec60bbf329 Notes For V3.4-0 v3.4-0 Bob Supnik 2005-05-03 04:10:00 -07:00
  • 098200a126 Notes For V3.3-2 v3.3-2 Bob Supnik 2005-03-09 19:33:00 -08:00
  • 9b5c8c9711 Notes For V3.3-1 v3.3-1 Bob Supnik 2005-01-09 13:55:00 -08:00
  • b6393b36b4 Notes For V3.3 v3.3-0 Bob Supnik 2004-11-23 15:49:00 -08:00
  • 2e00e1122f Notes For V3.2-3 v3.2-3 Bob Supnik 2004-09-03 15:31:00 -07:00
  • 2688f2d26e Notes For V3.2-2 v3.2-2 Bob Supnik 2004-07-17 11:55:00 -07:00
  • e2ba672610 Notes For V3.2-1 v3.2-1 Bob Supnik 2004-07-10 06:13:00 -07:00
  • 26aa6de663 Notes For V3.2-0 v3.2-0 Bob Supnik 2004-04-06 05:17:00 -07:00
  • 1da2d9452d Notes For V3.1-0 v3.1-0 Bob Supnik 2003-12-31 11:49:00 -08:00
  • 78b401acd6 simh tools simtools simtools Bob Supnik 2003-12-28 17:18:00 -08:00
  • f01115606a simh tools Bob Supnik 2003-12-28 17:16:00 -08:00
  • b2101ecdd4 Notes For V3.0-2 v3.0-2 Bob Supnik 2003-09-15 18:00:00 -07:00
  • f9564b81b9 Notes For V3.0-1 v3.0-1 Bob Supnik 2003-07-31 16:17:00 -07:00
  • 4ffd3be790 Notes For V3.0-0 v3.0-0 Bob Supnik 2003-06-25 09:20:00 -07:00
  • 43385c9616 Notes For V2.10-4 v2.10-4 Bob Supnik 2003-03-03 18:55:00 -08:00
  • f20f5c629d Notes For V2.10-3 v2.10-3 Bob Supnik 2003-02-07 21:28:00 -08:00
  • 2bcd1e7c4c Notes For V2.10-2 v2.10-2 Bob Supnik 2003-01-17 18:35:00 -08:00
  • 4ea745b3ad Notes For V2.10-1 v2.10-1 Bob Supnik 2002-11-21 19:43:00 -08:00
  • 2c2dd5ea33 Notes For V2.10-0 v2.10-0 Bob Supnik 2002-11-17 15:54:00 -08:00
  • df6475181c Notes For V2.9-11 v2.9-11 Bob Supnik 2002-07-14 15:20:00 -07:00
  • 701f0fe028 Notes For V2.8 v2.8 Bob Supnik 2001-12-26 09:38:00 -08:00
  • 654937fc88 simh v2.7 v2.7 Bob Supnik 2001-11-06 21:02:00 -08:00
  • 89bcd020e1 simh v2.6b v2.6b Bob Supnik 2001-11-06 20:58:00 -08:00
  • a7b623a1a8 simh v2.6a v2.6a Bob Supnik 2001-11-06 20:54:00 -08:00
  • 4d6dfa4bdb simh v2.6 v2.6 Bob Supnik 2001-11-06 20:50:00 -08:00
  • 062d217c67 simh v2.5a v2.5a Bob Supnik 2001-11-06 20:47:00 -08:00
  • 9af6fd21e7 simh v2.5 v2.5 Bob Supnik 2001-11-06 20:44:00 -08:00