1. fbb74de TMXR fixes to support Virtual Null Modem Connections by Mark Pizzolato · 12 years ago
  2. 0570790 Fixed autogen table for DMC11 and DMP11 devices. by Mark Pizzolato · 12 years ago
  3. ecbbcc7 Added DMC11 Device to the VAX simulator by Mark Pizzolato · 12 years ago
  4. f8ae8d2 Periodically flush buffered console mux data. This is necessary to cover the situation when data was buffered and sending data out the connection stalled due to OS/network buffering and no more output traffic happens to be generated. by Mark Pizzolato · 12 years ago
  5. faa5c61 Added validation of an incoming connection's IP address when a mux line is configured both with a listening port and an outbound connection destination. In this case, connections will only be accepted from the IP address of the target destination. by Mark Pizzolato · 12 years ago
  6. d51df0e Merge of working DMC-11 device from Rob Jarratt. by Mark Pizzolato · 12 years ago
  7. c9b3142 sim_defs.h - Make MATCH_CMD match at least one character instead of having an empty string match everything by Mark Pizzolato · 12 years ago
  8. 3e78dc6 sim_sock.c - preferred a bare textual IPv4 address be returned over an IPv4-mapped format address when returning the connecting IP address string in sim_accept_conn. by Mark Pizzolato · 12 years ago
  9. 8b59f2a sim_tmxr.c - Fixed behavior when I/O errors happen on serial port connections. Now a message is displayed and the serial port is closed as opposed to the prior behavior where messages would be spewed incessantly with no benefit. by Mark Pizzolato · 12 years ago
  10. b356a98 hp2100_ipl.c - Removed DEV_NET to allow restoration of listening ports by Mark Pizzolato · 12 years ago
  11. ef147d2 HP2100 fixes to avoid potential namespace clashes with names defined in unistd.h. (Dave Bryan) by Mark Pizzolato · 12 years ago
  12. 99f042f scp.c - Fixed RESTORE command to detach all attached devices before actually restoring. The goal here is to make restore behavior consistent without regard to the current VM state prior to the restore. by Mark Pizzolato · 12 years ago
  13. 9411f3f Added missing comments for HP2100 multiplexer source modules (Dave Bryan) by Mark Pizzolato · 12 years ago
  14. 5cd9449 sim_defs.h fixed compile on VMS by Mark Pizzolato · 12 years ago
  15. 15e648f sim_tmxr.c Fixed console behaviors the console is directed to a serial port. by Mark Pizzolato · 12 years ago
  16. 1fda1b1 scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device by Mark Pizzolato · 12 years ago
  17. c2f03a7 scp.c - Finished merge from master branch - addition of SET DEFAULT and SHOW DEFAULT command. by Mark Pizzolato · 12 years ago
  18. 388e13e sim_serial.c Fixed VMS serial code after testing. by Mark Pizzolato · 12 years ago
  19. 3311f4d sim_serial.c Added initial serial support for VMS hosts by Mark Pizzolato · 12 years ago
  20. 9421d3c Added missing documentation files from Bob Supnik. by Mark Pizzolato · 12 years ago
  21. 757969e Fixed bugs found during testing by Mark Benson by Mark Pizzolato · 12 years ago
  22. 0a46da5 Changed pdp11_dz to leverage the tmxr library's pass thru modem control capabilities. by Mark Pizzolato · 12 years ago
  23. 02cb620 Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. by Mark Pizzolato · 12 years ago
  24. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  25. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
  26. 0453a87 Revised pdp11_dmc device to leverage the update sim_sock interfaces by Mark Pizzolato · 12 years ago
  27. 30ce7fd Revised the socket library sim_sock(.c & .h) to support both IPv4 and IPv6 leveraging the RFC3493 APIs. by Mark Pizzolato · 12 years ago
  28. 6692832 Initial import of pdp11_dmc.c and .h from Rob Jarratt by Mark Pizzolato · 12 years ago
  29. be1e132 Merge pull request #11 from andreax79/master by Mark Pizzolato · 13 years ago
  30. 405c70b set default/show default commands fix by Andrea Bonomi · 13 years ago
  31. a1a6a8a show_default fix by Andrea Bonomi · 13 years ago
  32. 715bc12 show default & set default command added by Andrea Bonomi · 13 years ago
  33. 0f2ed31 Fix UDATA macro to reflect prior changes in the unit data structure. This fixes any reference to the macro which may supply an initial wait time to the unit structure after using the UDATA macro. by Mark Pizzolato · 13 years ago
  34. 66edd72 Merge branch 'nj7p/swtp6800-v2.1' by Mark Pizzolato · 13 years ago
  35. 908ad13 Corrected copyright dates on all files by Bill Beech · 13 years ago
  36. fc3c181 Fixed nested sim_defs.h problem by Bill Beech · 13 years ago
  37. 5fcd6a7 Updated several file to remove "egregious" errors by Bill Beech · 13 years ago
  38. ffa52ab Changed the display of the contents of the error message buffer to only do so if no devices were returned at all by Mark Pizzolato · 13 years ago
  39. f66175b Added support to avoid the mkdir BIN race condition in parallel make by Mark Pizzolato · 13 years ago
  40. 938450b Added display of warning produced by pcap_findalldevs() where a warning message is provided when no devices are available (OSX). - Sergey Oboguev by Mark Pizzolato · 13 years ago
  41. fd1cd46 Added UNIT_IDLE to timer threads for RQ B, C and D controllers. - Sergey Oboguev by Mark Pizzolato · 13 years ago
  42. 2a9ac8a VHD Performance enhancementsDaa: by Mark Pizzolato · 13 years ago
  43. e0d8de9 Replaced SWTBUG.BIN, fixed error in common/mp-s.c, and removed debugging by Bill Beech · 13 years ago
  44. 567a304 Changes to replace the SWTP V1 code with the V2 code by Bill Beech · 13 years ago
  45. 321b05c Fixed pragmas to work for various gcc and clang versions by Mark Pizzolato · 13 years ago
  46. 5d081f8 Revised HP2100 from Dave Bryan with his fixes to cleanup compiling under the LLVM clang compiler by Mark Pizzolato · 13 years ago
  47. b816a42 BuildROMs enhancements. by Mark Pizzolato · 13 years ago
  48. 22b0e56 Updating revision to reflect v4.0 development activity by Mark Pizzolato · 13 years ago
  49. ac74904 Revised location of github repository to be simh/simh by Mark Pizzolato · 13 years ago
  50. 9938567 Removed references to nonexistent include file by Mark Pizzolato · 13 years ago
  51. 54ad020 Fixed potential memory leaks on error paths in scp.c/sim_rest (Peter Schorn) by Mark Pizzolato · 13 years ago
  52. 928b4a0 Fixed incorrect cleanup when closing tape with asynch I/O enabled by Mark Pizzolato · 13 years ago
  53. ff4f1d3 Fix error message reporting when command not found. by Mark Pizzolato · 13 years ago
  54. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 13 years ago
  55. e3bdb12 Simplified conditions when a do command file error message is printed by Mark Pizzolato · 13 years ago
  56. ee235a6 Fixed conditions when error messages are displayed while processing do commands by Mark Pizzolato · 13 years ago
  57. 7830a32 Added a -O switch to the programs arguments which will enable global ON inheritance. by Mark Pizzolato · 13 years ago
  58. d4e1cac Added makefile support to use the LLVM (clang) compiler on OSX and other platforms where it may be available (Linux, *BSD, etc.) by Mark Pizzolato · 13 years ago
  59. 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 13 years ago
  60. 3775c17 Fixed asynch disk/tape I/O reset behaviors to reliably synchronize with the I/O thread's startup by Mark Pizzolato · 13 years ago
  61. c4659a0 Fixed issue where asynchronous I/O wouldn't be reliable after a device reset. by Mark Pizzolato · 13 years ago
  62. 784f054 Fixed for Compiler indicated bugs by Mark Pizzolato · 13 years ago
  63. 7800964 Cleaned up compiler noticed issues by Mark Pizzolato · 13 years ago
  64. c7f778c Cleaned up makefile to support OSX builds with the clang compiler by Mark Pizzolato · 13 years ago
  65. ce716f9 Fix to avoid excessive compiler optimization of vax ROM access spinwait. Found by Craig Berry, fix suggested by Sergey Oboguev by Mark Pizzolato · 13 years ago
  66. 57008bb Cleaned up nested comments by Mark Pizzolato · 13 years ago
  67. 19bf1cd Cleanup compiler warning about printf arguments by Mark Pizzolato · 13 years ago
  68. f77a38c Cleaned up a few compile complaints by Mark Pizzolato · 13 years ago
  69. 8989b11 Fixed declaration of unused parameter to quiet a gcc warning by Mark Pizzolato · 13 years ago
  70. da820d7 Fixed include file ordering to assure that sockets are defined for tmxr's use by Mark Pizzolato · 13 years ago
  71. c77bdb2 Added scp SHOW SERIAL command by Mark Pizzolato · 13 years ago
  72. 7929c11 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
  73. 8317211 Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices by Mark Pizzolato · 13 years ago
  74. 31df5e8 Added a mechanism for commands to optionally handle their message printing via a separate dispatch in the command table. This is currently used by run_cmd to handle unsuppressed status returns. by Mark Pizzolato · 13 years ago
  75. 72be72c Updated simh faq and doc files by Mark Pizzolato · 13 years ago
  76. fc931c9 Fixed incorrect build target names for new swtp6800 projects by Mark Pizzolato · 13 years ago
  77. ad9cd1b Numerous Control Flow Fixes: by Mark Pizzolato · 13 years ago
  78. 178f4a7 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
  79. 4af7be0 Inherit sim_rev.h from v3.9-0-rc3 by Mark Pizzolato · 13 years ago
  80. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 13 years ago
  81. b2ebd56 Generalized serial port naming syntax to refer to host serial ports by the name 'serN' while continuing to allow the use of specific host device names. by Mark Pizzolato · 13 years ago
  82. 19ae16a Parameterized the gcc invocations in the makefile to facilitate easy use of lint/cppcheck/other-code-analyzer (from Michael Bloom) by Mark Pizzolato · 13 years ago
  83. 6912ad1 Fixed tmxr Buffering functionality broken in the Serial merge from Dave by Mark Pizzolato · 13 years ago
  84. 1fb1756 Added sim_serial to all simulator Visual Studio Projects by Mark Pizzolato · 13 years ago
  85. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  86. 5f505cc Fixing many compiler identified nits. by Mark Pizzolato · 13 years ago
  87. 3836306 Revised prior OSX specific makefile fix to avoid a grep error message by Mark Pizzolato · 13 years ago
  88. 127c804 pdp11_xq: Forced the use of clk_cosched when idling is enabled by Mark Pizzolato · 13 years ago
  89. f206fac Merge branch 'master' of github.com:markpizz/simh by Mark Pizzolato · 13 years ago
  90. 2873be2 Fixed makefile to work for various different gcc versions on OSX (from Craig Berry) by Mark Pizzolato · 13 years ago
  91. dfcd818 Added O_DSYNC semantics to the RAW file open() call for *nix platforms. This makes *nix RAW I/O behavior consistent with windows RAW I/O. by Mark Pizzolato · 13 years ago
  92. eb60957 Fixed VAX idle for NetBSD and OpenBSD support. by Mark Pizzolato · 13 years ago
  93. 190993b Fixed possible NULL pointer dereference. (from Sergey Oboguev) by Mark Pizzolato · 13 years ago
  94. c6c9e0c Fixed arguments to sprintf when constructing the expansion of %*. Found by Maurizio De Tommaso. by Mark Pizzolato · 13 years ago
  95. 79d0e25 Fixed printf of error messages which had parameters in the wrong order (found by Maurizio De Tommaso) by Mark Pizzolato · 13 years ago
  96. 3308398 Removed redundant {sim_name}.rc initialization file. by Mark Pizzolato · 13 years ago
  97. 04098f6 Fixed VAX idle support for newer versions of NetBSD and OpenBSD to not trigger idling when IPL is changed from the system Boot ROM. by Mark Pizzolato · 13 years ago
  98. fc88568 Added a default initializing file simh.rc to the files automatically loaded when a simulator starts by Mark Pizzolato · 13 years ago
  99. c166379 Added VAX idle support for newer versions of NetBSD and OpenBSD guests if they use IPL 1 as the idle trigger by Mark Pizzolato · 13 years ago
  100. 95a1cb7 Added a generic non simulator specific startup include file (simh.rc) to be processed. by Mark Pizzolato · 13 years ago