- 0daa80e SCP: Add support for library unit test routines by Mark Pizzolato · 6 years ago
- 6070692 SCP: Add unit to AIO_VALIDATE context message by Mark Pizzolato · 6 years ago
- 4487646 DISK: Fix auto sizing and non auto sizing logic checks by Mark Pizzolato · 6 years ago
- 83234f1 DISK: Add Linux host support for direct CDROM access by Mark Pizzolato · 6 years ago
- 2363300 DISK: Fix Coverity identified error path problems by Mark Pizzolato · 7 years ago
- 5ee2944 DISK: Properly parenthesize logical expression for clarity avoid clang warning by Mark Pizzolato · 7 years ago
- e266271 DISK: Fix auto format detection when attaching VHD disk images by Mark Pizzolato · 7 years ago
- 15e86fb SCP, DISK: Fix Coverity identified debug path null pointer dereferences by Mark Pizzolato · 7 years ago
- d6a5268 DISK: Properly open in RAW mode on *nix by Mark Pizzolato · 7 years ago
- 8bec55b DISK: Properly fail an attempt to access to a non-existent file in raw mode by Mark Pizzolato · 7 years ago
- 6667f65 DISK: Add explicit AUTO detect disk format mode by Mark Pizzolato · 7 years ago
- 6263378 DISK: Change auto disk format open logic to include RAW by Mark Pizzolato · 7 years ago
- 28e4311 SCP: Extended debugging to allow for unit specific debug for disk and tape by Mark Pizzolato · 7 years ago
- 669d07b SCP: Fix compile WIN32 MinGW warnings by Mark Pizzolato · 7 years ago
- 335b4ef DISK: Add support for reporting OS specific error messages when using RAW I/O by Mark Pizzolato · 7 years ago
- 70d8f75 DISK: Fix RAW device (CDROM) access behaviors by Mark Pizzolato · 7 years ago
- d91d47d SCP: Silence compiler warnings by Mark Pizzolato · 7 years ago
- ce8aea1 MINGW: Reorder windows include files to avoid future complications by Mark Pizzolato · 7 years ago
- 4991136 DISK: Don't auto size to shrink a disk when file system data size is unknown by Mark Pizzolato · 7 years ago
- b45b942 makefile: Tolerate changing MinGW include file changes by Mark Pizzolato · 7 years ago
- 3d1f092 SCP: Provide command context for messages emitted during ATTACH and DETACH by Mark Pizzolato · 7 years ago
- 064c8e5 SCP: Silence Coverity warnings by Mark Pizzolato · 8 years ago
- 773cc1c SCP: Minor Coverity cleanup by Mark Pizzolato · 8 years ago
- 2b0acc3 DISK: Ignore potential cleanup errors and avoid sign extension byte swapping by Mark Pizzolato · 8 years ago
- 8df4678 DISK: generalized data debug routine for use by devices that don't use sim_disk by Mark Pizzolato · 8 years ago
- 9f929ae DISK: Fix Coverity identified problems by Mark Pizzolato · 8 years ago
- 760ce43 DISK: Add 256 byte sector support to Ultrix file system detection logic by Mark Pizzolato · 8 years ago
- 5a0970f DISK: Support file system type/size checking for disks without 512 byte sectors by Mark Pizzolato · 8 years ago
- 76dda8a PDP11, VAX: Fix SET RPn BADBLOCK behavior and auto sizing. by Mark Pizzolato · 8 years ago
- 7050a1a DISK: Added disk auto size detection for DEC ODS1 structured disks by Mark Pizzolato · 8 years ago
- f006aaa DISK: Added Ultrix disk partition detection to auto size RQ or RP disks. by Mark Pizzolato · 8 years ago
- 0461008 DISK: Always autosize disk to exactly the size of known file system data by Mark Pizzolato · 8 years ago
- 7c2d20f SCP: Make sim_cancel more efficient by stopping search as soon as canceled by Mark Pizzolato · 8 years ago
- 9a69fa8 DISK: Remove $ from all variable names for clean compiles on all gcc versions by Mark Pizzolato · 8 years ago
- b98ece8 DISK: Extended and corrected autosize logic for disk attach. by Mark Pizzolato · 8 years ago
- 165c37a DISK: Add -U attach option, to fix VHD differencing inconsistencies by Mark Pizzolato · 8 years ago
- df3fbc3 DISK: Fix -O option for differencing disks by Mark Pizzolato · 8 years ago
- 3511b5e DISK: Fix -O functionality to override VHD differencing disk consistency checks by Mark Pizzolato · 8 years ago
- 4f1f439 DISK: Fix auto detect format attach logic for non VHD disks #356 by Mark Pizzolato · 8 years ago
- df80f22 DISK: Add better error reporting when differencing VHD attach fails by Mark Pizzolato · 8 years ago
- 39d2944 TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks by Mark Pizzolato · 8 years ago
- a24aba6 VIDEO: Added priority boost to thread performing SDL processing and updates by Mark Pizzolato · 8 years ago
- 7a7b4de DISK: Fix MinGW build when compiling under g++ by Mark Pizzolato · 9 years ago
- e8ce830 DISK: Allow building with g++ on Windows with MinGW by Mark Pizzolato · 9 years ago
- 64716da makefile: Fix MinGW build to allow C++ compiles by Mark Pizzolato · 9 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 32440a4 PDP11, VAX: Fix memory leak when preparing DEC Std 144 bad block table on new disk images by Mark Pizzolato · 9 years ago
- 5a99bcf SCP: Assure that files attached honor the unit Read-Only flag in addition to -R switches. by Mark Pizzolato · 9 years ago
- f1d9e74 DISK: Add disk content validation checking by Mark Pizzolato · 9 years ago
- f60390c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
- 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
- d69b34e DISK: Support for both RAW disk and file size determination on *nix platforms by Mark Pizzolato · 9 years ago
- 435ea69 DISK, TAPE: Make an -F switch specified on a disk/tape attach only change the device format until the unit is detached at which time the unit format will revert to the default format. Fix #219 by Mark Pizzolato · 9 years ago
- 1335729 SCP: Add natural Windows support for RAW device names. Fixes issue raised in #67. by Mark Pizzolato · 9 years ago
- 1548777 SCP: Fix dangling perror details by Mark Pizzolato · 10 years ago
- 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
- 46d7bfc SCP: Fix sim_disk to avoid potential reference to uninitialized context structure. Fix #194 by Mark Pizzolato · 10 years ago
- ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
- c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
- 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 7087f1e Compiler suggested cleanup by Mark Pizzolato · 10 years ago
- f355749 SCP: Provide a way to display an arbitrary buffer contents as hex in debug output by Mark Pizzolato · 10 years ago
- 0dff107 VAX, PDP11: Fix VHD support to save the correct updated part of the Block Allocation Table (BAT) when new blocks are added to a VHD. by Mark Pizzolato · 10 years ago
- 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
- 4db30c1 PDP11, VAX: Avoid strcpy use on overlapping buffers when creating and referencing VHDs. by Mark Pizzolato · 11 years ago
- 3b1b7d6 PDP11, VAX: Fix VHD Differencing disk parent locator descriptors and removed deprecated descriptor types by Mark Pizzolato · 11 years ago
- b2134a0 PDP11, VAX: Fix failure to create differencing VHDs when the parent VHD is larger than 2GB. by Mark Pizzolato · 11 years ago
- 98ac7af PDP11, VAX: Fix differencing virtual disk corruption during creation problems by Mark Pizzolato · 11 years ago
- 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
- 2e85e74 SCP: Various cleanups. by Mark Pizzolato · 11 years ago
- c984495 PDP11/VAX: Make sure that semi-unique drive serial numbers have a zero msb to avoid issues in some operating systems. by Mark Pizzolato · 11 years ago
- 786cda7 PDP11/VAX: Use semi-unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
- e18d7e8 PDP11/VAX: Use unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
- 2bfaf46 AIX Platform support by Mark Pizzolato · 12 years ago
- 2c941c8 Fix to allow raw disk access even if Large File support isn't available on the host by Mark Pizzolato · 12 years ago
- 4bd72e6 Compiler and static analyzer fixes from Peter Schorn. by Mark Pizzolato · 12 years ago
- 8acb3b2 Fixed disk creation logic to avoid writing a zero sector to the first and last sector of a newly created disk if the disk's contents were copied from another disk. This solves the last details in issue #35 by Mark Pizzolato · 12 years ago
- 5727ad1 Added a -V option to a VHD copy operation to cause a verify pass which will confirm all of the expected data has made it to the target virtual disk by Mark Pizzolato · 12 years ago
- 249f40e Compiler indicated cleanup (FreeBSD on PPC) by Mark Pizzolato · 12 years ago
- ba2070f Fix handle leak if a memory allocation error occurred during a VHD create with Copy by Mark Pizzolato · 12 years ago
- e7c2adb Fixed bug affecting pdp11_rq disks introduced when adding greater than 2GB disk support to PDP11 simulator by Mark Pizzolato · 12 years ago
- 0605b6d Added support for building on Solaris with the Sun C compiler by Mark Pizzolato · 12 years ago
- 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
- 3dea605 Remove compiler warnings generated by newer clang compiler by Mark Pizzolato · 12 years ago
- 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
- bc40f6a Removed recently linked dependence of VHD support on Large File support. VHDs can be supported without large file support up to the limits a system without large file support (i.e. 2GB). Fixes issue #35 by Mark Pizzolato · 12 years ago
- 4ff56d6 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. by Mark Pizzolato · 12 years ago
- 952f29e Force include of unistd.h on linux by Mark Pizzolato · 12 years ago
- 3d3f757 Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION by Mark Pizzolato · 12 years ago
- 119ca2f Fixed display of percentage progress when copying or merging a VHD to avoid overflow by Mark Pizzolato · 12 years ago
- 448ee4a Fixed open issues on corrupt or inconsistent differencing disks to properly return error status. by Mark Pizzolato · 12 years ago
- c4251bd Fixed GCC compiler identified warning. by Mark Pizzolato · 12 years ago
- 9dcf5dc Added examples to the sim_disk attach help by Mark Pizzolato · 12 years ago
- e3207c2 Compiler suggested cleanups by Mark Pizzolato · 12 years ago
- e6e6262 Fix ordering of thread activities while detaching disks and tapes by Mark Pizzolato · 12 years ago
- 4a5b7a7 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). by Mark Pizzolato · 12 years ago
- 6eb3804 Standardized scp command formatting in help output by Mark Pizzolato · 12 years ago
- 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
- c61e14f Avoid 8 bit characters in help output by Mark Pizzolato · 12 years ago
- 4f4cbd4 Avoid asynch thread thrashing on disk and tape detach and enhance the disk and tape help by Mark Pizzolato · 12 years ago