1. b3102ea Foxed size units (words or bytes) consistency issues when creating disks. by Mark Pizzolato · 13 years ago
  2. e61d00d Added compiler optimizations to gcc builds by Mark Pizzolato · 13 years ago
  3. 0abfa93 Merge branch 'master' of github.com:markpizz/simh by Mark Pizzolato · 13 years ago
  4. f07f08b Proper declarations to avoid compiler warnings by Mark Pizzolato · 13 years ago
  5. 57c961f Made references to disk capacity consistent with respect to the units they are kept in (i.e. Words or Bytes). by Mark Pizzolato · 13 years ago
  6. 1d5dc21 Enable Maximum compiler optimization for release build of VAX simulators by Mark Pizzolato · 13 years ago
  7. 8e76a8d Fixed cygwin build and execution issue, mostly from Tony Nicholson by Mark Pizzolato · 13 years ago
  8. e6c94e9 Add some polish to build messages by Mark Pizzolato · 13 years ago
  9. 9386369 Made dynamic libreadline loading more robust for some systems by Mark Pizzolato · 13 years ago
  10. 4f6ad32 Fixed MAC Address Conflict detection support. by Mark Pizzolato · 13 years ago
  11. 4ab5265 Provided Console Control Event explanation as comments in the sim_console code. by Mark Pizzolato · 13 years ago
  12. 4ce92b4 Fixed overrun bug in eth_devices. by Mark Pizzolato · 13 years ago
  13. d9e4afe 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). by Mark Pizzolato · 13 years ago
  14. cf49864 More robust detection of file transfer/conversion errors in ROM/boot code by Mark Pizzolato · 13 years ago
  15. f096371 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. by Mark Pizzolato · 13 years ago
  16. 153e905 Added checking to detect unexpected file sizes for ROM image files. by Mark Pizzolato · 13 years ago
  17. 4838d1f Align VHD disk data blocks for optimal performance when a VHD resides on storage with 4K sector size. by Mark Pizzolato · 13 years ago
  18. 98e343f Fixed call to pcap_lookupnet to actually use the device name as the argument. by Mark Pizzolato · 13 years ago
  19. f2b5837 Clarified operational requirements for SIM_ASYNCH_IO on Windows by Mark Pizzolato · 13 years ago
  20. d8b900e Make sure that saved VAX clock state is stored in a host platform independent way. by Mark Pizzolato · 13 years ago
  21. 5efd8fe 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. by Mark Pizzolato · 13 years ago
  22. 9b5750f Fixed error path issue when RAW disk operations are active (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago
  23. c2d50b5 Fixed error path issues found by Sergey Oboguev by Mark Pizzolato · 13 years ago
  24. e1d1893 Fixed concurrent write issue (discovered by Sergey Oboguev) which may happen if SIM_ASYNC_IO is enabled by Mark Pizzolato · 13 years ago
  25. 88076c4 Added check for required build dependencies in the Visual Studio Projects to provide advise when needed. by Mark Pizzolato · 13 years ago
  26. d690603 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/...). by Mark Pizzolato · 13 years ago
  27. 214b1b6 Fix Linux build to support Debian Squeeze by a non-root user by Mark Pizzolato · 13 years ago
  28. 94e1975 Avoid compiler warnings when time_t is 64 bits. by Mark Pizzolato · 13 years ago
  29. 7a558a4 Added support for Logical End of Tape (EOT) detection when required by Mark Pizzolato · 13 years ago
  30. 3e8b43b Added description of all the required linux packages to perform a proper build by Mark Pizzolato · 13 years ago
  31. aa7c50e Compiler cleanup for issues noticed during x64 compiles by Mark Pizzolato · 13 years ago
  32. 01337fe Fixed tape I/O which didn't work when Asynch I/O was dynamically disabled by scp command 'set noasync' by Mark Pizzolato · 13 years ago
  33. d4c83e5 Make sure that the correct struct timespec definition (which the pthreads APIs will need) is known before we define our own. by Mark Pizzolato · 13 years ago
  34. 6b6d7cc Refined description of Asynch I/O build support. by Mark Pizzolato · 13 years ago
  35. 3172e74 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.). by Mark Pizzolato · 13 years ago
  36. 3443839 Fixed disk I/O which didn't work when Asynch I/O was dynamically disabled by scp command 'set noasync' by Mark Pizzolato · 13 years ago
  37. 5263a9e 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. by Mark Pizzolato · 13 years ago
  38. 6079add make output of 'show show' command consistent with other help output (lowercase primary commands). by Mark Pizzolato · 13 years ago
  39. d14853e Fixed build when using a libpcap from www.tcpdump.org by Mark Pizzolato · 13 years ago
  40. e143a06 Revert RQ and TQ to BR5. These devices (on Unibus Systems) are really BR5. by Mark Pizzolato · 13 years ago
  41. 93f09d3 Fixed interrupts to treat all Qbus devices as BR4. Changed RQ and TQ to BR4 to reflect real hardware (for the Unibus case). by Mark Pizzolato · 13 years ago
  42. de9facf 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. by Mark Pizzolato · 13 years ago
  43. 754934b 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 "!". by Mark Pizzolato · 13 years ago
  44. 01369c1 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. by Mark Pizzolato · 13 years ago
  45. de59976 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. by Mark Pizzolato · 13 years ago
  46. 421fce7 Added missing implementation of "set nobreak". The help set showed this as valid, but it wasn't defined. by Mark Pizzolato · 13 years ago
  47. cbcd244 Fix builds on BSD host systems by Mark Pizzolato · 13 years ago
  48. d9f3b66 Fixed line endings to be consistent in dynamically loaded pcap_fileno implementation by Mark Pizzolato · 13 years ago
  49. cc890ae Fixes bugs in multiply and divide introduced in 3.8-1; fixes XR and double precision bugs (from Adrian Wise) by Mark Pizzolato · 13 years ago
  50. 041e192 Generalized the determination of the host library path for most platforms. by Mark Pizzolato · 13 years ago
  51. a808ca5 Added dynamic support for uuid_generate when creating VHDs on *nix platforms. by Mark Pizzolato · 13 years ago
  52. db7e04e Cleanup of readline and static libpcap support after multi-platform testing. by Mark Pizzolato · 13 years ago
  53. 9348364 Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. by Mark Pizzolato · 13 years ago
  54. 2793d49 Cleanup function prototypes for consistency with newer versions of WinPcap and libpcap. by Mark Pizzolato · 13 years ago
  55. 3b7492d Added dynamic loading of libpcap on *nix platforms. by Mark Pizzolato · 13 years ago
  56. 8b01b90 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. by Mark Pizzolato · 13 years ago
  57. 2d4d248 Added Android targeted build support to the makefile by Mark Pizzolato · 13 years ago
  58. 22b130b Generalized makefile approach to find libraries and include files allowing different platforms to simply describe where to check for required components. by Mark Pizzolato · 13 years ago
  59. 07e1738 Cleaned up makefile to only build network support for simulators which can use it. by Mark Pizzolato · 13 years ago
  60. f9521ea 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 by Mark Pizzolato · 13 years ago
  61. 8e606f0 Fix compiler warning due to extra arguments passed to printf by Mark Pizzolato · 13 years ago
  62. 1d49090 Fix for OSX clean compile by Mark Pizzolato · 13 years ago
  63. d733bc3 Fixed Interrupt Priority Level of DELQA and DELQA-T devices to be BR4 devices. Reported by Sergey Oboguev by Mark Pizzolato · 13 years ago
  64. 158a02d Removed unused utility routine which doesn't compile on some platforms by Mark Pizzolato · 13 years ago
  65. 02c5302 cleaned up Solaris build issues by Mark Pizzolato · 13 years ago
  66. cbc14bc Fix memory leak on error path and proper polling vs async conditions by Mark Pizzolato · 13 years ago
  67. fd5de0d Added support for VDE (Virtual Distributed Ethernet) network packet transport by Mark Pizzolato · 13 years ago
  68. bfb6e54 Compiler warning cleanup by Mark Pizzolato · 13 years ago
  69. 4167c4c Cleanup comments by Mark Pizzolato · 13 years ago
  70. f84c610 Added useful diagnostic when restore operation fails due to inability to attach a device by Mark Pizzolato · 13 years ago
  71. a8a5a5b Fixed error path to properly close file by Mark Pizzolato · 13 years ago
  72. eaddb7d Added support for integrated Tap networking interfaces on OSX by Mark Pizzolato · 13 years ago
  73. ec4f002 Standardized the simulatar transition messages which is needed on hosts with raw console tty I/O (From the OSX community) by Mark Pizzolato · 13 years ago
  74. 0c4b62f Remove compiler warnings if built with DONT_USE_PCAP_FINDALLDEVS by Mark Pizzolato · 13 years ago
  75. 2df727b adds link to pdp8_fpp.c by Mark Pizzolato · 13 years ago
  76. 852293e many bug fixes (all from Rick Murphy); now functional by Mark Pizzolato · 13 years ago
  77. 445cb17 Fixed SDLC to clear AC (from Dave Gesswein) by Mark Pizzolato · 13 years ago
  78. c38eacd Fixed throttling in several ways: by Mark Pizzolato · 13 years ago
  79. 9f1f586 Compiler cleanup by Mark Pizzolato · 13 years ago
  80. 7075a3e Added support for concurrent sharing of raw disk images/drives between simulators by Mark Pizzolato · 13 years ago
  81. 51525f7 Fixed builds on x64 *nix platforms to properly detect the availability of libm by Mark Pizzolato · 13 years ago
  82. 329d84e Fixed Missing SIM_ASYNCH_IO option in VAX780 Debug build by Mark Pizzolato · 13 years ago
  83. 7f9a612 Merge branch 'VAX-TODR' by Mark Pizzolato · 13 years ago
  84. 5687f92 VAX & VAX780 Generalized setting TODR for all OSes. by Mark Pizzolato · 13 years ago
  85. eef35bd Added a console log flush when starting a simulator and potentially waiting for a telnet connection by Mark Pizzolato · 13 years ago
  86. 3ae8a42 Allowed SET CONSOLE TELNET=nnn to be issued multiple times, with an automatic SET CONSOLE NOTELNET done as needed. by Mark Pizzolato · 13 years ago
  87. 2753c4a Fixed DO command to properly return and display status from nested invocations. by Mark Pizzolato · 13 years ago
  88. 034e749 Added SET ASYNCH and SET NOASYNCH commands to dynamically enable or disable Asynchronous I/O support by Mark Pizzolato · 13 years ago
  89. 6e09802 Documented current state of sim_ether, etc. and included references for new OpenVMS Integrety (IA64) support. by Mark Pizzolato · 13 years ago
  90. e410733 fixed makefile to correctly use readline on x64 Linux builds which have libreadline available by Mark Pizzolato · 13 years ago
  91. cb35f6c Added support for embedded ROM images in simulators. by Mark Pizzolato · 13 years ago
  92. 312bc9a 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. by Mark Pizzolato · 13 years ago
  93. e70278e VAX: Fixed idle conditions for various versions of Ultrix, Quasijarus-4.3BSD, NetBSD and OpenBSD. by Mark Pizzolato · 13 years ago
  94. a280dd2 Added Readline build support on more *nix platforms by Mark Pizzolato · 13 years ago
  95. 5151c34 Fixed *nix build support on x64 platforms by Mark Pizzolato · 13 years ago
  96. 49597cc Added makefile build support for detecting libpthreads on x64 *nix platforms. by Mark Pizzolato · 13 years ago
  97. f1b6387 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. by Mark Pizzolato · 13 years ago
  98. b363704 Merge branch 'master' of github.com:markpizz/simh by Mark Pizzolato · 13 years ago
  99. 573f7bc Minor compile message cleanup by Mark Pizzolato · 13 years ago
  100. 706e07a Fixed from Sergey Oboguev relating to XU and XQ Auto Config issues with vector assignments. by Mark Pizzolato · 13 years ago