[ros-diffs] 02/05: [NTOSKRNL] Map the VACB in kernel space before inserting it in lists. The avoids race conditions where attempts to read from disk to not fully initialized VACB were performed. Also,

2018-04-15 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1b672981e2d2c5bd3d679b9f4adbb6e829075339 commit 1b672981e2d2c5bd3d679b9f4adbb6e829075339 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Apr 8 18:45:38 2018 +0200 Commit: Pierre Schweitzer <pie...@reactos.org>

[ros-diffs] 01/02: [NTOSKRNL] Add a few asserts when mapping a VACB in kernel space Also, reset VACB content when returning it to the lookaside list

2018-03-24 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dea9c291abb77977eee9208d1b5be22d9f676a5d commit dea9c291abb77977eee9208d1b5be22d9f676a5d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Mar 24 18:02:20 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 02/02: [NTOSKRNL] Use interlocked operations for VACB reference counting.

2018-03-24 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=14b05e65ffaa11a286b370e160c503fbffdc69b9 commit 14b05e65ffaa11a286b370e160c503fbffdc69b9 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Mar 24 19:15:16 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/01: [NTOSKRNL] Properly delete VACB in CcRosCreateVacb() when mapping fails. Spotted by Thomas.

2018-03-25 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ffd524275e721a192b91cbc65819ee377043eb79 commit ffd524275e721a192b91cbc65819ee377043eb79 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Mar 25 18:26:32 2018 +0200 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 02/02: [NTOSKRNL] In CcRosInternalFreeVacb(), in case of invalid free, also print file name.

2018-03-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2a0e996c9d350987e4942f2a6af53500fc87c53d commit 2a0e996c9d350987e4942f2a6af53500fc87c53d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Mar 18 13:16:05 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/02: [NTOSKRNL] In CcFlushCache(), release the VACB using CcRosReleaseVacb() Instead of reimplementing it partially and wrongly.

2018-03-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2fbba22789423d5959d32f201153effe3f14bb55 commit 2fbba22789423d5959d32f201153effe3f14bb55 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Mar 18 13:11:05 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/01: [NTOSKNRL] Always reference a newly created VACB

2018-03-18 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1e579843bcf2f54da8e717ec9713b86e9ad1c02c commit 1e579843bcf2f54da8e717ec9713b86e9ad1c02c Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sun Mar 18 18:14:17 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/01: [KMTESTS:MM] Truncate file cache on uninitialize to avoid leaking a reference.

2018-03-22 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7abae76b834300d197f2c63f5aba4ac0d37eb6d commit d7abae76b834300d197f2c63f5aba4ac0d37eb6d Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Thu Mar 22 22:34:21 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/01: [NTOSKRNL] Misc fixes to VACB reference counting This fixes various bugs linked to VACB counting: - VACB not released when it should be - Reference count expectations not being accu

2018-03-17 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=13b57fb5b5688a5e67175e0908f1fe7ad272045b commit 13b57fb5b5688a5e67175e0908f1fe7ad272045b Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Mar 17 11:56:25 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 01/01: [NTOSKRNL] More asserts regarding reference count

2018-03-24 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2b6df67f0abe387db2a18d51d0eb728349546e21 commit 2b6df67f0abe387db2a18d51d0eb728349546e21 Author: Pierre Schweitzer <pie...@reactos.org> AuthorDate: Sat Mar 24 11:59:45 2018 +0100 Commit: Pierre Schweitzer <pie...@re

[ros-diffs] 05/05: [KMTESTS:CC] Fix a typo

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=52ccfcf6febd4cdc2088dc3e924e07413a494b88 commit 52ccfcf6febd4cdc2088dc3e924e07413a494b88 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 21:25:28 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 21:26:16 2018 +0200

[ros-diffs] 03/05: [NTOSKRNL] When pinning data, try to find an already pinned BCB

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7fd2751c873a59f449b7f3421bdb17488f53253e commit 7fd2751c873a59f449b7f3421bdb17488f53253e Author: Pierre Schweitzer AuthorDate: Fri Oct 5 21:14:13 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 21:26:16 2018 +0200

[ros-diffs] 04/05: [NTOSKRNL] Implement support for PIN_IF_BCB flag

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd39459f89da7e5031b2b30266521df362759e52 commit bd39459f89da7e5031b2b30266521df362759e52 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 21:17:38 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 21:26:16 2018 +0200

[ros-diffs] 02/05: [NTOSKRNL] When mapping data, try to find if there's already a BCB

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9fc75c11322e45fa02a8b65780f4f53b0ffbb9fb commit 9fc75c11322e45fa02a8b65780f4f53b0ffbb9fb Author: Pierre Schweitzer AuthorDate: Fri Oct 5 21:01:02 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 21:26:16 2018 +0200

[ros-diffs] 01/05: [NTOSKRNL] Move the PinCount out of the VACB to the BCB

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f2849476220161e202e25b000d8c68a9d4123e00 commit f2849476220161e202e25b000d8c68a9d4123e00 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 19:43:10 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 21:26:16 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Rewrite BCB handling to be more robust

2018-10-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf8ba3bd9cb74870c64deb29ea44ac12245a4e92 commit cf8ba3bd9cb74870c64deb29ea44ac12245a4e92 Author: Pierre Schweitzer AuthorDate: Thu Oct 11 23:15:01 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 11 23:15:01 2018 +0200

[ros-diffs] 01/01: [KMTESTS:CC] Add a test showing our CcPinMappedData() implementation is broken

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45231fbbc55a91d67d4ebeec990edf9d9118355c commit 45231fbbc55a91d67d4ebeec990edf9d9118355c Author: Pierre Schweitzer AuthorDate: Sat Oct 13 14:23:38 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 14:24:52 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Don't keep the spin lock hold too long when we lost the BCB race

2018-10-12 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1acb5a9fab662f65a3be4fd319832edfe98cff6e commit 1acb5a9fab662f65a3be4fd319832edfe98cff6e Author: Pierre Schweitzer AuthorDate: Fri Oct 12 08:20:32 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 12 08:20:32 2018 +0200

[ros-diffs] 01/02: [CHKDSK] Add French translation

2018-10-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec9fc7fade22e331b0c44ae5ef095ca2ee1ee3c6 commit ec9fc7fade22e331b0c44ae5ef095ca2ee1ee3c6 Author: Pierre Schweitzer AuthorDate: Sun Oct 21 11:06:06 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Oct 21 11:06:06 2018 +0200

[ros-diffs] 01/01: [CHKDSK] Fix MSVC build (thanks for spotting the mistake!)

2018-10-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3849426432d06fceceb8e06661c091c516a0e7d0 commit 3849426432d06fceceb8e06661c091c516a0e7d0 Author: Pierre Schweitzer AuthorDate: Sun Oct 21 11:22:45 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Oct 21 11:22:45 2018 +0200

[ros-diffs] 02/02: [VFATLIB] Don't attempt to fix volume if not allowed

2018-10-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c5983e302d8ad8fe728a2a4e055ef7ad43e5dc29 commit c5983e302d8ad8fe728a2a4e055ef7ad43e5dc29 Author: Pierre Schweitzer AuthorDate: Sun Oct 21 11:12:10 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Oct 21 11:12:10 2018 +0200

[ros-diffs] 01/01: [NTVDM] Allow opening files with write access on CDROM

2018-10-20 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=827ed4b146b17ae6a808e8943bf06888b924cb69 commit 827ed4b146b17ae6a808e8943bf06888b924cb69 Author: Pierre Schweitzer AuthorDate: Sat Oct 20 12:53:52 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 20 17:27:53 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Rewrite the way we create BCB for pinning

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1afcbbd12539577fb7bb6df61378d8dd12a4f727 commit 1afcbbd12539577fb7bb6df61378d8dd12a4f727 Author: Pierre Schweitzer AuthorDate: Sat Oct 13 22:46:10 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 22:51:44 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Add the CcPinMappedDataCount counter

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d13a464f7b12534f32008f8c6eb3509cc1e456b commit 3d13a464f7b12534f32008f8c6eb3509cc1e456b Author: Pierre Schweitzer AuthorDate: Sat Oct 13 22:50:49 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 22:51:44 2018 +0200

[ros-diffs] 01/03: [KMTESTS:CC] Add more tests for CcPinMappedData()

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e3531499c25d1ce48139fd600f0bba8cf1f3a46e commit e3531499c25d1ce48139fd600f0bba8cf1f3a46e Author: Pierre Schweitzer AuthorDate: Sat Oct 13 19:13:07 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 19:13:07 2018 +0200

[ros-diffs] 02/03: [KMTESTS:CC] Add more tests for CcPinMappedData()

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ce0650d37dd3c22acb7e84fc989a911828833a5d commit ce0650d37dd3c22acb7e84fc989a911828833a5d Author: Pierre Schweitzer AuthorDate: Sat Oct 13 19:15:48 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 19:15:48 2018 +0200

[ros-diffs] 01/01: [KMTESTS:CC] Add more tests for CcPinMappedData()

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f3ea47d94da0f1c2a1559a0facb61e9726907bab commit f3ea47d94da0f1c2a1559a0facb61e9726907bab Author: Pierre Schweitzer AuthorDate: Sat Oct 13 19:24:07 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 19:24:29 2018 +0200

[ros-diffs] 01/01: [KMTESTS:CC] Add more tests for CcPinMappedData()

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=991db73e375af22102151a585974652b4061d798 commit 991db73e375af22102151a585974652b4061d798 Author: Pierre Schweitzer AuthorDate: Sat Oct 13 18:53:08 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 18:53:08 2018 +0200

[ros-diffs] 03/03: [KMTESTS:CC] Properly check for memory allocations

2018-10-13 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c467169708160efd4f6df845b1f72431f3488509 commit c467169708160efd4f6df845b1f72431f3488509 Author: Pierre Schweitzer AuthorDate: Sat Oct 13 19:17:00 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 13 19:17:00 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Translate pinning flags to mapping flags when first mapping a file

2018-10-23 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f3b9beeb391858c79b1fc474e566690cf2e765bc commit f3b9beeb391858c79b1fc474e566690cf2e765bc Author: Pierre Schweitzer AuthorDate: Tue Oct 23 21:48:01 2018 +0200 Commit: Pierre Schweitzer CommitDate: Tue Oct 23 22:07:53 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Fix refcounting for BCBs

2018-10-28 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf7969fbfaa3ff637dd57ad64743ee9d216f8d58 commit cf7969fbfaa3ff637dd57ad64743ee9d216f8d58 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 20:48:01 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sun Oct 28 20:48:01 2018 +0100

[ros-diffs] 01/01: [KMTESTS:CC] Introduce a macro to test public BCB

2018-10-28 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d68c016640c58a49d9e660de47c57f35a01f7c9 commit 3d68c016640c58a49d9e660de47c57f35a01f7c9 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 22:37:59 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sun Oct 28 22:37:59 2018 +0100

[ros-diffs] 02/18: [FLTMGR] Implement FltEnumerateVolumes()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=92dca372783529d8361f7a3c035d2dfd6a7e5bae commit 92dca372783529d8361f7a3c035d2dfd6a7e5bae Author: Pierre Schweitzer AuthorDate: Sun Oct 28 09:26:12 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 01/18: [FLTMGR] Export FltObjectDereference() and FltSendMessage()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5bdd806fb9fdb6d8ddf092cb9ccc1a8953f4acc3 commit 5bdd806fb9fdb6d8ddf092cb9ccc1a8953f4acc3 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 09:10:40 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 06/18: [FLTMGR] Implement FltCreateFile()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a7423ee45b8b6444b3db34d2f92817fe150ba445 commit a7423ee45b8b6444b3db34d2f92817fe150ba445 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 10:31:53 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 07/18: [FLTMGR] Stub FltDetachVolume()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=21fcbcb37ff013419c086883678eaaa2c74cc592 commit 21fcbcb37ff013419c086883678eaaa2c74cc592 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 10:37:00 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 05/18: [FLTMGR] Stub FltCreateFileEx()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5fc37876d8e0739a4423b7612521b007e65dd575 commit 5fc37876d8e0739a4423b7612521b007e65dd575 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 10:26:37 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 11/18: [FLTMGR] Stub FltAttachVolume()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08c495400710b7ec7edaf3c9e5e4e3ebcb296882 commit 08c495400710b7ec7edaf3c9e5e4e3ebcb296882 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:20:29 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 10/18: [FLTMGR] Export FltCreateCommunicationPort() and FltCloseCommunicationPort()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b67887df10c70d3aaaf5d51103511d60c524a441 commit b67887df10c70d3aaaf5d51103511d60c524a441 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:18:21 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 18/18: [FLTMGR] Remove duplicated export

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f39f25ca1783ab356f2a2612596acfbb35fd547f commit f39f25ca1783ab356f2a2612596acfbb35fd547f Author: Pierre Schweitzer AuthorDate: Mon Oct 29 17:28:01 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 03/18: [FLTMGR] Stub FltGetFileNameInformationUnsafe()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4c1d7026f63b2c51e9e112c3e250acf3e28c8670 commit 4c1d7026f63b2c51e9e112c3e250acf3e28c8670 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 09:34:39 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 04/18: [FLTMGR] Export FltCloseClientPort()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b9c6debe303f78f285f44ced2feda10e3a25e0bd commit b9c6debe303f78f285f44ced2feda10e3a25e0bd Author: Pierre Schweitzer AuthorDate: Sun Oct 28 09:35:17 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 16/18: [FLTMGR] Remove duplicated export

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=97066b792cb6ffe2d1dc4524ccb1f36d46fd87c3 commit 97066b792cb6ffe2d1dc4524ccb1f36d46fd87c3 Author: Pierre Schweitzer AuthorDate: Mon Oct 29 17:28:01 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 08/18: [FLTMGR] Implement FltGetVolumeName()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c5a314b0f2699b7c3e691be46f7a551d8a621708 commit c5a314b0f2699b7c3e691be46f7a551d8a621708 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:12:45 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 09/18: [FLTMGR] Stub FltGetFileNameInformation()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1c5cc0ff082ac7aca43ef2e7983c21823083b5af commit 1c5cc0ff082ac7aca43ef2e7983c21823083b5af Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:15:44 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 12/18: [FLTMGR] Stub FltGetDestinationFileNameInformation()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c6b9ee5649456e238c6996b05fbd97de58e91d95 commit c6b9ee5649456e238c6996b05fbd97de58e91d95 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:23:08 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 13/18: [FLTMGR] Stub FltReleaseFileNameInformation()

2018-10-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f21a2a6cfb827abadb6a106b3e52edd64acd0038 commit f21a2a6cfb827abadb6a106b3e52edd64acd0038 Author: Pierre Schweitzer AuthorDate: Sun Oct 28 11:24:36 2018 +0100 Commit: Pierre Schweitzer CommitDate: Mon Oct 29 23:56:39 2018 +0100

[ros-diffs] 01/04: [NTOSKRNL] Add support for the ObUnsecureGlobalNames registry key

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b9423f07d9900a0dc651bb3b261468b710390b91 commit b9423f07d9900a0dc651bb3b261468b710390b91 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 11:44:19 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 12:01:38 2018 +0200

[ros-diffs] 02/04: [NTOSKRNL] Implement the ObpIsUnsecureName() helper function

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0f3635355120cbd54e65005cea937aadf1d038c7 commit 0f3635355120cbd54e65005cea937aadf1d038c7 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 11:47:42 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 12:01:38 2018 +0200

[ros-diffs] 03/04: [NTOSKRNL] Add support for unsecure object names

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c6037182c86165a35e8dbc07fac2d9a9892a258 commit 9c6037182c86165a35e8dbc07fac2d9a9892a258 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 11:48:52 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 12:01:38 2018 +0200

[ros-diffs] 04/04: [BOOTDATA] Define the ObUnsecureGlobalNames registry key on setup

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d5cced1d422be0df4178ec954bb34010e3180524 commit d5cced1d422be0df4178ec954bb34010e3180524 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 12:00:35 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 12:01:38 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Reduce noise

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8e51bb6510797f6e14439719515e762495a5fb95 commit 8e51bb6510797f6e14439719515e762495a5fb95 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 10:04:22 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 10:04:22 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Call internal helper to get VACB on mapping We already properly round our offset

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=18f392272510ebcecf0fa922f58024e3cbd3b568 commit 18f392272510ebcecf0fa922f58024e3cbd3b568 Author: Pierre Schweitzer AuthorDate: Sat Oct 27 09:30:22 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 09:38:55 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Implement SeComputeQuotaInformationSize()

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ce071d19a78c4ac663facdb7d2fcd5566299e6f commit 2ce071d19a78c4ac663facdb7d2fcd5566299e6f Author: Pierre Schweitzer AuthorDate: Sat Oct 27 19:32:42 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 19:36:14 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Properly handle "big" security descriptors in ObpCaptureObjectCreateInformation()

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07e6af6aa1333a4a9c2a99c301b3e3520a325a5f commit 07e6af6aa1333a4a9c2a99c301b3e3520a325a5f Author: Pierre Schweitzer AuthorDate: Sat Oct 27 19:35:45 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 19:36:15 2018 +0200

[ros-diffs] 02/02: [SETUPAPI] Don't let LZClose() reset error code

2018-11-02 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=497a9c8087995039258c0afaa6ef4d9c546028fe commit 497a9c8087995039258c0afaa6ef4d9c546028fe Author: Pierre Schweitzer AuthorDate: Fri Nov 2 09:34:25 2018 +0100 Commit: Pierre Schweitzer CommitDate: Fri Nov 2 09:34:25 2018 +0100

[ros-diffs] 01/01: [NTOSKRNL] Rewrite IoCheckEaBufferValidity() so that it's less magic

2018-10-27 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03294dd09763d8d2b4979a413c018ccd2a16fdde commit 03294dd09763d8d2b4979a413c018ccd2a16fdde Author: Pierre Schweitzer AuthorDate: Sat Oct 27 21:54:55 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 27 22:16:37 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Return quota information when querying object basic info

2018-11-10 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1fb32afefaa3563137ea1fefd9c86aa4cbf0a68e commit 1fb32afefaa3563137ea1fefd9c86aa4cbf0a68e Author: Pierre Schweitzer AuthorDate: Sat Nov 10 10:02:34 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sat Nov 10 10:54:06 2018 +0100

[ros-diffs] 02/02: [NTOSKRNL] Return security descriptor size when querying object basic info

2018-11-10 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=102ba75f151b13fdb4590098e0841bff6b03882e commit 102ba75f151b13fdb4590098e0841bff6b03882e Author: Pierre Schweitzer AuthorDate: Sat Nov 10 10:31:03 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sat Nov 10 10:54:10 2018 +0100

[ros-diffs] 01/01: [NTOSKRNL] Create a security descriptor for the \security directory object

2018-11-10 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6747dacf108f75e93f01608aa63fee8e19502c51 commit 6747dacf108f75e93f01608aa63fee8e19502c51 Author: Pierre Schweitzer AuthorDate: Sat Nov 10 23:23:59 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sat Nov 10 23:25:10 2018 +0100

[ros-diffs] 01/01: [SETUP] Align partition start at 2048 minimum

2018-11-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=26408b02f14ec4e8e08965421489c72aa5caa094 commit 26408b02f14ec4e8e08965421489c72aa5caa094 Author: Pierre Schweitzer AuthorDate: Sun Nov 11 17:34:35 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sun Nov 11 17:38:37 2018 +0100

[ros-diffs] 01/01: [NTOSKRNL] Don't leak DACL

2018-11-11 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95bc44e214cb03fb8184519c8a7ad5a1880a35a2 commit 95bc44e214cb03fb8184519c8a7ad5a1880a35a2 Author: Pierre Schweitzer AuthorDate: Sun Nov 11 23:20:46 2018 +0100 Commit: Pierre Schweitzer CommitDate: Sun Nov 11 23:21:36 2018 +0100

[ros-diffs] 01/02: [NTOSKRNL] Implement IoGetFileObjectFilterContext()

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a43fb5e054b51a59a6cb5f0cd81d6535460d08b4 commit a43fb5e054b51a59a6cb5f0cd81d6535460d08b4 Author: Pierre Schweitzer AuthorDate: Thu Oct 4 19:19:24 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 19:30:38 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Implement IoChangeFileObjectFilterContext()

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f0d02eb52c6ebe3caf6aa9c6315f5ca06bb89d3 commit 5f0d02eb52c6ebe3caf6aa9c6315f5ca06bb89d3 Author: Pierre Schweitzer AuthorDate: Thu Oct 4 19:30:11 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 19:30:39 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] A bit of cleanup in Io*FilterContext()

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2a182931b6dcbb213d342ad552f0d8b8e2ecd40b commit 2a182931b6dcbb213d342ad552f0d8b8e2ecd40b Author: Pierre Schweitzer AuthorDate: Thu Oct 4 22:24:52 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 22:24:52 2018 +0200

[ros-diffs] 03/07: [NTOSKRNL] Stub support for querying DOS name when parsing FO name

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=abfddca8bb1c5334f4a8a14305189565c5b21d2d commit abfddca8bb1c5334f4a8a14305189565c5b21d2d Author: Pierre Schweitzer AuthorDate: Wed Oct 3 11:45:08 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 11:45:08 2018 +0200

[ros-diffs] 06/07: [NTOSKRNL] Allow FileNameInformation not to be implemented in storage stack

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=769157f6ff016be3ea0e3086a61d946262be8f7d commit 769157f6ff016be3ea0e3086a61d946262be8f7d Author: Pierre Schweitzer AuthorDate: Wed Oct 3 13:52:05 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 13:52:05 2018 +0200

[ros-diffs] 07/07: [NTOSKRNL] Implement DOS name query in IopQueryNameInternal()

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8c6c5a92e86ecd69d0fd5662645a1696706eb56a commit 8c6c5a92e86ecd69d0fd5662645a1696706eb56a Author: Pierre Schweitzer AuthorDate: Wed Oct 3 13:56:18 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 13:56:18 2018 +0200

[ros-diffs] 04/07: [NTOSKRNL] Implement IoQueryFileDosDeviceName()

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4a7e89770eaefdd54b9f2f3c20047c29cd52a19a commit 4a7e89770eaefdd54b9f2f3c20047c29cd52a19a Author: Pierre Schweitzer AuthorDate: Wed Oct 3 11:56:21 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 11:56:21 2018 +0200

[ros-diffs] 05/07: [NTOSKRNL] In IopQueryNameInternal() don't copy name if it's not valid

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=46bda8a4c67c411aa4359411ad9f6c980d0c3eef commit 46bda8a4c67c411aa4359411ad9f6c980d0c3eef Author: Pierre Schweitzer AuthorDate: Wed Oct 3 13:50:16 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 13:50:16 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] In IoQueryFileDosDeviceName(), in case of an error, return appropriate status

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=520f404e9c9d31fa2a36c1d1e0cebfe9fe581ed7 commit 520f404e9c9d31fa2a36c1d1e0cebfe9fe581ed7 Author: Pierre Schweitzer AuthorDate: Wed Oct 3 17:08:42 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 17:08:42 2018 +0200

[ros-diffs] 01/04: [NTOSKRNL] Implement IopVerifyDeviceObjectOnStack()

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=161b6728ef4522a069e2a6375fc2d1a39b683aa5 commit 161b6728ef4522a069e2a6375fc2d1a39b683aa5 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 10:36:52 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 10:49:59 2018 +0200

[ros-diffs] 04/04: [NTOSKRNL] On open, verify and validate the hint device object if any

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0b713d4fa0781ecce03673ce9b3eb64d7a683382 commit 0b713d4fa0781ecce03673ce9b3eb64d7a683382 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 10:49:11 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 10:49:59 2018 +0200

[ros-diffs] 03/04: [NTOSKRNL] Implement IopCheckTopDeviceHint()

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=779d87b48366a6941c394ef9dc1b19d4e2535d21 commit 779d87b48366a6941c394ef9dc1b19d4e2535d21 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 10:45:21 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 10:49:59 2018 +0200

[ros-diffs] 02/04: [NTOSKRNL] In IoGetRelatedDeviceObject(), validate hint is on the stack before returning it

2018-10-05 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=670a7ac7188f4912a48a50bae4d275f2f21e1810 commit 670a7ac7188f4912a48a50bae4d275f2f21e1810 Author: Pierre Schweitzer AuthorDate: Fri Oct 5 10:39:50 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Oct 5 10:49:59 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] In IopQueryNameInternal(), enclose output copy in a SEH statement

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d8f22735ed0895f3f883825f8387bc3d4a6462fb commit d8f22735ed0895f3f883825f8387bc3d4a6462fb Author: Pierre Schweitzer AuthorDate: Wed Oct 3 22:55:23 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 22:55:23 2018 +0200

[ros-diffs] 01/01: [APPWIZ] Update French translation

2018-10-10 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8f4d8cb616ddb90142f8a2982beb23b0b27b38af commit 8f4d8cb616ddb90142f8a2982beb23b0b27b38af Author: Pierre Schweitzer AuthorDate: Wed Oct 10 08:42:38 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 10 08:42:38 2018 +0200

[ros-diffs] 01/01: [BOOTDATA] Update optional modules according to 287d35b

2018-10-09 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9b2a53e56b3d8f25543d1426920b1afc00428507 commit 9b2a53e56b3d8f25543d1426920b1afc00428507 Author: Pierre Schweitzer AuthorDate: Tue Oct 9 08:40:41 2018 +0200 Commit: Pierre Schweitzer CommitDate: Tue Oct 9 08:40:41 2018 +0200

[ros-diffs] 01/01: [USETUP] Add missing line jump

2018-10-02 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6a2e979f5530787ba7dd5737a64a61af1f023632 commit 6a2e979f5530787ba7dd5737a64a61af1f023632 Author: Pierre Schweitzer AuthorDate: Tue Oct 2 13:34:59 2018 +0200 Commit: Pierre Schweitzer CommitDate: Tue Oct 2 13:34:59 2018 +0200

[ros-diffs] 01/01: [DMUSIC] Fix build?

2018-10-01 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=37e0012be1182188858462ab2ed41cb29b12fde5 commit 37e0012be1182188858462ab2ed41cb29b12fde5 Author: Pierre Schweitzer AuthorDate: Mon Oct 1 11:04:26 2018 +0200 Commit: Pierre Schweitzer CommitDate: Mon Oct 1 11:04:26 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Don't lock file object on close if we're not called by Ob

2018-09-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf25432eedcd6c071912c54e55f219104faf83f1 commit cf25432eedcd6c071912c54e55f219104faf83f1 Author: Pierre Schweitzer AuthorDate: Sat Sep 29 16:21:44 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Sep 29 16:25:58 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Reference the file object before issuing the unlock all IRP

2018-09-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=207ff9444e946e3736f34ef6eaf32ab065cf8ca9 commit 207ff9444e946e3736f34ef6eaf32ab065cf8ca9 Author: Pierre Schweitzer AuthorDate: Sat Sep 29 11:21:19 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Sep 29 11:22:22 2018 +0200

[ros-diffs] 01/01: [DEVCPUX] Add French translation

2018-09-29 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f85e4fe9f7c43db0ffe0a257599bd4100c8737b commit 1f85e4fe9f7c43db0ffe0a257599bd4100c8737b Author: Pierre Schweitzer AuthorDate: Sat Sep 29 11:36:45 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Sep 29 11:36:45 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Unlock file if required on last process handle close

2018-09-28 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5472c1db82570a1ecd928c8c617320ee12ebfe15 commit 5472c1db82570a1ecd928c8c617320ee12ebfe15 Author: Pierre Schweitzer AuthorDate: Fri Sep 28 23:34:28 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Sep 28 23:34:28 2018 +0200

[ros-diffs] 01/01: [DEVMGR] Update French translation

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f2f24c1fa7c40334994d21063c3ba95e04ce27fc commit f2f24c1fa7c40334994d21063c3ba95e04ce27fc Author: Pierre Schweitzer AuthorDate: Thu Oct 4 11:13:15 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 11:13:15 2018 +0200

[ros-diffs] 02/07: [NTOSKRNL] Use faster internal helper to query name

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a1401a75772f489bb59c895b33e1f192ebde5fc8 commit a1401a75772f489bb59c895b33e1f192ebde5fc8 Author: Pierre Schweitzer AuthorDate: Wed Oct 3 10:21:39 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 10:22:33 2018 +0200

[ros-diffs] 01/07: [NTOSKRNL] Rename IopQueryNameFile to IopQueryNameInternal

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1348f62f20075eb51eb4a1b4f50a67f82087 commit 1348f62f20075eb51eb4a1b4f50a67f82087 Author: Pierre Schweitzer AuthorDate: Wed Oct 3 10:15:30 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 10:22:33 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Quickly check for alignment in NtRead/WriteFile

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e19e907a2c40fa90a238e78b146b5dfc3fe715a3 commit e19e907a2c40fa90a238e78b146b5dfc3fe715a3 Author: Pierre Schweitzer AuthorDate: Thu Oct 4 10:42:13 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 10:45:10 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Use captured variable to check parameters in NtRead/WriteFile

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=44155053cdade19887932598ce6048a74f0ca71f commit 44155053cdade19887932598ce6048a74f0ca71f Author: Pierre Schweitzer AuthorDate: Thu Oct 4 10:27:35 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 10:45:10 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Call IoCreateFileSpecifyDeviceObjectHint with the hint if it was specified

2018-10-03 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=15b9a6aa4c131b99ada2bccfe79e319e0daed750 commit 15b9a6aa4c131b99ada2bccfe79e319e0daed750 Author: Pierre Schweitzer AuthorDate: Wed Oct 3 21:28:11 2018 +0200 Commit: Pierre Schweitzer CommitDate: Wed Oct 3 21:29:12 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] When checking for byte offset alignment, tolerate some magic values

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1bd25c5c24047c5d6e4c387386c38073d551d827 commit 1bd25c5c24047c5d6e4c387386c38073d551d827 Author: Pierre Schweitzer AuthorDate: Thu Oct 4 07:53:12 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 07:53:12 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] On read/write, also check buffer respects device alignment requirements

2018-10-04 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf596690657198c8e1272a46c4a10c73a4ff9f67 commit bf596690657198c8e1272a46c4a10c73a4ff9f67 Author: Pierre Schweitzer AuthorDate: Thu Oct 4 07:56:23 2018 +0200 Commit: Pierre Schweitzer CommitDate: Thu Oct 4 07:56:23 2018 +0200

[ros-diffs] 01/01: [KMTESTS:CC] A pin BCB has a node type code

2018-10-06 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0d90b4dd5f899ab2653f4fb1b56764af30deacc3 commit 0d90b4dd5f899ab2653f4fb1b56764af30deacc3 Author: Pierre Schweitzer AuthorDate: Sat Oct 6 12:08:25 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sat Oct 6 12:09:07 2018 +0200

[ros-diffs] 01/01: [NTOSKRNL] Respect PFN cache attribute when required

2018-10-01 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fd8893e58fb5b21ebe19617a9fd206c6e107aa30 commit fd8893e58fb5b21ebe19617a9fd206c6e107aa30 Author: Pierre Schweitzer AuthorDate: Mon Oct 1 13:47:06 2018 +0200 Commit: Pierre Schweitzer CommitDate: Mon Oct 1 20:59:37 2018 +0200

[ros-diffs] 01/03: [NTOSKRNL] Implement access check for secure open

2018-09-30 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6d0c07c44fae0a93c57f8d3410545e0f3c201287 commit 6d0c07c44fae0a93c57f8d3410545e0f3c201287 Author: Pierre Schweitzer AuthorDate: Sun Sep 30 10:49:13 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Sep 30 10:55:43 2018 +0200

[ros-diffs] 03/03: [NPFS] Magic--;

2018-09-30 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=257923cad10b1afbb12cad1d9bec47daf3cefa3c commit 257923cad10b1afbb12cad1d9bec47daf3cefa3c Author: Pierre Schweitzer AuthorDate: Sun Sep 30 10:55:07 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Sep 30 10:55:44 2018 +0200

[ros-diffs] 02/03: [NTOSKRNL] Fix remaining access computation on open

2018-09-30 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=890a2936838b3aa4d0bba6ab4fac960f572fa0b4 commit 890a2936838b3aa4d0bba6ab4fac960f572fa0b4 Author: Pierre Schweitzer AuthorDate: Sun Sep 30 10:53:12 2018 +0200 Commit: Pierre Schweitzer CommitDate: Sun Sep 30 10:55:44 2018 +0200

[ros-diffs] 02/02: [NTOSKRNL] Fix a typo

2018-08-31 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f0eb39084e43341ebc7afe08ff6c749e75189a87 commit f0eb39084e43341ebc7afe08ff6c749e75189a87 Author: Pierre Schweitzer AuthorDate: Fri Aug 31 19:48:03 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Aug 31 19:48:32 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Warn about unimplemented feature in CcMapData() (in all callers)

2018-08-31 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e806d16b065c5db27206d69f76a724ce593659bc commit e806d16b065c5db27206d69f76a724ce593659bc Author: Pierre Schweitzer AuthorDate: Fri Aug 31 19:43:04 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Aug 31 19:48:32 2018 +0200

[ros-diffs] 01/02: [NTOSKRNL] Avoid integer overflow when computing VACB read/write size

2018-09-21 Thread Pierre Schweitzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=15a3ca08b045941efdb49f15ec71beb41eb777f2 commit 15a3ca08b045941efdb49f15ec71beb41eb777f2 Author: Pierre Schweitzer AuthorDate: Fri Sep 21 08:31:05 2018 +0200 Commit: Pierre Schweitzer CommitDate: Fri Sep 21 08:37:20 2018 +0200

<    1   2   3   4   5   6   7   8   9   >