1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-24 17:36:37 +00:00

Commit Graph

  • f07f08b877 Proper declarations to avoid compiler warnings Mark Pizzolato 2012-03-13 06:53:36 -07:00
  • 57c961f99a Made references to disk capacity consistent with respect to the units they are kept in (i.e. Words or Bytes). Mark Pizzolato 2012-03-12 06:58:47 -07:00
  • 1d5dc21dcc Enable Maximum compiler optimization for release build of VAX simulators Mark Pizzolato 2012-03-09 09:14:34 -08:00
  • 8e76a8d081 Fixed cygwin build and execution issue, mostly from Tony Nicholson Mark Pizzolato 2012-03-02 13:27:20 -08:00
  • e6c94e9466 Add some polish to build messages Mark Pizzolato 2012-02-29 07:08:02 -08:00
  • a3973f0e8c Merge branch 'master' into Extra-VAXen Mark Pizzolato 2012-02-28 17:58:44 -08:00
  • 9386369bd5 Made dynamic libreadline loading more robust for some systems Mark Pizzolato 2012-02-28 17:56:41 -08:00
  • 4f6ad32395 Fixed MAC Address Conflict detection support. Mark Pizzolato 2012-02-28 14:10:08 -08:00
  • 4ab52659be Provided Console Control Event explanation as comments in the sim_console code. Mark Pizzolato 2012-02-28 14:02:49 -08:00
  • 4ce92b4f38 Fixed overrun bug in eth_devices. Mark Pizzolato 2012-02-28 13:31:46 -08:00
  • d9e4afe64c Fixed internal loopback packet processing. We should only respond to loopback packets addressed to the physical MAC address OR the Broadcast address OR a Multicast address we're listening to (we may receive other loopback packets if we're in promiscuous mode but we should not respond to them). Mark Pizzolato 2012-02-28 12:09:05 -08:00
  • cf49864327 More robust detection of file transfer/conversion errors in ROM/boot code Mark Pizzolato 2012-02-26 12:38:07 -08:00
  • f09637186d Change default makefile behavior to prefer OS provided libpcap components over www.tcpdump.org components and to suggest that the build should be done with the OS libpcap-dev package. Mark Pizzolato 2012-02-26 10:13:20 -08:00
  • 153e905339 Added checking to detect unexpected file sizes for ROM image files. Mark Pizzolato 2012-02-25 08:56:25 -08:00
  • 4838d1f7dd Align VHD disk data blocks for optimal performance when a VHD resides on storage with 4K sector size. Mark Pizzolato 2012-02-25 08:45:52 -08:00
  • 98e343f43f Fixed call to pcap_lookupnet to actually use the device name as the argument. Mark Pizzolato 2012-02-17 16:33:06 -08:00
  • f2b583759a Clarified operational requirements for SIM_ASYNCH_IO on Windows Mark Pizzolato 2012-02-06 10:03:09 -08:00
  • 76f68d7b5e Finished merge of recent changes into VAX730 specific modules Mark Pizzolato 2012-02-02 08:31:03 -08:00
  • 30ef557968 Merge remote-tracking branch 'origin/master' into Extra-VAXen Mark Pizzolato 2012-02-02 08:24:09 -08:00
  • d8b900ea8d Make sure that saved VAX clock state is stored in a host platform independent way. Mark Pizzolato 2012-02-02 07:32:38 -08:00
  • 5efd8fe1b5 Fixed bug in save command. The issue is that attached units which are buffered in memory should also be flushed to storage as part of the save operation to make all the components of the save 'snapshot' consistent. Mark Pizzolato 2012-02-02 07:30:40 -08:00
  • 9b5750f6a8 Fixed error path issue when RAW disk operations are active (found by Sergey Oboguev) Mark Pizzolato 2012-02-01 20:01:46 -08:00
  • c2d50b503e Fixed error path issues found by Sergey Oboguev Mark Pizzolato 2012-02-01 19:59:24 -08:00
  • e1d1893834 Fixed concurrent write issue (discovered by Sergey Oboguev) which may happen if SIM_ASYNC_IO is enabled Mark Pizzolato 2012-02-01 19:58:55 -08:00
  • 88076c4b1b Added check for required build dependencies in the Visual Studio Projects to provide advise when needed. Mark Pizzolato 2012-01-31 05:45:33 -08:00
  • db5cdc1e6c Merged additional functionality from master branch into Extra-VAXen unique files. Mark Pizzolato 2012-01-27 05:18:38 -08:00
  • c2e6a832e8 Merge remote-tracking branch 'origin/master' into Extra-VAXen Mark Pizzolato 2012-01-27 05:03:52 -08:00
  • d690603045 Updated Windows Network build (in makefile and Visual Studio Projects) to reference WinPcap and pthreads in a consistent parallel directory to the simulator source (i.e. ../windows-build/...). Mark Pizzolato 2012-01-27 05:00:46 -08:00
  • 214b1b6047 Fix Linux build to support Debian Squeeze by a non-root user Mark Pizzolato 2012-01-24 19:55:04 -08:00
  • 94e1975539 Avoid compiler warnings when time_t is 64 bits. Mark Pizzolato 2012-01-24 13:45:27 -08:00
  • 7a558a4e63 Added support for Logical End of Tape (EOT) detection when required Mark Pizzolato 2012-01-24 10:12:26 -08:00
  • 3e8b43b4c6 Added description of all the required linux packages to perform a proper build Mark Pizzolato 2012-01-24 10:02:13 -08:00
  • aa7c50eb38 Compiler cleanup for issues noticed during x64 compiles Mark Pizzolato 2012-01-17 04:09:34 -08:00
  • 01337fe114 Fixed tape I/O which didn't work when Asynch I/O was dynamically disabled by scp command 'set noasync' Mark Pizzolato 2012-01-14 06:26:59 -08:00
  • d4c83e5f46 Make sure that the correct struct timespec definition (which the pthreads APIs will need) is known before we define our own. Mark Pizzolato 2012-01-13 15:32:51 -08:00
  • 6b6d7cccac Refined description of Asynch I/O build support. Mark Pizzolato 2012-01-13 15:23:53 -08:00
  • 3172e743ee Normalized the saved format of the optional VAX TODR persistent file so that it may be moved around from one platform to another along with other simulator state files (disk & tape images, save/restore files, etc.). Mark Pizzolato 2012-01-13 10:51:26 -08:00
  • 3443839ba7 Fixed disk I/O which didn't work when Asynch I/O was dynamically disabled by scp command 'set noasync' Mark Pizzolato 2012-01-13 02:32:28 -08:00
  • 369541731b Change 730 windows build to ignore deprecated POSIX APIs. Mark Pizzolato 2012-01-11 14:59:48 -08:00
  • 5263a9e906 Added a sanity check to validate the modify time of the simulator image being restored by the 'restore' command with respect to the modify times of any files which are attached during the restore operation. Mark Pizzolato 2012-01-11 10:58:00 -08:00
  • 6079add9e7 make output of 'show show' command consistent with other help output (lowercase primary commands). Mark Pizzolato 2012-01-10 20:18:12 -08:00
  • d14853e14a Fixed build when using a libpcap from www.tcpdump.org Mark Pizzolato 2012-01-10 20:14:09 -08:00
  • 8db25247ba Declare the VAX730 as a non-Qbus system Mark Pizzolato 2012-01-09 03:27:58 -08:00
  • 7a8a6e828e Merge branch 'master' into Extra-VAXen Mark Pizzolato 2012-01-02 12:03:07 -08:00
  • e143a06e8f Revert RQ and TQ to BR5. These devices (on Unibus Systems) are really BR5. Mark Pizzolato 2011-12-26 05:48:28 -08:00
  • 754c31b0ec Merge branch 'master' into Extra-VAXen Mark Pizzolato 2011-12-18 19:53:19 -08:00
  • 93f09d3253 Fixed interrupts to treat all Qbus devices as BR4. Changed RQ and TQ to BR4 to reflect real hardware (for the Unibus case). Mark Pizzolato 2011-12-17 10:04:53 -08:00
  • de9facf9cc Added echo/log output of the results of a goto command to make it easier to read what happened in a simulator log file. Also flushed log files when starting instruction execution. Mark Pizzolato 2011-12-17 08:36:11 -08:00
  • 754934bb6b Added SIM_NAME as an environment variable while a simulator is executing. This can then be used by "do" scripts and/or in the context of host shell commands invoked with "!". Mark Pizzolato 2011-12-17 08:32:39 -08:00
  • 01369c13da Added sim_ttisatty to support reasonable behaviour (i.e. avoid in infinite loop) in the main command input loop when EOF is detected and input is coming from a file (or a null device: /dev/null or NUL:) This may happen when a simulator is running in a background process. Mark Pizzolato 2011-12-07 10:01:07 -08:00
  • de5997608d Added missing command argument substitution for command lines read directly from stdin. Also, added new "set environment name=val" command which is potentially useful for scripting. Mark Pizzolato 2011-12-01 10:00:14 -08:00
  • 421fce7798 Added missing implementation of "set nobreak". The help set showed this as valid, but it wasn't defined. Mark Pizzolato 2011-11-30 02:56:19 -08:00
  • cbcd244e0c Fix builds on BSD host systems Mark Pizzolato 2011-11-26 08:21:45 -08:00
  • d9f3b66bbf Fixed line endings to be consistent in dynamically loaded pcap_fileno implementation Mark Pizzolato 2011-11-26 06:42:13 -08:00
  • cc890aec1c Fixes bugs in multiply and divide introduced in 3.8-1; fixes XR and double precision bugs (from Adrian Wise) Mark Pizzolato 2011-11-26 06:31:07 -08:00
  • 041e192fa9 Generalized the determination of the host library path for most platforms. Mark Pizzolato 2011-11-25 17:24:55 -08:00
  • a808ca561c Added dynamic support for uuid_generate when creating VHDs on *nix platforms. Mark Pizzolato 2011-11-25 17:21:54 -08:00
  • 71bc2e80c1 Merge branch 'master' into Extra-VAXen Mark Pizzolato 2011-11-17 17:14:27 -08:00
  • db7e04e0df Cleanup of readline and static libpcap support after multi-platform testing. Mark Pizzolato 2011-11-17 13:06:36 -08:00
  • 934836483b Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. Mark Pizzolato 2011-11-17 11:59:50 -08:00
  • 2793d49bf9 Cleanup function prototypes for consistency with newer versions of WinPcap and libpcap. Mark Pizzolato 2011-11-17 11:29:13 -08:00
  • 3b7492d6be Added dynamic loading of libpcap on *nix platforms. Mark Pizzolato 2011-11-17 09:51:58 -08:00
  • 8b01b90008 Generalized readline support to dynamically load the readline library and avoid the symbol conflicts which happen on some platforms and some simulators with a global PC variable. Mark Pizzolato 2011-11-17 08:46:15 -08:00
  • 2d4d248ae3 Added Android targeted build support to the makefile Mark Pizzolato 2011-11-16 13:45:37 -08:00
  • 22b130be23 Generalized makefile approach to find libraries and include files allowing different platforms to simply describe where to check for required components. Mark Pizzolato 2011-11-15 14:42:44 -08:00
  • 07e1738745 Cleaned up makefile to only build network support for simulators which can use it. Mark Pizzolato 2011-11-11 07:03:25 -08:00
  • 5f1a22a7a5 Cleaned up makefile to only build network support for simulators which can use it. Mark Pizzolato 2011-11-10 10:17:55 -08:00
  • 3e10dfbd95 Merge branch 'master' into Extra-VAXen Mark Pizzolato 2011-11-10 09:04:42 -08:00
  • f9521eaf01 Reverting Interrupt Priority Level change for DEQNA/DELQA. There is a general issue with all Qbus devices which is not specific to the DEQNA/DELQA. Fix coming later from Bob Supnik Mark Pizzolato 2011-11-07 14:31:58 -08:00
  • 8e606f0af7 Fix compiler warning due to extra arguments passed to printf Mark Pizzolato 2011-11-02 16:10:10 -07:00
  • 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 vms-pcap 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