Author: spetreolle
Date: Wed Oct 29 22:22:24 2014
New Revision: 65110
URL: http://svn.reactos.org/svn/reactos?rev=65110&view=rev
Log:
[NTOSKRNL]
Reapply r65107.
We need fixes, not hacks.
Sorry for being popular^W pressure ;)
Modified:
trunk/reactos/ntoskrnl/io/iomgr/file.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?r…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Wed Oct 29 22:22:24 2014
@@ -419,7 +419,7 @@
DirectOpen = TRUE;
}
-#if 1
+#if 0
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/
Author: pschweitzer
Date: Wed Oct 29 21:22:36 2014
New Revision: 65107
URL: http://svn.reactos.org/svn/reactos?rev=65107&view=rev
Log:
[NTOSKRNL]
Reenable hack due to popular pressure.
Still better than fixing it, it seems...
So, break again volume opening.
Modified:
trunk/reactos/ntoskrnl/io/iomgr/file.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?r…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Wed Oct 29 21:22:36 2014
@@ -419,7 +419,7 @@
DirectOpen = TRUE;
}
-#if 0
+#if 1
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/
Author: pschweitzer
Date: Wed Oct 29 18:20:43 2014
New Revision: 65104
URL: http://svn.reactos.org/svn/reactos?rev=65104&view=rev
Log:
[NTOSKRNL]
Disable the IopParseDevice hack. It appears it was triggered on volume opening and thus was breaking volume opening which were then forwarded down to disk.sys.
Not sure how legit it is to have it anylonger.
At least, disabling it reenables volume opening in ReactOS and associated FSCTL!
Alex & Aleksey, can you review please?
CORE-8725
Modified:
trunk/reactos/ntoskrnl/io/iomgr/file.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?r…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Wed Oct 29 18:20:43 2014
@@ -419,6 +419,7 @@
DirectOpen = TRUE;
}
+#if 0
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/
@@ -438,6 +439,7 @@
WRITE_DAC));
DirectOpen = TRUE;
}
+#endif
/* Check if we have a related FO that wasn't a direct open */
if ((OpenPacket->RelatedFileObject) &&
Author: khornicek
Date: Wed Oct 29 18:20:03 2014
New Revision: 65103
URL: http://svn.reactos.org/svn/reactos?rev=65103&view=rev
Log:
[NLS]
- fix the code page value
- also fixes intl.cpl showing date format string in the code page list
Modified:
trunk/reactos/media/nls/c_037.nls
Modified: trunk/reactos/media/nls/c_037.nls
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/nls/c_037.nls?rev=65…
==============================================================================
Binary files - no diff available.