[ros-diffs] [reactos] 01/01: [KERNEL32_APITEST]: Add tests for IOCTL_MOUNTDEV_QUERY_SUGGESTED_LINK_NAME that show its usage is "one-shot". Once queried, it gets forgotten.

2017-10-08 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d788a52c79f5822cc8a21920de421b77519ebd94 commit d788a52c79f5822cc8a21920de421b77519ebd94 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Oct 8 10:12:08 2017 +0200 [KERNEL32_APITEST]: Add

[ros-diffs] [reactos] 01/02: [CLASS2]: - In ScsiClassCreateDeviceObject() don't drop received object name and store it in the device extension - Implement support for the IOCTL_MOUNTDEV_QUERY_DEVICE_N

2017-10-03 Thread Pierre Schweitzer
Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Tue Oct 3 20:57:50 2017 +0200 [CLASS2]: - In ScsiClassCreateDeviceObject() don't drop received object name and store it in the device extension - Implement support for the IOCTL_MOUNTDEV_QUERY_DEVICE_NAME IOCTL; return the

[ros-diffs] [reactos] 02/02: [CLASS2]: Cosmetic fixes by Thomas

2017-10-03 Thread Pierre Schweitzer
Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Tue Oct 3 21:21:09 2017 +0200 [CLASS2]: Cosmetic fixes by Thomas --- drivers/storage/class/class2/class2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/storage/class/class2/class2.c b/drivers/s

[ros-diffs] [reactos] 01/01: [KERNEL32] Use proper size for allocating buffer in GetVolumeInformationA(). This was leading to allocate a too small buffer under certain conditions and to overrun it. Th

2017-10-14 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dc8bfeabcffeaf2bcdc6907af1313e7a7866314e commit dc8bfeabcffeaf2bcdc6907af1313e7a7866314e Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Oct 14 23:19:12 2017 +0200 [KERNEL32] Use proper size for allocating

[ros-diffs] [reactos] 01/02: [KERNEL32] Fix buffer size for allocation in GetVolumeInformationW(). This fixes function failing with big enough buffer.

2017-10-15 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5bfc68cc14a4fd157f5f6df716648ac67542e528 commit 5bfc68cc14a4fd157f5f6df716648ac67542e528 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Oct 15 10:43:49 2017 +0200 [KERNEL32] Fix buffer size for allo

[ros-diffs] [reactos] 02/02: [KERNEL32_APITEST] Add a few tests for GetVolumeInformation that were used to fix previous issues

2017-10-15 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eb05356a2615e0f0794389358f52676e8aaa3aae commit eb05356a2615e0f0794389358f52676e8aaa3aae Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Oct 15 10:44:50 2017 +0200 [KERNEL32_APITEST] Add a few tests for GetVolumeInfor

[ros-diffs] [reactos] 02/04: [SHELLBTRFS] Upgrade to 1.0.1 CID 1419312

2017-10-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fb2a56e02adafb7751c5bb1253323c716c1f1682 commit fb2a56e02adafb7751c5bb1253323c716c1f1682 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 16 20:20:21 2017 +0200 [SHELLBTRFS] Upgrade to 1.0.1 CID 1419312

[ros-diffs] [reactos] 01/04: [BTRFS] Upgrade to BtrFS 1.0.1 CID 1419459, 1419378

2017-10-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4672b2ba5e111fe9730cdbf4e51fb28c1ce7d473 commit 4672b2ba5e111fe9730cdbf4e51fb28c1ce7d473 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 16 20:05:33 2017 +0200 [BTRFS] Upgrade to BtrFS 1.0.1 CID 1419459, 1

[ros-diffs] [reactos] 04/04: [DOC] Reflect BtrFS Update

2017-10-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=36abd95390c4962102f08178c15b0c0f9bb3a04c commit 36abd95390c4962102f08178c15b0c0f9bb3a04c Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 16 20:26:53 2017 +0200 [DOC] Reflect BtrFS Update CORE-13896 ---

[ros-diffs] [reactos] 01/01: [NTDLL_APITEST] Add simple tests for RtlUnicodeStringToAnsiString() that were used to test the kernel32 regression

2017-10-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a33ab96380c1ed213a083e490027a11ca5fbb58 commit 3a33ab96380c1ed213a083e490027a11ca5fbb58 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 16 22:04:22 2017 +0200 [NTDLL_APITEST] Add simple

[ros-diffs] [reactos] 01/05: [KERNEL32]: Reimplement GetDiskFreeSpaceW() to fix various issues in it. It also brings support for appcompat

2017-10-05 Thread Pierre Schweitzer
5bee374c82209d347088a42901e77d4d1a11b839 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 22:27:14 2017 +0200 [KERNEL32]: Reimplement GetDiskFreeSpaceW() to fix various issues in it. It also brings support for appcompat --- dll/win32/kernel32/client/file/disk.c | 135 +++---

[ros-diffs] [reactos] 02/05: [KERNEL32]: Reimplement GetDiskFreeSpaceA() to make it w2k3 compliant

2017-10-05 Thread Pierre Schweitzer
87448f3d8b26a6696f143872874200ef5799565d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 22:30:18 2017 +0200 [KERNEL32]: Reimplement GetDiskFreeSpaceA() to make it w2k3 compliant --- dll/win32/kernel32/client/file/disk.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-)

[ros-diffs] [reactos] 03/05: [KERNEL32]: Refactor a bit GetDiskFreeSpaceExW(), no ground breaking changes

2017-10-05 Thread Pierre Schweitzer
1e2424ee98bd12d6a5a7ebffdfa138546a5c7a5b Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 23:00:12 2017 +0200 [KERNEL32]: Refactor a bit GetDiskFreeSpaceExW(), no ground breaking changes --- dll/win32/kernel32/client/file/disk.c | 124 +++--- 1 file changed, 69 insertions(

[ros-diffs] [reactos] 04/05: [KERNEL32]: Reimplement GetDiskFreeSpaceExA() to make it w2k3 compliant

2017-10-05 Thread Pierre Schweitzer
8b6518139db31655a395a1547dd475f06f79b934 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 23:02:22 2017 +0200 [KERNEL32]: Reimplement GetDiskFreeSpaceExA() to make it w2k3 compliant --- dll/win32/kernel32/client/file/disk.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-)

[ros-diffs] [reactos] 05/05: [KERNEL32]: Finally get rid of no longer used function InternalOpenDirW()

2017-10-05 Thread Pierre Schweitzer
676bd0cf37d1fd9c2ef2879b061358b512cf00a1 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 23:03:07 2017 +0200 [KERNEL32]: Finally get rid of no longer used function InternalOpenDirW() --- dll/win32/kernel32/client/file/disk.c | 47 --- 1 file changed, 47 deletions(-) diff

[ros-diffs] [reactos] 01/01: [CLASS2]: Fix status code on too small as exposed by kernel32:DeviceIoControl

2017-10-04 Thread Pierre Schweitzer
75f1637f37d8f5ae700e766aed7cc848e37e5f8f Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 4 21:13:25 2017 +0200 [CLASS2]: Fix status code on too small as exposed by kernel32:DeviceIoControl --- drivers/storage/class/class2/class2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d

[ros-diffs] [reactos] 01/01: [KERNEL32]: Reimplement GetDriveTypeW(). This allows providing a quick path for DOS drives and fixes a few detection cases. It allows brings in support for mount points.

2017-10-05 Thread Pierre Schweitzer
cb17d5dba4a5e1cee30f47776821f52890b9b4e0 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Oct 5 23:41:26 2017 +0200 [KERNEL32]: Reimplement GetDriveTypeW(). This allows providing a quick path for DOS drives and fixes a few detection cases. It allows brings in support for mount points. --- dll/win32/kernel32/

[ros-diffs] [reactos] 01/01: [KERNEL32]: w2k3ify GetDriveTypeA()

2017-10-05 Thread Pierre Schweitzer
d7ee95b28ba5232027378e8918317118b1eac9f4 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Oct 5 23:43:10 2017 +0200 [KERNEL32]: w2k3ify GetDriveTypeA() --- dll/win32/kernel32/client/file/disk.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/dll/win32/kernel32/clien

[ros-diffs] [reactos] 01/01: [KERNEL32_APITEST]: Rewrite DeviceIoControl to test both disk.sys and cdrom.sys

2017-10-07 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ac8d04546131c5b54977a462de88ee22adb1b660 commit ac8d04546131c5b54977a462de88ee22adb1b660 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Oct 7 14:06:34 2017 +0200 [KERNEL32_APITEST]: Rewrite DeviceIoControl to tes

[ros-diffs] [reactos] 01/01: Add modules/optional to .gitignore

2017-10-07 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dcff3c92987104a4ee532e15d2666359c5fc9d27 commit dcff3c92987104a4ee532e15d2666359c5fc9d27 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Oct 7 13:26:01 2017 +0200 Add modules/optional to .gitignore --- .gitignore |

[ros-diffs] [reactos] 01/02: [KERNEL32_APITEST]: Add few tests for IOCTL_MOUNTDEV_QUERY_UNIQUE_ID

2017-10-07 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a6b61b855c49e5ce8a4503fa29b5ddbbbe55fe32 commit a6b61b855c49e5ce8a4503fa29b5ddbbbe55fe32 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Oct 7 12:09:27 2017 +0200 [KERNEL32_APITEST]: Add few

[ros-diffs] [reactos] 02/02: [KERNEL32_APITEST]: Fix uninit stack var usage

2017-10-07 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3b4f09eb3610865e21f0e6f78eb9dea69adc695 commit d3b4f09eb3610865e21f0e6f78eb9dea69adc695 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Oct 7 12:11:17 2017 +0200 [KERNEL32_APITEST]: Fix uninit stack var usage --- m

[ros-diffs] [reactos] 03/03: [RDBSS] Fix broken cast when comparing DFS magic values CID 1419139

2017-10-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=78e5caaec2ae983794f3ab01ab234a1ef7d1882d commit 78e5caaec2ae983794f3ab01ab234a1ef7d1882d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 11 08:38:26 2017 +0200 [RDBSS] Fix broken cast when comparing DFS magic

[ros-diffs] [reactos] 02/03: [RXCE] Don't remove uninitialized list entry CID 1419234

2017-10-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f9b26bc0f2be8aba6484fce1e1343e1eae6d commit f9b26bc0f2be8aba6484fce1e1343e1eae6d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 11 08:31:36 2017 +0200 [RXCE] Don't remove uninitialized list entry

[ros-diffs] [reactos] 01/03: [RDBSS] Avoid uninit var usage. CID 1419475

2017-10-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=151869c6ef34e9d2d5582b9c15aaa025904dfdc5 commit 151869c6ef34e9d2d5582b9c15aaa025904dfdc5 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Oct 11 08:20:48 2017 +0200 [RDBSS] Avoid uninit var usage. CID 1419475 --

[ros-diffs] [reactos] 01/01: [KERNEL32] Check NtQueryInformationFile succeed before using its return. Also fix coding style CID 512966

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=19f1cd78c15f7bd3002871796d69a14711971e2d commit 19f1cd78c15f7bd3002871796d69a14711971e2d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 12:36:43 2017 +0200 [KERNEL32] Check NtQueryInformationFile succeed

[ros-diffs] [reactos] 02/03: [FFS] Don't leak memory on volume mount CID 1363583

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=34d74fbd17ce6046c363301df9e67444c205529f commit 34d74fbd17ce6046c363301df9e67444c205529f Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 10:25:40 2017 +0200 [FFS] Don't leak memory on volume mount CID 1

[ros-diffs] [reactos] 01/03: [FFS] Don't allocate (and leak :-)) an unused event CID 1363607

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=19bf484a5b5bf50483552aa5bd628203c2cd91e1 commit 19bf484a5b5bf50483552aa5bd628203c2cd91e1 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 10:21:32 2017 +0200 [FFS] Don't allocate (and leak :-)) an unused event

[ros-diffs] [reactos] 03/03: [FFS] Don't leak on failure CID 1363596

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=361664d57fca98f01ec5c6d430d8901873d1ea7a commit 361664d57fca98f01ec5c6d430d8901873d1ea7a Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 10:30:27 2017 +0200 [FFS] Don't leak on failure CID 1363596 --- d

[ros-diffs] [reactos] 01/01: [KERNEL32] Check Basep8BitStringToDynamicUnicodeString() return and only call -W in case of success CID 1419330

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3832f83a32040e17c195513f5671ecec2387e6b0 commit 3832f83a32040e17c195513f5671ecec2387e6b0 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 13:39:44 2017 +0200 [KERNEL32] Check Basep8BitStringToDynamicUnicode

[ros-diffs] [reactos] 01/01: [KERNEL32] Fix a FIXME in GetNamedPipeHandleStateW and stub a private function for a left unimplemented function

2017-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=19cef7806c43e34a00e1eb13dbb9444e722249a8 commit 19cef7806c43e34a00e1eb13dbb9444e722249a8 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Oct 23 14:36:18 2017 +0200 [KERNEL32] Fix a FIXME in GetNamedPipeHandleStateW an

[ros-diffs] [reactos] 01/01: [CDFS_NEW] Fix broken cast. Spotted by Thomas

2017-11-25 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9d67a24799e29e832933311a8e6ba21787e40f6a commit 9d67a24799e29e832933311a8e6ba21787e40f6a Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 25 20:15:28 2017 +0100 [CDFS_NEW] Fix broken cast. Spotted by

[ros-diffs] [reactos] 01/01: [FASTFAT_NEW] Fix build with FASTFATDBG set

2017-11-24 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3013e153b0e085de0abd2b2eeb83bdfaf6eded13 commit 3013e153b0e085de0abd2b2eeb83bdfaf6eded13 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Fri Nov 24 12:00:10 2017 +0100 [FASTFAT_NEW] Fix build with FASTFATDBG set --- d

[ros-diffs] [reactos] 01/02: [NTOSKRNL] Use cache aligned buffer for devioctrl

2017-11-26 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d01184b16460b014fe9b19c5a142eb0ed88e6455 commit d01184b16460b014fe9b19c5a142eb0ed88e6455 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 26 13:56:48 2017 +0100 [NTOSKRNL] Use cache aligned buffer for dev

[ros-diffs] [reactos] 02/02: [NTOSKRNL] Use ExAllocatePoolWithQuotaTag() when allocating SystemBuffer for the IRP That way, in case the system lacks memory, an exception is thrown and IRP isn't sent t

2017-11-26 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ecbbe2a338619c9d9f7c52a6e7af24adc5fb174 commit 9ecbbe2a338619c9d9f7c52a6e7af24adc5fb174 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 26 14:01:04 2017 +0100 [NTOSKRNL] Use ExAllocatePoolWithQuotaTag() when allo

[ros-diffs] [reactos] 01/01: [LIBTIRPC] Match rtime() propotype and implementation

2017-11-26 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1feb8e627efd1515097505a675aa4f2e6d8cf15c commit 1feb8e627efd1515097505a675aa4f2e6d8cf15c Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 26 14:44:26 2017 +0100 [LIBTIRPC] Match rtime() propotype and implemen

[ros-diffs] [reactos] 01/01: [FASTFAT_NEW] Fix build with FASTFATDBG set

2017-11-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f15769d95863bb17bd12188ff40fd8e04e4b3820 commit f15769d95863bb17bd12188ff40fd8e04e4b3820 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Nov 23 14:18:15 2017 +0100 [FASTFAT_NEW] Fix build with FASTFATDBG set --- d

[ros-diffs] [reactos] 01/02: [PSDK] Add various defines needed to build fastfat_new

2017-11-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d8a15d0cc739197143cefe50a083466964809a8a commit d8a15d0cc739197143cefe50a083466964809a8a Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Nov 23 23:23:16 2017 +0100 [PSDK] Add various defines needed to build fastf

[ros-diffs] [reactos] 01/01: [VFATLIB] Never touch the file system if not in interactive or RW mode. It's critical not to perform any write on a volume without an exclusive lock on it. That lock is on

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b0bf7dfb62400227e8fb33fbeafcb0da02145439 commit b0bf7dfb62400227e8fb33fbeafcb0da02145439 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 13:59:20 2017 +0100 [VFATLIB] Never touch the file system if not in inter

[ros-diffs] [reactos] 01/03: [FASTFAT] When not able to lock a volume due to open handles, print open handles

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=27773dbb3f1ab3f93a24a742bec91676bf3a70a4 commit 27773dbb3f1ab3f93a24a742bec91676bf3a70a4 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 18:19:03 2017 +0100 [FASTFAT] When not able to lock a volume due t

[ros-diffs] [reactos] 02/03: [FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume!

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de0368614814293c40517551911c0057bde7dfed commit de0368614814293c40517551911c0057bde7dfed Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 18:20:04 2017 +0100 [FASTFAT] Fix a handle count leak on volume close. Th

[ros-diffs] [reactos] 03/03: [FASTFAT] While closing FCBs on dismount, release from tail to head and not the contrary. It fixes assertion failure in vfatDestroyFCB() where we would have release parent

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64bc96558e878cc91da148ec5892a7e2bf58e052 commit 64bc96558e878cc91da148ec5892a7e2bf58e052 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 18:21:51 2017 +0100 [FASTFAT] While closing FCBs on dismount, release fro

[ros-diffs] [reactos] 01/01: [FASTFAT] Add a comment (and an ASSERT) in VfatCreateFile() that shows that my stats code is broken...

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dcd95c1a85d88c2adc98af14194e9b3057cbcb27 commit dcd95c1a85d88c2adc98af14194e9b3057cbcb27 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 18:25:43 2017 +0100 [FASTFAT] Add a comment (and an ASSERT) in VfatCrea

[ros-diffs] [reactos] 01/01: [FS] During 1st stage, disable any FS we don't support install to in order to let RawFS these volumes. This avoids bloated setup and avoids potential bugs in 3rd party dri

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a650f6ba50a270faf37c36f8054b931dd9b4272 commit 5a650f6ba50a270faf37c36f8054b931dd9b4272 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Dec 18 08:44:24 2017 +0100 [FS] During 1st stage, disable any FS we don't s

[ros-diffs] [reactos] 01/01: [KERNEL32_APITEST] Add a test for FormatMessage backed with MC file.

2017-12-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=72094e637d788448f4e1f3c121e1881343e17c07 commit 72094e637d788448f4e1f3c121e1881343e17c07 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Dec 16 19:39:37 2017 +0100 [KERNEL32_APITEST] Add a test for FormatMessage

[ros-diffs] [reactos] 01/01: [VFD] Build with debug information on debug builds

2017-12-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=753d87468c8f5e350d34bb48141493698ae65e8c commit 753d87468c8f5e350d34bb48141493698ae65e8c Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Dec 16 21:57:11 2017 +0100 [VFD] Build with debug information on debug

[ros-diffs] [reactos] 01/02: [PSDK] Add some missing defines

2017-12-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d82796778f91d61eaa9ca0e1086d263227b7fbe4 commit d82796778f91d61eaa9ca0e1086d263227b7fbe4 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Dec 16 21:43:49 2017 +0100 [PSDK] Add some missing defines CORE

[ros-diffs] [reactos] 01/01: [VFD] Remove no longer required ReactOS specific change

2017-12-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=132c7d926bedeaebbccaeed21ac179bdb122b0ee commit 132c7d926bedeaebbccaeed21ac179bdb122b0ee Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Dec 16 22:53:32 2017 +0100 [VFD] Remove no longer required ReactOS specific

[ros-diffs] [reactos] 01/01: [VFD] Fix build

2017-12-16 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2a146533a5c6d279c519e047e91bf06379a0f1d6 commit 2a146533a5c6d279c519e047e91bf06379a0f1d6 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Dec 16 22:00:41 2017 +0100 [VFD] Fix build --- modules/rosapps/lib/

[ros-diffs] [reactos] 01/01: [SETUP] Remove FSDs which have broken dismount implementation. This avoids issues when these partitions are formatted to FAT for setup.

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=806cd16328799771b89397f5c51a3d46884bce0a commit 806cd16328799771b89397f5c51a3d46884bce0a Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 23:13:56 2017 +0100 [SETUP] Remove FSDs which have broken di

[ros-diffs] [reactos] 01/03: [USETUP] Our current FAT ChkDsk being a bit slow when using the right path make it only perform a full check if dirty bit is set (which should never happen *cough*).

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c8f2befb5ff1465123d0bceb4595a00add62326f commit c8f2befb5ff1465123d0bceb4595a00add62326f Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 23:26:38 2017 +0100 [USETUP] Our current FAT ChkDsk being a bit slow when

[ros-diffs] [reactos] 03/03: [NTOSKRNL] Make again an attempt at killing the IopParseDevice() hack.

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4ef08871ee67cafc1b3566f408bd4f7a86df9a80 commit 4ef08871ee67cafc1b3566f408bd4f7a86df9a80 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 23:30:58 2017 +0100 [NTOSKRNL] Make again an attempt at k

[ros-diffs] [reactos] 02/03: [FASFAT] Enable FAT volume dismount using VPB swapout

2017-12-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd1e7bf85e01ccaece3c3da4a701f7911f63cd7e commit bd1e7bf85e01ccaece3c3da4a701f7911f63cd7e Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Dec 17 23:29:33 2017 +0100 [FASFAT] Enable FAT volume dismount using VPB s

[ros-diffs] [reactos] 01/01: [CDFS_NEW] _SEH2_FINALLY implement SEH support for real instead of its current stub. This notably fixes BSOD on media change

2017-11-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f723d230a0bc4b7b78ca125abecce137bb96bed6 commit f723d230a0bc4b7b78ca125abecce137bb96bed6 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Fri Nov 17 22:18:53 2017 +0100 [CDFS_NEW] _SEH2_FINALLY implement SEH support fo

[ros-diffs] [reactos] 01/01: [EXT2] Upgrade to 0.69 CORE-13980

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a1d7e9936d8e58bc07ff2cc73a937ce845c7d542 commit a1d7e9936d8e58bc07ff2cc73a937ce845c7d542 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 10:47:29 2017 +0100 [EXT2] Upgrade to 0.69 CORE-13980 --- d

[ros-diffs] [reactos] 01/01: [MSGINA] Fix buttons alignment in French translation

2017-11-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9904aafd12eb017bf43b7e3fd3cbb512ac64c383 commit 9904aafd12eb017bf43b7e3fd3cbb512ac64c383 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Tue Nov 21 11:49:01 2017 +0100 [MSGINA] Fix buttons alignment in French trans

[ros-diffs] [reactos] 01/01: [NFS41_NP] Attempt to fix MSVC build

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ddebe3291568bb18d03207337315d4f38d4d630 commit 2ddebe3291568bb18d03207337315d4f38d4d630 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 21:36:57 2017 +0100 [NFS41_NP] Attempt to fix MSVC build --- dll/

[ros-diffs] [reactos] 01/02: [NFS41_NP] Fix debug print in case of connection cancel failure

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=764b2b6ef72cff60729184284d654c6a47699539 commit 764b2b6ef72cff60729184284d654c6a47699539 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 21:25:00 2017 +0100 [NFS41_NP] Fix debug print in case of connection

[ros-diffs] [reactos] 02/02: [SHELL32] Drop slash when dismounting a remote drive. MPR and NP are expecting a drive letter. This fixes dismounting a network drive using explorer.

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45b543202d7e1927833d84faebdb39924d2b4e09 commit 45b543202d7e1927833d84faebdb39924d2b4e09 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 21:26:18 2017 +0100 [SHELL32] Drop slash when dismounting a remote driv

[ros-diffs] [reactos] 02/02: [NTOSKRNL] In CcPurgeCacheSection(), don't assume the file being purged isn't used. Handle that case properly instead of asserting. This fixes a triggerable ASSERT from um

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64cb138a673fa02d76922963c680bfeb05f1d715 commit 64cb138a673fa02d76922963c680bfeb05f1d715 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 17:53:07 2017 +0100 [NTOSKRNL] In CcPurgeCacheSection(), don't assume th

[ros-diffs] [reactos] 01/02: [NTOSKRNL] When CcPurgeCacheSection() succeed, make it return TRUE so that callers don't believe it always fail

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4768a371f4f8cb4387a902037e42d387086f334a commit 4768a371f4f8cb4387a902037e42d387086f334a Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 17:51:08 2017 +0100 [NTOSKRNL] When CcPurgeCacheSection() succeed

[ros-diffs] [reactos] 01/01: [NTOSKRNL] Don't make CcSetReadAheadGranularity() whine for every single file opened by FSDs making use of it.

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2b217e4ecf942126c4672f8d1c0a2fb55530d731 commit 2b217e4ecf942126c4672f8d1c0a2fb55530d731 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 18:00:48 2017 +0100 [NTOSKRNL] Don't make CcSetReadAheadGranularity()

[ros-diffs] [reactos] 01/01: [NTOSKRNL] Implement FsRtlCheckOplock(), FsRtlCurrentBatchOplock(), FsRtlInitializeOplock(), FsRtlOplockFsctrl(), FsRtlOplockIsFastIoPossible(), FsRtlUninitializeOplock().

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3d585395684b96df9782fe0af253f2c3e9cffc4 commit d3d585395684b96df9782fe0af253f2c3e9cffc4 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 18:23:57 2017 +0100 [NTOSKRNL] Implement FsRtlCheck

[ros-diffs] [reactos] 01/01: [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.

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec6b3ecbe48ad51c366563196cc93a6ae74e8b69 commit ec6b3ecbe48ad51c366563196cc93a6ae74e8b69 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 18:32:36 2017 +0100 [CDFS] Attempt to a switch to the MS CDFS

[ros-diffs] [reactos] 01/01: [NTOSKRNL] Fix MSVC build: don't attempt to return in a void function

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2284a457a36a9ce7e2b28bf38b6456ff0a6de471 commit 2284a457a36a9ce7e2b28bf38b6456ff0a6de471 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 18:38:36 2017 +0100 [NTOSKRNL] Fix MSVC build: don't attempt to

[ros-diffs] [reactos] 01/01: [SHELL32] Update French translation, following 6465705

2017-11-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0701527f200a37e29f94fb7f4d350274f0b344bb commit 0701527f200a37e29f94fb7f4d350274f0b344bb Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 18 18:56:59 2017 +0100 [SHELL32] Update French translation, following 6

[ros-diffs] [reactos] 01/01: [SHELL32] Update French translation

2017-11-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=63dcfd2de3e3b8d75fd111fb41b9b18cb7523c7c commit 63dcfd2de3e3b8d75fd111fb41b9b18cb7523c7c Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Tue Nov 21 18:24:08 2017 +0100 [SHELL32] Update French translation --- dll/win32/s

[ros-diffs] [reactos] 01/01: [FASTFAT] More FS statistics

2017-11-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8503842309018f02eb43c714d6d385f7bb75d0da commit 8503842309018f02eb43c714d6d385f7bb75d0da Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Tue Nov 21 22:18:11 2017 +0100 [FASTFAT] More FS statistics --- drivers/files

[ros-diffs] [reactos] 01/01: [NTOSKRNL] It is forbidden to call DbgPrint at DISPATCH_LEVEL with %wZ

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f88fe43abd6a039f25cc08a8dfd65f9a56ef9da7 commit f88fe43abd6a039f25cc08a8dfd65f9a56ef9da7 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 18:51:07 2017 +0100 [NTOSKRNL] It is forbidden to call Db

[ros-diffs] [reactos] 01/01: [CDFS_NEW] Restore the ability to restore installing from disk image. CORE-13184

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c733856258ebfac4b62ffb7733202dddb74a4be commit 6c733856258ebfac4b62ffb7733202dddb74a4be Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 18:36:20 2017 +0100 [CDFS_NEW] Restore the ability to restore inst

[ros-diffs] [reactos] 01/01: [CDFS_NEW] Bugfix for f88fe43: don't delete devices twice on shutdown. With that bugfix, I can install ROS from ISO on HDD without troubles :-) CORE-13184

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cbf0430b56b600c29c1f615117574afcce1a9027 commit cbf0430b56b600c29c1f615117574afcce1a9027 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 18:57:11 2017 +0100 [CDFS_NEW] Bugfix for f88fe43: don't delete devices

[ros-diffs] [reactos] 01/05: [NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed in NtFlushBuffersFile() CORE-14003

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7eefe702949da68e49c4365d466c5373099c3b1f commit 7eefe702949da68e49c4365d466c5373099c3b1f Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 22:26:18 2017 +0100 [NTOSKRNL] Implement IoComputeDesiredAccessFile

[ros-diffs] [reactos] 02/05: [NTOSKRNL] Implement (with many FIXMEs) ObReferenceFileObjectForWrite() so that it can already do the job! CORE-14003

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3b64f7f8fbbc64ada4dfdb6bdd1feff4bac10c1d commit 3b64f7f8fbbc64ada4dfdb6bdd1feff4bac10c1d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 22:28:54 2017 +0100 [NTOSKRNL] Implement (with many

[ros-diffs] [reactos] 03/05: [NTOSKRNL] In NtWriteFile, quit using ObReferenceObjectByHandle in favor of ObReferenceFileObjectForWrite(). This avoids RO FSDs being called for write operations. CORE-14

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c3d5a3f2bdff97f03b802fe95dce9d0c9375e53e commit c3d5a3f2bdff97f03b802fe95dce9d0c9375e53e Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 22:32:16 2017 +0100 [NTOSKRNL] In NtWriteFile, quit

[ros-diffs] [reactos] 05/05: [CDFS_NEW] Now NtWriteFile is fixed, revert 5f25582, ie remove FastIO hack from the driver CORE-14003

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=faee3753ea79c7e332c7a1b5eb74ca2c6614e23d commit faee3753ea79c7e332c7a1b5eb74ca2c6614e23d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 22:36:47 2017 +0100 [CDFS_NEW] Now NtWriteFile is fixed, revert 5f255

[ros-diffs] [reactos] 04/05: [NTOSKNRL] In NtWriteFile, remove the check that is now redundant with ObReferenceFileObjectForWrite(). CORE-14003

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d777ffab5458495c04f250cf7ced379f306a7af commit 1d777ffab5458495c04f250cf7ced379f306a7af Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 22:33:58 2017 +0100 [NTOSKNRL] In NtWriteFile, remove the check that

[ros-diffs] [reactos] 01/01: [NTOSKRNL] Add a FIXME in NtWriteFile() that explains how broken is our current implementation regarding read-only FSDs

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1bef48796e4df655c71ddd92a00417dbe9e530ca commit 1bef48796e4df655c71ddd92a00417dbe9e530ca Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 21:11:22 2017 +0100 [NTOSKRNL] Add a FIXME in NtWriteFile() that explai

[ros-diffs] [reactos] 01/01: [CDFS_NEW] Following 1bef487, add a hack and stub FastIO write routine to avoid bugchecks on write attempts. This allows booting the ReactOS LiveCD as HDD image in Qemu wi

2017-11-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f255827d3282b2dea1bc6d5ba77607550742ced commit 5f255827d3282b2dea1bc6d5ba77607550742ced Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 12 21:16:31 2017 +0100 [CDFS_NEW] Following 1bef487, add a hack and stub

[ros-diffs] [reactos] 01/01: [CDFS] Remove the VPB field from the VCB. Not only it was never set, but the only times it was used was broken!

2017-11-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa0327d6c5f28d59838b240f3e363f82a90606ee commit fa0327d6c5f28d59838b240f3e363f82a90606ee Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 4 19:46:01 2017 +0100 [CDFS] Remove the VPB field from the VCB. No

[ros-diffs] [reactos] 01/01: [CDFS] Implement open handle count

2017-11-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95447d2fd11604eeea4870ed7a6e9b3610eb1173 commit 95447d2fd11604eeea4870ed7a6e9b3610eb1173 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 4 21:14:50 2017 +0100 [CDFS] Implement open handle count --- drivers/files

[ros-diffs] [reactos] 01/01: [CDFS] Implement volume un/locking. CORE-13957

2017-11-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03a9d8c7ca880006b4aa37098e885206ddc106cc commit 03a9d8c7ca880006b4aa37098e885206ddc106cc Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 4 21:29:51 2017 +0100 [CDFS] Implement volume un/locking. CORE

[ros-diffs] [reactos] 01/01: [CDFS] Don't use uninit var. Fixes MSVC build (good boy :-))

2017-11-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b30670ba43ec5b8901ddbc98aff11f0f8be5d70d commit b30670ba43ec5b8901ddbc98aff11f0f8be5d70d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 4 21:23:11 2017 +0100 [CDFS] Don't use uninit var. Fixes MSVC build (go

[ros-diffs] [reactos] 01/01: [CDFS] Addendum to 03a9d8c: check for volume state (locked?) before opening a file CORE-13957

2017-11-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a2ed758a205cedcafbc836e4ca5ac6b87d60c2e6 commit a2ed758a205cedcafbc836e4ca5ac6b87d60c2e6 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Nov 4 21:31:35 2017 +0100 [CDFS] Addendum to 03a9d8c: check for volume state (

[ros-diffs] [reactos] 02/02: [CDFS] Set the FO_CLEANUP_COMPLETE on cleanup

2017-11-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f65b294f21549e7331c6117372d245d45317417e commit f65b294f21549e7331c6117372d245d45317417e Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 5 13:47:58 2017 +0100 [CDFS] Set the FO_CLEANUP_COMPLETE on cleanup --- d

[ros-diffs] [reactos] 01/02: [CDFS] Don't allow FS opening when volume is locked

2017-11-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=244b4f99b384c921a16e5b39e9a0af608c263ad8 commit 244b4f99b384c921a16e5b39e9a0af608c263ad8 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Nov 5 10:59:49 2017 +0100 [CDFS] Don't allow FS opening when volume is

[ros-diffs] [reactos] 02/09: [CDFS_NEW] Remove a no longer required build hack

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=755bdb5d0b09e1df374f197c59639c0d78b86d6f commit 755bdb5d0b09e1df374f197c59639c0d78b86d6f Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:42:27 2017 +0100 [CDFS_NEW] Remove a no longer required buil

[ros-diffs] [reactos] 04/09: [CDFS_NEW] Remove a no longer required build hack

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=818025ecc8006c19ce6f6139b21294795f51bafd commit 818025ecc8006c19ce6f6139b21294795f51bafd Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:46:43 2017 +0100 [CDFS_NEW] Remove a no longer required buil

[ros-diffs] [reactos] 01/09: [CDFS_NEW] Fix headers inclusion so that it can work on a *nix platform

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3cbcb1badee213fdbadaa2db99086d21a8775fe8 commit 3cbcb1badee213fdbadaa2db99086d21a8775fe8 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:38:01 2017 +0100 [CDFS_NEW] Fix headers inclusion so that it ca

[ros-diffs] [reactos] 08/09: [CDFS_NEW] Add a CMakeFile and a registry file. When using both, you get a driver that builds and works in ROS. Could install ROS with it! :-)

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8b2fd60829eeeb28fcafc0ef2511f7bed04ffd64 commit 8b2fd60829eeeb28fcafc0ef2511f7bed04ffd64 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:58:49 2017 +0100 [CDFS_NEW] Add a CMakeFile and a registry file. When

[ros-diffs] [reactos] 05/09: [CDFS_NEW] Force calling convention to allow build

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d4b8783fd0b9b8231a46e7b914447b86255e35b commit 3d4b8783fd0b9b8231a46e7b914447b86255e35b Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:49:47 2017 +0100 [CDFS_NEW] Force calling convention to allow

[ros-diffs] [reactos] 01/01: [CDFS_NEW] Add a hack that allows locking a volume and thus, unmounting it. All that work, just to be able to do this...

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03d5be6437a1f2e4376ac117421133ebfdde799e commit 03d5be6437a1f2e4376ac117421133ebfdde799e Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 20:09:23 2017 +0100 [CDFS_NEW] Add a hack that allows locking a volume an

[ros-diffs] [reactos] 07/09: [CDFS_NEW] Remove a broken change (lol?!) that prevented the driver to properly work in ROS... Dropping SEH doesn't mean dropping code!

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e4da7ecc50b59b9f8283d84b3707fa69c595a57d commit e4da7ecc50b59b9f8283d84b3707fa69c595a57d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:55:34 2017 +0100 [CDFS_NEW] Remove a broken change (lol?!) that pre

[ros-diffs] [reactos] 06/09: [CDFS_NEW] Force calling convention to allow build

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b19676e2b541983f1062ba1c563099284646010 commit 7b19676e2b541983f1062ba1c563099284646010 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:52:43 2017 +0100 [CDFS_NEW] Force calling convention to allow

[ros-diffs] [reactos] 09/09: [CDFS_NEW] You know... RBuild has been gone for ages!

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa1c60db50d456fe39e315fbbe18bbee78af4105 commit fa1c60db50d456fe39e315fbbe18bbee78af4105 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 20:01:36 2017 +0100 [CDFS_NEW] You know... RBuild has been gone fo

[ros-diffs] [reactos] 03/09: [CDFS_NEW] Remove a no longer required build hack

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2639dd673636e4848a4fe33b9a4cd142efcc84f8 commit 2639dd673636e4848a4fe33b9a4cd142efcc84f8 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 19:44:13 2017 +0100 [CDFS_NEW] Remove a no longer required buil

[ros-diffs] [reactos] 01/01: [NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity() stub return success instead of hacking FSDs. Suggested by Thomas

2017-11-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e88eeb21af4b778f19b10e2d0e9f1c4361d6838d commit e88eeb21af4b778f19b10e2d0e9f1c4361d6838d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Mon Nov 6 21:45:55 2017 +0100 [NTOSKRNL] Make the CcWaitForCurrentLazyWriterAc

[ros-diffs] [reactos] 03/03: [RDBSS] Start defining the RxCapture* macros and start using them (to be continued)

2017-11-01 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2511ba8f8f4c26fc8043af37102a3a664ebffe7d commit 2511ba8f8f4c26fc8043af37102a3a664ebffe7d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Nov 1 11:45:43 2017 +0100 [RDBSS] Start defining the RxCapture* macros and start

[ros-diffs] [reactos] 01/03: [RDBSS] Implement RxCheckFcbStructuresForAlignment()

2017-11-01 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ac3e4a48958b1edeca3998be977cee8d09d284b0 commit ac3e4a48958b1edeca3998be977cee8d09d284b0 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Nov 1 11:05:32 2017 +0100 [RDBSS] Implement RxCheckFcbStructuresForAli

[ros-diffs] [reactos] 02/03: [RXCE] Implement RxInitializeDebugSupport()

2017-11-01 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b840f6536247a172db987a8b46a20168137fb4fe commit b840f6536247a172db987a8b46a20168137fb4fe Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Wed Nov 1 11:20:28 2017 +0100 [RXCE] Implement RxInitializeDebugSupport() --- s

[ros-diffs] [reactos] 01/01: [RDBSS] Fix a bug in RxQueryNameInfo(): don't only return name length, but also the whole structure. Avoids corruption

2017-11-02 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3c679fc6b4abd351a443d0affacd01554a96a044 commit 3c679fc6b4abd351a443d0affacd01554a96a044 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Nov 2 23:03:08 2017 +0100 [RDBSS] Fix a bug in RxQueryNameInfo(): don't only

  1   2   3   4   5   6   7   8   9   >