[OPENGLCFG] Edit the applet name so it uses the same capitalization scheme as the...
[reactos.git] / ntoskrnl /
2019-04-08 Eric Kohl[NTOSKRNL] Initialize GUID_DEVICE_BATTERY properly
2019-04-07 Hervé Poussineau[NTOS:FSRTL] Use _SEH2_AbnormalTermination() instead...
2019-04-07 Eric Kohl[NTOSKRNL] Use global power capabilities and report...
2019-04-06 Jérôme Gardou[CMAKE] unset EXPORT_SYMBOL for modules and shared...
2019-04-01 Bartosz Brachaczek[NTOSKRNL] Do not try to access OldBackTracking[-1]
2019-04-01 Bartosz Brachaczek[NTOSKRNL] Unify buffer size calculation in FsRtlIs...
2019-03-31 Bartosz Brachaczek[NTOSKRNL] Addendum to 21d2c70: properly start DOS_STAR...
2019-03-31 Maxim Smirnov[NTOSKRNL] In MmCreateImageSection, properly check...
2019-03-31 Bartosz Brachaczek[NTOSKRNL] Properly copy backtracking buffer content...
2019-03-31 Bartosz Brachaczek[NTOSKRNL] Properly compare position to name length...
2019-03-31 Bartosz Brachaczek[NTOSKRNL] Don't overflow backtrack stack buffer
2019-03-31 Bartosz Brachaczek[NTOSKRNL] Don't oversize buffer for backtracking in...
2019-03-30 Thomas Faber[NTOS:IO] Send IRPs to the correct device in IoVolumeDe...
2019-03-29 Pierre Schweitzer[MEH] Forgot that file :-(
2019-03-29 Pierre Schweitzer[NTOSKRNL] We don't need an event if we don't issue...
2019-03-29 Pierre Schweitzer[NTOSKRNL] Implement support for FileFsDriverPathInform...
2019-03-29 Pierre Schweitzer[NTOSKRNL] Do. Not. L. E. A. K.
2019-03-28 Pierre Schweitzer[NTOSKRNL] Only allow direct device open for FileFsDevi...
2019-03-28 Pierre Schweitzer[NTOSKRNL] Add a quick path for FileFsDeviceInformation...
2019-03-25 Thomas Faber[NTOS:FSTUB] Unfix format string warning until GUID...
2019-03-25 Thomas Faber[NTOS:IO] Avoid an unnecessary stack buffer in OpenRegi...
2019-03-25 Thomas Faber[NTOS:FSTUB] Fix a clang format string warning.
2019-03-25 Thomas Faber[NTOS:IO] Fix always-false condition in IoCheckEaBuffer...
2019-03-25 Thomas Faber[NTOS:KDBG] Fix uninitialized variable usage.
2019-03-11 Thomas Faber[NTOS:IO] Enable privilege check in NtLoadDriver.
2019-03-05 Timo Kreuzer[NTOS:PS] Use NULL instead of 0 in ps/kill.c
2019-03-05 Timo Kreuzer[NTOS:KE] Add function comments
2019-03-04 Timo Kreuzer[NTOS:EX] Fix 64 bit issues in ExfWaitForRundownProtect...
2019-03-02 Pierre Schweitzer[NTOSKRNL] Fix MSVC2010 build
2019-03-02 Pierre Schweitzer[NTOSKRNL] Fix ClockDiff aka fix MSVC build
2019-03-01 Pierre Schweitzer[NTOSKRNL] Rewrite/fix our UUID generation implementation
2019-03-01 Pierre Schweitzer[NTOSKRNL] Introduce the UUID_CACHED_VALUES_STRUCT...
2019-03-01 Pierre Schweitzer[NTOSKRNL] UuidMutex -> ExpUuidLock
2019-02-25 Mark Jansen[APPHELP] Implement ShimDumpCache and ShimFlushCache
2019-02-24 Timo Kreuzer[NTOS::Mm] Fix inverted check in MiWriteProtectSystemImage
2019-02-20 Thomas Faber[NTOS:PNP] Correctly respect data size in PnpRegSzToStr...
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...
next