Too much to list all, but includes (in no particular order):
- Cleanup for 64-bit builds, MSVC warnings.
- Structured help
- Help file compiler.
- Supports volsets, writes/create work.
- Support for I18n in messages, help.
- Makefiles.
- Initialize volume/volset
- Command line editing/history
Builds and works on Linux and Windows (VS).
Not recently built or tested on other platforms, but
not intentinonally broken.
file systems. It supports reading and writing as well as a number
of other operations, such as octal dump, file system initialize,
and file system check ("clean").
This was originally maintained as a Subversion repository at
svn://akdesign.dyndns.org/flx/branches/V2.6.
as suggested by Timothe Litt on the SIMH mailing list.
Reorganize commands into separate modules - ods2.c was way too big.
This reduces it from around 3000 LOC to less than 1K LOC.
Reorder I/O so PHYVIRT mediates all physical access.
Fix memory leaks of device structures.
Reorganize Files-11 vs. internal structures.
Allow more granular control of DEBUG from the makefile.
Show VOLUME handles free space and tries to match geometry from SCB to known disk types.
Fix many compilation warnings.
Add code to allow dumping disk data for debug.
Automatically generate descrip.mms from dependencies.
Correctly handle directory default version limit; previously confused with file version limit.
Teach help to sort tables for presentation; manually keeping them sorted is problematic,
and code maintenance prefers functional groupings.
Add the ability to initialize a Files-11 volume. (Not quite complete.)
Add dependency generation to makefiles. Excludes system headers so
makedepends isn't required to build.
Simplify makefiles to use more recipes.
Teach makefiles to list all sources and headers so it's easier to keep git and MSVC up-to-date.
Add support for accessing images of disks with interleave/skew/offsets (e.g. RX02).
Add VHD support, including ability to create a snapshot with mount/write.
Teach RMS to handle NOSPAN variable length records correctly.
Fix RMS GET handling of variable length records with VFC that span block boundaries.
Fix delete file (a day-one incomplete). Still some cases to validate.
Purge cache of modified blocks at rundown and at the end of each command.
Do not allow deletion of reserved files.
Move revision history to version.h
Correct various permissions in git.
Many style/formatting edits.
Bug fixes.
Reverted some previous changes temporarily while reviewing new code.
Merged Baker's "virtual device" in a simpler form. ODS2 will assign a sensible
drive name when mounting /image (== /virtual). If a specific drive name
is desired, mount /image drivename=filespec.
Files can be quoted, or use set qualifier_style unix if slashes are a problem.
Note that mount on the command line allows tab completion.
Moved "statistics" command into show.
Coded support for import/binary (fixed records, 512 bytes).
Converted fgets to fgetline
Added show devices for Unix (limited by standard APIs)
Got rid of separate ODS2-Image build.
Fix various compiler warnings.
Fix bug causing double free when a file isn't found.
Fix bug using uninitialized variable parsing null filename.
Fix bug causing crash when format 3 retrieval pointer encountered.
Add support for readline (command line editing and history on Unix)
Untangle NT I/O so it builds without the direct access SCSI API & works.
Report errors as text messages everywhere.
Add MSVC project files.
Implement most of dir/full
Partially implement XABITM
Add help to command tables.
Allow choice of VMS qualifiers or Unix options.
mount /write // /dev/cdrom
or
mount -write /dev/cdrom
Parse quoted strings as command parameters.
Mount /write "/dev/cdrom"
search [*...]*.txt "My words for you"
Resolve command, parameter & qualifier ambiguity from tables.
Consolidate the various makefiles into a common file with very small
platform-specific wrappers. This simplifies maintenance.
Add diskio module to allow easy access to .iso images and simulator files.
Removes requirement for loop device or equivalent. Builds as a separate
executable.
Writes to the ODS2 volumes are broken.
1) The readme is out-of-date, and unreadable on github
2) Some tools have their own directories, some don't
3) Many tools have neither readme nor descriptions.
4) Some files are misplaced
This reorganizes so that each tool has its own directory, even if it only has a single file
(Hint: If you use a tool, please add/update READMEs)
The master README is complete, and readable on github
The tools are in alphabetical order within category. There are some cases where this probably isn't the right thing to do, e.g. where there are separate tools that do "to" and "from" conversions.
Each tool has at least a 1-line description in the master readme
This commit does not change any tool.