[REACTOS] Temporarily exclude the 1st-stage GUI setup from build, until I (or someone...
[reactos.git] / ntoskrnl /
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...
2018-08-26 Pierre Schweitzer[NTOSKRNL] Properly reset pinning state on pinning...
2018-08-26 Pierre Schweitzer[NTOSKRNL] When acquiring BCB shared, starve exclusive...
2018-08-26 Pierre Schweitzer[NTOSKRNL] Handle the PIN_WAIT flag in CcPinMappedData()
2018-08-26 Pierre Schweitzer[NTOSKRNL] Stubplement CcPinMappedData() and simplify...
2018-08-26 Denis Malikov[NTOS:KE] Fix stub for KeAcquireInStackQueuedSpinLockFo...
2018-08-25 Eric Kohl[NTOSKRNL] IopGetDeviceProperty: Initialize power data...
2018-08-25 Pierre Schweitzer[NTOSKRNL] Add the OLE flag where appropriate in FsRtlL...
2018-08-21 Timo Kreuzer[NTOS:Mm] Fix a 64 bit issue in MmMapViewOfArm3Section...
2018-08-21 Timo Kreuzer[NTOS] Fix MiFindInitializationCode (#751)
2018-08-20 Timo Kreuzer[NTOS:MM] Fix ASSERT when expanding paged pool
2018-08-20 Timo Kreuzer[NTOS:MM] Fix paged pool expansion
2018-08-19 Stanislav Motylkov[NTOS:EX] Implement SystemFirmwareTableInformation...
2018-08-17 Timo Kreuzer[NTOS:PS] Fix an issue with PROCESS_DEVICEMAP_INFORMATI...
2018-08-17 Timo Kreuzer[NTOS:OB] Rename object types to their official names...
2018-08-17 Pierre Schweitzer[NTOSKRNL] Properly initialize the IO_STATUS_BLOCK
2018-08-16 Pierre Schweitzer[NTOSKRNL] Only allow page file on a few specific devic...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Don't need all access for file object
2018-08-16 Pierre Schweitzer[NTOSKRNL] Add a check commented out for now.
2018-08-16 Pierre Schweitzer[NTOSKRNL] MmTotalCommitLimit and MmTotalCommitLimitMax...
2018-08-16 Timo Kreuzer[NTOS:MM] Make SLIST handling for kernel stacks portable
2018-08-16 Timo Kreuzer[NTOS:SE] Fix SeSetSecurityDescriptorInfoEx to prevent...
2018-08-16 Serge Gautherie[NTOS:MM] Update a DPRINT string (#760)
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-16 Pierre Schweitzer[NTOSKRNL] Page files don't have an init size, but...
next