[CMAKE] Remove obsolete 'CMAKE_CXX_COMPILER_VERSION' checks (#2981)
[reactos.git] / ntoskrnl /
2020-07-15 Victor Perevertkin[NTOS:FSTUB] Simplify xHalIoReadPartitionTable function
2020-07-04 Nguyen Trung Khanh[NTOS:IO] Fix pool memory disclosure in IopQueueTargetD...
2020-06-25 Serge Gautherie[NTOS:MM] MiGetPageTableForProcess(): #if out unreachab...
2020-06-24 Victor Perevertkin[NTOS:IO] Move device manipulation functions from pnpmg... 2940/head
2020-06-21 Victor Perevertkin[NTOS:IO] Move device node functions from pnpmgr/pnpmgr... 2934/head
2020-06-20 Thomas Faber[CMAKE] Bump minimum to 3.17, no longer require -ReactO...
2020-06-06 Amine Khaldi[CMAKE] Implement PCH builds with target_precompile_hea... 2764/head
2020-06-06 Serge Gautherie[NTOSKRNL] Add 'DECLSPEC_NORETURN' to a few 'KeBugCheck...
2020-06-06 Thomas Faber[NTOS:KE] Save ExceptionList in the assembly version... 2836/head
2020-06-06 Thomas Faber[NTOS:KE] Split KiCheckForSListFault into its own funct...
2020-06-01 Serge Gautherie[NTOS:MM] MmDeleteProcessAddressSpace(): Move 'Address...
2020-05-29 Mark Jansen[NTOSKRNL] Group files in the project file based on...
2020-05-24 Stanislav Motylkov[NTOS:PO] Report correct CPU frequency in CurrentMhz
2020-05-24 Yaroslav Kibysh[NTOS:INBV] Fix hardcoded values (#2840)
2020-05-24 Serge Gautherie[NTOS:EX] ExpInitializeExecutive(): Fix 'PerfMem' copyp...
2020-05-23 Serge Gautherie[NTOSKRNL] Sync some INIT_FUNCTION (#2824)
2020-05-23 Serge Gautherie[NTOSKRNL] Place INIT_FUNCTION before the return type...
2020-05-20 Yaroslav Kibysh[NTOS:INBV] Fix screen flash and more (#2821)
2020-05-17 Thomas Faber[NTOS:OB] Fix incorrect variable name in ObfDereference...
2020-05-17 Thomas Faber[NTOS] Prohibit use of MAX_PATH in the kernel. Use...
2020-05-17 Thomas Faber[NTOS:PNP] Directly accept a UNICODE_STRING in LocateCh... 2720/head
2020-05-17 Thomas Faber[NTOS:PNP] Avoid an unnecessary stack buffer in PnpRoot...
2020-05-17 Thomas Faber[NTOS:PNP] Avoid an unnecessary stack buffer in Enumera...
2020-05-17 Thomas Faber[NTOS:PNP] Move child device creation into its own...
2020-05-17 Thomas Faber[NTOS:SE] Implement job case in PsImpersonateClient... 2772/head
2020-05-13 Joachim Henze[NTOSKRNL] Restore section layout for NTOSKRNL to fix...
2020-05-12 Stanislav Motylkov[NTOSKRNL][HAL][BOOTVID] Some more code refactoring bootvid_refactor 2763/head
2020-04-26 Serge Gautherie[NTOS:KE] KiTrap0DHandler(): Fix a copypasta
2020-04-24 Timo Kreuzer[NTOS:IO] Fix parsing of resource lists 2262/head
2020-04-21 Dmitry Borisov[KDCOM][NTOS:INBV][FREELDR] Decrease default baud rate...
2020-04-16 Victor Perevertkin[CMAKE] Replace custom functions to built-in ones
2020-04-10 Victor Perevertkin[CMAKE][CONFIGURE] Enable runtime checks on MSVC by... 2509/head
2020-04-09 Hervé Poussineau[NTOS] Add a #define __ROS_ROSSYM__ when using rossym
2020-04-09 Vadim Galyant[NTOS][SDK:LIB] Add a Resources Arbiter library, to...
2020-04-09 Dmitry Borisov[BOOTVID][NTOSKRNL][HALX86] Move hardcoded coordinates... 2504/head
2020-04-06 Vadim Galyant[NTOS:MM] Since the _MMPTE_SUBSECTION structure for... 2425/head
2020-04-06 Thomas Faber[NTOS:MM] In MmArmInitSystem, perform self-tests after...
2020-04-06 Thomas Faber[NTOS:MM] Initialize MmSubsectionBase on x86 builds...
2020-04-06 Thomas Faber[NTOS:MM] Get rid of unnecessary MmZeroingPageThreadActive. 2372/head
2020-04-06 Thomas Faber[NTOS:MM] Fix MmZeroingPageThreadActive race condition.
2020-04-06 Thomas Faber[NTOS:PO] Call power IRP handlers at PASSIVE_LEVEL... 2376/head
2020-04-04 Vadim Galyant[NTOS:PNP] Add set functions for debugging PNP and...
2020-04-04 Vadim Galyant[NTOS:MM] Make the definitions and macros for x86 more...
2020-04-02 Vadim Galyant[NTOS:MM] Using the macro MiIsPteOnPdeBoundary(). ...
2020-03-30 Hervé Poussineau[NTOS:KD] Move dump of stack trace on crash to debugger
2020-03-30 Hervé Poussineau[NTOS:KE] Remove dead code
2020-03-30 Hervé Poussineau[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
2020-03-30 Hervé Poussineau[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
2020-03-30 Jérôme Gardou[NTOSKRNL] Fix build
2020-03-29 Mark Jansen[RTL] Introduce RtlpImageNtHeader, 2476/head
2020-03-28 Victor Perevertkin[NTOS:MM] Make _X86PAE_ the only define for PAE-enabled...
2020-03-21 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2020-03-21 Eric Kohl[NTOS:PNP] Fix indentation. No code changes!
2020-03-21 Eric Kohl[NTOS:PNP] Map device capabilities to capability flags
2020-03-13 Thomas Faber[NTOS:IO][GDI32][CMD] Fix some under-sized variables...
2020-03-06 Dmitry Borisov[CPORTLIB][NTOS:INBV][KDCOM][FREELDR] Add ComPort libra...
2020-03-02 Thomas Faber[NTOS:MM] Assert PFN lock ownership in MiInsertPageInFr... 2371/head
2020-03-01 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2020-03-01 Eric Kohl[NTOS:IO] Improve the device action worker
2020-02-29 Eric Kohl[NTOS:IO] Move IopRemovePlugPlayEvent around and add...
2020-02-23 Eric Kohl[NTOS:CONFIG] Fix NtSetValueKey data probing
2020-02-23 Serge Gautherie[REACTOS] Fix '\n.' typos
2020-02-22 Thomas Faber[NTOS:MM] Use MI_ZERO_PTES as the number of usable...
2020-02-15 Thomas Faber[NTOS:WMI] WMIP_GUID_OBJECT must start with an event... 2303/head
2020-02-08 Thomas Faber[NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant.
2020-02-05 Serge Gautherie[NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT...
2020-01-22 Hervé Poussineau[NTOS] Move FORCEINLINE specifier where appropriate
2020-01-03 Thomas Faber[NTOS:KE] In KiExitV86Mode, restore KTSS::Esp0 to its... 2123/head
2020-01-02 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2019-12-31 Hermès Bélusca-MaïtoHappy New Year 2020 to everyone!!
2019-12-31 Timo Kreuzer[NTOS:KE] Rename some locking functions to reflect...
2019-12-31 Thomas Faber[NTOS:IO] Use UNICODE_STRING operations in IopUnloadDriver.
2019-12-31 Thomas Faber[NTOS] Make RtlFindCharInUnicodeString available in...
2019-12-31 Timo Kreuzer[NTOS] In KeWaitFor*Object(s) assert that the current...
2019-12-30 Timo Kreuzer[NTOS:IO] Fix list enumeration in IopShutdownBaseFileSy...
2019-12-30 Victor Perevertkin[NTOS:KD] Fix wrong debug level checking logic in KdpPrint.
2019-12-29 Eric Kohl[NTOS:IO] Fix indentation. No code changes!
2019-12-29 Thomas Faber[NTOS:CM] Probe for write in NtLockProductActivationKeys.
2019-12-29 Thomas Faber[NTOS:CM] Protect user memory access with SEH in NtQuer...
2019-12-26 Hermès Bélusca-MaïtoThis was not meant to be committed!
2019-12-26 Hermès Bélusca-MaïtoWIP kdbg work.
2019-12-03 Serge Gautherie[NTOS:PO] PopShutdownHandler(): Fully screen-center... 2126/head
2019-12-02 Katayama Hirofumi MZ[NTOSKRNL][INBV] Fix IDB_SHUTDOWN_MSG position
2019-11-25 Timo Kreuzer[NTOS] Revert pool debugging code
2019-11-25 Hermès Bélusca-Maïto[NDK][NTOS:INBV] Remove non-exported INBV functions...
2019-11-24 Hermès Bélusca-Maïto[NTOS:KE] Explicitly use IOPM_SIZE for initializing...
2019-11-24 Hermès Bélusca-Maïto[NTOS:KE] Minor formatting fixes.
2019-11-24 Hermès Bélusca-Maïto[NTOS:INBV] InbvEnableBootDriver() is an export, thus...
2019-11-24 Timo KreuzerWIP
2019-11-24 Timo Kreuzer[NTOS] Add compile time option to trace callers of...
2019-11-24 Timo Kreuzer[NTOS] On DBG builds, fill pool allocations with 0xCD...
2019-11-18 Hermès Bélusca-Maïto[KDBG] If no parameters are given to the 'filter' comma...
2019-11-18 Hermès Bélusca-Maïto[NTOS:KD/KD64] Fix x64 build.
2019-11-17 Hermès Bélusca-Maïto[I8042PRT] Remove dead commented-out code; Allow sendin...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KD64/KDBG] Share some code between our legacy...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD64] Some code formatting + add SAL2 annotations...
2019-11-17 Hermès Bélusca-Maïto[NTOS] Complete the support of Debug Filters. CORE...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KDBG] Code enhancements for KDBG/KD.
2019-11-17 Victor Perevertkin[NTOS:IO] Fix result length for DevicePropertyRemovalPo...
2019-11-13 Hermès Bélusca-Maïto[NTOS:KDBG] Rewrite the TSS handling code in the backtr...
next