[ros-diffs] [reactos] 05/05: [USBPORT] Avoid more integer overflows.

2017-10-13 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf74391dcda6c76fd0bbb4e77431d933384487fe commit bf74391dcda6c76fd0bbb4e77431d933384487fe Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Oct 11 20:05:55 2017 +0200 [USBPORT] Avoid more integer overflows. --- drive

[ros-diffs] [reactos] 04/05: [USBPORT] Avoid a benign integer overflow in USBHI_QueryDeviceInformation (CID 1419219).

2017-10-13 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a45779a12f70f3c43a5b78c7bdf3478c71ab commit a45779a12f70f3c43a5b78c7bdf3478c71ab Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Oct 11 17:59:43 2017 +0200 [USBPORT] Avoid a benign integer ov

[ros-diffs] [reactos] 01/05: [USBPORT] Fix level check in USBDI_QueryBusInformation (CID 1419403).

2017-10-13 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b5289a2f6e1359970938f0dc89e0bd3e946411d6 commit b5289a2f6e1359970938f0dc89e0bd3e946411d6 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Oct 11 00:24:29 2017 +0200 [USBPORT] Fix level check in USBDI_QueryBusInfor

[ros-diffs] [reactos] 03/05: [USBPORT] Remove unnecessary null check in USBPORT_HandleSubmitURB (CID 1419367).

2017-10-13 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45741cdf3a94817a5c6515df5eac4a7417d6938d commit 45741cdf3a94817a5c6515df5eac4a7417d6938d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Oct 11 17:15:46 2017 +0200 [USBPORT] Remove unnecessary null

[ros-diffs] [reactos] 02/05: [USBPORT] Fix ControllerName leak in USBPORT_GetUnicodeName (CID 1419258).

2017-10-13 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a237edf4bb5e0c0616ecde8dfc32df8cd8c3a589 commit a237edf4bb5e0c0616ecde8dfc32df8cd8c3a589 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Oct 11 00:32:05 2017 +0200 [USBPORT] Fix ControllerNam

[ros-diffs] [reactos] 02/03: [NTOS:KD] Avoid _alloca inside SEH, as it's apparently incompatible with PSEH. CORE-14103

2017-12-14 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b95fcf93d5ec38edd442492ec66459175f81106 commit 7b95fcf93d5ec38edd442492ec66459175f81106 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Dec 12 12:44:44 2017 +0100 [NTOS:KD] Avoid _alloca inside SEH, as it's appa

[ros-diffs] [reactos] 01/03: [NTOS:KD] Don't assume null termination in KdpSerialDebugPrint and KdpScreenPrint. CORE-14057 CORE-14103

2017-12-14 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a07b569b255477fe754dcc836c411ace8e6d1b7b commit a07b569b255477fe754dcc836c411ace8e6d1b7b Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Dec 12 12:38:45 2017 +0100 [NTOS:KD] Don't assume null termi

[ros-diffs] [reactos] 03/03: [NTOS:KD] Pass PreviousMode down to KdpPrintString, since ExGetPreviousMode is not accurate. CORE-14103

2017-12-14 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e8de26164861fc8f6dc09c92d2211ed925e981e commit 7e8de26164861fc8f6dc09c92d2211ed925e981e Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Dec 14 11:43:57 2017 +0100 [NTOS:KD] Pass PreviousMode down to KdpPrintString,

[ros-diffs] [reactos] 01/02: [RTL] Make RtlFillMemoryUlonglong public

2017-11-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=631d1e071c4def6cb318ee7e917e568283f5bb9d commit 631d1e071c4def6cb318ee7e917e568283f5bb9d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Nov 4 11:46:29 2017 +0100 [RTL] Make RtlFillMemoryUlonglong public --- sdk/l

[ros-diffs] [reactos] 02/02: [CRT] Add __m128i, _mm_setzero_si128, and _mm_stream_si128.

2017-11-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=89e83b2cf48c9bab7eec3670b69b72db675b0279 commit 89e83b2cf48c9bab7eec3670b69b72db675b0279 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Nov 4 11:47:12 2017 +0100 [CRT] Add __m128i, _mm_setzero_si128, and _mm_stream

[ros-diffs] [reactos] 01/01: [PCIIDEX] Properly handle unknown PNP IRPs. CORE-13944

2017-11-21 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ed95fa19f079465eccc5a055cad017eac6438d94 commit ed95fa19f079465eccc5a055cad017eac6438d94 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Nov 12 14:31:20 2017 +0100 [PCIIDEX] Properly handle unknown PNP IRPs. CORE

[ros-diffs] [reactos] 01/02: [CPL] Remove unnecessary DLGPROC casts.

2017-11-03 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bcbe0dd8cd14109d726e8b75d4d840bad191351d commit bcbe0dd8cd14109d726e8b75d4d840bad191351d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Oct 31 00:37:37 2017 +0100 [CPL] Remove unnecessary DLGPROC casts. --- d

[ros-diffs] [reactos] 02/02: [REACTOS][FDEBUG] Remove unnecessary DLGPROC casts.

2017-11-03 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fe3eb29287b8b5891c7fd65a609fe167c2f7f5fc commit fe3eb29287b8b5891c7fd65a609fe167c2f7f5fc Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Oct 31 12:02:38 2017 +0100 [REACTOS][FDEBUG] Remove unnecessary DLGPROC

[ros-diffs] [reactos] 01/02: [NTOS:KDBG] Portably read control registers.

2017-11-09 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fcbfa843dafa99b8f73b06aebffaad77f6506953 commit fcbfa843dafa99b8f73b06aebffaad77f6506953 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Nov 3 13:52:34 2017 +0100 [NTOS:KDBG] Portably read control registers.

[ros-diffs] [reactos] 02/02: [NTOS:KDBG] Silence clang -Wstring-plus-int warnings.

2017-11-09 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c72066f87f7f9927e015235e37fd0dd6023e1089 commit c72066f87f7f9927e015235e37fd0dd6023e1089 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Nov 3 13:53:35 2017 +0100 [NTOS:KDBG] Silence clang -Wstring-plus-int wa

[ros-diffs] [reactos] 01/02: [NTDLL_APITEST] Add license header for NtFreeVirtualMemory.c

2017-12-08 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4aabe88288c70e19d7ed73e77743cd0783ba1d37 commit 4aabe88288c70e19d7ed73e77743cd0783ba1d37 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Dec 7 12:25:01 2017 +0100 [NTDLL_APITEST] Add license

[ros-diffs] [reactos] 02/02: [NTOS:MM] Implement and use MiAcquirePfnLockAtDpcLevel/MiReleasePfnLockFromDpcLevel.

2017-12-08 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81532227b6be15f8f143e879c85f329e5a084c12 commit 81532227b6be15f8f143e879c85f329e5a084c12 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Nov 21 23:36:34 2017 +0100 [NTOS:MM] Implement and use MiAcquirePfnLockAtDp

[ros-diffs] [reactos] 01/02: [NTOS:MM] Use inline functions to acquire/release the PFN lock.

2017-12-08 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da5949280c3c97449ebf0776936d62a58e5ed7a0 commit da5949280c3c97449ebf0776936d62a58e5ed7a0 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Nov 21 23:33:42 2017 +0100 [NTOS:MM] Use inline functions to acquire/release t

[ros-diffs] [reactos] 01/01: [WININET_WINETEST] Skip test_redirect and test_persistent_connection due to hang. CORE-14055 ROSTESTS-294

2017-12-02 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec0b69ad40c3786b7be69cc081be55414cc37103 commit ec0b69ad40c3786b7be69cc081be55414cc37103 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 2 13:22:51 2017 +0100 [WININET_WINETEST] Skip test_re

[ros-diffs] [reactos] 01/01: [WINHTTP_WINETEST] Skip test_persistent_connection due to hang. CORE-14056 ROSTESTS-295

2017-12-02 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a22031dba643c9706fc4760c8cbf4a480c4ed848 commit a22031dba643c9706fc4760c8cbf4a480c4ed848 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 2 14:17:42 2017 +0100 [WINHTTP_WINETEST] Skip test_persistent_connecti

[ros-diffs] [reactos] 72/72: Merge branch 'ntfs_rebase'

2017-12-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03be7587ebb45e4e9fb49b47ef25adef6fb88e20 commit 03be7587ebb45e4e9fb49b47ef25adef6fb88e20 Merge: 3a69fd4e96 b650a8 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Dec 10 12:46:33 2017 +0100 Merge branch 'ntfs_

[ros-diffs] [reactos] 03/03: [NTOS:KD] Protect against invalid user arguments for BREAKPOINT_LOAD_SYMBOLS. CORE-14057

2017-12-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=68ebcf16b8472a61e23a03fd44a9ba98155f53cd commit 68ebcf16b8472a61e23a03fd44a9ba98155f53cd Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Dec 8 14:45:26 2017 +0100 [NTOS:KD] Protect against invalid user arg

[ros-diffs] [reactos] 01/03: [NTOS:KD] Protect against invalid user arguments in KdpPrompt. CORE-14057

2017-12-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1a38c76266b30b9895563b57d398beac108fd729 commit 1a38c76266b30b9895563b57d398beac108fd729 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Dec 8 14:39:31 2017 +0100 [NTOS:KD] Protect against invalid user arg

[ros-diffs] [reactos] 02/03: [NTOS:KD] Protect against invalid user arguments in KdpPrintString. CORE-14057

2017-12-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=34ccecbce889ec2d8ce659e6fcdf9719775fd960 commit 34ccecbce889ec2d8ce659e6fcdf9719775fd960 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Dec 8 14:41:41 2017 +0100 [NTOS:KD] Protect against invalid user arg

[ros-diffs] [reactos] 01/01: [SHELL32][REGEDIT][MSCONFIG_NEW] Correctly check for presence of list view sort header.

2017-10-29 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba8f75557a062e09d5687376f2b2947234653a8a commit ba8f75557a062e09d5687376f2b2947234653a8a Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Oct 27 12:32:26 2017 +0200 [SHELL32][REGEDIT][MSCONFIG_NEW] Correctly

[ros-diffs] 01/01: [NDIS] Fix parameter order when calling ResetHandler. CORE-14624

2018-05-14 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ccaf7b24c3f0847e9c772074533d1647390c5c68 commit ccaf7b24c3f0847e9c772074533d1647390c5c68 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon May 14 18:16:02 2018 +0200 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [USBPORT] Fix x64 build.

2018-05-12 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0ce31759d068b6f8dda7eb79a9ecdd16c598a25e commit 0ce31759d068b6f8dda7eb79a9ecdd16c598a25e Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat May 12 09:42:52 2018 +0200 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [USBOHCI_NEW] Fix build.

2018-05-11 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=837411e2927770ba60ebcf12bd5c3496e0dcfe5b commit 837411e2927770ba60ebcf12bd5c3496e0dcfe5b Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri May 11 15:42:19 2018 +0200 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [IPHLPAPI_APITEST] Avoid crash on ROS and failure on Windows. CORE-14411

2018-05-06 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=93edd2a1855be5c3fde4dc2a985a3bbd6ce6a56c commit 93edd2a1855be5c3fde4dc2a985a3bbd6ce6a56c Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun May 6 08:24:26 2018 +0200 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [AFD] Respect the maximum receive buffer size for datagram sockets. CORE-14048

2018-06-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=05b4bd38338abce17ea3e2b8484baad3984a44cd commit 05b4bd38338abce17ea3e2b8484baad3984a44cd Author: Thomas Faber AuthorDate: Mon Dec 4 21:13:43 2017 +0100 Commit: Thomas Faber CommitDate: Sun Jun 10 13:00:37 2018 +0200 [AFD

[ros-diffs] 01/01: [ADVAPI32] Fix crash when running advapi32:security with DPH.

2018-06-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95c3e17a80a6645c51d3316953e42b21e098c574 commit 95c3e17a80a6645c51d3316953e42b21e098c574 Author: Thomas Faber AuthorDate: Sun Jun 10 15:45:57 2018 +0200 Commit: Thomas Faber CommitDate: Sun Jun 10 19:05:26 2018 +0200 [ADVAPI32

[ros-diffs] 01/01: Set minimum required version to 3.2.1 and set appropriate policies. #556

2018-06-14 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e4f067068c818ea916b648c15563d3891604df72 commit e4f067068c818ea916b648c15563d3891604df72 Author: Thomas Faber AuthorDate: Fri Mar 30 13:33:53 2018 +0200 Commit: Mark Jansen CommitDate: Thu Jun 14 22:34:09 2018 +0200 Set minimum

[ros-diffs] 01/02: [NTDLL_APITEST] Add tests for mapping and relocating an image with IMAGE_SCN_CNT_UNINITIALIZED_DATA CORE-12582 CORE-14556

2018-06-03 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ffa94ca0f079e19cae8f6f257d77a44f31d3be3e commit ffa94ca0f079e19cae8f6f257d77a44f31d3be3e Author: Thomas Faber AuthorDate: Thu Apr 19 21:55:35 2018 +0200 Commit: Mark Jansen CommitDate: Sun Jun 3 20:40:51 2018 +0200

[ros-diffs] 01/01: [JSCRIPT] Fix MSVC build.

2018-06-04 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c6f49f5394683f3420550271129d725bbe544552 commit c6f49f5394683f3420550271129d725bbe544552 Author: Thomas Faber AuthorDate: Mon Jun 4 20:25:13 2018 +0200 Commit: Thomas Faber CommitDate: Mon Jun 4 20:26:14 2018 +0200 [JSCRIPT] Fix

[ros-diffs] 01/01: [OLE32_WINETEST] Fix MSVC build.

2018-06-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1a1206c5f823666bfd4e484ea9d62f0ac2419d9b commit 1a1206c5f823666bfd4e484ea9d62f0ac2419d9b Author: Thomas Faber AuthorDate: Tue Jun 5 11:36:30 2018 +0200 Commit: Thomas Faber CommitDate: Tue Jun 5 14:40:32 2018 +0200

[ros-diffs] 01/01: [NTOS:CC] Access SectionObjectPointers without lock in CcRosInitializeFileCache. CORE-14691

2018-06-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d398057a3394298d2b251862f383d6eb27142f1 commit 1d398057a3394298d2b251862f383d6eb27142f1 Author: Thomas Faber AuthorDate: Mon Jun 4 14:36:07 2018 +0200 Commit: Thomas Faber CommitDate: Tue Jun 5 16:24:13 2018 +0200 [NTOS:CC

[ros-diffs] 01/01: [NOTEPAD] Avoid a cast.

2018-06-29 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=97df61edfa1a630ed48de98998a352b6b3eb5466 commit 97df61edfa1a630ed48de98998a352b6b3eb5466 Author: Thomas Faber AuthorDate: Fri Jun 29 14:59:16 2018 +0200 Commit: Thomas Faber CommitDate: Fri Jun 29 18:49:44 2018 +0200 [NOTEPAD

[ros-diffs] 01/01: [MSXML3] Fix buffer overflow in BindStatusCallback_GetBindInfo. CORE-14570

2018-04-26 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=708d26acf396d81fa475f3ce7b70d3346279b133 commit 708d26acf396d81fa475f3ce7b70d3346279b133 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Apr 26 14:59:21 2018 +0200 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] [reactos] 04/04: [LIBS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.

2017-12-30 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=008e035b7e2f84d4bf1f57d8abd04b3ddd261d56 commit 008e035b7e2f84d4bf1f57d8abd04b3ddd261d56 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 30 11:46:57 2017 +0100 [LIBS] Use KeClearEvent instead of KeResetEvent

[ros-diffs] [reactos] 03/04: [KMTESTS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.

2017-12-30 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2cb0c129a6c68eb4a6bdbbbaf7a2fbcf89b314f8 commit 2cb0c129a6c68eb4a6bdbbbaf7a2fbcf89b314f8 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 30 11:46:14 2017 +0100 [KMTESTS] Use KeClearEvent instead of KeResetEvent

[ros-diffs] [reactos] 02/04: [NTOS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.

2017-12-30 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=75850abcbbad5d37416044d4a1be432770f1cad1 commit 75850abcbbad5d37416044d4a1be432770f1cad1 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 30 11:45:03 2017 +0100 [NTOS] Use KeClearEvent instead of KeResetEvent

[ros-diffs] [reactos] 01/04: [DRIVERS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.

2017-12-30 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4f8379a02b525eb5ca60d83e80b108458c664d63 commit 4f8379a02b525eb5ca60d83e80b108458c664d63 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Dec 30 11:44:25 2017 +0100 [DRIVERS] Use KeClearEvent instead of KeResetEvent

[ros-diffs] [reactos] 01/01: [DXTN] Fix MSVC build with runtime checks.

2017-12-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2bfbaa66fc254c05870d07c13ceab50ea2be8882 commit 2bfbaa66fc254c05870d07c13ceab50ea2be8882 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Dec 31 13:18:07 2017 +0100 [DXTN] Fix MSVC build with runtime checks. --

[ros-diffs] [reactos] 01/01: [ADVAPI32] Fix non-PCH build.

2018-01-08 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=58f2c14c2311a53a24e2b72622ce104ce7adbf73 commit 58f2c14c2311a53a24e2b72622ce104ce7adbf73 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon Jan 8 09:50:56 2018 +0100 [ADVAPI32] Fix non-PCH build. --- dll/win32/advapi3

[ros-diffs] [reactos] 01/01: [MSAFD] Avoid magic numbers in NtCreateEvent calls.

2018-01-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf5e33201eb75e515d87594c45cf2c57af768d45 commit bf5e33201eb75e515d87594c45cf2c57af768d45 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Jan 6 18:11:18 2018 +0100 [MSAFD] Avoid magic numbers in NtCreateEvent

[ros-diffs] [reactos] 01/02: [TCPIP] Check for allocation failures in ReadIpConfiguration. CID 1411924

2018-01-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d87786bf6cb718510aefffc20b10322d60c06ea1 commit d87786bf6cb718510aefffc20b10322d60c06ea1 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon Jan 8 13:51:04 2018 +0100 [TCPIP] Check for allocation fa

[ros-diffs] [reactos] 02/02: [TCPIP] Fix buffer sizes in ReadIpConfiguration.

2018-01-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f54fb980baf0e35738cf97bae8d4e7ff3dc04737 commit f54fb980baf0e35738cf97bae8d4e7ff3dc04737 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon Jan 8 13:58:20 2018 +0100 [TCPIP] Fix buffer sizes in ReadIpConfigu

[ros-diffs] 01/01: [USP10] Re-use script caches for the same font. CORE-14192

2018-01-20 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cd992d022ff8b6151a59214ca0883d8f04bd4569 commit cd992d022ff8b6151a59214ca0883d8f04bd4569 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Jan 20 13:41:14 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [NTOS] Remove unnecessary NULL checks and add a missing one. CIDs 1411958, 716670, 1322186

2018-01-20 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fda24da87224b6700669cb49c9c9b49511d6cf0e commit fda24da87224b6700669cb49c9c9b49511d6cf0e Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Jan 20 13:42:39 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [NTOS:MM] Fix broken ASSERT. CID 701285

2018-01-16 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ae756a4e5a70fc4cff60c935fcb90f3d9ebede2 commit 2ae756a4e5a70fc4cff60c935fcb90f3d9ebede2 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Jan 16 22:10:22 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [WIN32K:NTGDI] Fix more uses of RtlCreateUnicodeString. CORE-14271

2018-01-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=862b82f3fac4ab952c556ffdfde6b8164cd3117c commit 862b82f3fac4ab952c556ffdfde6b8164cd3117c Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Jan 31 12:34:41 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [NTOS:MM] Assert MmLocateMemoryAreaByAddress return value to satisfy Coverity. CID 701289

2018-01-28 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3a29816cee614fcd4266063da5a0001d2abf8da commit d3a29816cee614fcd4266063da5a0001d2abf8da Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Jan 26 13:56:06 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/03: [NDK] Add DEFERRED_WRITE structure for Cc. CORE-14235

2018-01-28 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d3e0eb2026581d5c6cf159a0a7a4fb708943fa5f commit d3e0eb2026581d5c6cf159a0a7a4fb708943fa5f Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Jan 28 10:34:21 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/03: [NTOS:PS] Check for rundown success in PsReferenceProcessFilePointer. CID 514553

2018-01-28 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c52ded05fceddb392ed33eecc8ad693a96332f9 commit 5c52ded05fceddb392ed33eecc8ad693a96332f9 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Fri Jan 26 13:45:53 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/03: [MBEDTLS] Don't link with zlib, we don't use it. CORE-14290

2018-02-04 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=25bca520f54cce06bdabc8af278a76882a3c2d79 commit 25bca520f54cce06bdabc8af278a76882a3c2d79 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Feb 3 14:37:22 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [USETUP] Use the smaller zlib_solo instead of the full zlib. CORE-14290

2018-02-04 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dc51b419c7eb2beffb4226f94e3c8e7e567fe2f2 commit dc51b419c7eb2beffb4226f94e3c8e7e567fe2f2 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Feb 3 14:36:40 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/03: [ROSLOAD] Fix clang-cl build.

2018-02-04 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=324180a32e9ec14a70a93d31baf40f73b4742064 commit 324180a32e9ec14a70a93d31baf40f73b4742064 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 12:54:15 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [LIBPNG] Update to version 1.6.34. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df5a0b43e70816e06fc9a21151515d129ed33eb1 commit df5a0b43e70816e06fc9a21151515d129ed33eb1 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 13:08:19 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/03: [FREELDR] Reduce the timeout during serial mouse detection. CORE-14280

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=76c20454341345baca657fc426aca3c974aa86f0 commit 76c20454341345baca657fc426aca3c974aa86f0 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Jan 30 20:50:05 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [FREELDR] Remove unnecessary checks. CORE-14280

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4d811a2f97ef3bd39ca6c876d561a67ad28fd8b6 commit 4d811a2f97ef3bd39ca6c876d561a67ad28fd8b6 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Jan 30 20:48:25 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/03: [FREELDR] Display an additional status message for hardware detection. CORE-14280

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79ea0ae09e9349f322b8ffc2a4e544942bbced26 commit 79ea0ae09e9349f322b8ffc2a4e544942bbced26 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Jan 30 20:47:12 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/02: [LIBJPEG] Update to version 9c. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ef4f57579e515efcda9fcbd70ab7a0b83270fafb commit ef4f57579e515efcda9fcbd70ab7a0b83270fafb Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 13:22:20 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [PSDK][XDK] Remove DECLSPEC_* from windef.h, protect against redefinition in winnt.h

2018-02-04 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b9f88d594d9ec036474a09c6f27a9b9e5c878a18 commit b9f88d594d9ec036474a09c6f27a9b9e5c878a18 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 19:24:00 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [LIBXSLT] Better highlight some ROS diffs. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c72e50fd01591539dbb37f4df61f42285b488dd commit 5c72e50fd01591539dbb37f4df61f42285b488dd Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 15:51:19 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/02: [LIBXSLT] Update to version 1.1.32. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c0faa58cf4776550097dbcc1d2f5867c929d5a6 commit 5c0faa58cf4776550097dbcc1d2f5867c929d5a6 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 15:52:31 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/02: [LIBMPG123] Update to version 1.25.8. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2f8a7f36f547b582c1826dd8e31cd06e1a113d97 commit 2f8a7f36f547b582c1826dd8e31cd06e1a113d97 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 16:37:07 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [LIBTIFF] Update to version 4.0.9. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f46b177e11bd20cda24d940b9edd88b3441dae08 commit f46b177e11bd20cda24d940b9edd88b3441dae08 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 4 16:21:58 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [LIBTIFF] Restore ROS-diff that I thought was no longer needed because of PCH. CORE-14291

2018-02-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ffd3b0c8db153f16abccd53ab0daf96ed197bf70 commit ffd3b0c8db153f16abccd53ab0daf96ed197bf70 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon Feb 5 18:21:23 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [SHELLMENU] Add missing psdk dependency.

2018-01-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=682735fb56119d0f75e2b98fab50969ee1b5a983 commit 682735fb56119d0f75e2b98fab50969ee1b5a983 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Jan 31 11:47:39 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [WIN32K:NTGDI] Correctly interpret RtlCreateUnicodeString return value. CORE-14271

2018-01-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7f687154a0fe47826d8047f1a4f9cfd93414d45f commit 7f687154a0fe47826d8047f1a4f9cfd93414d45f Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Jan 31 10:26:24 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/03: [KMTESTS:TCPIP] Fix ok() messages.

2018-01-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=478bfb484aae097e8102b2655795a9a3d2a6b19e commit 478bfb484aae097e8102b2655795a9a3d2a6b19e Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Jan 31 10:23:44 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/03: [NTOS:CM] Correctly interpret RtlCreateUnicodeString return value. CORE-14271

2018-01-31 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e750d189a8f8344f8a02e430074fd6a46aa6424 commit 6e750d189a8f8344f8a02e430074fd6a46aa6424 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Jan 28 13:42:13 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [SYSDM] Make the GPL text ASCII. CORE-14278

2018-02-07 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c0a227d9a5857eb2c2fd5978a9dc8192ee0d7dc9 commit c0a227d9a5857eb2c2fd5978a9dc8192ee0d7dc9 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Feb 7 10:53:51 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [LIBXML2] Restore lost ROS-diff introduced in 7571d351ce. CORE-14291 CORE-11799

2018-02-07 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2d887745a7effe4409485ffb08c9f0368b2049e3 commit 2d887745a7effe4409485ffb08c9f0368b2049e3 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 8 00:41:13 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [STRMBASE] Sync with Wine 3.0. CORE-14225

2018-02-10 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a7ef5747b51d323ecbae5712e9ea97b13844693d commit a7ef5747b51d323ecbae5712e9ea97b13844693d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Mon Feb 5 18:47:10 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [IP] Silence "TCP operation failed" debug spam.

2018-02-15 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad68422a7bbdcf52141288c73bcdb52a39586ac4 commit ad68422a7bbdcf52141288c73bcdb52a39586ac4 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 15 12:19:57 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [KMTESTS:FSRTL] Avoid writing to string literals. ROSTESTS-298

2018-02-21 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4487284c177cf4a6f396e3446d3a5a88a00ffd42 commit 4487284c177cf4a6f396e3446d3a5a88a00ffd42 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Feb 21 15:16:47 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/02: [SHELL32] Fix PIDL leak in CMenuSFToolbar::FillToolbar. CORE-13194

2018-02-22 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b8741e2bb3ce606f8ff383496b32f0db076c480c commit b8741e2bb3ce606f8ff383496b32f0db076c480c Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 22 11:51:07 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [DHCPCSVC] Fix a memory leak in bind_lease introduced in r14645 (!). CORE-14353

2018-02-22 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=87d3fdf99e8fa100b88af9983c15873212d9c148 commit 87d3fdf99e8fa100b88af9983c15873212d9c148 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 22 11:28:55 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/02: [NTOS:CC] Don't read past the end of the file in CcPerformReadAhead.

2018-02-22 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a2f77ee3fb74553744f95d5ef0963cadda97302f commit a2f77ee3fb74553744f95d5ef0963cadda97302f Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Feb 20 13:49:54 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/02: [NTOS:CC] Avoid some magic numbers.

2018-02-22 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=56e2bf2f9265ced788c1ef7c0a215811f6d63ca8 commit 56e2bf2f9265ced788c1ef7c0a215811f6d63ca8 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Tue Feb 20 13:18:34 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/03: [IMAGEHLP_WINETEST] Un-mark a ROS-diff that's been committed upstream.

2018-02-24 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a5a6c6419faeef50ae294afa1056e94b3408fa25 commit a5a6c6419faeef50ae294afa1056e94b3408fa25 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Feb 24 12:05:12 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/03: [SHLWAPI] Cherry-pick Wine commit 7be8beab68c (Don't attempt to un-expect ComputerName in PathUnExpandEnvStrings) by Katayama Hirofumi MZ. CORE-13816

2018-02-24 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=af6c5806d5c1ba531a44b19e453c69108e84161d commit af6c5806d5c1ba531a44b19e453c69108e84161d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Feb 24 14:15:48 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [KERNEL32_WINETEST] Cherry-pick Wine commit 85f515292aa (Close process / thread handles) by Mark Jansen.

2018-02-24 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ac94af4361638770c2ee1b5598a62eb3b58ab27 commit 9ac94af4361638770c2ee1b5598a62eb3b58ab27 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sat Feb 24 14:14:35 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [IPHLPAPI] Fix memory leak in getNumRoutes. CORE-14353

2018-02-21 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=182a31074f610715fd286582ffc6f7fb71fee73b commit 182a31074f610715fd286582ffc6f7fb71fee73b Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Wed Feb 21 18:40:23 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 03/04: [WIN32K:NTUSER] Avoid allocating an extra item in IntCloneMenuItems. CORE-14222

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1969094028f166e7354ec639a5d38e4ef02716e5 commit 1969094028f166e7354ec639a5d38e4ef02716e5 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 1 11:07:39 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 04/04: [WIN32K:NTUSER] Safely handle allocation failure in IntCloneMenu. CORE-14222

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b030836b408700f4ee252e6a5fcaeb386e46 commit b030836b408700f4ee252e6a5fcaeb386e46 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 1 11:08:14 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/04: [WIN32K:NTUSER] Handle allocation failure in PopupMenuWndProc. CORE-14222

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c464f4f2e3c150593d4282062fc8e193683a871f commit c464f4f2e3c150593d4282062fc8e193683a871f Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 1 11:06:03 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/04: [WIN32K:NTUSER] Handle realloc failure in IntRemoveMenuItem. CORE-14222

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de455c4d50e6ba3b1d6b2897618feadb54a5e37f commit de455c4d50e6ba3b1d6b2897618feadb54a5e37f Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Thu Feb 1 11:06:50 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/01: [KMTESTS] Change license to LGPL and update to SPDX headers.

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a9ba7a3f9e52653bf03fb12c5fa9d3476a40b15a commit a9ba7a3f9e52653bf03fb12c5fa9d3476a40b15a Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 18 11:14:13 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/05: [HAL] Create a macro for the HalpEndSoftwareInterrupt to allow reuse. CORE-14076

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7a9474a6bb891bf979c2bf3f0b37d745df98c12d commit 7a9474a6bb891bf979c2bf3f0b37d745df98c12d Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 18 12:42:18 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 05/05: [HAL] Eliminate tail calls from HalpHardwareInterruptLevel. CORE-14076

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=888ace4397f8c4e1c5336b862b857f41dc857798 commit 888ace4397f8c4e1c5336b862b857f41dc857798 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 18 12:51:16 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 04/05: [HAL] Eliminate tail calls from HalpDispatchInterrupt[2]. CORE-14076

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b4453242f7d7e71329b05b721066f11465add86e commit b4453242f7d7e71329b05b721066f11465add86e Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 18 12:50:54 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 01/05: [HAL] Convert HalpEndSoftwareInterrupt2 to fastcall. CORE-14076

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=040d78354e7da85350629a8b28f303d959a81f9c commit 040d78354e7da85350629a8b28f303d959a81f9c Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 11 11:33:16 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] 02/03: [KMTESTS:IO] Correctly free name in IoFilesystem's TestAllInformation.

2018-02-18 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0cc3f19b805860f393d08915d6dbd053439da7f3 commit 0cc3f19b805860f393d08915d6dbd053439da7f3 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Feb 18 14:05:10 2018 +0100 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] [reactos] 01/01: [CMAKE] Allow overriding the .dll extension for delay imports in MSVC builds.

2018-01-01 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b20280a0f9d64c91fb2680e2220f3984f82ad343 commit b20280a0f9d64c91fb2680e2220f3984f82ad343 Author: Thomas Faber <thomas.fa...@reactos.org> AuthorDate: Sun Dec 31 13:08:39 2017 +0100 [CMAKE] Allow overriding the .dll extension for

[ros-diffs] 01/01: [MSCONFIG] Fix buffer overflow when handling long service command lines.

2018-08-05 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ff63ef3c55b82796008453d049bc50df80b4c4a6 commit ff63ef3c55b82796008453d049bc50df80b4c4a6 Author: Thomas Faber AuthorDate: Sun Aug 5 12:57:25 2018 +0200 Commit: Thomas Faber CommitDate: Sun Aug 5 12:58:35 2018 +0200 [MSCONFIG

[ros-diffs] 06/06: [USBPORT] Fix 64 bit warnings.

2018-08-16 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5403094339e9aaaf4cdd624b7d26ab22969c90bf commit 5403094339e9aaaf4cdd624b7d26ab22969c90bf Author: Thomas Faber AuthorDate: Thu Aug 16 14:10:35 2018 +0200 Commit: Thomas Faber CommitDate: Thu Aug 16 14:14:42 2018 +0200 [USBPORT

[ros-diffs] 05/06: [USBPORT] Specify the correct length for the root hub's hub descriptor.

2018-08-16 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bd4529b7174e1bcee41464a431dd4acbc40b0817 commit bd4529b7174e1bcee41464a431dd4acbc40b0817 Author: Thomas Faber AuthorDate: Thu Aug 16 14:10:15 2018 +0200 Commit: Thomas Faber CommitDate: Thu Aug 16 14:14:31 2018 +0200 [USBPORT

[ros-diffs] 04/06: [USBPORT] Remove an unnecessary check in USBPORT_AllocateBandwidthUSB2. CID 1434261

2018-08-16 Thread Thomas Faber
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=db54e5eb1c6283d098999046a56c7b6021b70040 commit db54e5eb1c6283d098999046a56c7b6021b70040 Author: Thomas Faber AuthorDate: Wed Aug 15 12:49:42 2018 +0200 Commit: Thomas Faber CommitDate: Thu Aug 16 14:14:23 2018 +0200 [USBPORT

  1   2   3   4   5   6   >