1. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  2. 2e5b0d5 Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability. by Mark Pizzolato · 12 years ago
  3. 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
  4. 3d3f757 Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION by Mark Pizzolato · 12 years ago
  5. 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
  6. ba0f331 Added framework to support per device help commands by Mark Pizzolato · 12 years ago
  7. 1cb4eb7 Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev) by Mark Pizzolato · 13 years ago
  8. 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
  9. 87c3e34 Added Asynch I/O and Disk Support for various Disk formats by Mark Pizzolato · 14 years ago