1. 46d7bfc SCP: Fix sim_disk to avoid potential reference to uninitialized context structure. Fix #194 by Mark Pizzolato · 10 years ago
  2. 50d1407 DOC: Add paper by Bob Supnik "Simulators: Virtual Machines of the Past and Future" published in ACM Queue 2004 by Mark Pizzolato · 10 years ago
  3. f8501c2 DOC: Updated simh.doc and sim_magtape.doc to reflect recent revisions to tape support (from Dave Bryan) by Mark Pizzolato · 10 years ago
  4. d5f0212 DOC: Add missing "SIMH Magtape Representation and Handling" document by Mark Pizzolato · 10 years ago
  5. 1d2742e DOC: Cleanup PDP10 document by Mark Pizzolato · 10 years ago v4.0-Beta-1
  6. 94486c1 SCP: Updated documentation and help text by Mark Pizzolato · 10 years ago
  7. f597da0 SDS: Refine Next command for subroutine branch by Mark Emmer · 10 years ago
  8. 6f9f387 SDS: Add more complex (but optional) Next behavior by Mark Emmer · 11 years ago
  9. 2df2f33 SDS: Add -f switch to Next command to force step-over mode by Mark Emmer · 11 years ago
  10. c4438e1 SDS: Support simulator's new NEXT command to step over subroutine calls by Mark Emmer · 11 years ago
  11. 8f3e643 SCP: Added the NEXT command. This command provides the ability for a simulator to step over subroutine calls. by Mark Pizzolato · 11 years ago
  12. 29bb19c SDS: Documentation change for new history and SYSPOP features. by Mark Emmer · 11 years ago
  13. d04e909 SDS: Further refinement to bootstrap from RAD, update SDS documentation by Mark Emmer · 11 years ago
  14. 0c56397 Merge remote-tracking branch 'origin/master' by Mark Pizzolato · 11 years ago
  15. a98c9f9 SDS: Minor additions to SDS documentation by Mark Emmer · 11 years ago
  16. 9320c56 PDP11, PDP10, AltairZ80: Fixed cases where assert() macro is called with an expression which has side effects and therefore wouldn't get executed if compiled with NDEBUG defined. by Mark Pizzolato · 11 years ago
  17. 519f7f2 PDP8: Revised fix for Binary loader can't read multiple section tapes (#74) to make reading all sections optional based on the -A switch (from Dave Gesswein) by Mark Pizzolato · 11 years ago
  18. 8c2de7c SWTP: Added missing SWTP documentation files by Mark Pizzolato · 11 years ago
  19. ae8bcec I1620 : Changes from Bob Supnik re: Bob Armstrong has been running diagnostics and software, and these changes reflect fixes to bugs that were found. by Mark Pizzolato · 11 years ago
  20. c1aa85d H316: Updated H316 and IMP documentation and addition of IMP modem loopback functionality and testing (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  21. 65402fb H316: Resurrecting the ARPAnet IMP (from Bob Armstrong) by Mark Pizzolato · 11 years ago
  22. 01b3179 PDP11: Added help to KE, KG, RF, TA, TC and TM devices. Fixed DECtape documentation. by Mark Pizzolato · 11 years ago
  23. cc0ccb4 PDP11: Updating doc for RS03/RS04 and RHC from Bob Supnik by Mark Pizzolato · 11 years ago
  24. 4cc4d12 Updated PDP11 and VAX780 documentation. by Mark Pizzolato · 11 years ago
  25. 8df4e2a Update pdp-10 documentation by Timothe Litt · 11 years ago
  26. 881f53e Added support to the Remote Console facility to close a remote console session on EOF by Mark Pizzolato · 11 years ago
  27. c347949 Added documentation for bitfields by Mark Pizzolato · 11 years ago
  28. 145b5c6 Added per line Modem Control capabilities to TMXR by Mark Pizzolato · 11 years ago
  29. f118a72 Merge https://github.com/simh/simh by Gerardo Ospina · 11 years ago
  30. b8d037b SSEM documentation added by Gerardo Ospina · 11 years ago
  31. 80289e1 Enhanced Remote Console support to allow two separate command processing modes. by Mark Pizzolato · 11 years ago
  32. b30211c Added documentation for the Remote Console capabilities by Mark Pizzolato · 11 years ago
  33. b6e93b6 Minor documentation update by Mark Pizzolato · 12 years ago
  34. a30d025 Updated AltairZ80 simulator documentation from Peter Schorn by Mark Pizzolato · 12 years ago
  35. d1db9ce Added a -N switch to the standard attach_unit routine to force a new file to be created. by Mark Pizzolato · 12 years ago
  36. 60e8558 Addition of Idling explaination and solution for Solaris hosts by Mark Pizzolato · 12 years ago
  37. a91b6db Adding help to VAX system devices by Mark Pizzolato · 12 years ago
  38. 6b4353f Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have. by Mark Pizzolato · 12 years ago
  39. 8640cd6 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. by Mark Pizzolato · 12 years ago
  40. 06cf953 Documentation cleanup by Mark Pizzolato · 12 years ago
  41. 8df4b94 Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator by Mark Pizzolato · 12 years ago
  42. 18851f8 Documentation cleanup by Mark Pizzolato · 12 years ago
  43. b37b866 Revised document by Mark Pizzolato · 12 years ago
  44. d8340ab Documentation cleanup by Mark Pizzolato · 12 years ago
  45. 2123c91 Updating references to the location of the windows-build.zip support components by Mark Pizzolato · 12 years ago
  46. 2fea6a6 Updating documentation by Mark Pizzolato · 12 years ago
  47. 75be628 Bringing the simh FAQ up to date. by Mark Pizzolato · 12 years ago
  48. faa794e Documenting revised DEVICE structure by Mark Pizzolato · 12 years ago
  49. bdcfe99 Auto configure documentation and updates for PDP10 system by Mark Pizzolato · 12 years ago
  50. 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
  51. d815c22 More polish on the pdp11_dmc and addition of DMC11 to the PDP10 documentation by Mark Pizzolato · 12 years ago
  52. 7bed091 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. by Mark Pizzolato · 12 years ago
  53. 9afeef6 Changed pdp11_dmc device names to DMC0, DMC1, DMC2 and DMC3 by Mark Pizzolato · 12 years ago
  54. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  55. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  56. 42b7bed pdp11_dmc.c - Removed DMP “support” through conditional compilation, including removal of SET TYPE command. by Mark Pizzolato · 12 years ago
  57. e91ee50 Updated VAX and VAX780 documentation to include DMC11 by Mark Pizzolato · 12 years ago
  58. 78793ac tx0_doc.doc - Added more precise description of how mouse clicking works with the tic-tac-toe game. by Mark Pizzolato · 12 years ago
  59. 10e58e1 Add documentation for TX-0. by Howard M. Harte · 12 years ago
  60. cc7049c Updated vax780_doc.doc and vax_doc.doc to describe current TODR operation and use by Mark Pizzolato · 12 years ago
  61. 9421d3c Added missing documentation files from Bob Supnik. by Mark Pizzolato · 12 years ago
  62. 7929c11 Merge branch 'master' into SerialMux by Mark Pizzolato · 12 years ago
  63. 72be72c Updated simh faq and doc files by Mark Pizzolato · 12 years ago
  64. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  65. 40deb20 HP2100 update from Dave Bryan by Mark Pizzolato · 13 years ago
  66. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago