[VBSCRIPT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / ntoskrnl /
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...
2019-08-15 Timo Kreuzer[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR,...
2019-08-15 Timo Kreuzer[NTOS:KE:I386] Fix parameter description for KiSwapContext
2019-08-15 Timo Kreuzer[NTOS:IO] In IopSynchronousCall first check IrpStack...
2019-08-15 Timo Kreuzer[NTOS:EX] Use InterlockedExchangeAdd64 instead of Inter...
2019-08-15 Timo Kreuzer[NTOS:IO] Improve an alignment
2019-08-15 Timo Kreuzer[REACTOS] Fix SIZE_T related warnings
2019-08-15 Andrew Boyarshin[NTOSKRNL][PS] Implement NtQueueApcThreadEx and use...
2019-08-04 Eric Kohl[NTOSKRNL] Implement SeRegisterLogonSessionTerminatedRo...
2019-07-20 Timo Kreuzer[NTOSKRNL] Replace overlapping strcopy with memmove
2019-07-14 Hermès Bélusca-Maïto[NTOS:INBV] Fix the bitmaps' palette and recompress...
2019-07-14 Hermès Bélusca-Maïto[NTOS:INBV] Express some coordinates in terms of screen...
2019-07-14 Yaroslav Kibysh[NTOS:INBV] Implement BitBltPalette() and BitBltAligned...
2019-07-14 Hermès Bélusca-Maïto[NTOS:MM] Add a MmChangeKernelResourceSectionProtection...
2019-07-14 Hermès Bélusca-Maïto[NTOS:INBV] Classify the bitmap resources. (#1649)
2019-07-13 Serge Gautherie[NTOS:MM] Fix MmGetFileNameForAddress() callers. (...
2019-07-10 Thomas Faber[NTOS:PNP] Reduce the default buffer size in EnumerateD... 1719/head
2019-07-10 Thomas Faber[NTOS:PNP] Handle arbitrary subkey name lengths in...
2019-07-07 Thomas Faber[CMAKE] Disable INIT section ld scripts for now. CORE...
2019-07-07 Thomas Faber[CMAKE] Ensure the INIT section is placed at the end...
2019-07-06 Serge Gautherie[NTOS:MM] Fix MmSizeOfSystemCacheInPages value on AMD64
2019-07-01 Serge Gautherie[NTOS:CC] CcWriteVirtualAddress(): Do not round 'Size'
2019-06-30 Pierre Schweitzer[NTOSKRNL] When looping again in ObpLookupEntryDirector...
2019-06-30 Pierre Schweitzer[NTOSKRNL] Implement support for device maps in ObpLook...
2019-06-25 Hermès Bélusca-Maïto[NTOS:MM] Fix MiLocateKernelSections() and MmMakeKernel...
2019-06-25 Hermès Bélusca-Maïto[NTOS:KE/MM] Some bug-fixes in the bugcheck code.
2019-06-25 Hermès Bélusca-Maïto[NTOS] Minor formatting enhancements only + typo fixes.
2019-06-22 Bișoc George[FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDeref...
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE] Use multi-processor-aware KeGetPcr() instead... 1519/head
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE] Fixup for the NMI task handler: handle NMI...
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE] Improvements for the Trap02 (NMI) and Trap08...
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE][SDK:ASM] Code formatting/styling only.
2019-06-12 Eric Kohl[NTOSKRNL][USETUP][UMPNPMGR] Pass user response data...
2019-06-11 Hermès Bélusca-MaïtoFix build (forgot a comma ;)
2019-06-11 Hermès Bélusca-Maïto[NTOS] IoSetHardErrorOrVerifyDevice(): Check whether...
2019-06-11 Pierre Schweitzer[NTOSKRNL] Rework ObpDeleteSymbolicLinkName and ObpCrea...
2019-06-10 Pierre Schweitzer[NTOSKRNL] Fix ObpLUIDDeviceMapsEnabled initialization
2019-06-10 Pierre Schweitzer[NTOSKRNL] Taggify some allocs
2019-06-10 Pierre Schweitzer[NTOSKRNL] Implement SepCleanupLUIDDeviceMapDirectory
2019-06-10 Pierre Schweitzer[NTOSKRNL] On session last reference removal, dereferen...
2019-06-10 Pierre Schweitzer[NTOSKRNL] Implement NtSetInformationProcess:ProcessDev...
2019-06-08 Eric Kohl[NTOS:IO] Implement the PlugPlayControl.PlugPlayControl...
2019-06-04 Serge Gautherie[NTOS:MM] PeFmtCreateSection(): Improve AMD64 image...
2019-06-02 Pierre Schweitzer[NTOSKRNL] Add support for global DOS directory in...
2019-06-02 Pierre Schweitzer[NTOSKRNL] In case IopMountVolume call is a success...
2019-06-02 Pierre Schweitzer[NTOSKRNL] On process primary token change, dereference...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObSetDirectoryDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement SeGetLogonIdDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObpSetCurrentProcessDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObpReferenceDeviceMap()
2019-06-01 Pierre Schweitzer[NTOSKRNL] Stub SeGetLogonIdDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Simplify NtQueryInformationProcess:ProcessDe...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Add support for LUID mappings in ObQueryDevi...
next