[NET] NET HELPMSG: Add support for network message from netmsg.dll.
[reactos.git] / ntoskrnl /
2018-11-25 Andrew Boyarshin[NTOS:IO] Tiny improvement to debug message
2018-11-25 Bernhard Feichtinger[NTOS:MM] Handle unimplemeted case for MiCheckForUserSt...
2018-11-25 Hermès Bélusca-Maïto[NTOS:IO] Finally remove the dreadful IopParseDevice...
2018-11-17 Pierre Schweitzer[NTOSKRNL] ExfReleaseRundownProtectionCacheAware*(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfReInitializeRundownProtectionCa...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfRundownCompletedCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Replace ExGetRunRefForCurrentProcessor(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfWaitForRundownProtectionRelease...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align runrefs on SMP in ExInitializ...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align allocation on SMP in ExAlloca...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Simplify implementation of ExfAcquireRundown...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExGetRunRefForCurrentProcessor...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExSizeOfRundownProtectionCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExInitializeRundownProtectionCache...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExAllocateCacheAwareRundownProtect...
2018-11-16 Pierre Schweitzer[NTOSKRNL] Properly check for negative values in IoChec...
2018-11-11 Pierre Schweitzer[NTOSKRNL] Don't leak DACL 1036/head
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Few improvements.
2018-11-11 Hermès Bélusca-Maïto[NTOS:IO] RAW-FS: Minor code formatting only.
2018-11-10 Pierre Schweitzer[NTOSKRNL] Create a security descriptor for the \securi...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return security descriptor size when queryin...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return quota information when querying objec...
2018-11-03 Jérôme Gardou[NTOS/MM] Properly handle page faults in regions marked...
2018-11-03 Jérôme Gardou[NTOS/MM] Move up MmAlterViewAttributes for later use...
2018-10-28 Pierre Schweitzer[NTOSKRNL] Fix refcounting for BCBs
2018-10-27 Pierre Schweitzer[NTOSKRNL] Rewrite IoCheckEaBufferValidity() so that...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Properly handle "big" security descriptors...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement SeComputeQuotaInformationSize()
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for unsecure object names
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement the ObpIsUnsecureName() helper...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for the ObUnsecureGlobalNames...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Reduce noise
2018-10-27 Pierre Schweitzer[NTOSKRNL] Call internal helper to get VACB on mapping
2018-10-24 Hermès Bélusca-Maïto[NTOS] Drastically reduce the hackish function CmpGetRe...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Add some DPRINTs in IopLoadServiceModule() and...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Configuration Manager fixes.
2018-10-24 Hermès Bélusca-Maïto[NTOS] Remove some hacks that are not needed anymore...
2018-10-23 Pierre Schweitzer[NTOSKRNL] Translate pinning flags to mapping flags...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] CmpCmdHiveOpen(): Resolve FileAttributes...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Implement more support for force-unloading...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Add extra validation for the information...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Improve the capture of user-mode parameters. 960/head
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Minor fixes.
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Reuse the saved previous-mode from the ExGetP...
2018-10-14 Hermès Bélusca-Maïto[NTOS][MKHIVE] Minor code formatting.
2018-10-13 Pierre Schweitzer[NTOSKRNL] Add the CcPinMappedDataCount counter
2018-10-13 Pierre Schweitzer[NTOSKRNL] Rewrite the way we create BCB for pinning
2018-10-12 Serge Gautherie[NTOS:KD] A few trivial code improvements
2018-10-12 Serge Gautherie[NTOS:KD] Remove an unreachable "break;"
2018-10-12 Pierre Schweitzer[NTOSKRNL] Don't keep the spin lock hold too long when...
2018-10-11 Pierre Schweitzer[NTOSKRNL] Rewrite BCB handling to be more robust
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement support for PIN_IF_BCB flag
2018-10-05 Pierre Schweitzer[NTOSKRNL] When pinning data, try to find an already...
2018-10-05 Pierre Schweitzer[NTOSKRNL] When mapping data, try to find if there...
2018-10-05 Pierre Schweitzer[NTOSKRNL] Move the PinCount out of the VACB to the BCB
2018-10-05 Pierre Schweitzer[NTOSKRNL] On open, verify and validate the hint device...
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopCheckTopDeviceHint()
2018-10-05 Pierre Schweitzer[NTOSKRNL] In IoGetRelatedDeviceObject(), validate...
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopVerifyDeviceObjectOnStack()
2018-10-04 Pierre Schweitzer[NTOSKRNL] A bit of cleanup in Io*FilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoChangeFileObjectFilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoGetFileObjectFilterContext()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Quickly check for alignment in NtRead/WriteFile
2018-10-04 Pierre Schweitzer[NTOSKRNL] Use captured variable to check parameters...
2018-10-04 Pierre Schweitzer[NTOSKRNL] On read/write, also check buffer respects...
2018-10-04 Pierre Schweitzer[NTOSKRNL] When checking for byte offset alignment...
2018-10-03 Eric Kohl[NTOSKRNL] NtReadFile/NtWriteFile: If a file has been...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IopQueryNameInternal(), enclose output...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Call IoCreateFileSpecifyDeviceObjectHint...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IoQueryFileDosDeviceName(), in case of...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Implement DOS name query in IopQueryNameInte...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Allow FileNameInformation not to be implemen...
2018-10-03 Pierre Schweitzer[NTOSKRNL] In IopQueryNameInternal() don't copy name...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Implement IoQueryFileDosDeviceName()
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-10-01 Pierre Schweitzer[NTOSKRNL] Respect PFN cache attribute when required
2018-09-30 Pierre Schweitzer[NTOSKRNL] Fix remaining access computation on open
2018-09-30 Pierre Schweitzer[NTOSKRNL] Implement access check for secure open
2018-09-29 Pierre Schweitzer[NTOSKRNL] Don't lock file object on close if we're...
2018-09-29 Pierre Schweitzer[NTOSKRNL] Reference the file object before issuing...
2018-09-28 Pierre Schweitzer[NTOSKRNL] Unlock file if required on last process...
2018-09-27 Hermès Bélusca-Maïto[NTOS:PS] In PspSetPrimaryToken(), check also for sibli...
2018-09-27 Hermès Bélusca-Maïto[NTOS:SE] Fixes for NT tokens.
2018-09-23 Pierre Schweitzer[NTOSKRNL] Properly align VACB writes
2018-09-22 Eric Kohl[NTOSKRNL] IoGetDeviceProperty: Add support for the...
2018-09-21 Eric Kohl[NTOSKRNL] Create the 'Device Parameters' subkey and...
2018-09-21 Eric Kohl[NTOSKRNL] Fix the indentation of some pnp manager...
2018-09-21 Pierre Schweitzer[NTOSKRNL] Avoid integer overflow when computing VACB...
2018-09-18 Pierre Schweitzer[NTOSKRNL] Stub IoInitializeCrashDump()
2018-09-09 Pierre Schweitzer[NTOSKRNL] Move data mapping implementation to an inter...
2018-09-05 Pierre Schweitzer[NTOSKRNL] Don't raise a status when parameters are...
2018-09-05 Pierre Schweitzer[NTOSKRNL] When allocating a new BCB, save it in a...
2018-09-01 Pierre Schweitzer[NTOSKRNL] Fail on pinning when there's no pin access set
2018-08-31 Pierre Schweitzer[NTOSKRNL] Fix a typo
2018-08-31 Pierre Schweitzer[NTOSKRNL] Warn about unimplemented feature in CcMapDat...
next