[ros-diffs] [reactos] 02/14: [NTOS:Mm] Fix locking for MmGetSectionAssociation

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=54d1b396767b40b7f864644bc8b732861eac0ff7 commit 54d1b396767b40b7f864644bc8b732861eac0ff7 Author: Timo Kreuzer AuthorDate: Mon Apr 10 00:26:34 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 01/14: [NTOS:Mm] Replace YieldProcessor() with KeDelayExecutionThread()

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=477792856e42be09b12fd3e3ce557657c6cc63c2 commit 477792856e42be09b12fd3e3ce557657c6cc63c2 Author: Timo Kreuzer AuthorDate: Sat Apr 1 19:18:45 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 03/14: [NTOS:Mm] Fix race condition in _MmSetPageEntrySectionSegment

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=918e33197024163fd6e2781eeed3bb6b7be82270 commit 918e33197024163fd6e2781eeed3bb6b7be82270 Author: Timo Kreuzer AuthorDate: Sun Apr 9 19:10:38 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 04/14: [NTOS:Mm] Implement MmCreatePhysicalMapping and MmDeletePhysicalMapping to handle pyhsical memory sections

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=73de609917e7cf4e78e092f631ab5ffd7c5326be commit 73de609917e7cf4e78e092f631ab5ffd7c5326be Author: Timo Kreuzer AuthorDate: Mon Apr 10 21:14:06 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 06/14: [NTOS:Mm] Handle RosMm pages in MiDecrementReferenceCount

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f014e421b8944cae3127ac124b1097d4bd49b61 commit 5f014e421b8944cae3127ac124b1097d4bd49b61 Author: Timo Kreuzer AuthorDate: Sun Apr 9 23:12:14 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 05/14: [NTOS:Mm] Add PFN ShareCount handling to old Mm

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=80dd9f5a90487188213da24ff1e46335461e2281 commit 80dd9f5a90487188213da24ff1e46335461e2281 Author: Timo Kreuzer AuthorDate: Mon Apr 10 22:14:23 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 08/14: [NTOS:Mm] Fail gracefully when no pages are available

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3ae12d5a8c4f975a3ce0be1158a0b0cf02757970 commit 3ae12d5a8c4f975a3ce0be1158a0b0cf02757970 Author: Timo Kreuzer AuthorDate: Sun Apr 2 18:35:30 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 09/14: [NTOS:Mm] Handle failure to allocate pages in the page fault handler

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7c6e4d38c7718a7ecfb927025cf968356ccc6d42 commit 7c6e4d38c7718a7ecfb927025cf968356ccc6d42 Author: Timo Kreuzer AuthorDate: Wed Apr 5 22:14:09 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 07/14: [NTOS:Mm] Bail out in MmTrimUserMemory, when all LRU pages have been looped through

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d7de53b6d585a1048902b0376a16f85d8ebee114 commit d7de53b6d585a1048902b0376a16f85d8ebee114 Author: Timo Kreuzer AuthorDate: Sat Apr 8 19:27:15 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 11/14: [NTOS:Mm] Use MmRebalanceMemoryConsumersAndWait in the page fault handler

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=876769fdd50c911638bd91329ceed56ee6eaa1ce commit 876769fdd50c911638bd91329ceed56ee6eaa1ce Author: Timo Kreuzer AuthorDate: Wed Apr 5 23:02:43 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 10/14: [NTOS:Mm] Implement MmRebalanceMemoryConsumersAndWait

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=047dc9729f0cbf0b7b7571ae522a9f8677943959 commit 047dc9729f0cbf0b7b7571ae522a9f8677943959 Author: Timo Kreuzer AuthorDate: Thu Apr 6 08:42:32 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 14/14: [NTOS:Mm] Fix some 64 bit issues

2023-07-29 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=539c31658985005bf22a9fb03b967d7bbae1417d commit 539c31658985005bf22a9fb03b967d7bbae1417d Author: Timo Kreuzer AuthorDate: Fri Apr 14 10:34:21 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Jul 29 14:00:44 2023 +0300 [NTOS:Mm

[ros-diffs] [reactos] 01/01: [MSCAT32] Convert stubs into forwarders

2023-08-04 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2d7ff7ea334a60095932861aa8ff8c7cdfba43c2 commit 2d7ff7ea334a60095932861aa8ff8c7cdfba43c2 Author: Timo Kreuzer AuthorDate: Sun Jul 30 12:24:15 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Aug 5 09:00:13 2023 +0300 [MSCAT32

[ros-diffs] [reactos] 01/01: [NTOS:MM] Fix use-after-free error

2023-08-05 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9bc5b8357adc4bc19ffebc46238eac555ed7143a commit 9bc5b8357adc4bc19ffebc46238eac555ed7143a Author: Timo Kreuzer AuthorDate: Sat Jul 29 13:48:46 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Aug 5 11:57:58 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 01/01: [XDK] Fix definition of KeRaiseIrqlToSynchLevel for x64 UP

2023-08-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b9958c7be7e5df9a602fb9cbcd0338cf30c15012 commit b9958c7be7e5df9a602fb9cbcd0338cf30c15012 Author: Timo Kreuzer AuthorDate: Thu Aug 10 14:46:29 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Aug 10 14:46:29 2023 +0300 [XDK] Fix

[ros-diffs] [reactos] 01/10: [CMAKE] Add DLL_EXPORT_VERSION config option

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3c2bfb570fa745cd2d5fb2b755204ac7ac9c22b2 commit 3c2bfb570fa745cd2d5fb2b755204ac7ac9c22b2 Author: Timo Kreuzer AuthorDate: Sat Aug 5 14:56:11 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [CMAKE] Add

[ros-diffs] [reactos] 02/10: [SDK] Define _NTSYSTEM_ in stubs.h

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f229726da9543386d09a157bb474c7190bc888ce commit f229726da9543386d09a157bb474c7190bc888ce Author: Timo Kreuzer AuthorDate: Sat Aug 5 14:57:38 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [SDK] Define

[ros-diffs] [reactos] 03/10: [SPEC2DEF] Add missing "--version" to help output

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=55e0cab5973de8fce067ae46ebe734537204447f commit 55e0cab5973de8fce067ae46ebe734537204447f Author: Timo Kreuzer AuthorDate: Sat Aug 5 14:58:17 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [SPEC2DEF

[ros-diffs] [reactos] 06/10: [ADVAPI32] Fix some vista exports

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a17dd3a7a92c2f9c0bc994c79299b0e1df510bba commit a17dd3a7a92c2f9c0bc994c79299b0e1df510bba Author: Timo Kreuzer AuthorDate: Sat Aug 5 15:42:39 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [ADVAPI32

[ros-diffs] [reactos] 04/10: [NTDLL] Fix some vista exports

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=49da1cdbebf6293fa5c17645d13ba9ad547425d2 commit 49da1cdbebf6293fa5c17645d13ba9ad547425d2 Author: Timo Kreuzer AuthorDate: Sat Aug 5 15:05:20 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [NTDLL] Fix

[ros-diffs] [reactos] 08/10: [MSVCRT] Fix build with vista exports

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0152722bc989f5bab5f002400607f2b69addcaac commit 0152722bc989f5bab5f002400607f2b69addcaac Author: Timo Kreuzer AuthorDate: Sat Aug 5 15:28:45 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [MSVCRT] Fix

[ros-diffs] [reactos] 05/10: [KERNEL32] Export more Vista APIs

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2549e10c3808b2f4dcd66a42e35bc7f0df56b4eb commit 2549e10c3808b2f4dcd66a42e35bc7f0df56b4eb Author: Timo Kreuzer AuthorDate: Sat Aug 5 15:19:15 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 07/10: [CRT] Make _controlfp_s portable

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=994d5e0ad1a5b194e2c60ea395dfc2dcf19b95dc commit 994d5e0ad1a5b194e2c60ea395dfc2dcf19b95dc Author: Timo Kreuzer AuthorDate: Sun Aug 6 09:50:39 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [CRT] Make

[ros-diffs] [reactos] 09/10: [APISETS] Improve/fix up some exports

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fed97ebf1a59b48ef629ceab9a07e5d8fee062a7 commit fed97ebf1a59b48ef629ceab9a07e5d8fee062a7 Author: Timo Kreuzer AuthorDate: Sat Sep 26 19:27:17 2020 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [APISETS

[ros-diffs] [reactos] 10/10: [GITHUB] Add NT6 builders

2023-08-11 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=732f223ca0b8688e8cf45d4471b418b40ea43a96 commit 732f223ca0b8688e8cf45d4471b418b40ea43a96 Author: Timo Kreuzer AuthorDate: Sat Aug 5 16:18:19 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Aug 11 19:00:42 2023 +0300 [GITHUB] Add

[ros-diffs] [reactos] 01/01: [KERNEL32] Fix startup context of initial thread

2023-08-16 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5645f7cf8f5b9f41de782535081983db0a7cfb35 commit 5645f7cf8f5b9f41de782535081983db0a7cfb35 Author: Timo Kreuzer AuthorDate: Mon Aug 14 22:03:00 2023 +0300 Commit: Timo Kreuzer CommitDate: Wed Aug 16 22:03:05 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 01/06: [WINESYNC] Allow directories to be None

2023-08-19 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4b5a555161d01102db86f230548e6ec37c757813 commit 4b5a555161d01102db86f230548e6ec37c757813 Author: Timo Kreuzer AuthorDate: Mon Jan 9 22:07:53 2023 +0200 Commit: Timo Kreuzer CommitDate: Sat Aug 19 23:50:52 2023 +0300 [WINESYNC

[ros-diffs] [reactos] 05/06: [WINESYNC]: crt is now in sync with wine-staging wine-5.0

2023-08-19 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e04b79653441e3d8d78d943271fd4b9b3b327767 commit e04b79653441e3d8d78d943271fd4b9b3b327767 Author: Timo Kreuzer AuthorDate: Thu Aug 10 11:14:57 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Aug 19 23:50:52 2023 +0300 [WINESYNC

[ros-diffs] [reactos] 06/06: [CRT] Reduce diff to wine-5.0

2023-08-19 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c332b917dccf7b3c9563c24f02a1550b8a5ab600 commit c332b917dccf7b3c9563c24f02a1550b8a5ab600 Author: Timo Kreuzer AuthorDate: Thu Aug 10 12:12:22 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Aug 19 23:50:52 2023 +0300 [CRT

[ros-diffs] [reactos] 01/01: [RTL][NTDLL] Implement and export RtlCompareUnicodeStrings

2023-08-19 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d00d883a21c9308fa9c96300e7e182c13f444da9 commit d00d883a21c9308fa9c96300e7e182c13f444da9 Author: Timo Kreuzer AuthorDate: Sat Aug 12 17:47:38 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Aug 19 23:52:21 2023 +0300 [RTL][NTDLL

[ros-diffs] [reactos] 01/01: [KERNEL32] Add CompareStringOrdinal from wine-3.21

2023-08-20 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a0b53386c2126a44f02c7787381612c4b9434a1 commit 3a0b53386c2126a44f02c7787381612c4b9434a1 Author: Timo Kreuzer AuthorDate: Sun Aug 13 15:43:10 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Aug 20 15:17:41 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 01/01: [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586)

2023-08-21 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e7cb6f49209b95fcac7fcf55918cb29289abe455 commit e7cb6f49209b95fcac7fcf55918cb29289abe455 Author: Timo Kreuzer AuthorDate: Mon Aug 21 21:46:20 2023 +0300 Commit: GitHub CommitDate: Mon Aug 21 21:46:20 2023 +0300 [KMTEST:TcpIp

[ros-diffs] [reactos] 01/01: [KERNEL32] Improve a few NT6 stubs

2023-08-22 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=08629037ea7cfda9fab9e898b38c8e66ef77373a commit 08629037ea7cfda9fab9e898b38c8e66ef77373a Author: Timo Kreuzer AuthorDate: Sat Aug 12 08:54:16 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Aug 22 18:46:31 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 01/01: [CPPRT][CRT][MSVCRT] Move __CxxFrameHandler3 to crt and export it on NT6

2023-08-23 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ce848e5c11f435f045b6709dac39de496e6e434d commit ce848e5c11f435f045b6709dac39de496e6e434d Author: Timo Kreuzer AuthorDate: Thu Sep 24 07:49:16 2020 +0200 Commit: Timo Kreuzer CommitDate: Wed Aug 23 20:43:53 2023 +0300 [CPPRT][CRT

[ros-diffs] [reactos] 01/01: [NTOSKRNL/x64] Fix bug in KiInitializeContextThread

2023-09-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=583be404ddc0a52091a7a22944520d94196cbf70 commit 583be404ddc0a52091a7a22944520d94196cbf70 Author: Timo Kreuzer AuthorDate: Wed Aug 16 01:14:28 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Sep 7 01:16:14 2023 +0300 [NTOSKRNL

[ros-diffs] [reactos] 01/02: [NTDLL_APITEST] Add tests for critical sections

2023-09-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d59cf43af3ad38ea853b883468358f648d6da97 commit 1d59cf43af3ad38ea853b883468358f648d6da97 Author: Timo Kreuzer AuthorDate: Mon Aug 14 22:07:15 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Sep 7 08:36:48 2023 +0300

[ros-diffs] [reactos] 02/02: [RTL][NTDLL] Implement and export RtlInitializeCriticalSectionEx

2023-09-06 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8f6aaa8af64ab752960f9404a8b5dfeadaf57b1e commit 8f6aaa8af64ab752960f9404a8b5dfeadaf57b1e Author: Timo Kreuzer AuthorDate: Sun Aug 13 14:03:48 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Sep 7 08:36:48 2023 +0300 [RTL][NTDLL

[ros-diffs] [reactos] 01/01: [WIN32K][NTOS] Fix parameter to MmMapViewOfSection

2023-09-09 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9666f00572e532a13737fdf47c816103d0f40e63 commit 9666f00572e532a13737fdf47c816103d0f40e63 Author: Timo Kreuzer AuthorDate: Sun Apr 2 00:11:37 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Sep 9 12:15:24 2023 +0300 [WIN32K][NTOS

[ros-diffs] [reactos] 01/01: [GETUNAME] Build only english on DBG builds (#5670)

2023-09-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4459b4f42be00a869f833fd7bc5f1fe165f00eff commit 4459b4f42be00a869f833fd7bc5f1fe165f00eff Author: Timo Kreuzer AuthorDate: Sun Sep 10 14:43:41 2023 +0300 Commit: GitHub CommitDate: Sun Sep 10 14:43:41 2023 +0300 [GETUNAME] Build

[ros-diffs] [reactos] 01/02: [KERNEL32_APITEST] Fix stack corruption in InitOnce test on x64

2023-09-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6286475d711a4348df05750df8ee6d22b6eeaea0 commit 6286475d711a4348df05750df8ee6d22b6eeaea0 Author: Timo Kreuzer AuthorDate: Fri Sep 8 11:51:00 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Sep 10 14:58:54 2023 +0300

[ros-diffs] [reactos] 02/02: [KERNEL32_APITEST] Improve InitOnce test

2023-09-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7497f028f4adaef0eb26abe6206c07396efe8bde commit 7497f028f4adaef0eb26abe6206c07396efe8bde Author: Timo Kreuzer AuthorDate: Fri Sep 8 11:51:41 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Sep 10 14:58:54 2023 +0300

[ros-diffs] [reactos] 01/01: [CRT] Import parameter check for fclose from wine

2023-09-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d41a4030bc326b2e3d9c76ffa3c93afa0e44a355 commit d41a4030bc326b2e3d9c76ffa3c93afa0e44a355 Author: Timo Kreuzer AuthorDate: Sat Sep 16 18:49:51 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Sep 17 10:19:15 2023 +0300 [CRT

[ros-diffs] [reactos] 01/01: [NTOSKRNL/x64] Fix a bug in KeSwitchKernelStack

2023-09-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=26a64324e785ff712bde6736ed7cbfc92a98925b commit 26a64324e785ff712bde6736ed7cbfc92a98925b Author: Timo Kreuzer AuthorDate: Tue Aug 15 22:51:05 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Sep 17 10:37:50 2023 +0300 [NTOSKRNL

[ros-diffs] [reactos] 01/01: [WIN32K] Do not try to free a unicode string that is an int-resource

2023-09-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8650eac76cd554b46e222ec63dd78698dd51c29d commit 8650eac76cd554b46e222ec63dd78698dd51c29d Author: Timo Kreuzer AuthorDate: Sat Sep 9 10:41:27 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Sep 17 10:40:19 2023 +0300 [WIN32K] Do

[ros-diffs] [reactos] 01/01: [KERNEL32] Fix RaiseException to correctly copy the passed in parameters as ULONG_PTR

2023-09-21 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=41c99aa60ad9e8d9141caa988b68d54911d64c00 commit 41c99aa60ad9e8d9141caa988b68d54911d64c00 Author: Timo Kreuzer AuthorDate: Tue Sep 19 02:56:07 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Sep 21 21:33:47 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 01/01: [WIN32K] Prevent dereferencing NULL pointer

2023-09-21 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4661bc006d0e49e78b1ebaee9509e078f12c70a8 commit 4661bc006d0e49e78b1ebaee9509e078f12c70a8 Author: Timo Kreuzer AuthorDate: Fri Aug 18 08:35:59 2023 +0300 Commit: Timo Kreuzer CommitDate: Thu Sep 21 23:45:31 2023 +0300 [WIN32K

[ros-diffs] [reactos] 01/01: [RPCRT4] Fix x64 assembly code

2023-09-23 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=88808bad8a29213bc51ca54db265e9425a457981 commit 88808bad8a29213bc51ca54db265e9425a457981 Author: Timo Kreuzer AuthorDate: Sun Sep 10 14:35:20 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Sep 23 11:06:24 2023 +0300 [RPCRT4

[ros-diffs] [reactos] 01/01: [NTOS:CM] Fix lock leak

2023-09-23 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ed06c06dcbccdc08a049bb659b6413be527118f3 commit ed06c06dcbccdc08a049bb659b6413be527118f3 Author: Timo Kreuzer AuthorDate: Wed Sep 20 23:21:10 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Sep 23 18:34:00 2023 +0300 [NTOS:CM

[ros-diffs] [reactos] 03/03: [LSASRV] Fix usage of self-relative security descriptor in LsarQuerySecurityObject

2023-09-26 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf4aa7ea9da0b0008b378032ba229da6a7ee22f0 commit cf4aa7ea9da0b0008b378032ba229da6a7ee22f0 Author: Timo Kreuzer AuthorDate: Sat Sep 23 17:43:14 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Sep 26 18:01:45 2023 +0300 [LSASRV

[ros-diffs] [reactos] 01/01: [CRT/x64] Fix a bug in __C_specific_handler

2023-09-26 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6133cc016df7eee387c57dd47607c575cd9083a7 commit 6133cc016df7eee387c57dd47607c575cd9083a7 Author: Timo Kreuzer AuthorDate: Sat Mar 14 23:28:47 2020 +0100 Commit: Timo Kreuzer CommitDate: Tue Sep 26 18:02:21 2023 +0300 [CRT/x64

[ros-diffs] [reactos] 01/03: [RTL] Improve usage of absolte vs self-relative security descriptors

2023-09-26 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df053d4e4339b5bb1151ea3d3986c22e42ac7e8f commit df053d4e4339b5bb1151ea3d3986c22e42ac7e8f Author: Timo Kreuzer AuthorDate: Sat Sep 23 17:49:27 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Sep 26 18:01:45 2023 +0300 [RTL

[ros-diffs] [reactos] 02/03: [SAMSRV] Fix usage of self-relative security descriptor in SamrQuerySecurityObject

2023-09-26 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5127433416c39779a3393f429d7eda1fd51b6e58 commit 5127433416c39779a3393f429d7eda1fd51b6e58 Author: Timo Kreuzer AuthorDate: Wed Sep 20 11:48:49 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Sep 26 18:01:45 2023 +0300 [SAMSRV

[ros-diffs] [reactos] 01/01: [NTOS] Implement support for opting out of NX policy

2023-09-26 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8227c5d380fa1fbee6649e4dbb686447ab8e7ff1 commit 8227c5d380fa1fbee6649e4dbb686447ab8e7ff1 Author: Timo Kreuzer AuthorDate: Sun Jan 1 18:11:26 2023 +0100 Commit: Timo Kreuzer CommitDate: Tue Sep 26 18:04:19 2023 +0300 [NTOS

[ros-diffs] [reactos] 01/01: [NTOS/Mm] Fix SWAPENTRY bit-check in MmCreatePageFileMapping

2023-09-27 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=03283371c101521b7eab459c2be71ecce6f0a1d8 commit 03283371c101521b7eab459c2be71ecce6f0a1d8 Author: Timo Kreuzer AuthorDate: Wed Jan 4 23:17:57 2023 +0200 Commit: Timo Kreuzer CommitDate: Thu Sep 28 01:19:47 2023 +0300 [NTOS/Mm

[ros-diffs] [reactos] 01/02: [WINSPOOL] Properly copy the DEVMODE in IntFixUpDevModeNames

2023-10-01 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=02df49ebd8167da3335e96af25b91048bc9ec266 commit 02df49ebd8167da3335e96af25b91048bc9ec266 Author: Timo Kreuzer AuthorDate: Tue Sep 19 16:33:35 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Oct 1 13:05:51 2023 +0300 [WINSPOOL

[ros-diffs] [reactos] 02/02: [WINSPOOL] Add a number of missing NULL checks.

2023-10-01 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0e68e27ff6161b34a4a45721f0b98100c60dda25 commit 0e68e27ff6161b34a4a45721f0b98100c60dda25 Author: Timo Kreuzer AuthorDate: Sat Sep 30 19:17:33 2023 +0300 Commit: Timo Kreuzer CommitDate: Sun Oct 1 13:05:51 2023 +0300 [WINSPOOL

[ros-diffs] [reactos] 01/06: [XDK] Add missing PF_* processor feature definitions

2023-10-03 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b66441d581023edd64a7ee18db15d3eb74dd213a commit b66441d581023edd64a7ee18db15d3eb74dd213a Author: Timo Kreuzer AuthorDate: Sat May 13 17:03:04 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 3 19:45:44 2023 +0300 [XDK] Add

[ros-diffs] [reactos] 02/06: [NDK] Update kernel feature bits constants

2023-10-03 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47c1dcd023b7f31c8b9016477c2652e6ffbb8ac8 commit 47c1dcd023b7f31c8b9016477c2652e6ffbb8ac8 Author: Timo Kreuzer AuthorDate: Sat Aug 26 12:10:04 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 3 19:45:44 2023 +0300 [NDK] Update

[ros-diffs] [reactos] 03/06: [NTOS:KE/x64] Improve CPU feature detection

2023-10-03 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=70f6ed8ee35b638285f40ee8231c0dffa3052c0a commit 70f6ed8ee35b638285f40ee8231c0dffa3052c0a Author: Timo Kreuzer AuthorDate: Sat Aug 26 16:15:38 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 3 19:45:44 2023 +0300 [NTOS:KE/x64

[ros-diffs] [reactos] 06/06: [NTOS:KE/x64] Implement detection of more KF_* feature flags

2023-10-03 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=410b1030c02240e0a711b0006023451fdd46a6d1 commit 410b1030c02240e0a711b0006023451fdd46a6d1 Author: Timo Kreuzer AuthorDate: Sun Aug 27 15:07:30 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 3 19:45:44 2023 +0300 [NTOS:KE/x64

[ros-diffs] [reactos] 05/06: [NTOS:KE/x64] Use structures for CPUID

2023-10-03 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1a7ab2fe6826f679d67b827eb9e872ae7fa5ed98 commit 1a7ab2fe6826f679d67b827eb9e872ae7fa5ed98 Author: Timo Kreuzer AuthorDate: Sun Aug 27 12:08:37 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 3 19:45:44 2023 +0300 [NTOS:KE/x64

[ros-diffs] [reactos] 01/01: [NTOS:MM/x64] Temporarily release AddressCreationLock in MmCreateVirtualMappingUnsafeEx

2023-10-07 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e685b25e35c9d6dfbe2139ac71f7378b1f9e6d0f commit e685b25e35c9d6dfbe2139ac71f7378b1f9e6d0f Author: Timo Kreuzer AuthorDate: Thu Sep 28 20:29:43 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Oct 7 10:58:30 2023 +0300 [NTOS:MM/x64

[ros-diffs] [reactos] 01/01: [T2EMBED] Improve spec file

2023-10-08 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=63aef3e1fc8a9e549539a38cfb44e26436f7da2d commit 63aef3e1fc8a9e549539a38cfb44e26436f7da2d Author: Timo Kreuzer AuthorDate: Sun Aug 6 14:43:56 2023 +0300 Commit: Timo Kreuzer CommitDate: Mon Oct 9 02:34:30 2023 +0300 [T2EMBED

[ros-diffs] [reactos] 02/03: [SDK] Do not include windef.h into stubs.h

2023-10-16 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a27b8009e0652aab9aef29f9963e21cb53d2a124 commit a27b8009e0652aab9aef29f9963e21cb53d2a124 Author: Timo Kreuzer AuthorDate: Sat Oct 7 10:22:34 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 17 09:41:18 2023 +0300 [SDK] Do not

[ros-diffs] [reactos] 01/03: [CMAKE] Don't use precompiled headers for autogenerated stub files

2023-10-16 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3b7c7d8e68251eaad3cc499647d52c88dba82980 commit 3b7c7d8e68251eaad3cc499647d52c88dba82980 Author: Timo Kreuzer AuthorDate: Fri Oct 6 20:07:02 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 17 09:41:18 2023 +0300 [CMAKE

[ros-diffs] [reactos] 03/03: [SDK] Move definition of MyInt128 into stubs.h

2023-10-16 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=40d444919e3f0cc54f11ad0cfec001f384ceea90 commit 40d444919e3f0cc54f11ad0cfec001f384ceea90 Author: Timo Kreuzer AuthorDate: Sat Oct 7 12:32:12 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 17 09:41:18 2023 +0300 [SDK] Move

[ros-diffs] [reactos] 01/01: [STLPORT] Make stl thread-safe

2023-10-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b38f80119ddc45a28251129b6c8a7fbbcf60846 commit 7b38f80119ddc45a28251129b6c8a7fbbcf60846 Author: Timo Kreuzer AuthorDate: Thu Sep 21 23:38:02 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 17 13:01:24 2023 +0300 [STLPORT

[ros-diffs] [reactos] 01/01: [XDK] Fix / improve some definitions

2023-10-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d9cb1699205cf68fd0af09f3f6f4f8d920bfe346 commit d9cb1699205cf68fd0af09f3f6f4f8d920bfe346 Author: Timo Kreuzer AuthorDate: Sat Aug 12 19:31:50 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 17 13:02:30 2023 +0300 [XDK] Fix

[ros-diffs] [reactos] 01/01: [CMAKE] Improve configure script to work with newer CMake versions (#5742)

2023-10-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e0545dab156a496e7f0f0208aaec8f9fdfcdbbfa commit e0545dab156a496e7f0f0208aaec8f9fdfcdbbfa Author: Timo Kreuzer AuthorDate: Tue Oct 17 13:17:35 2023 +0300 Commit: GitHub CommitDate: Tue Oct 17 13:17:35 2023 +0300 [CMAKE] Improve

[ros-diffs] [reactos] 01/01: [KERNEL32] Export more Vista functions

2023-10-18 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a8e8add0c035baea24de6b4100076021adda6599 commit a8e8add0c035baea24de6b4100076021adda6599 Author: Timo Kreuzer AuthorDate: Thu Oct 5 21:54:05 2023 +0300 Commit: Timo Kreuzer CommitDate: Wed Oct 18 15:55:41 2023 +0300 [KERNEL32

[ros-diffs] [reactos] 01/09: [NTOS:MM] Add ASSERTS to MmLockAddressSpace to guarantee lock ordering

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6d701b4b05c465e1e01abd911949c9645e193f0f commit 6d701b4b05c465e1e01abd911949c9645e193f0f Author: Timo Kreuzer AuthorDate: Mon Oct 9 21:39:35 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 03/09: [NTOS:MM] Handle page table faults in MmArmAccessFault

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=84d0586ca40c21ae4d2b3a68137bc3e88423d463 commit 84d0586ca40c21ae4d2b3a68137bc3e88423d463 Author: Timo Kreuzer AuthorDate: Tue Oct 10 22:37:21 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 02/09: [NTOS:MM] Fix address space locking in MiProtectVirtualMemory

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a8b57f0a6ba6061ce810290b7d8e64ac5b73e7f3 commit a8b57f0a6ba6061ce810290b7d8e64ac5b73e7f3 Author: Timo Kreuzer AuthorDate: Mon Oct 9 22:01:56 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 05/09: Revert "[NTOS:MM/x64] Temporarily release AddressCreationLock in MmCreateVirtualMappingUnsafeEx"

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de3958dc2b626626d017be102c04eb75b3cce56d commit de3958dc2b626626d017be102c04eb75b3cce56d Author: Timo Kreuzer AuthorDate: Tue Oct 10 02:42:11 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 Revert

[ros-diffs] [reactos] 08/09: [NTOS:MM] Lock kernel address space in MiInitSystemMemoryAreas

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23589e9bf14afe5763a1fede921b1f67ef949246 commit 23589e9bf14afe5763a1fede921b1f67ef949246 Author: Timo Kreuzer AuthorDate: Tue Oct 10 02:33:53 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 04/09: [NTOS:MM] Fix bugs in MmAccessFault

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a662bedab8310ac4c15e1337e584e5f5835d14f5 commit a662bedab8310ac4c15e1337e584e5f5835d14f5 Author: Timo Kreuzer AuthorDate: Tue Oct 10 02:10:52 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 07/09: [NTOS:MM] Attach to the target process in MmMapViewOfSection

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07ad8c4c11d72f9603cef8ad667664a7ce9a44f6 commit 07ad8c4c11d72f9603cef8ad667664a7ce9a44f6 Author: Timo Kreuzer AuthorDate: Mon Oct 9 21:45:01 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 06/09: [NTOS:MM] Fix MmFreeMemoryArea

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=601bb49c0d276447fd6435a8f70cc0f190db681a commit 601bb49c0d276447fd6435a8f70cc0f190db681a Author: Timo Kreuzer AuthorDate: Mon Oct 9 22:24:01 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 09/09: [NTOS:MM] Add ASSERTs for VAD table locking

2023-10-24 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d831bc4fab38300e36765cf591059c8fd5752926 commit d831bc4fab38300e36765cf591059c8fd5752926 Author: Timo Kreuzer AuthorDate: Tue Oct 10 02:41:19 2023 +0300 Commit: Timo Kreuzer CommitDate: Tue Oct 24 21:45:27 2023 +0300 [NTOS:MM

[ros-diffs] [reactos] 01/06: [RTL] Get rid of x86 asm version of RtlpGetStackLimits

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4bd1e819986d8183474130d34e9539560aac44d7 commit 4bd1e819986d8183474130d34e9539560aac44d7 Author: Timo Kreuzer AuthorDate: Sat May 20 11:59:09 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200 [RTL] Get

[ros-diffs] [reactos] 02/06: [RTL] Add object library rtl_um

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5ecead80e3595d2b06e589e62a01e8230e0a5d40 commit 5ecead80e3595d2b06e589e62a01e8230e0a5d40 Author: Timo Kreuzer AuthorDate: Sat May 27 15:29:19 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200 [RTL] Add

[ros-diffs] [reactos] 03/06: [APITESTS] Share ok_eq_* macros between apitests and kmtests

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=520cf2294d6ee932ba68bc07d357930a26da5e8a commit 520cf2294d6ee932ba68bc07d357930a26da5e8a Author: Timo Kreuzer AuthorDate: Thu Aug 11 14:06:02 2022 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200 [APITESTS

[ros-diffs] [reactos] 04/06: [CRT] Define _NTSYSTEM_ in 2 files to force using import-stubs

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=51b5d846e9f01782e3d729a9a8e03c2a4df49cb4 commit 51b5d846e9f01782e3d729a9a8e03c2a4df49cb4 Author: Timo Kreuzer AuthorDate: Sat May 20 21:08:58 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200 [CRT

[ros-diffs] [reactos] 05/06: [RTL_APITEST] Add rtl_unittest

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bdf52a986814f4b3ae333aca99225750e084a2ad commit bdf52a986814f4b3ae333aca99225750e084a2ad Author: Timo Kreuzer AuthorDate: Sat May 20 09:36:13 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200

[ros-diffs] [reactos] 06/06: [RTL_APITEST] Move RtlIntSafe test from kmtest to rtl_apitest

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a3d22bba1af38a8f8585736257767000466485aa commit a3d22bba1af38a8f8585736257767000466485aa Author: Timo Kreuzer AuthorDate: Sat May 20 12:02:03 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:00:41 2023 +0200

[ros-diffs] [reactos] 01/03: [CRT][MSVCRT] Import _gcvt and _gcvt_s from wine and export _gcvt_s on Vista+

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=86f98baaf8874e785436241859f1c20dd677f7b9 commit 86f98baaf8874e785436241859f1c20dd677f7b9 Author: Timo Kreuzer AuthorDate: Sun Sep 10 19:00:54 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:19:22 2023 +0200 [CRT

[ros-diffs] [reactos] 02/03: [CRT] Add parameter check to _mbscmp

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=840dfdc3a112f2f5bb968cd8e32650fdda320b94 commit 840dfdc3a112f2f5bb968cd8e32650fdda320b94 Author: Timo Kreuzer AuthorDate: Tue Sep 19 04:15:02 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:19:22 2023 +0200 [CRT] Add

[ros-diffs] [reactos] 03/03: [CRT] Fix parameter check for _memicmp on NT 6+

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d4993c67cd8e9bb724ceeb26e0b252273c8184e1 commit d4993c67cd8e9bb724ceeb26e0b252273c8184e1 Author: Timo Kreuzer AuthorDate: Tue Sep 19 18:32:00 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:19:22 2023 +0200 [CRT] Fix

[ros-diffs] [reactos] 02/07: [ASMPP] Improve handling of rip relative addressing

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2245dd78f5c75dbbefdd7e926ce90033d67dee2d commit 2245dd78f5c75dbbefdd7e926ce90033d67dee2d Author: Timo Kreuzer AuthorDate: Sat Oct 28 18:52:48 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [ASMPP

[ros-diffs] [reactos] 01/07: [CRT] Make ML based asm code GAS compatible

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a34f1ed03cd5c34e9fac95f72a9e2eb3947b84cc commit a34f1ed03cd5c34e9fac95f72a9e2eb3947b84cc Author: Timo Kreuzer AuthorDate: Sat Oct 28 18:52:25 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [CRT] Make

[ros-diffs] [reactos] 03/07: [FUSION] Provide baseaddress for fusion_1_1 and fusion_2_0

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=58f1201eae54bec0bc7df1c2b838aadda7f65eac commit 58f1201eae54bec0bc7df1c2b838aadda7f65eac Author: Timo Kreuzer AuthorDate: Sun Oct 29 22:17:51 2023 +0200 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [FUSION

[ros-diffs] [reactos] 05/07: [CMAKE] Use baseaddress64.cmake for all 64 bit builds

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9cc4d8994bb471d5e6aa1de6308bbf4a5015e479 commit 9cc4d8994bb471d5e6aa1de6308bbf4a5015e479 Author: Timo Kreuzer AuthorDate: Sat Oct 28 22:20:36 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [CMAKE] Use

[ros-diffs] [reactos] 04/07: [CMAKE] Add support for "IMAGEBASE default" and use it for test/sample dlls

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2b7246fd3cd47e17601b17bfb621d7919968a31c commit 2b7246fd3cd47e17601b17bfb621d7919968a31c Author: Timo Kreuzer AuthorDate: Tue Nov 7 18:50:52 2023 +0200 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [CMAKE] Add

[ros-diffs] [reactos] 06/07: [GEN_BASEADDRESS] Add handling of 64 bit builds

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7377f14339c264b72b8635fdac217a8890f64f79 commit 7377f14339c264b72b8635fdac217a8890f64f79 Author: Timo Kreuzer AuthorDate: Sun Oct 29 22:28:37 2023 +0200 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200

[ros-diffs] [reactos] 07/07: [CMAKE] Update baseaddress cmake files

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6ca8eb5c1e5b0c2cff3ecd606d025dc00983c136 commit 6ca8eb5c1e5b0c2cff3ecd606d025dc00983c136 Author: Timo Kreuzer AuthorDate: Sat Oct 28 23:32:08 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:20:24 2023 +0200 [CMAKE

[ros-diffs] [reactos] 01/01: [WIN32K] Fix alignment checks in NtUserSetInformationThread

2023-11-10 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=83e1193fb25210bf3bfb241a65eadb7f40729544 commit 83e1193fb25210bf3bfb241a65eadb7f40729544 Author: Timo Kreuzer AuthorDate: Sun Oct 22 21:35:18 2023 +0300 Commit: Timo Kreuzer CommitDate: Fri Nov 10 19:42:13 2023 +0200 [WIN32K

[ros-diffs] [reactos] 01/01: [NTOS:CC] Do not access VACB after decrementing it's reference count

2023-11-17 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf95b7e8e5e7544a5048ed700fced44ba238d553 commit bf95b7e8e5e7544a5048ed700fced44ba238d553 Author: Timo Kreuzer AuthorDate: Tue Nov 7 00:58:15 2023 +0200 Commit: Timo Kreuzer CommitDate: Fri Nov 17 20:07:55 2023 +0200 [NTOS:CC] Do

[ros-diffs] [reactos] 01/01: [KMTEST] Fix duplicated test names to stop testman from blowing up

2023-11-18 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=908cda5ee496cd4be6dfcbdb4ece949fe192df29 commit 908cda5ee496cd4be6dfcbdb4ece949fe192df29 Author: Timo Kreuzer AuthorDate: Sat Nov 18 10:43:50 2023 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 18 15:01:06 2023 +0200 [KMTEST

[ros-diffs] [reactos] 01/01: [KERNEL32_VISTA] Sync GetFileInformationByHandleEx with wine head

2023-11-18 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=455f33077599729c27f1f1347ad2f6329d50d1f3 commit 455f33077599729c27f1f1347ad2f6329d50d1f3 Author: Timo Kreuzer AuthorDate: Mon Oct 16 16:11:58 2023 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 18 17:53:42 2023 +0200

[ros-diffs] [reactos] 01/01: [CMAKE] Remove "/Gy" option from ML

2023-11-18 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e3f204e2282f25d9556d9d83f43f31b6578eaa84 commit e3f204e2282f25d9556d9d83f43f31b6578eaa84 Author: Timo Kreuzer AuthorDate: Sat Nov 11 21:38:59 2023 +0200 Commit: Timo Kreuzer CommitDate: Sun Nov 19 09:19:33 2023 +0200 [CMAKE

  1   2   3   4   5   6   7   8   9   10   >