[SHELL32] Fix a careless mistake of ShellExecCmdLine (#737)
[reactos.git] / ntoskrnl /
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-07 Serge Gautherie[NTOSKRNL] Round memory size up, "debug log" part
2018-08-06 Mark Jansen[NTOSKRNL] Fix a nullptr dereference in IopStartDevice 732/head
2018-08-04 Timo Kreuzer[NTOS] Fix 64 bit issues
2018-07-29 Pierre Schweitzer[NTOSKNRL] Only allocate a MDL if we have an output...
2018-07-15 Eric Kohl[NTOSKRNL][NDK][UMPNPMGR] Define and use PLUGPLAY_CONTR...
2018-07-15 Pierre Schweitzer[NTOSKRNL] Be noisy when deferring writes.
2018-07-01 Timo Kreuzer[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead...
2018-07-01 Timo Kreuzer[NDK] Fix the type of KPROCESS::ActiveProcessors
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] Add a documentation note about SeTokenIsWrite...
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] In SepCreateClientSecurity(), fix the imperso...
2018-06-27 Hermès Bélusca-Maïto[FORMATTING] No code change; typo fix.
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-06-05 Thomas Faber[NTOS:CC] Access SectionObjectPointers without lock... 596/head
2018-06-03 Mark Jansen[NTOSKRNL] Ignore IMAGE_SCN_CNT_UNINITIALIZED_DATA
2018-05-31 Eric Kohl[NDK] Replace the SYSTEMTIME fields StandardDate and...
2018-05-30 Serge Gautherie[REACTOS] Improve/Fix some "printf" formats (#555)
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement KeQueryValuesProcess().
2018-05-25 Pierre Schweitzer[NTOSKRNL] Make NtSetInformationJobObject() success...
2018-05-25 Pierre Schweitzer[NTOSKRNL] Define required sizes with structures sizes
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement NtQueryInformationJobObject().
2018-05-23 Pierre Schweitzer[NTOSKRNL] Addendum to 8a8cb4d: don't print uninit...
2018-05-23 Pierre Schweitzer[NTOSKRNL] Only consider SharedCacheMap value once...
2018-05-19 Hermès Bélusca-Maïto[NTOS] Demote an ASSERT to a mere DPRINT since we only...
2018-05-10 Pierre Schweitzer[NTOSKRNL] Fix FsRtlStackOverflow work item free.
2018-05-02 Pierre Schweitzer[NTOSKRNL] Optimize a bit deferred writes.
2018-04-30 Pierre Schweitzer[NTOKSNRL] Always flush dirty VACB.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Free unused VACB when required.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Unmark dirty first, and then write.
2018-04-29 Pierre Schweitzer[NTOSKRNL] Fix lazy writer for in-use VACB.
2018-04-27 Pierre Schweitzer[NTOSKRNL] Also try to extract name from FCB when leaki...
2018-04-27 Pierre Schweitzer[NTOSKRNL] In !filecache, try to display FCB name
2018-04-27 Pierre Schweitzer[NTOSKNRL] In case we leak a VACB, debug as much inform...
2018-04-27 Pierre Schweitzer[NTOSKRNL] Noisily dereference mapped VACB on cache...
2018-04-24 Jason JohnsonCorrectly bugcheck if we aren't returning a usermode...
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Minor PnP enhancements.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Whitespace fixes only.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject...
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set flags the standard way.
2018-04-22 Timo Kreuzer[NTOS:MM] Fix ViewSize parameter passed to MiInsertVadE...
2018-04-18 Thomas Faber[NTOS:PNP] Use pool tagging for DEVICE_ACTION_DATA...
2018-04-18 Thomas Faber[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceActio...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Properly reset VACB on free
2018-04-15 Pierre Schweitzer[NTOSKRNL] Drop the VACB lock.
2018-04-15 Pierre Schweitzer[NTOSKRNL] Use interlocked operations when dealing...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Map the VACB in kernel space before insertin...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Add extra sanity checks for VACB lists.
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-04-07 Serge Gautherie[NTOS:CC] Use UNIMPLEMENTED_ONCE instead of custom...
2018-04-05 Mark Jansen[NTOSKRNL] Fix IopValidateID using uninitialized var...
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Formatting fix only. 461/head
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Simplify NtRaiseHardError() by merging the...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] ExRaiseHardError(): Protect strings copy...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Don't emit hard errors for the calling threa...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Don't hardcode flag values for DefaultHardEr...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Update Doxygen descriptions for NtRaiseHardE...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Forbid processes without the Tcb prvilege...
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-25 Pierre Schweitzer[NTOSKRNL] Properly delete VACB in CcRosCreateVacb...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Use interlocked operations for VACB referenc...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Add a few asserts when mapping a VACB in...
2018-03-24 Pierre Schweitzer[NTOSKRNL] More asserts regarding reference count
2018-03-19 Vadim Galyant[NTOSKRNL] Adding IopValidateID() to test characters...
2018-03-18 Thomas Faber[NTOS:MM] Improve debug prints in MmCreateVirtualMappin...
2018-03-18 Pierre Schweitzer[NTOSKNRL] Always reference a newly created VACB
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcRosInternalFreeVacb(), in case of inval...
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcFlushCache(), release the VACB using...
2018-03-17 Pierre Schweitzer[NTOSKRNL] Misc fixes to VACB reference counting
2018-03-07 Thomas Faber[NTOS:EX] Worker threads must not exit with a critical...
2018-03-01 Thomas Faber[NTOS:KE] Don't loop indefinitely trying to figure...
2018-02-28 Pierre Schweitzer[NTOKSRNL] Don't blindly schedule read-ahead on CcCopyR...
2018-02-24 Pierre Schweitzer[NTOSKRNL] Implement ThreadHideFromDebugger in NtSetInf...
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-24 Pierre Schweitzer[NTOSKRNL] Add the CcMapDataWait and CcMapDataNoWait...
2018-02-22 Thomas Faber[NTOS:CC] Don't read past the end of the file in CcPerf... 390/head
2018-02-22 Thomas Faber[NTOS:CC] Avoid some magic numbers.
2018-02-18 Pierre Schweitzer[NTOSKRNL] Fix mismatching spinlock release in CcPerfor...
2018-02-18 Pierre Schweitzer[NTOSKRNL] Don't make CcScheduleReadAhead() too noisy
2018-02-17 Pierre Schweitzer[NTOSKRNL] Don't call OOM dumper in case we were trying...
2018-02-17 Pierre Schweitzer[NTOSKRNL] Allow more chars in ExpTagAllowPrint().
2018-02-10 Pierre Schweitzer[NTOSKRNL] In debug builds, print more information...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Modified CcCanIWrite to handle Mm throttling...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Rewrite CcCanIWrite() to make it more accura...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Don't defer write through write operations
2018-02-09 Pierre Schweitzer[NTOSKRNL] Quickly implement the !defwrites in KDBG
2018-02-09 Pierre Schweitzer[NTOSKRNL] Drop the iSharedCacheMapLock in favor of...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Silence lazy writer now we know it works
2018-02-09 Pierre Schweitzer[NTOSKRNL] Use better locking for private cache map...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Fix a ****ing bug where private cache map...
next