[IPHLPAPI] Implement getOwnerModUdpTable() and getOwnerModTcpTable()
[reactos.git] / ntoskrnl / include /
2018-11-17 Pierre Schweitzer[NTOSKRNL] Replace ExGetRunRefForCurrentProcessor(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExGetRunRefForCurrentProcessor...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement SeComputeQuotaInformationSize()
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for the ObUnsecureGlobalNames...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Configuration Manager fixes.
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Implement more support for force-unloading...
2018-10-13 Pierre Schweitzer[NTOSKRNL] Add the CcPinMappedDataCount counter
2018-10-05 Pierre Schweitzer[NTOSKRNL] Move the PinCount out of the VACB to the BCB
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopCheckTopDeviceHint()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoGetFileObjectFilterContext()
2018-10-03 Pierre Schweitzer[NTOSKRNL] Stub support for querying DOS name when...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Use faster internal helper to query name
2018-10-03 Pierre Schweitzer[NTOSKRNL] Rename IopQueryNameFile to IopQueryNameInternal
2018-10-02 Thomas Faber[NTOS:IO] Implement IopAcquireFileObjectLock and use...
2018-09-27 Hermès Bélusca-Maïto[NTOS:SE] Fixes for NT tokens.
2018-09-18 Pierre Schweitzer[NTOSKRNL] Stub IoInitializeCrashDump()
2018-09-05 Pierre Schweitzer[NTOSKRNL] When allocating a new BCB, save it in a...
2018-08-17 Timo Kreuzer[NTOS:OB] Rename object types to their official names...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Start making our MMPAGING_FILE struct look...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file sizes in pages, not in bytes
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file minimum size and use it...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Keep page file name along the page file...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Close page files (and delete them!) on shutdown
2018-08-13 Pierre Schweitzer[NTOSKRNL] Stub MM shutdown
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-04 Timo Kreuzer[NTOS] Fix 64 bit issues
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Overhaul the token management code.
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Minor style changes.
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Finish SepCreateImpersonationTokenDacl()...
2018-06-27 Hermès Bélusca-Maïto[NTOS:PS] Adjust the PsReferenceEffectiveToken() protot...
2018-05-31 Eric Kohl[NDK] Replace the SYSTEMTIME fields StandardDate and...
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement KeQueryValuesProcess().
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject...
2018-04-18 Thomas Faber[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceActio...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Drop the VACB lock.
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] In addition to the hard-error port, referenc...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Use interlocked operations for VACB referenc...
2018-03-17 Pierre Schweitzer[NTOSKRNL] Misc fixes to VACB reference counting
2018-02-24 Pierre Schweitzer[NTOSKRNL] Implement the support for reserve IRP in IO
2018-02-24 Pierre Schweitzer[NTOSKRNL] Add the CcDataFlushes and CcDataPages counters
2018-02-24 Pierre Schweitzer[NTOSKRNL] Add the CcPinReadWait and CcPinReadNoWait...
2018-02-24 Pierre Schweitzer[NTOSKRNL] Return some Cc counters in SystemPerformance...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetAdditionalCacheAttributes()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Misc cosmetic changes
2018-02-07 Pierre Schweitzer[NTOSKRNL] When initializing file cache, also allocate...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Add wait support in CcCanIWrite()
2018-02-07 Pierre Schweitzer[NTOSKRNL] Implement CcPostDeferredWrites() that execut...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Properly implement lazy writer activity...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the always running thread for lazy...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Rename ExpCriticalWorkerThreads and ExpDelay...
2018-02-06 Pierre Schweitzer[NTOSKRNL] Define the Mm global variables related to...
2018-02-05 Timo Kreuzer[NTOS:MM] Make x64 address space layout more like Vista+
2018-02-01 Pierre Schweitzer[NTOSKRNL] Add an helper for marking a VACB clean ...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Drop ROS_DEFERRED_WRITE_CONTEXT in favor...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Store the total dirty pages per shared cache...
2018-01-24 Pierre Schweitzer[NTOSKRNL] Link all the shared cache map together.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement per-file dirty page threshold.
2018-01-23 Pierre Schweitzer[NTOSKRNL] Implement support for deferred writes in Cc.
2018-01-23 Pierre Schweitzer[NTOSKRNL] When marking a BCB dirty, also mark the...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Reimplement the lazy writer in Cc and remove...
2018-01-15 Pierre Schweitzer[NTOSKRNL] Implement CcIsThereDirtyData()
2018-01-06 Timo Kreuzer[NTOS:MM] Add support for NX page-faults
2018-01-06 Timo Kreuzer[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_F...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass page fault code to MmAccessFault
2018-01-03 Hermes Belusca-Maito[NTOS:INBV] Simplify a little bit the BootLogoFadeIn...
2018-01-03 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2017-12-29 Timo Kreuzer[NTOS:EX] Fix handle table code for x64.
2017-12-24 Hermès Bélusca-MaïtoRevert 57c0678 (PR #194) that has been erroneously...
2017-12-24 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2017-12-20 Timo Kreuzer[NTOS:MM] Make debug code in MmArmInitSystem portable
2017-12-20 Timo Kreuzer[NTOS:MM] Implement x64 version of MI_MAKE_SUBSECTION_PTE
2017-12-20 Ivan Labutin[NTOS:KE] Improve readability of CPU flag checks and...
2017-12-20 Ivan Labutin[NTOS:KE] EFER constants fix
2017-12-14 Thomas Faber[NTOS:KD] Pass PreviousMode down to KdpPrintString... 188/head
2017-12-12 Amine Khaldi[NTOS] Add some header guards.
2017-12-10 Thomas Faber[NTOS:KD] Protect against invalid user arguments in...
2017-12-10 Thomas Faber[NTOS:KD] Protect against invalid user arguments in...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-08 Thomas Faber[NTOS:MM] Implement and use MiAcquirePfnLockAtDpcLevel... 154/head
2017-12-08 Thomas Faber[NTOS:MM] Use inline functions to acquire/release the...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Implement (with many FIXMEs) ObReferenceFile...
2017-11-12 Pierre Schweitzer[NTOSKRNL] Implement IoComputeDesiredAccessFileObject...
2017-10-08 Timo Kreuzer[NTOSKRNL] Add back parentheses that got removed in...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
next