typo fix
added a note about SHARE.EXE
openfile + readfile + closefile
delete file
simplified process_diskspace()
added note for diskspace
small memory model
getattr
rmdir+chdir+mkdir
findnext()
added exe to svn as a temporary teaser
added mdr compact mode to svn
FindFirst()
switched to compact mode
diskspace call
work in progress
fixed reporting local MAC addr
empty skeleton that compiles, needs to be filled with actual data processing
MIT license
bumped copyright date
preliminary files
mdr import
prepared directory for future DOS version of ethersrv
added a section about some potentially interesting EtherDFS forks
minor assembly clean ups
fixed mem alloc routine so it applies "LAST FIT" also under MS-DOS 6.22
decreased left indent of lists
improved img display
rewording
added a "from the same author" section
deleted useless icon
improved look
moved styles to a separate css file + simplified design
added website content for easier tracking
frozen ver 0.8.3 to tags
reformatted text
documentation improvements and updated dates before release
fixed support for 0-bytes writes (truncate) - bug reported by Jerome Shidel
added test for 0-length writes to extend or truncate files
refactored code and added a test for opening file in write-only mode
dropped linux/if_ether.h, apparently it is not required, and only leads to troubles on some distros (Alpine Linux)
propset svn:ignore *.exe *.obj *.map
removed /msg from svn, it is recreated by genmsg each time anyway
create a msg directory if it does not exist
genmsg returns an error on failure
improvements / clarifications
freezed v0.8.2 to tags
pre-release doc update
freezed version 20180203 in tags
pre-release history update
doc update
configurable CC compiler
marked lochar() and lostring() functions as static, and disabled pfcb() out of non-debug builds
updated copyright dates and bumped version
updated copyright dates and bumped version
support for lock/unlock operations (INT 2Fh,110Ah)
added a note about the Heretic vs RTL8139 trouble
debug output prints FCB filenames without any trailing garbage
added a (very primitive) test for lock/unlock operations
always answer with success to lock/unlock requests
updated lock/unlock protocol design
lock/unlock ops
do not return errors for lock/unlock requests, few comments improvements
test "seek from end of file" more extensively
test writing at offset #0 as well
added the -f option (patch contributed by Philip Linde)
slight documentation improvements
fixed file truncation when writing to offset 0 (patch kindly provided by Peter De Wachter)
added note about fallocate and mounting a fat image (contributed by Philip Linde)
freezed v0.8.1 to tags
doc update before release
frames are announcing their lenght instead of r...
fixed DEBUG compilation
freezed version 20170415 to tags
support for EDF5 lenght field
improve protocol so it can also provide optiona...
minor adjustments of comments and version
/u and /q can be used together
args can be passed in any order
checksum can be disabled with /n
implemented cksum on frames
freezed version 20170406 to tags
upped date version in program
added support for etherdfs frames with embedded...
protocol design provides a provision for an opt...
added a note about iocharset when mounting vfat...
freezed version 20170401 into tags
do not allow removing read-only files
turns itself into a daemon at start time
added test around fopen() DOS calls