Implemented missing methods, for full MFS read-only support.

This commit is contained in:
2016-08-01 17:59:22 +01:00
parent b60f650733
commit e37f50d5d3
10 changed files with 716 additions and 26 deletions

View File

@@ -1,3 +1,15 @@
2016-08-01 Natalia Portillo <claunia@claunia.com>
* Dir.cs:
* File.cs:
* Info.cs:
* Super.cs:
* Xattr.cs:
* Consts.cs:
* Structs.cs:
* AppleMFS.cs: Implemented missing methods, for full MFS
read-only support.
2016-08-01 Natalia Portillo <claunia@claunia.com>
* File.cs: Correct block size arithmetic.