https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec6b3ecbe48ad51c36656…
commit ec6b3ecbe48ad51c366563196cc93a6ae74e8b69
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sat Nov 18 18:32:36 2017 +0100
[CDFS] Attempt to a switch to the MS CDFS driver.
To be reverted if it brings in too many regressions, even though I tried to do my best to address them.
Leaving the old driver in place, for now; if no regressions are reported regarding CDFS in 0.4.8, then old driver could be dropped for 0.4.9.
---
drivers/filesystems/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/filesystems/CMakeLists.txt b/drivers/filesystems/CMakeLists.txt
index 7485d433b5..24937d7f13 100644
--- a/drivers/filesystems/CMakeLists.txt
+++ b/drivers/filesystems/CMakeLists.txt
@@ -1,6 +1,6 @@
add_subdirectory(btrfs)
-add_subdirectory(cdfs)
+add_subdirectory(cdfs_new)
add_subdirectory(ext2)
add_subdirectory(fastfat)
add_subdirectory(ffs)
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=631d1e071c4def6cb318e…
commit 631d1e071c4def6cb318ee7e917e568283f5bb9d
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sat Nov 4 11:46:29 2017 +0100
[RTL] Make RtlFillMemoryUlonglong public
---
sdk/lib/rtl/i386/rtlmem.s | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/lib/rtl/i386/rtlmem.s b/sdk/lib/rtl/i386/rtlmem.s
index eb93f89d23..2843480f89 100644
--- a/sdk/lib/rtl/i386/rtlmem.s
+++ b/sdk/lib/rtl/i386/rtlmem.s
@@ -14,6 +14,7 @@ PUBLIC _RtlCompareMemory@12
PUBLIC _RtlCompareMemoryUlong@12
PUBLIC _RtlFillMemory@12
PUBLIC _RtlFillMemoryUlong@12
+PUBLIC _RtlFillMemoryUlonglong@16
PUBLIC _RtlMoveMemory@12
PUBLIC _RtlZeroMemory@8