1. f26fa3d PDP8: Fixed PCQ_ENTRY for interrupts (COVERITY) by Bob Supnik · 8 years ago
  2. c025844 PDP8: Change RESET CPU to clear L'AC by Bob Supnik · 8 years ago
  3. d14243c PDP8: Renamed switch register variable to SR by Bob Supnik · 8 years ago
  4. d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
  5. e52ac6d SCP: Add help for NOEXPECT and spelling cleanups by Mark Pizzolato · 8 years ago
  6. 5ced037 PDP8: Add device codes for TTIX & TTOX devices to show command output by David Gesswein · 8 years ago
  7. 7964e2b PDP8: Fix SHOW TTIX SUMMARY by Mark Pizzolato · 8 years ago
  8. 5fc4744 PDP8: Added LS8E decode (6660) for WPS8 and PKSTF by Bob Supnik · 8 years ago
  9. 9c32c97 PDP8: Printing from wps-8 by David Gesswein · 8 years ago
  10. 9c0b0ff PDP8: Add support for 16 terminals in the TTIX device by Mark Pizzolato · 8 years ago
  11. da3f535 VAX, PDP11, PDP8, PDP1: Properly declare timer with clock unit by Mark Pizzolato · 8 years ago
  12. 063cec0 PDP8: Changed console input polling to poll for input 500ms has passed by Mark Pizzolato · 8 years ago
  13. 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 8 years ago
  14. 60c9289 PDP-8: Update FPP register descriptions by Ray Jewhurst · 9 years ago
  15. 81f6821 PDP-8: added register description and fixed typo in doc by Ray Jewhurst · 9 years ago
  16. e153b7f PDP8, VAX750: Fix compiler detected errors in REG initializers by Mark Pizzolato · 9 years ago
  17. 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
  18. 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
  19. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  20. 54a4845 ALL: Revert "ALL: make sure all useful state is in simh registers while processing events" by Mark Pizzolato · 10 years ago
  21. 5551a0d ALL: make sure all useful state is in simh registers while processing events by Mark Pizzolato · 10 years ago
  22. 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  23. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  24. 59d0602 PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87 by Mark Pizzolato · 11 years ago
  25. 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
  26. d7690ce PDP8: Binary loader can now read multiple section tapes. Fix from Dave Gesswein to issue #74. by Mark Pizzolato · 11 years ago
  27. b2133ae Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  28. 7ce7317 PDP8: Add new breakpoint command based on instruction value (Opcode) (from Dave Gesswein) as discussed in issue #75 by Mark Pizzolato · 11 years ago
  29. c9e8121 PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87 by Mark Pizzolato · 11 years ago
  30. 6f4e718 PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. by Mark Pizzolato · 11 years ago
  31. be46bac PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. by Mark Pizzolato · 11 years ago
  32. c8ae76c PDP8: Fix to allow character read rate to exceed the clock tick rate. Solves issue #86 by Mark Pizzolato · 11 years ago
  33. 026dd98 Merge latest from Bob Supnik by Mark Pizzolato · 11 years ago
  34. 86e2e6b PDP8: Avoid delaying the initial check for connecctions to mux port after attach. Fix for #85 by Mark Pizzolato · 11 years ago
  35. 721a16f PDP8: Fix LOAD command ignores field change immediately after leader. (#73). From Bob Supnik and David Gesswein. by Mark Pizzolato · 11 years ago
  36. 6d8565d PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik by Mark Pizzolato · 11 years ago
  37. 4e5f910 Compiler nits for void * assignments from Bob Supnik by Mark Pizzolato · 11 years ago
  38. b06505a Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk by Mark Pizzolato · 12 years ago
  39. d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
  40. 9091330 Compiler suggested fixes by Mark Pizzolato · 12 years ago
  41. 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
  42. 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
  43. 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
  44. 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 12 years ago
  45. 6a08c3c Fixed missed change from sim_is_active to sim_activate_time. by Mark Pizzolato · 12 years ago
  46. dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
  47. 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
  48. b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
  49. 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 · 12 years ago
  50. 57008bb Cleaned up nested comments by Mark Pizzolato · 12 years ago
  51. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 12 years ago
  52. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  53. 2df727b adds link to pdp8_fpp.c by Mark Pizzolato · 13 years ago
  54. 852293e many bug fixes (all from Rick Murphy); now functional by Mark Pizzolato · 13 years ago
  55. 445cb17 Fixed SDLC to clear AC (from Dave Gesswein) by Mark Pizzolato · 13 years ago
  56. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  57. 35eac70 Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc1
  58. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  59. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  60. 3cb7c60 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-3
  61. 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
  62. 6149cc7 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-1
  63. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  64. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  65. dc871fa Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-0
  66. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  67. 1e704bf Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-1
  68. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  69. ec60bbf Notes For V3.4-0 by Bob Supnik · 19 years ago v3.4-0
  70. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  71. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  72. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  73. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  74. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  75. f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
  76. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  77. 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
  78. f20f5c6 Notes For V2.10-3 by Bob Supnik · 22 years ago v2.10-3
  79. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  80. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  81. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
  82. 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8