[GDIPLUS] Fix a regression painting gradient CORE-15479
[reactos.git] / ntoskrnl /
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()
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for unsecure object names
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement the ObpIsUnsecureName() helper...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for the ObUnsecureGlobalNames...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Reduce noise
2018-10-27 Pierre Schweitzer[NTOSKRNL] Call internal helper to get VACB on mapping
2018-10-24 Hermès Bélusca-Maïto[NTOS] Drastically reduce the hackish function CmpGetRe...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Add some DPRINTs in IopLoadServiceModule() and...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Configuration Manager fixes.
2018-10-24 Hermès Bélusca-Maïto[NTOS] Remove some hacks that are not needed anymore...
2018-10-23 Pierre Schweitzer[NTOSKRNL] Translate pinning flags to mapping flags...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] CmpCmdHiveOpen(): Resolve FileAttributes...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Implement more support for force-unloading...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Add extra validation for the information...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Improve the capture of user-mode parameters. 960/head
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Minor fixes.
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Reuse the saved previous-mode from the ExGetP...
2018-10-14 Hermès Bélusca-Maïto[NTOS][MKHIVE] Minor code formatting.
2018-10-13 Pierre Schweitzer[NTOSKRNL] Add the CcPinMappedDataCount counter
2018-10-13 Pierre Schweitzer[NTOSKRNL] Rewrite the way we create BCB for pinning
2018-10-12 Serge Gautherie[NTOS:KD] A few trivial code improvements
next