[NTFS] Don't leak memory in case of failure while creating a directory
[reactos.git] / ntoskrnl /
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 ...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-06 Amine Khaldi* Sync up to trunk head (r65298).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-11-02 Amine Khaldi* Sync up to trunk head (r65183).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-25 Amine Khaldi* Sync up to trunk head (r64995).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64921).
next