Add support for native dospackets
Brought to you by:
michielp
Add support for native dospackets for each amigoid OS incarnation, but only when no functional changes result for adding them.
For example with MorphOS this involves a query packet that can be used to determine maximum file/dir name length, maximum file size and other attributes. Also adding support for 64bit dospackets is desirable even when the filesystem only supports up to 4GB file sizes: ACTION_SEEK for file sizes >2GB returns a negative value which certain applications can interpret as a failure. ACTION_SEEK64 doesn't have this problem.
MorphOS extensions have now been implemented. I'm however leaving this item open so that it can be spotted by others as an open feature request.