1
0
mirror of https://github.com/simh/simh.git synced 2026-03-16 06:47:50 +00:00

Commit Graph

  • 1d490907ad Fix for OSX clean compile Mark Pizzolato 2011-11-02 14:54:00 -07:00
  • d733bc3eb9 Fixed Interrupt Priority Level of DELQA and DELQA-T devices to be BR4 devices. Reported by Sergey Oboguev Mark Pizzolato 2011-11-02 13:38:06 -07:00
  • 158a02df5a Removed unused utility routine which doesn't compile on some platforms Mark Pizzolato 2011-11-02 08:45:21 -07:00
  • 02c5302039 cleaned up Solaris build issues Mark Pizzolato 2011-11-02 08:32:24 -07:00
  • cbc14bc010 Fix memory leak on error path and proper polling vs async conditions Mark Pizzolato 2011-11-02 05:45:01 -07:00
  • 4b4b098ab6 Change to remove later linker warnings Mark Pizzolato 2011-11-01 07:38:41 -07:00
  • fd5de0d005 Added support for VDE (Virtual Distributed Ethernet) network packet transport Mark Pizzolato 2011-10-31 11:51:19 -07:00
  • bfb6e54819 Compiler warning cleanup Mark Pizzolato 2011-10-31 10:26:58 -07:00
  • 4167c4cab9 Cleanup comments Mark Pizzolato 2011-10-31 10:25:52 -07:00
  • f84c6109de Added useful diagnostic when restore operation fails due to inability to attach a device Mark Pizzolato 2011-10-31 10:25:11 -07:00
  • a8a5a5b74f Fixed error path to properly close file Mark Pizzolato 2011-10-31 10:24:30 -07:00
  • eaddb7d24a Added support for integrated Tap networking interfaces on OSX Mark Pizzolato 2011-10-29 14:13:33 -07:00
  • ec4f002531 Standardized the simulatar transition messages which is needed on hosts with raw console tty I/O (From the OSX community) Mark Pizzolato 2011-10-28 10:06:12 -07:00
  • 0c4b62fe82 Remove compiler warnings if built with DONT_USE_PCAP_FINDALLDEVS Mark Pizzolato 2011-10-28 10:04:21 -07:00
  • 8e53eca1c7 Added 0readme_pcap-VMS.txt to describe build relationship to simh Mark Pizzolato 2011-10-27 07:16:42 -07:00
  • 2df727b701 adds link to pdp8_fpp.c Mark Pizzolato 2011-10-26 13:48:15 -07:00
  • 852293e046 many bug fixes (all from Rick Murphy); now functional Mark Pizzolato 2011-10-26 13:47:40 -07:00
  • 445cb1710d Fixed SDLC to clear AC (from Dave Gesswein) Mark Pizzolato 2011-10-26 13:46:21 -07:00
  • c38eacd0c8 Fixed throttling in several ways: Mark Pizzolato 2011-10-25 03:52:24 -07:00
  • 9f1f586714 Compiler cleanup Mark Pizzolato 2011-10-21 02:07:36 -07:00
  • 7075a3ec5c Added support for concurrent sharing of raw disk images/drives between simulators Mark Pizzolato 2011-10-20 11:30:44 -07:00
  • 51525f7a3f Fixed builds on x64 *nix platforms to properly detect the availability of libm Mark Pizzolato 2011-10-12 15:39:06 -07:00
  • 329d84ea0c Fixed Missing SIM_ASYNCH_IO option in VAX780 Debug build Mark Pizzolato 2011-09-29 06:35:26 -07:00
  • 7f9a612e96 Merge branch 'VAX-TODR' Mark Pizzolato 2011-09-29 06:32:58 -07:00
  • 5687f9227b VAX & VAX780 Generalized setting TODR for all OSes. Mark Pizzolato 2011-09-28 15:05:07 -07:00
  • eef35bd1dc Added a console log flush when starting a simulator and potentially waiting for a telnet connection Mark Pizzolato 2011-09-27 07:22:25 -07:00
  • 3ae8a42dae Allowed SET CONSOLE TELNET=nnn to be issued multiple times, with an automatic SET CONSOLE NOTELNET done as needed. Mark Pizzolato 2011-09-26 11:49:43 -07:00
  • 2753c4a3dc Fixed DO command to properly return and display status from nested invocations. Mark Pizzolato 2011-09-26 11:09:08 -07:00
  • 034e749fce Added SET ASYNCH and SET NOASYNCH commands to dynamically enable or disable Asynchronous I/O support Mark Pizzolato 2011-09-25 08:16:40 -07:00
  • 6e098021c2 Documented current state of sim_ether, etc. and included references for new OpenVMS Integrety (IA64) support. Mark Pizzolato 2011-09-25 08:14:58 -07:00
  • 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