[ros-diffs] [reactos] 04/06: [VCRUNTIME] Move some definitions from crtdefs.h to vadefs.h

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=90e95d15a2851f577e98d5d42522587f16b25f09 commit 90e95d15a2851f577e98d5d42522587f16b25f09 Author: Timo Kreuzer AuthorDate: Sat May 11 10:20:48 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] M

[ros-diffs] [reactos] 05/06: [VCRUNTIME] Add some missing definitions to vcruntime*.h

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2955b1f0e95ec66e5f7f7156bb437e980667566c commit 2955b1f0e95ec66e5f7f7156bb437e980667566c Author: Timo Kreuzer AuthorDate: Sun May 12 13:32:45 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] A

[ros-diffs] [reactos] 01/06: [VCRUNTIME] Move compiler runtime headers into their own folder

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=84344399b57b55f1a58321f42d9515fd3e29ea91 commit 84344399b57b55f1a58321f42d9515fd3e29ea91 Author: Timo Kreuzer AuthorDate: Sat May 11 08:11:36 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] M

[ros-diffs] [reactos] 06/06: [VCRUNTIME] Stop including crtdefs.h

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=abbc78401095be4d94dfa0050b4d307e83b1b7b4 commit abbc78401095be4d94dfa0050b4d307e83b1b7b4 Author: Timo Kreuzer AuthorDate: Sun May 12 17:09:32 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] S

[ros-diffs] [reactos] 02/06: [VCRUNTIME] Add vcruntime.h and related (mostly empty)

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ff2c7c872062822e69aa0a9e645fe25e61509c6c commit ff2c7c872062822e69aa0a9e645fe25e61509c6c Author: Timo Kreuzer AuthorDate: Sat May 11 09:25:04 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] A

[ros-diffs] [reactos] 03/06: [VCRUNTIME] Move some definitions from crtdefs.h to vcruntime.h

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d01b8c6f0d20be8acee7f5aa9b5a0b3d5bba1f1 commit 1d01b8c6f0d20be8acee7f5aa9b5a0b3d5bba1f1 Author: Timo Kreuzer AuthorDate: Sat May 11 10:03:43 2024 +0300 Commit: Timo Kreuzer CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] M

[ros-diffs] [reactos] 03/07: [FREELDR] Implement PeLdrLoadImageEx

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8a5ef4c1cc40d4649cbdc77b4e9b394b3ff111c9 commit 8a5ef4c1cc40d4649cbdc77b4e9b394b3ff111c9 Author: Timo Kreuzer AuthorDate: Sun Jan 14 09:32:05 2024 +0100 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Imp

[ros-diffs] [reactos] 04/07: [FREELDR] Pass VA instead of PA to PeLdrAllocateDataTableEntry

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6eac9b58913780ec0dd5f0d8b8bb81ed9fcf27e4 commit 6eac9b58913780ec0dd5f0d8b8bb81ed9fcf27e4 Author: Timo Kreuzer AuthorDate: Thu Oct 3 10:12:29 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Pass

[ros-diffs] [reactos] 05/07: [FREELDR] Initialize a global module list head for freeldr

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f9849f7cc4801be3a42972449174aac736caf14b commit f9849f7cc4801be3a42972449174aac736caf14b Author: Timo Kreuzer AuthorDate: Sat Oct 5 12:14:59 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Init

[ros-diffs] [reactos] 07/07: [FREELDR] Refactor LoadBootDeviceDriver

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9b8c59d6b7214c61f1e9b76c7f7be9f4a8f8a61b commit 9b8c59d6b7214c61f1e9b76c7f7be9f4a8f8a61b Author: Timo Kreuzer AuthorDate: Sat Oct 5 12:19:58 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Refa

[ros-diffs] [reactos] 06/07: [FREELDR] Implement PeLdrLoadBootImage

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=393b1f89982804b2bd3074d773096ebbcf2fcd6d commit 393b1f89982804b2bd3074d773096ebbcf2fcd6d Author: Timo Kreuzer AuthorDate: Sat Oct 5 12:18:00 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Impl

[ros-diffs] [reactos] 02/07: [FREELDR] Move IoReadPartitionTable to ntoskrnl.c

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bee8e81d5a7e70c4e71f9b07d464544b672a19e1 commit bee8e81d5a7e70c4e71f9b07d464544b672a19e1 Author: Timo Kreuzer AuthorDate: Sat Oct 5 12:38:17 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Move

[ros-diffs] [reactos] 01/07: [FREELDR] Fix some trace prints

2024-11-02 Thread Timo Kreuzer
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=77ba2d496bf90659836226d1695a9f11adeb3d41 commit 77ba2d496bf90659836226d1695a9f11adeb3d41 Author: Timo Kreuzer AuthorDate: Thu Oct 3 10:16:21 2024 +0200 Commit: Timo Kreuzer CommitDate: Sat Nov 2 17:31:57 2024 +0200 [FREELDR] Fix

[ros-diffs] [reactos] 01/01: [MSGINA] Update Portuguese (pt-PT) translation (#7235)

2024-11-02 Thread Jose Carlos Jesus
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0cf2390c3f302698f0646c8ec962d26f7be0d302 commit 0cf2390c3f302698f0646c8ec962d26f7be0d302 Author: Jose Carlos Jesus AuthorDate: Sat Nov 2 20:43:48 2024 + Commit: GitHub CommitDate: Sat Nov 2 21:43:48 2024 +0100 [MSGINA] Update

[ros-diffs] [reactos] 01/01: [INTL] Update German (de-DE) translation (#7466)

2024-11-02 Thread Václav Zouzalík
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2330d3ad0301c607c0580b9940535a915d31e4e8 commit 2330d3ad0301c607c0580b9940535a915d31e4e8 Author: Václav Zouzalík AuthorDate: Sat Nov 2 21:44:35 2024 +0100 Commit: GitHub CommitDate: Sat Nov 2 21:44:35 2024 +0100 [INTL] Update Ger

[ros-diffs] [reactos] 01/01: [DISKPART] Update Turkish (tr-TR) translation (#7292)

2024-11-02 Thread vsaucing
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad827eaa715fc971b148404abf720c16b5c1b73f commit ad827eaa715fc971b148404abf720c16b5c1b73f Author: vsaucing <144949339+vsauc...@users.noreply.github.com> AuthorDate: Sat Nov 2 23:44:15 2024 +0300 Commit: GitHub CommitDate: Sat Nov 2 21:4

[ros-diffs] [reactos] 01/04: [RTL] ntdll: Implement RtlIpv6StringToAddress(Ex)[AW]

2024-11-02 Thread Alex Henrie
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=56229b7a06fe24cc084b939ccdac0415ebe3493c commit 56229b7a06fe24cc084b939ccdac0415ebe3493c Author: Alex Henrie AuthorDate: Sat Apr 20 22:20:37 2024 +0300 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sat Nov 2 21:57:28 2024 +0100 [RTL

[ros-diffs] [reactos] 04/04: Fix various inet_ntop definitions

2024-11-02 Thread Baruch Rutman
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79f2289a9d39eafa07259ace33f5a1397264f0c8 commit 79f2289a9d39eafa07259ace33f5a1397264f0c8 Author: Baruch Rutman AuthorDate: Tue Jul 2 00:13:09 2024 +0300 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sat Nov 2 21:57:28 2024 +0100 Fix

[ros-diffs] [reactos] 03/04: [WS2_32_WINETEST] Sync tests for inet_pton, inet_ntop

2024-11-02 Thread Baruch Rutman
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4453711b5a1cca5c31e960462f185dacc0bb2c37 commit 4453711b5a1cca5c31e960462f185dacc0bb2c37 Author: Baruch Rutman AuthorDate: Sat Apr 20 22:31:26 2024 +0300 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sat Nov 2 21:57:28 2024 +0100 [W

[ros-diffs] [reactos] 02/04: [WS2_32] Add inet_pton, inet_ntop

2024-11-02 Thread Baruch Rutman
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=454de56c6b8ca47b47e6ec21f7d9a8f2715673b2 commit 454de56c6b8ca47b47e6ec21f7d9a8f2715673b2 Author: Baruch Rutman AuthorDate: Sat Apr 20 22:30:01 2024 +0300 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sat Nov 2 21:57:28 2024 +0100 [W

[ros-diffs] [reactos] 01/01: [NTOS:MM] Implement MmAllocate/FreeMappingAddress (#7260)

2024-11-02 Thread Oleg Dubinskiy
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=83d74e74338874a107894bb0ba5159ee6a0608c8 commit 83d74e74338874a107894bb0ba5159ee6a0608c8 Author: Oleg Dubinskiy AuthorDate: Sat Nov 2 15:10:51 2024 +0100 Commit: GitHub CommitDate: Sat Nov 2 15:10:51 2024 +0100 [NTOS:MM] Implemen