[CSRSRV] Only when CSRSRV is compiled in debugging mode, should we display debugging...
[reactos.git] / ntoskrnl /
2020-04-10 Victor Perevertkin[CMAKE][CONFIGURE] Enable runtime checks on MSVC by... 2509/head
2020-04-09 Hervé Poussineau[NTOS] Add a #define __ROS_ROSSYM__ when using rossym
2020-04-09 Vadim Galyant[NTOS][SDK:LIB] Add a Resources Arbiter library, to...
2020-04-09 Dmitry Borisov[BOOTVID][NTOSKRNL][HALX86] Move hardcoded coordinates... 2504/head
2020-04-06 Vadim Galyant[NTOS:MM] Since the _MMPTE_SUBSECTION structure for... 2425/head
2020-04-06 Thomas Faber[NTOS:MM] In MmArmInitSystem, perform self-tests after...
2020-04-06 Thomas Faber[NTOS:MM] Initialize MmSubsectionBase on x86 builds...
2020-04-06 Thomas Faber[NTOS:MM] Get rid of unnecessary MmZeroingPageThreadActive. 2372/head
2020-04-06 Thomas Faber[NTOS:MM] Fix MmZeroingPageThreadActive race condition.
2020-04-06 Thomas Faber[NTOS:PO] Call power IRP handlers at PASSIVE_LEVEL... 2376/head
2020-04-04 Vadim Galyant[NTOS:PNP] Add set functions for debugging PNP and...
2020-04-04 Vadim Galyant[NTOS:MM] Make the definitions and macros for x86 more...
2020-04-02 Vadim Galyant[NTOS:MM] Using the macro MiIsPteOnPdeBoundary(). ...
2020-03-30 Hervé Poussineau[NTOS:KD] Move dump of stack trace on crash to debugger
2020-03-30 Hervé Poussineau[NTOS:KE] Remove dead code
2020-03-30 Hervé Poussineau[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
2020-03-30 Hervé Poussineau[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
2020-03-30 Jérôme Gardou[NTOSKRNL] Fix build
2020-03-29 Mark Jansen[RTL] Introduce RtlpImageNtHeader, 2476/head
2020-03-28 Victor Perevertkin[NTOS:MM] Make _X86PAE_ the only define for PAE-enabled...
2020-03-21 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2020-03-21 Eric Kohl[NTOS:PNP] Fix indentation. No code changes!
2020-03-21 Eric Kohl[NTOS:PNP] Map device capabilities to capability flags
2020-03-13 Thomas Faber[NTOS:IO][GDI32][CMD] Fix some under-sized variables...
2020-03-06 Dmitry Borisov[CPORTLIB][NTOS:INBV][KDCOM][FREELDR] Add ComPort libra...
2020-03-02 Thomas Faber[NTOS:MM] Assert PFN lock ownership in MiInsertPageInFr... 2371/head
2020-03-01 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2020-03-01 Eric Kohl[NTOS:IO] Improve the device action worker
2020-02-29 Eric Kohl[NTOS:IO] Move IopRemovePlugPlayEvent around and add...
2020-02-23 Eric Kohl[NTOS:CONFIG] Fix NtSetValueKey data probing
2020-02-23 Serge Gautherie[REACTOS] Fix '\n.' typos
2020-02-22 Thomas Faber[NTOS:MM] Use MI_ZERO_PTES as the number of usable...
2020-02-15 Thomas Faber[NTOS:WMI] WMIP_GUID_OBJECT must start with an event... 2303/head
2020-02-08 Thomas Faber[NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant.
2020-02-05 Serge Gautherie[NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT...
2020-01-22 Hervé Poussineau[NTOS] Move FORCEINLINE specifier where appropriate
2020-01-03 Thomas Faber[NTOS:KE] In KiExitV86Mode, restore KTSS::Esp0 to its... 2123/head
2020-01-02 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2019-12-31 Hermès Bélusca-MaïtoHappy New Year 2020 to everyone!!
2019-12-31 Timo Kreuzer[NTOS:KE] Rename some locking functions to reflect...
2019-12-31 Thomas Faber[NTOS:IO] Use UNICODE_STRING operations in IopUnloadDriver.
2019-12-31 Thomas Faber[NTOS] Make RtlFindCharInUnicodeString available in...
2019-12-31 Timo Kreuzer[NTOS] In KeWaitFor*Object(s) assert that the current...
2019-12-30 Timo Kreuzer[NTOS:IO] Fix list enumeration in IopShutdownBaseFileSy...
2019-12-30 Victor Perevertkin[NTOS:KD] Fix wrong debug level checking logic in KdpPrint.
2019-12-29 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2019-12-29 Thomas Faber[NTOS:CM] Probe for write in NtLockProductActivationKeys.
2019-12-29 Thomas Faber[NTOS:CM] Protect user memory access with SEH in NtQuer...
2019-12-26 Hermès Bélusca-MaïtoThis was not meant to be committed!
2019-12-26 Hermès Bélusca-MaïtoWIP kdbg work.
2019-12-03 Serge Gautherie[NTOS:PO] PopShutdownHandler(): Fully screen-center... 2126/head
2019-12-02 Katayama Hirofumi MZ[NTOSKRNL][INBV] Fix IDB_SHUTDOWN_MSG position
2019-11-25 Timo Kreuzer[NTOS] Revert pool debugging code
2019-11-25 Hermès Bélusca-Maïto[NDK][NTOS:INBV] Remove non-exported INBV functions...
2019-11-24 Hermès Bélusca-Maïto[NTOS:KE] Explicitly use IOPM_SIZE for initializing...
2019-11-24 Hermès Bélusca-Maïto[NTOS:KE] Minor formatting fixes.
2019-11-24 Hermès Bélusca-Maïto[NTOS:INBV] InbvEnableBootDriver() is an export, thus...
2019-11-24 Timo KreuzerWIP
2019-11-24 Timo Kreuzer[NTOS] Add compile time option to trace callers of...
2019-11-24 Timo Kreuzer[NTOS] On DBG builds, fill pool allocations with 0xCD...
2019-11-18 Hermès Bélusca-Maïto[KDBG] If no parameters are given to the 'filter' comma...
2019-11-18 Hermès Bélusca-Maïto[NTOS:KD/KD64] Fix x64 build.
2019-11-17 Hermès Bélusca-Maïto[I8042PRT] Remove dead commented-out code; Allow sendin...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KD64/KDBG] Share some code between our legacy...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD64] Some code formatting + add SAL2 annotations...
2019-11-17 Hermès Bélusca-Maïto[NTOS] Complete the support of Debug Filters. CORE...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KDBG] Code enhancements for KDBG/KD.
2019-11-17 Victor Perevertkin[NTOS:IO] Fix result length for DevicePropertyRemovalPo...
2019-11-13 Hermès Bélusca-Maïto[NTOS:KDBG] Rewrite the TSS handling code in the backtr...
2019-11-11 Pierre Schweitzer[NTOSKRNL] Properly check for Ft volumes
2019-11-03 Hermès Bélusca-Maïto[MM:AMD64] Remove the _WINKD_ around MmDebugPte since...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KD][KDBG] Get rid of kdmemsup.c as its functional...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KD64] Whitespace fixes only!
2019-11-03 Hermès Bélusca-Maïto[NTOS:KDBG] Enhance the 'tss' command.
2019-11-03 Hermès Bélusca-Maïto[NTOS:KDBG] Augment the 'cregs' command by also display...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KDBG] Use fixed-length hexadecimal printing for...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KDBG] Whitespace, minor code style and help-text...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KD] Check for valid LoaderBlock and LoaderBlock...
2019-11-03 Hermès Bélusca-Maïto[NTOS:KD] Whitespace fixes + fix helper function name.
2019-11-01 Hermès Bélusca-Maïto[NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so...
2019-11-01 Hermès Bélusca-Maïto[NTOS:KDBG] Fix the display type of GDT TRAPGATE32.
2019-11-01 Hermès Bélusca-Maïto[NTOS] Just go ahead and allow printing all the printab...
2019-10-27 Stanislav Motylkov[NTOS:MM] Add debug print to MiAllocateContiguousMemory...
2019-10-26 Timo Kreuzer[NTOS] Fix a bug in the PE loader, which caused images...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Rewrite IoAssignDriveLetters to make NT5...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Define TAG_FSTUB in the dedicated internal...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Declare IoRemoteBootClient in internal headers
2019-10-18 Hervé PoussineauRevert "[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME"
2019-09-30 Serge Gautherie[NTOS:MM] i386: Fix '_MI_NO_EXECUTE' typo
2019-09-29 Pierre Schweitzer[NTOSKRNL] Simplify buffer definition in MiQueryMemoryS...
2019-09-27 Pierre Schweitzer[NTOSKRNL] Implement NtQuerySystemInformation(SystemLog...
2019-09-26 Thomas Faber[NTOS:PNP] When traversing the device tree, keep a... 1560/head
2019-09-22 Serge Gautherie[NTOS:KE] Fix 'Sert' typo, in a comment (#1929)
2019-09-01 Timo Kreuzer[NTOS:MM] Fix MmspCompareSegments
2019-08-24 Eric Kohl[NTOSKRNL] Fix indentation. No code changes!
2019-08-23 Mark Jansen[NTOSKRNL] Demote some noisy dprints 1865/head
2019-08-19 Yaroslav Kibysh[NTOS:INBV] Refactor boot screen code and resources...
2019-08-19 Pierre Schweitzer[NTOSKRNL] Handle symlink parsing when it's bound to...
2019-08-17 Serge Gautherie[NTOS:IO] iomgr.c: Add a missing '#if defined(KDBG)'
2019-08-15 Serge Gautherie[NTOSKRNL] Move DPRINT1("Thread wants too much stack...
next