1. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 13 years ago
  2. 84af193 Correct spelling in comment by Mark Pizzolato · 13 years ago
  3. 954cb34 Added generic ability to have up to 32 DZ Multiplexers enabled in a system. The default is 4 which provides 16 lines on a Qbus system and 32 lines on a UNIBUS system. by Mark Pizzolato · 13 years ago
  4. 417102c Added full DHU11 (16 line) functionality for UNIBUS environments (PDP11 and VAX), while also supporting DHV11 (8 line) for Qbus systems by Mark Pizzolato · 13 years ago
  5. a3b0dc3 Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. by Mark Pizzolato · 13 years ago
  6. 2b5ceae Added missing sim_cancel support for device simulation code using the sim_disk and sim_tape libraries and doing asynchronous I/O if asynchronous I/O is active by Mark Pizzolato · 13 years ago
  7. e541a34 Fix compiler warning. by Mark Pizzolato · 13 years ago
  8. 0290b4b Fixed interrupt logic causing OS device timeouts when I/O was happening to multiple drives simultaneously (from Bob Supnik) by Mark Pizzolato · 13 years ago
  9. e0bb8fe Added support for changing rq controller type to one of RQDX3, UDA50, RUX50 or KLESI. (from Mike Burke) by Mark Pizzolato · 13 years ago
  10. f3bc30a Extended command argument substitution to allow large environment variable substitutions. by Mark Pizzolato · 13 years ago
  11. 72c65ad Changed UNLOAD to be an illegal operation if issued on an RM device and made UNLOAD on RP devices execute immediately (as suggested by Bob Supnik) by Mark Pizzolato · 13 years ago
  12. cb659d6 Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik) by Mark Pizzolato · 13 years ago
  13. ac8bd25 Added RC25, RCF25 and RA80 drive definitions (from Hans-Ulrich Hölscher) by Mark Pizzolato · 13 years ago
  14. 13fd6e5 Fixed a few minor issues: by Mark Pizzolato · 13 years ago
  15. f6af7f4 vax_7x0_mba.c - Fix bug which didn't defer device interrupts while a transfer was in progress causing OS failure when using multiple RP and RM disks under load. by Mark Pizzolato · 13 years ago
  16. 72ca9de Clang compiler cleanup for new sim_debug_bits by Mark Pizzolato · 13 years ago
  17. 2c1d2b9 Fixed minor sim_debug_bits issues. by Mark Pizzolato · 13 years ago
  18. 9575ac5 Added makefile message prompt describing available vde networking support when building on Linux and libvdeplug-dev isn't available. by Mark Pizzolato · 13 years ago
  19. bcf0e8b Generalized sim_debug_u16 into sim_debug_bits and added support to display bit fields of variable size as well as bit states. by Mark Pizzolato · 13 years ago
  20. 78793ac tx0_doc.doc - Added more precise description of how mouse clicking works with the tic-tac-toe game. by Mark Pizzolato · 13 years ago
  21. c90bdf9 pdp11_rp.c - Fixed operation with asynch disabled. by Mark Pizzolato · 13 years ago
  22. 8bdc206 Replace getw/putw with sim_read/sim_write by Howard M. Harte · 13 years ago
  23. 2f72d3e Update simulator configuration files. by Howard M. Harte · 13 years ago
  24. 958cb92 Update documentation in souce code. by Howard M. Harte · 13 years ago
  25. dafb61a Add TBR register to CPU. by Howard M. Harte · 13 years ago
  26. 10e58e1 Add documentation for TX-0. by Howard M. Harte · 13 years ago
  27. 97d4f18 Fix to properly format the CPU boot code load string on ARM platforms (Jordi Guillaumes i Pons) by Mark Pizzolato · 13 years ago
  28. 8a6d90c vax610_defs,h, vax630_defs.h - Corrected device IPL levels for all qbus devices for the VAX610, VAX620 and VAX630 simulators by Mark Pizzolato · 13 years ago
  29. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 13 years ago
  30. 81ea8e1 Added build of TX-0 simulator to the makefile by Mark Pizzolato · 13 years ago
  31. 6cda566 Fixed compiler identified bugs and warnings. by Mark Pizzolato · 13 years ago
  32. df0fbcd Generated unique GUID for the TX-0.vcproj project file. (prior guid was a duplicate of another project's guid). by Mark Pizzolato · 13 years ago
  33. 31bc758 Fix .vcproj warnings when upgrading to VS2012. by Howard M. Harte · 13 years ago
  34. fe4f1b5 Delete unneeded files. by Howard M. Harte · 13 years ago
  35. 44409de Add Visual Studio project file for TX-0. by Howard M. Harte · 13 years ago
  36. c10aa0a Add mouse maze game and tic tac toe tapes. by Howard M. Harte · 13 years ago
  37. 35ef1c8 Initial public version of TX-0 for SIMH by Howard M. Harte · 13 years ago
  38. 732ef83 vax610_sysdev.c - Generalized the boot parsing. by Mark Pizzolato · 13 years ago
  39. 03bbd66 vax610_defs.h, vax610_stddev.c - Added SHOW CPU LEDS and SHOW CPU MODEL to the cpu_mod array using the CPU_MODEL_MODIFIERS #define. by Mark Pizzolato · 13 years ago
  40. 2481a8e vax_cpu.c, vax_cpu.h Added optional per CPU #define of CPU_MODEL_MODIFIERS which would be defined in vaxXXX_defs.h and be added to the cpu_mod array. by Mark Pizzolato · 13 years ago
  41. 0b1b5f1 scp.c - Added a 'set prompt "XXX"' command to change the prompt which is used while scp collects command input. by Mark Pizzolato · 13 years ago
  42. f1e3216 Added MicroVAX I network boot support by Mark Pizzolato · 13 years ago
  43. 69666f1 Fixed message reporting after command completion: by Mark Pizzolato · 13 years ago
  44. 22eda8f descrip.mms - Fixed VMS build of VAX610 by Mark Pizzolato · 13 years ago
  45. 7a09222 vax610_sysdev.c, vax750_cmi.c - Added missing register definition to store the cpu_boot_cmd during a SAVE/RESTORE. by Mark Pizzolato · 13 years ago
  46. 1d0c0fc makefile - added OSX build support for VDE2 when the MacPorts vde2 package is installed by Mark Pizzolato · 13 years ago
  47. f2fdee9 makefile - Fixed reporting of GCC version when compiling with MinGW by Mark Pizzolato · 13 years ago
  48. d6f3d32 vax750_uba.c - Minor compiler warning cleanup by Mark Pizzolato · 13 years ago
  49. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 13 years ago
  50. cc7049c Updated vax780_doc.doc and vax_doc.doc to describe current TODR operation and use by Mark Pizzolato · 13 years ago
  51. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  52. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 13 years ago
  53. be1e132 Merge pull request #11 from andreax79/master by Mark Pizzolato · 13 years ago
  54. 405c70b set default/show default commands fix by Andrea Bonomi · 13 years ago
  55. a1a6a8a show_default fix by Andrea Bonomi · 13 years ago
  56. 715bc12 show default & set default command added by Andrea Bonomi · 13 years ago
  57. 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
  58. 66edd72 Merge branch 'nj7p/swtp6800-v2.1' by Mark Pizzolato · 13 years ago
  59. 908ad13 Corrected copyright dates on all files by Bill Beech · 13 years ago
  60. fc3c181 Fixed nested sim_defs.h problem by Bill Beech · 13 years ago
  61. 5fcd6a7 Updated several file to remove "egregious" errors by Bill Beech · 13 years ago
  62. 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
  63. f66175b Added support to avoid the mkdir BIN race condition in parallel make by Mark Pizzolato · 13 years ago
  64. 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
  65. fd1cd46 Added UNIT_IDLE to timer threads for RQ B, C and D controllers. - Sergey Oboguev by Mark Pizzolato · 13 years ago
  66. 2a9ac8a VHD Performance enhancementsDaa: by Mark Pizzolato · 13 years ago
  67. e0d8de9 Replaced SWTBUG.BIN, fixed error in common/mp-s.c, and removed debugging by Bill Beech · 13 years ago
  68. 567a304 Changes to replace the SWTP V1 code with the V2 code by Bill Beech · 13 years ago
  69. 321b05c Fixed pragmas to work for various gcc and clang versions by Mark Pizzolato · 13 years ago
  70. 5d081f8 Revised HP2100 from Dave Bryan with his fixes to cleanup compiling under the LLVM clang compiler by Mark Pizzolato · 13 years ago
  71. b816a42 BuildROMs enhancements. by Mark Pizzolato · 13 years ago
  72. 22b0e56 Updating revision to reflect v4.0 development activity by Mark Pizzolato · 13 years ago
  73. ac74904 Revised location of github repository to be simh/simh by Mark Pizzolato · 13 years ago
  74. 9938567 Removed references to nonexistent include file by Mark Pizzolato · 13 years ago
  75. 54ad020 Fixed potential memory leaks on error paths in scp.c/sim_rest (Peter Schorn) by Mark Pizzolato · 13 years ago
  76. 928b4a0 Fixed incorrect cleanup when closing tape with asynch I/O enabled by Mark Pizzolato · 13 years ago
  77. ff4f1d3 Fix error message reporting when command not found. by Mark Pizzolato · 13 years ago
  78. e35e6bc Official simh-v3.9-0 Merge by Mark Pizzolato · 13 years ago
  79. e3bdb12 Simplified conditions when a do command file error message is printed by Mark Pizzolato · 13 years ago
  80. ee235a6 Fixed conditions when error messages are displayed while processing do commands by Mark Pizzolato · 13 years ago
  81. 7830a32 Added a -O switch to the programs arguments which will enable global ON inheritance. by Mark Pizzolato · 13 years ago
  82. 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
  83. 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
  84. 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
  85. c4659a0 Fixed issue where asynchronous I/O wouldn't be reliable after a device reset. by Mark Pizzolato · 13 years ago
  86. 784f054 Fixed for Compiler indicated bugs by Mark Pizzolato · 13 years ago
  87. 7800964 Cleaned up compiler noticed issues by Mark Pizzolato · 13 years ago
  88. c7f778c Cleaned up makefile to support OSX builds with the clang compiler by Mark Pizzolato · 13 years ago
  89. 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
  90. 57008bb Cleaned up nested comments by Mark Pizzolato · 13 years ago
  91. 19bf1cd Cleanup compiler warning about printf arguments by Mark Pizzolato · 13 years ago
  92. f77a38c Cleaned up a few compile complaints by Mark Pizzolato · 13 years ago
  93. 8989b11 Fixed declaration of unused parameter to quiet a gcc warning by Mark Pizzolato · 13 years ago
  94. 8317211 Added SHOW ETHERNET command and extended eth_show to track and display open ethernet devices by Mark Pizzolato · 13 years ago
  95. 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
  96. 72be72c Updated simh faq and doc files by Mark Pizzolato · 13 years ago
  97. fc931c9 Fixed incorrect build target names for new swtp6800 projects by Mark Pizzolato · 13 years ago
  98. ad9cd1b Numerous Control Flow Fixes: by Mark Pizzolato · 13 years ago
  99. 4af7be0 Inherit sim_rev.h from v3.9-0-rc3 by Mark Pizzolato · 13 years ago
  100. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 13 years ago