reactos.git
2021-06-09 Katayama Hirofumi MZ[MORE][CONUTILS] Implement missing features of the...
2021-06-09 Jérôme Gardou[NTOS:MM] Handle PT references for page table faults...
2021-06-09 Jérôme Gardou[NTOS:MM] Get rid of MiQueryPageTableReferences
2021-06-09 Timo Kreuzer[NTOS] Implement MiIsPageTablePresent as a replacement...
2021-06-09 Jérôme Gardou[NTOS:MM] In MiMakePdeExistAndValid, do not overly...
2021-06-09 Jérôme Gardou[NTOS:MM] Implement proper refcounting of page tables...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiIsEntireRangeCommitted 64-bits aware
2021-06-09 Jérôme Gardou[NTOS:MM] Add some DPRINTs when incrementing or decreme...
2021-06-09 Jérôme Gardou[NTOS:MM] Make MiCalculatePageCommitment 64-bits aware
2021-06-09 Jérôme Gardou[NTOS:MM] Add a few MiP*eToP*e helpers
2021-06-09 Jérôme Gardou[NTOS:MM] Properly initialize initial process address...
2021-06-09 Jérôme Gardou[NTOS:MM] Unconditionally delete the PFN in MiDeletePte...
2021-06-09 Jérôme Gardou[NTOS:MM] Remove some dead code from legacy Mm
2021-06-09 Jérôme Gardou[CMD] Use GetFullPathName instead of copying buffers...
2021-06-09 Katayama Hirofumi MZ[USER32_APITEST] Add SetFocus testcase (#3732)
2021-06-08 Victor Perevertkin[HIVESYS] Use "Primary Disk" writing for this driver...
2021-06-08 George Bișoc[NTOS:SE] Use IQS_NONE for the first class which is... 3734/head
2021-06-08 George Bișoc[NTOS:PS] Use IQS_NONE for classes that do not exist
2021-06-08 George Bișoc[NTOSKRNL] Use CHAR for non existent classes
2021-06-07 Katayama Hirofumi MZ[SHELL32_APITEST] Strengthen ShellExecuteEx testcase...
2021-06-07 Jérôme Gardou[NTOS:MM] Fix remnants of CORE-17587
2021-06-07 Jérôme Gardou[NTOS:MM] Make MI_MAKE_HARDWARE_PTE_KERNEL actually...
2021-06-07 Katayama Hirofumi MZ[CPL][APPWIZ] Follow-up of #3726
2021-06-07 Piotr Hetnarowicz[USETUP] Polish translation update (#3715)
2021-06-06 Eric Kohl[VIDEOPRT] Fix monitor ID decoding issues
2021-06-06 George Bișoc[NTOS:PS] Enable alignment probing for thread/process... 2874/head
2021-06-06 Joachim Henze[SHELL32_APITEST] ShellHook testcase Fix compiler error...
2021-06-06 Eric Kohl[LSASRV] Notify all authentication packages of a sessio...
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Follow-up of #3723
2021-06-05 Mark Jansen[HOST-TOOLS] Block sending telemetry when spawning...
2021-06-05 Katayama Hirofumi MZ[SHELL32_APITEST] Add FindExecutable testcase (#3723)
2021-06-05 Hervé Poussineau[VBE] Check if DDC is supported before trying to read...
2021-06-05 Hervé Poussineau[VIDEOPRT] Report monitor name instead of the generic...
2021-06-05 Hervé Poussineau[VIDEOPRT] Give to each device its own entry in HKLM...
2021-06-05 Mark Jansen[ATL_APITEST] Add some testcases for CString 'operator !='
2021-06-05 Mark Jansen[ATL] Implement CString 'operator !='
2021-06-05 Mark Jansen[SYSSETUP] Use the calculated full path
2021-06-05 Joachim Henze[MSI] setup should not enumerate read-only CDRoms as...
2021-06-05 Serge Gautherie[MPR] spec: Add stubs, document parameter types, stub...
2021-06-05 Timo Kreuzer[RAPPS] Implement support for architecture specific...
2021-06-05 Timo Kreuzer[RTL][KMTEST] RtlPcToFileHeader doesn't handle user...
2021-06-05 Timo Kreuzer[RTL] Fix RtlWalkFrameChain and wrap it in SEH
2021-06-05 Timo Kreuzer[RTL] Simplify RtlRaiseException
2021-06-05 Timo Kreuzer[RTL] Implement RtplUnwindInternal and wrap RtlUnwindEx...
2021-06-05 Timo Kreuzer[RTL] Improve RtlVirtualUnwind
2021-06-05 Timo Kreuzer[RTL] Move exception handling code to except.c
2021-06-05 Timo Kreuzer[RTL] Improve / fix the SList code
2021-06-05 Timo Kreuzer[CRT] Implement __C_specific_handler
2021-06-05 Katayama Hirofumi MZ[CPL][APPWIZ] Make gecko download cancellable by keyboa...
2021-06-04 Joachim Henze[WINETESTS] Workaround crashes in riched20:richole...
2021-06-04 Timo Kreuzer[NTOS:KE/x64] Handle shared interrupts
2021-06-04 Timo Kreuzer[EXPLORER] Check m_Position for -1 before using it...
2021-06-04 Timo Kreuzer[BROWSEUI] Fix broken code
2021-06-03 Katayama Hirofumi MZ[SHELL32_APITEST] ShellExecCmdLine: Don't copy Notepad.exe
2021-06-03 Katayama Hirofumi MZ[SHELL32_APITEST] ShellExecCmdLine: Close Notepad windows
2021-06-02 Timo Kreuzer[NTOS:PS/x64] Fix PspGetOrSetContextKernelRoutine
2021-06-02 Timo Kreuzer[NTOS:KE/x64] Implement KiSetTrapContext
2021-06-02 Timo Kreuzer[RTL/x64] Implement RtlpCaptureNonVolatileContextPointe...
2021-06-02 Serge Gautherie[BOOT] CMakeLists.txt: Compare ARCH to arm64, not aarch64
2021-06-02 Serge Gautherie[CMAKE] CMakeLists.txt: Fix 'omap-zoom2' typo
2021-06-02 Stanislav Motylkov[CRT][ARM] Fix uninitialized variables caught by RTC
2021-06-02 Piotr Hetnarowicz[EXPLORER] Polish translation update (#3704)
2021-06-02 Piotr Hetnarowicz[BROWSEUI] Polish translation update (#3703)
2021-06-02 Piotr Hetnarowicz[WINLOGON] Polish translation update (#3702)
2021-06-02 Piotr Hetnarowicz[SHELL32] Polish translation update (#3701)
2021-06-02 George Bișoc[NTOS:SE] Implement logon session deletion 3677/head
2021-06-02 Serge Gautherie[CMAKE] CMakeLists.txt: Remove NO_UNDERSCORE_PREFIX...
2021-06-01 Katayama Hirofumi MZ[WIN32SS][NTUSER] ShowWindow.SW_MINIMIZE should show...
2021-05-31 Serge Gautherie[GITHUB] build.yml: Define CLANG_VERSION for clang...
2021-05-31 Serge Gautherie[GITHUB] build.yml: Properly define LLVM_VERSION
2021-05-31 Katayama Hirofumi MZ[WIN32SS][NTUSER] Improve HSHELL_WINDOWCREATED conditio...
2021-05-30 Eric Kohl[NETCFGX] Create unique network connection names
2021-05-30 Katayama Hirofumi MZ[USER32_APITEST] Add ShowWindow testcase (#3689)
2021-05-29 Timo Kreuzer[RTL/x64] Implement RtlRestoreContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlCaptureContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlInitializeContext
2021-05-29 George Bișoc[NTOS:SE] Do some cleanup on ICIF flags in token inform... 3676/head
2021-05-29 Katayama Hirofumi MZ[SHELL32_APITEST] Strengthen and improve ShellHook...
2021-05-28 Timo Kreuzer[USBPORT] Make unload work
2021-05-28 Timo Kreuzer[CRT] Use the asm version of sqrt on amd64
2021-05-28 Timo Kreuzer[NTOS:KE] Add IRQL checks and fix KiInitiateUserApc
2021-05-28 Timo Kreuzer[NTOS:KE] Improve KiSystemCallEntry64
2021-05-28 Timo Kreuzer[NTOS:KE] Fix stack alignment issues
2021-05-28 Timo Kreuzer[NTOS:KE] Remove duplicated EFlag definitions
2021-05-28 Timo Kreuzer[ASM] Clear interrupt flag in ExitTrap before returning
2021-05-28 Timo Kreuzer[WIN32K][USER32] Change mechanism for storing dialog...
2021-05-27 Timo Kreuzer[WIN32K] Fix wrong calculation in DIB_32BPP_BitBltSrcCopy
2021-05-26 Mark Jansen[SHELL32] CDefView: Prevent use after free
2021-05-26 Katayama Hirofumi MZ[REGEDIT] Use InitCommonControlsEx instead of InitCommo...
2021-05-26 Jérôme Gardou[NTOS:IO] Be more specific for chasing CORE-17587
2021-05-26 Jérôme Gardou[NTOS:IO] Break on IoRaiseInformationalHardError
2021-05-25 Hermès Bélusca... [CMD] Reset the current thread UI language at startup...
2021-05-25 Hermès Bélusca... [MODE] Reset the current thread UI language and streams...
2021-05-25 Hermès Bélusca... [CHCP] Reset the current thread UI language and streams...
2021-05-25 Hermès Bélusca... [CONUTILS] Implement ConSetThreadUILanguage() as a...
2021-05-25 Hermès Bélusca... [CONUTILS][CMD] Add and use a helper ConStdStreamsSetCa...
2021-05-25 Hermès Bélusca... [CONUTILS] Update some documentation.
2021-05-25 Hervé Poussineau[NTOS:MM] Remove wrong cleaning of PDEs at session...
2021-05-25 Hervé Poussineau[SMLIB] Implement SmStartCsr and SmStopCsr
2021-05-25 Hervé Poussineau[SMSS] Implement SmpStartCsr
next