[NET] Fix the timezone issue in the logon hours parser and display code of the USER...
[reactos.git] / ntoskrnl /
2019-05-23 Hervé Poussineau[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME
2019-05-23 Hervé Poussineau[NTOS:KD] Remove some _WINDK_ usages
2019-05-23 Hervé Poussineau[NTOS:KD] Remove dead code
2019-05-23 Hervé Poussineau[NTOS:KD] Remove CTRL+C pending support left over,...
2019-05-23 Hervé Poussineau[NTOS:KD] Remove /BREAK support left over, likely broke...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Use the security descriptor for all the...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Simplify ObpCreateGlobalDosDevicesSD by...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Use relaxed ACLs in ObpCreateGlobalDosDevice...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Save ProtectionMode value on boot
2019-05-18 Pierre Schweitzer[NTOSKRNL] Implement NtQuerySystemInformation(SystemObj...
2019-05-18 Pierre Schweitzer[NTOSKRNL] Save ObjectSecurityMode value on boot
2019-05-15 Mark Jansen[NTOS/MM] Recognize AMD64 image in PeFmtCreateSection... 1544/head
2019-05-07 Thomas Faber[NTOS:CM] Do not call ZwQueryObject with a zero-size...
2019-05-05 Thomas Faber[NTOS:CM] Check for correct status from ZwQueryObject...
2019-05-05 Thomas Faber[NTOS:PNP] Reduce the size of the pool buffer in IopGet... 1507/head
2019-05-05 Thomas Faber[NTOS:CM] Reduce the size of some unnecessarily large...
2019-05-05 Thomas Faber[NTOS:CM] Simplify CmpGetRegistryPath to avoid unnecess...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpCmdHi...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpAddTo...
2019-05-05 Thomas Faber[NTOS] Use correct buffer size when calling MiResolveIm...
2019-05-05 Thomas Faber[NTOS:PNP] Avoid a fixed-length stack buffer in IopActi...
2019-05-05 Thomas Faber[NTOS:IO] Avoid a fixed-length buffer in IopGetDriverOb...
2019-05-05 Thomas Faber[NTOS:KDBG] Avoid use of MAX_PATH. CORE-15882
2019-04-30 Mark Jansen[NTOS/MM] Ensure ImageBase is not used uninitialized 1537/head
2019-04-22 Hermès Bélusca-Maïto[NTOS:CM] In CmpParseKey(), do not assert but instead...
2019-04-22 Hermès Bélusca-Maïto[NTOS] Fix typos.
2019-04-22 Bernhard Feichtinger[NTOS][USERSRV] Silence noisy debug output.
2019-04-20 Eric Kohl[NTOSKRNL] Revert f71588ff as it seems to break the...
2019-04-20 Pierre Schweitzer[NTOSKRNL] Drop the useless Timestamp field
2019-04-20 Pierre Schweitzer[NTOSKRNL] Don't set VACB dirty on release if already...
2019-04-18 Pierre Schweitzer[NTOSKRNL] Drop the no longer needed Dirty field
2019-04-17 Pierre Schweitzer[NTOSKRNL] Don't mark VACB dirty on unpin
2019-04-16 Eric Kohl[NTOSKRNL] NtPowerInformation: Report an AC powered...
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...
next