[UTILMAN] Add Ukrainian translation (#1998)
[reactos.git] / ntoskrnl /
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...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement support for PROCESS_DEVICEMAP_INFO...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObIsLUIDDeviceMapsEnabled and...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Disable LUID mapping until it's properly...
2019-06-01 Pierre Schweitzer[NTOSKRNL] On device map freeing, make directory object...
2019-06-01 Pierre Schweitzer[NTOSKRNL] De-duplicate code between Ob(f)DereferenceDe...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Add a few ASSERTs to ObpGetDosDevicesProtect...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObpFreeDosDevicesProtection to...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Modify ObpCreateDeviceMap so that it can...
2019-05-23 Hervé Poussineau[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME
2019-05-23 Hervé Poussineau[NTOS:KD] Remove some _WINDK_ usages
2019-05-23 Hervé Poussineau[NTOS:KD] Remove dead code
2019-05-23 Hervé Poussineau[NTOS:KD] Remove CTRL+C pending support left over,...
2019-05-23 Hervé Poussineau[NTOS:KD] Remove /BREAK support left over, likely broke...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Use the security descriptor for all the...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Simplify ObpCreateGlobalDosDevicesSD by...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Use relaxed ACLs in ObpCreateGlobalDosDevice...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Save ProtectionMode value on boot
2019-05-18 Pierre Schweitzer[NTOSKRNL] Implement NtQuerySystemInformation(SystemObj...
2019-05-18 Pierre Schweitzer[NTOSKRNL] Save ObjectSecurityMode value on boot
2019-05-15 Mark Jansen[NTOS/MM] Recognize AMD64 image in PeFmtCreateSection... 1544/head
2019-05-07 Thomas Faber[NTOS:CM] Do not call ZwQueryObject with a zero-size...
2019-05-05 Thomas Faber[NTOS:CM] Check for correct status from ZwQueryObject...
2019-05-05 Thomas Faber[NTOS:PNP] Reduce the size of the pool buffer in IopGet... 1507/head
2019-05-05 Thomas Faber[NTOS:CM] Reduce the size of some unnecessarily large...
2019-05-05 Thomas Faber[NTOS:CM] Simplify CmpGetRegistryPath to avoid unnecess...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpCmdHi...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpAddTo...
2019-05-05 Thomas Faber[NTOS] Use correct buffer size when calling MiResolveIm...
2019-05-05 Thomas Faber[NTOS:PNP] Avoid a fixed-length stack buffer in IopActi...
2019-05-05 Thomas Faber[NTOS:IO] Avoid a fixed-length buffer in IopGetDriverOb...
next