[NTOS:LPC] Fix input parameter for ProbeAndCaptureUnicodeString (#5815)Addendum to commit b3c55b9e6 (PR #4399).Passing &CapturedObjectName as pointer to be probed and captured wouldfail if e.g.
[NTOS:LPC] Fix input parameter for ProbeAndCaptureUnicodeString (#5815)Addendum to commit b3c55b9e6 (PR #4399).Passing &CapturedObjectName as pointer to be probed and captured wouldfail if e.g. PreviousMode == UserMode, since that pointer is always inkernel space. Instead, pass the original user-mode pointer.Bug caught by Timo Kreuzer ;)
show more ...
[NTOS:LPC] Ensure debug-traced pointer-given user-mode data is captured. (#4399)CORE-18098
[NTOS:LPC] Turn a DPRINT1 into an LPCTRACE. (#4399)CORE-18098
[NTOS:LPC] NtReplyWaitReceivePortEx returns the correct TotalLength for connect messagesThis fixes the NtAcceptConnectPort apitest.
[REACTOS] Cleanup INIT and some PAGE section allocations- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively- Remove INIT_FUNCTION from function prototypes
[REACTOS] Cleanup INIT and some PAGE section allocations- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively- Remove INIT_FUNCTION from function prototypes- Remove alloc_text pragma calls as they are not needed anymore
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally * Use _declspec(allocate(x)) and _declspec(code_seg(x)) on M
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally * Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it * Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC) * Place INIT_FUNCTION before the return type (required by MSVC) * Make sure declarations and implementations share the same modifiers (required by MSVC) * Add a global linker option to suppress warnings about defined but unused INIT section * Merge INIT section into .text in freeldr
[NTOS:LPC] Add a number of DPRINTs on failure
[NTOS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.