[URLMON] Sync with Wine 3.0. CORE-14225
[reactos.git] / ntoskrnl /
2018-01-16 Thomas Faber[NTOS:MM] Fix broken ASSERT. CID 701285
2018-01-15 Pierre Schweitzer[NTOSKRNL] Implement CcIsThereDirtyData()
2018-01-14 Timo Kreuzer[NTOS] Fix 64 bit warnings
2018-01-13 Pierre Schweitzer[NTOSKRNL] When mapping data in CcMapData(), don't...
2018-01-08 Mark Jansen[NTOS] Limit the spam from NtNotifyChangeMultipleKeys.
2018-01-06 Timo Kreuzer[NTOS:MM] Pass FaultCode to MiDispatchFault
2018-01-06 Timo Kreuzer[NTOS:MM] Mark local functions with static
2018-01-06 Timo Kreuzer[NTOS:MM] Add support for NX page-faults
2018-01-06 Timo Kreuzer[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_F...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass The FaultCode to MmArmAcceessFault as...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass page fault code to MmAccessFault
2018-01-06 Colin Finck[NTOS:CM] Improve code in cmsysini.c (#216)
2018-01-04 Timo Kreuzer[NTOS:EX] Don't dereference ExpCritSecOutOfMemoryEvent...
2018-01-04 Katayama Hirofumi MZ[NTOS:KDBG] Fix DPRINT format specifier in KdPortInitia... 263/head
2018-01-03 Timo Kreuzer[NTOS:MM] Use MiResolveDemandZeroFault instead of MiDis...
2018-01-03 Timo Kreuzer[NTOS:MM] Implement resolving PXE/PPE page table demand...
2018-01-03 Timo Kreuzer[NTOS:MM] Increment Prcb->MmDemandZeroCount while holdi...
2018-01-03 Timo Kreuzer[NTOS/MM] Add Protection parameter to MiResolveDemandZe...
2018-01-03 Hermes Belusca-Maito[NTOS:INBV] Simplify a little bit the BootLogoFadeIn...
2018-01-03 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2018-01-01 Timo Kreuzer[NTOS:KE] Fix pushing of fake error code in KiDoubleFau...
2018-01-01 Timo KreuzerAmd64/misc 64bit fixes (#236)
2017-12-31 Hermès Bélusca-Maïto[REACTOS] Switch to year 2018...
2017-12-30 Thomas Faber[NTOS] Use KeClearEvent instead of KeResetEvent where...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Print tags which contains numerics in the...
2017-12-29 Pierre Schweitzer[NTOSKRNL] In the memory dumper, print in the direct...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for verbose output in the !poolu...
2017-12-29 Timo Kreuzer[NTOS:EX] Fix handle table code for x64.
2017-12-29 Pierre Schweitzer[NTOSKNRL] Addendum to 9a633f7
2017-12-29 Pierre Schweitzer[NTOSKRNL] Fix MSVC build
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for the ? wildcard in the !poolu...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Allow filtering !poolused output using a tag
2017-12-29 Pierre Schweitzer[NTOSKRNL] Now that the memory dumper handles paged...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Add support for the paged pool in the memory...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Prettify the memory dumper output and add...
2017-12-29 Pierre Schweitzer[NTOSKRNL] Make the memory dumper available as a kdbg...
2017-12-25 Amine Khaldi[NTOS] Fix Shim AVL prototypes to exactly match the...
2017-12-25 Amine Khaldi[NTOS] Deduplicate MiSynchronizeSystemPde(). #179
2017-12-25 Pierre Schweitzer[NTOSKRNL] Revert 4ef0887: experiments show that our...
2017-12-24 Hermès Bélusca-MaïtoRevert 57c0678 (PR #194) that has been erroneously...
2017-12-24 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2017-12-20 Samuel Serapion[NTOS] Remove forgotten assert, see CORE-14128.
2017-12-20 Timo Kreuzer[NTOS:MM] Fix a bug in MiBuildPfnDatabase
2017-12-20 Timo Kreuzer[NTOS:MM] Make debug code in MmArmInitSystem portable
2017-12-20 Timo Kreuzer[NTOS:MM] Implement x64 version of MI_MAKE_SUBSECTION_PTE
2017-12-20 Ivan Labutin[NTOS:PS] Skip backtrace on non-x86
2017-12-20 Ivan Labutin[NTOS:FSRTL] Fixed incorrect comparison
2017-12-20 Ivan Labutin[NTOS][NDK][RTL] A bunch of 'wrong size' fixes
2017-12-20 Ivan Labutin[NTOS:MM] Quick fix: use SIZE_T instead of ULONG, becau...
2017-12-20 Ivan Labutin[NTOS:KE] Improve readability of CPU flag checks and...
2017-12-20 Ivan Labutin[NTOS:KE] Remove duplicate NX enabling
2017-12-20 Ivan Labutin[NTOS:MM] Comment out debug code for x86 that should...
2017-12-20 Ivan Labutin[NTOS:KE] Move RtlpUse16ByteSLists initialization into...
2017-12-20 Ivan Labutin[NTOS:KE] EFER constants fix
2017-12-20 Timo Kreuzer[NTOSKRNL] Fix return of uninitialized variable in...
2017-12-17 Pierre Schweitzer[NTOSKRNL] Make again an attempt at killing the IopPars...
2017-12-15 Serge Gautherie[NTOS:MM] Fix NtFreeVirtualMemory() FreeType parameter... 182/head
2017-12-14 Thomas Faber[NTOS:KD] Pass PreviousMode down to KdpPrintString... 188/head
2017-12-14 Thomas Faber[NTOS:KD] Avoid _alloca inside SEH, as it's apparently...
2017-12-14 Thomas Faber[NTOS:KD] Don't assume null termination in KdpSerialDeb...
2017-12-13 Amine Khaldi[ASM][NDK][NTOS] Rename Self to SelfPcr in the KIPCR...
2017-12-12 Amine Khaldi[NTOS] Add some header guards.
2017-12-10 Thomas Faber[NTOS:KD] Protect against invalid user arguments for... 160/head
2017-12-10 Thomas Faber[NTOS:KD] Protect against invalid user arguments in...
2017-12-10 Thomas Faber[NTOS:KD] Protect against invalid user arguments in...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-08 Thomas Faber[NTOS:MM] Implement and use MiAcquirePfnLockAtDpcLevel... 154/head
2017-12-08 Thomas Faber[NTOS:MM] Use inline functions to acquire/release the...
2017-12-05 Pierre Schweitzer[NTOSKRNL] Only activate dumper in DBG builds
2017-12-05 Pierre Schweitzer[NTOSKRNL] Add a non paged memory dumper in case of...
2017-11-26 Pierre Schweitzer[NTOSKRNL] Use ExAllocatePoolWithQuotaTag() when alloca...
2017-11-26 Pierre Schweitzer[NTOSKRNL] Use cache aligned buffer for devioctrl
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-11-18 Pierre Schweitzer[NTOSKRNL] Fix MSVC build: don't attempt to return...
2017-11-18 Pierre Schweitzer[NTOSKRNL] Implement FsRtlCheckOplock(), FsRtlCurrentBa...
2017-11-18 Pierre Schweitzer[NTOSKRNL]
2017-11-18 Pierre Schweitzer[NTOSKRNL] In CcPurgeCacheSection(), don't assume the...
2017-11-18 Pierre Schweitzer[NTOSKRNL]
2017-11-12 Hermès Bélusca-Maïto[NTOS] Addendum to da81345: Fix checks when a hive...
2017-11-12 Pierre Schweitzer[NTOSKNRL] In NtWriteFile, remove the check that is...
2017-11-12 Pierre Schweitzer[NTOSKRNL] In NtWriteFile, quit using ObReferenceObject...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Implement (with many FIXMEs) ObReferenceFile...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Implement IoComputeDesiredAccessFileObject...
2017-11-12 Hermès Bélusca-Maïto[NTOS] Do not perform hive write operations when we...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Add a FIXME in NtWriteFile() that explains...
2017-11-12 Pierre Schweitzer[NTOSKRNL] It is forbidden to call DbgPrint at DISPATCH...
2017-11-09 Thomas Faber[NTOS:KDBG] Silence clang -Wstring-plus-int warnings. 106/head
2017-11-09 Thomas Faber[NTOS:KDBG] Portably read control registers.
2017-11-06 Pierre Schweitzer[NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity...
2017-10-29 Serge Gautherie[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit...
2017-10-28 Amine Khaldi[NTOS] Add missing brackets. Comment out some unused...
2017-10-27 Serge Gautherie[NTOSKRNL][ROSSYM] ZwReadFile() calls: Use explicit...
2017-10-26 Timo Kreuzer[NTOSKRNL] Fix out-of-bounds access (CID-1401083) and...
2017-10-26 Timo Kreuzer[NTOSKRNL] Fix our-of-bounds access and memory leak...
2017-10-19 Timo Kreuzer[NTOSKRNL] Add ASSERTs to make sure, we never use an...
2017-10-16 Colin Finck[KD] [KD64] Introduce KdpPrintBanner and use it in...
2017-10-16 Colin Finck[KD] Output the long commit hash as well at the start...
2017-10-08 Timo Kreuzer[NTOSKRNL] Add back parentheses that got removed in...
2017-10-04 Hermès Bélusca-MaïtoRemove unwanted .gitignore files.
2017-10-03 Colin FinckMake ReactOS report the Git revision as output by ...
next