1. ab3af30 - Changed asynch queue insertion and removal to use a lock free algorithm based only on InterlockedCompareExchangePointer. We can now use this lock free approach on IA64 host systems as well. by Mark Pizzolato · 13 years ago
  2. 7ac3557 Fixed bug under Asynch I/O where I/O completion did not delay the appropriate time before passing back device status to a simulator. Found by Sergey Oboguev. by Mark Pizzolato · 13 years ago
  3. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  4. e0fbfa6 Fix memory leaks in attach error paths. by Mark Pizzolato · 13 years ago
  5. 0270d0e Cleanup based on reports from Michael Bloom by Mark Pizzolato · 13 years ago
  6. 663b258 Fix potential memory leak in error path reported by Michael Bloom by Mark Pizzolato · 13 years ago
  7. cf280ad Completing merge of v3.9-0-rc1 compile cleanups by Mark Pizzolato · 13 years ago
  8. fabdf73 Compiler cleanup after v3.9-0 merge by Mark Pizzolato · 13 years ago
  9. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
  10. 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
  11. 9b5750f Fixed error path issue when RAW disk operations are active (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago
  12. 7a558a4 Added support for Logical End of Tape (EOT) detection when required by Mark Pizzolato · 13 years ago
  13. 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
  14. 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
  15. 8e606f0 Fix compiler warning due to extra arguments passed to printf by Mark Pizzolato · 13 years ago
  16. 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
  17. cbc14bc Fix memory leak on error path and proper polling vs async conditions by Mark Pizzolato · 13 years ago
  18. 706e07a Fixed from Sergey Oboguev relating to XU and XQ Auto Config issues with vector assignments. by Mark Pizzolato · 13 years ago
  19. 89a27e0 pdp11_vh.c: - Added debugging support to trace register, interrupt by Mark Pizzolato · 13 years ago
  20. 7dfe732 pdp11_xq Fixed save/restore behavior by Mark Pizzolato · 14 years ago
  21. 3e4185b pdp11_xq - Changed default to disable polling when Asynch I/O is available by Mark Pizzolato · 14 years ago
  22. d81365b Compile cleanups. by Mark Pizzolato · 14 years ago
  23. b577841 Fixed bug with self loopback packets in multithreaded environments by Mark Pizzolato · 14 years ago
  24. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  25. a6964f8 Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms by Mark Pizzolato · 14 years ago
  26. eb514e2 Merged in new ethernet code to potentially leverage AsynchIO by Mark Pizzolato · 14 years ago
  27. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago
  28. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  29. 35eac70 Notes For V3.8 by Bob Supnik · 15 years ago v3.8-2-rc1
  30. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  31. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  32. 3cb7c60 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-3
  33. 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
  34. 6149cc7 Notes For V3.7 by Bob Supnik · 18 years ago v3.7-1
  35. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  36. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  37. dc871fa Notes For V3.6-0 by Bob Supnik · 19 years ago v3.6-0
  38. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  39. 1e704bf Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-1
  40. b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
  41. ec60bbf Notes For V3.4-0 by Bob Supnik · 20 years ago v3.4-0
  42. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  43. 9b5c8c9 Notes For V3.3-1 by Bob Supnik · 20 years ago v3.3-1
  44. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  45. 2e00e11 Notes For V3.2-3 by Bob Supnik · 20 years ago v3.2-3
  46. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  47. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  48. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  49. b2101ec Notes For V3.0-2 by Bob Supnik · 21 years ago v3.0-2
  50. f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
  51. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  52. 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
  53. f20f5c6 Notes For V2.10-3 by Bob Supnik · 22 years ago v2.10-3
  54. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  55. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  56. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
  57. 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8