[RTL] Protect pointer validity check in RtlFreeHeap with SEH.
[reactos.git] / ntoskrnl /
2019-02-17 Hermès Bélusca-Maïto[NTOS:CM] Set and reset the CMHIVE HiveIsLoading flag...
2019-02-11 Pierre Schweitzer[NTOSKRNL] Simplify object type name printing
2019-02-10 Pierre Schweitzer[NTOSKRNL] Also display sections name
2019-02-09 Pierre Schweitzer[NTOSKRNL] Fix parsing loop
2019-02-09 Pierre Schweitzer[NTOSKRNL] Add a first implementation of !handle comman...
2019-02-07 Serge Gautherie[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch...
2019-02-03 Andrew CookMerge pull request #1335 from ariscop/CMP0065
2019-02-03 Thomas Faber[NTOS:MM] Dump pool consumers at most once per second. 1333/head
2019-02-02 Thomas Faber[NTOS:OB] Correctly handle OBJ_PROTECT_CLOSE in ObDupli...
2019-02-02 Thomas Faber[NTOSKRNL] Guard against negative InformationClass...
2019-02-02 Pierre Schweitzer[NTOS:MM] On big pool enumeration, return entry instead...
2019-01-29 Serge Gautherie[NTOS:OB] Correctly check SeSinglePrivilegeCheck()...
2019-01-28 Hermès Bélusca-Maïto[NTOS:MM] Some fixes for NtCreatePagingFile().
2019-01-23 Yaroslav Kibysh[NTOS:INBV] Fix the rotation line bitmap (#1295)
2019-01-21 Jérôme Gardou[NTOS/KE] Add diagnosis DPRINT for CORE-15642
2019-01-20 Thomas Faber[NTOS:KE] Remove unnecessary breakpoint in KiRaiseExcep...
2019-01-19 Timo Kreuzer[NTOS] Turn broken assert into DPRINT
2019-01-18 Timo Kreuzer[NTOS:Mm] Rewrite MiWriteProtectSystemImage (#749)
2019-01-17 Yaroslav Kibysh[NTOS:INBV] Update the boot screen's rotation bar's...
2019-01-15 Pierre Schweitzer[NTOSKRNL] Add support for callback when enumerating...
2019-01-09 Thomas Faber[NTOS:MM] Implement big pool table expansion. CORE...
2019-01-08 Pierre Schweitzer[NTOSKRNL] Add support for large allocations in !poolfind
2019-01-08 Pierre Schweitzer[NTOSKRNL] In !irpfind, add info about current stack...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Misc fixes to !irpfind
2019-01-06 Pierre Schweitzer[NTOSKRNL] Move KDBG MM functions implementation to...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Fix !irpfind usage message
2019-01-06 Pierre Schweitzer[NTOSKRNL] Properly check for address validity in ...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Reimplement !irpfind using !poolfind helpers
2019-01-06 Pierre Schweitzer[NTOSKRNL] Implement !poolfind command in KDBG
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2019-01-01 Pierre Schweitzer[NTOSKRNL] Add a raw implementation of !irpfind in...
2018-12-31 Hermès Bélusca-MaïtoHappy New Year 2019 everybody!
2018-12-31 Pierre Schweitzer[SDK] Add PsGetCurrentThreadTeb() to the DDK
2018-12-30 Hermès Bélusca-Maïto[NTOS] Fix a NULL-pointer access bug.
2018-12-30 Hermès Bélusca-Maïto[NTOS] Don't use TAG_IO_NAME when calling ExFreePoolWit...
2018-12-30 Hermès Bélusca-Maïto[NTOS] Code formatting only.
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-29 Eric Kohl[NTOS:IO] Fix indentation. No code changes.
2018-12-27 Mark Jansen[NTOS] When checking something for NULL, let's initiali...
2018-12-25 Eric Kohl[NTOS:IO] When a device has been started, create an...
2018-12-23 Pierre Schweitzer[NTOSKRNL] Set the MemoryMaker flag when executing...
2018-12-23 Pierre Schweitzer[NTOSKRNL] Implement write behind in Cc
2018-12-23 Pierre Schweitzer[NTOSKRNL] Honor files that shouldn't be lazy written
2018-12-23 Pierre Schweitzer[NTOSKRNL] When growing a file, invalid the last VACB...
2018-12-21 Serge Gautherie[NTOS:CC] CcCanIWrite(): Use BYTES_TO_PAGES(Length)
2018-12-21 Pierre Schweitzer[NTOSKRNL] Don't call AcquireForLazyWrite with the...
2018-12-20 Hermès Bélusca-Maïto[NTOS] Addendum to 03873aee: check that the computed...
2018-12-20 Pierre Schweitzer[NTOSKRNL] Check that caller has the priviliege to...
2018-12-20 Hermès Bélusca-Maïto[NTOS] Minor formatting + don't hardcode sizeof(UCHAR...
2018-12-20 Hermès Bélusca-Maïto[NTOS] Addendum to d8cb37bf: return the correct Status...
2018-12-20 Hermès Bélusca-Maïto[NTOS] Fixes for NtDisplayString().
2018-12-19 Pierre Schweitzer[NTOSKRNL] Drop the ViewLock mutex in favour of the...
2018-12-19 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-19 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-19 Pierre Schweitzer[NTOSKRNL] Fix copy/pasta ;-)
2018-12-19 Pierre Schweitzer[NTOSKRNL] Probe parameters in NtAllocateUuids() if...
2018-12-18 Pierre Schweitzer[NTOSKRNL] Only allow SYSTEM to call NtSetUuidSeed()
2018-12-16 Eric Kohl[NTOSKRNL] Add and call the CmpSaveBootControlSet(...
2018-12-16 Eric Kohl[NTOSKRNL] Fix indentation. No code changes.
2018-12-12 Andrew Boyarshin[NTOS:MM] Fix typo in MiCheckForUserStackOverflow
2018-12-09 Eric Kohl[NTOSKRNL] IopGetDeviceProperty: Send an IRP_MN_QUERY_C...
2018-12-09 Pierre Schweitzer[NTOSKRNL] Implement SystemDpcBehaviourInformation...
2018-12-09 Pierre Schweitzer[NTOSKRNL] Also account PRCBs for Io operations counters
2018-12-09 Pierre Schweitzer[NTOSKRNL] For SystemPerformanceInformation, return...
2018-12-09 Pierre Schweitzer[NTOSKRNL] Return the amount of hits in system lookasid...
2018-12-09 Timo Kreuzer[NTOS:LPC] Add a number of DPRINTs on failure
2018-12-08 Pierre Schweitzer[NTOSKRNL] Don't dereference VACB when allocating its...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Use proper enum type for IopCreateSecurityDe...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Use the appropriated security descriptor...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Implement IopCreateDefaultDeviceSecurityDesc...
2018-11-25 Andrew Boyarshin[NTOS:IO] Tiny improvement to debug message
2018-11-25 Bernhard Feichtinger[NTOS:MM] Handle unimplemeted case for MiCheckForUserSt...
2018-11-25 Hermès Bélusca-Maïto[NTOS:IO] Finally remove the dreadful IopParseDevice...
2018-11-17 Pierre Schweitzer[NTOSKRNL] ExfReleaseRundownProtectionCacheAware*(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfReInitializeRundownProtectionCa...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfRundownCompletedCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Replace ExGetRunRefForCurrentProcessor(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfWaitForRundownProtectionRelease...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align runrefs on SMP in ExInitializ...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align allocation on SMP in ExAlloca...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Simplify implementation of ExfAcquireRundown...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExGetRunRefForCurrentProcessor...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExSizeOfRundownProtectionCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExInitializeRundownProtectionCache...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExAllocateCacheAwareRundownProtect...
2018-11-16 Pierre Schweitzer[NTOSKRNL] Properly check for negative values in IoChec...
2018-11-11 Pierre Schweitzer[NTOSKRNL] Don't leak DACL 1036/head
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Few improvements.
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Minor code formatting only.
2018-11-10 Pierre Schweitzer[NTOSKRNL] Create a security descriptor for the \securi...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return security descriptor size when queryin...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return quota information when querying objec...
2018-11-03 Jérôme Gardou[NTOS/MM] Properly handle page faults in regions marked...
2018-11-03 Jérôme Gardou[NTOS/MM] Move up MmAlterViewAttributes for later use...
2018-10-28 Pierre Schweitzer[NTOSKRNL] Fix refcounting for BCBs
2018-10-27 Pierre Schweitzer[NTOSKRNL] Rewrite IoCheckEaBufferValidity() so that...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Properly handle "big" security descriptors...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement SeComputeQuotaInformationSize()
next