- Merge aicom-network-fixes up to r36740
[reactos.git] / reactos / ntoskrnl /
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-11 Aleksey Bragin- Fix a memory leak in IopUnloadDriver.
2008-10-11 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>
2008-10-11 Stefan Ginsberg- ProbeForRead/Write Length argument is a SIZE_T, not...
2008-10-11 Stefan Ginsberg- Fix portable Ex/ExfInterlockedCompareExchange64 to...
2008-10-07 Stefan Ginsberg- Add missing KiIdleSchedule and KiProcessDeferredReadyList
2008-10-07 Stefan Ginsberg- Add missing jump label to ExpInterlockedCompareExchange64
2008-10-02 Colin Finck- Add the other CPU_* codes (got them from a PDB)
2008-10-01 Christoph von Wittichfix formatting
2008-10-01 KJK::Hyperionmodified ke/i386/cpu.c
2008-09-30 Aleksey Bragin- Don't leak registry lock in failure branches of CmpPa...
2008-09-28 Stefan Ginsberg- Fix comments (no code change)
2008-09-27 Stefan Ginsberg- Fix 2 typos
2008-09-26 Stefan Ginsberg- Fix a couple of bugcodes with incorrect MessageId
2008-09-25 Stefan Ginsberg- CmpOpenHiveFiles: If "Extension" is false then we...
2008-09-25 Stefan Ginsberg- Implement and export PsIsSystemProcess and add it...
2008-09-25 Stefan Ginsberg- Implement IoGetPagingIoPriority and fix its export
2008-09-25 Stefan Ginsberg- Add WmiQueryTraceInformation, WmiTraceMessage and...
2008-09-25 Aleksey Bragin- Fix one more totally "out of ideas how to create...
2008-09-24 Stefan Ginsberg- MiQueryVirtualMemory shouldn't be called for kernel...
2008-09-24 Stefan Ginsberg- Remove deprecated macro
2008-09-24 Stefan Ginsberg- Add ObpValidateAccessMask stub (only returns success...
2008-09-24 Stefan Ginsberg- IopGetDiskInformation: Fail if we are out of memory...
2008-09-24 Stefan Ginsberg- Only dereference the KCB if we know it exists
2008-09-24 Stefan Ginsberg- 64 bit fixes for Mm routines: Use SIZE_T and ULONG_PT...
2008-09-24 Stefan Ginsberg- FsRtlBalanceReads: Fail if we are out of memory inste...
2008-09-24 Stefan Ginsberg- RawQueryFsSizeInfo: Fail if we are out of memory...
2008-09-24 Art YerkesFix my copypasta spotted by (coverity 1294)
2008-09-24 Aleksey Bragin- Create a VdmpInitialize function for NtVdmControl...
2008-09-24 Andrew MungerRemove a overzealous check. MSDN says to avoid calling...
2008-09-23 Aleksey Bragin- Fix ~4.4 million handle limit bug due to memory corru...
2008-09-23 Stefan Ginsberg- Attempt satisfy Alex
2008-09-23 Stefan Ginsberg- Add basic tracing to CmpReferenceKeyControlBlock...
2008-09-23 Aleksey Bragin- In success cases of NtAllocateVirtualMemory, return...
2008-09-23 Aleksey Bragin- The check for SystemHive being non-NULL is meaningles...
2008-09-23 Aleksey Bragin- Preinitialize ValueData with NULL.
2008-09-22 Stefan Ginsberg- Remove deprecated output
2008-09-21 Colin FinckWow, WriteConfigurationFile() in rbuild never worked...
2008-09-20 Stefan Ginsberg- Fix CMTRACE macro
2008-09-18 Aleksey Bragin- Implement MmCallDllInitialize (partially based on...
2008-09-18 Aleksey Bragin- Save SizeOfImage field from the image header during...
2008-09-17 Aleksey Bragin- ObQueryNameString can return STATUS_INFO_LENGTH_MISMA...
2008-09-15 Stefan Ginsberg- Implement IoSetFileOrigin
2008-09-15 Stefan Ginsberg- STDCALL -> NTAPI
2008-09-15 Stefan Ginsberg- IopCompleteRequest: Remove the hack related to Irp...
2008-09-14 Aleksey Bragin- Don't call MmLoadSystemImage with a NULL ModuleHandle...
2008-09-14 Christoph von Wittichfix some typos
2008-09-14 Stefan Ginsberg- Don't dereference a thread when we are supposed to...
2008-09-14 Stefan Ginsberg- Don't dereference the debug object when we are suppos...
2008-09-14 Stefan Ginsberg- Don't leak a handle if user mode tries to debug the...
2008-09-12 Stefan Ginsberg- Add missing CmpReferenceKeyControlBlock prototype
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-09-12 Stefan Ginsberg- Fix typos in OBTRACE output
2008-09-12 Stefan Ginsberg- Remove unneeded ";"
2008-09-12 Aleksey Bragin- MmDeleteKernelStack should take StackBase as the...
2008-09-11 Stefan Ginsberg- IoAcquire/ReleaseVpbSpinLock: Use the queued IopVpbSp...
2008-09-11 Stefan Ginsberg- NtQueryInformationProcess with ProcessImageFileName...
2008-09-10 Cameron Gutman - Revert 36093
2008-09-09 Cameron Gutman - Fix a typo which resulted in a read irp being locked...
2008-09-08 Cameron Gutman - Dereference the Fdo before we return if we fail
2008-09-08 Stefan Ginsberg- Move global variable declaration to .c file instead...
2008-09-08 Stefan Ginsberg- [FORMATTING] Fix broken indentation
2008-09-08 Aleksey Bragin- Implement a linear search in CmpFindSubKeyInRoot...
2008-09-08 Aleksey Bragin- Add CmpArmDelayedCloseTimer declaration.
2008-09-08 Aleksey Bragin- Implement delay-close worker function.
2008-09-08 Aleksey Bragin- Comment out the assert which is hit in some cases...
2008-09-08 Stefan Ginsberg- NtQueryInformationFile and NtSetInformationFile:...
2008-09-07 Stefan Ginsberg- Patch by Cameron "aicom" Gutman: Ensure allocation...
2008-09-07 Stefan Ginsberg- Use macro instead of "64" magic
2008-09-07 Stefan Ginsberg- Check for "!= KernelMode" instead of "== UserMode"
2008-09-04 Stefan Ginsberg- Fix kernel exports ARM
2008-09-04 Hervé PoussineauAlso use ntoskrnl.spec file for ARM
2008-09-02 Aleksey Bragin- MmLoadSystemImage's last parameter (BaseAddress)...
2008-08-31 Aleksey Bragin- Fix two major problems in CmpCleanUpKcbCacheWithLock:
2008-08-31 Hervé PoussineauCheck if tags match in ExFreePoolWithTag
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-31 Aleksey Bragin- Fix over-reading the input buffer (sometimes by even...
2008-08-30 Stefan Ginsberg- [FORMATTING] Indentation and typo fixes
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-30 Stefan Ginsberg- Get rid of ASSERT_IRQL, deprecated since long ago
2008-08-30 Stefan Ginsberg- KEBUGCHECK(0) -> KeBugCheck(FILE_SYSTEM)
2008-08-29 Hervé Poussineauwin32k: Add tags when allocating memory
2008-08-28 Aleksey Bragin- Use CmpCompressedNameSize to obtain the compressed...
2008-08-28 Aleksey Bragin- Implement CmpConstructName (builds a full name of...
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-27 Timo KreuzerMMerge 34827 from ros-amd64-bringup branch:
2008-08-27 Aleksey Bragin- Implement CmpQueryKeyName as a wrapper around CmpCons...
2008-08-26 Andrew MungerAllocate buffer from Non-paged pool, like most everythi...
2008-08-25 Timo KreuzerMerge 34739 - 34769, 34796 - 34905, 34916 - 34967,...
2008-08-25 Stefan Ginsberg- Remove deprecated CHECKPOINT/CHECKPOINT1 macros which...
2008-08-25 Stefan Ginsberg- Use MiSyncForProcessAttach and MiSyncForContextSwitch...
2008-08-25 Stefan Ginsberg- Remove LIST_FOR_EACH and LIST_FOR_EACH_SAFE from...
2008-08-25 Timo Kreuzermerge 35359 from ros-amd64-bringup branch:
2008-08-25 Stefan Ginsberg- Remove a header duplication and move a prototype...
2008-08-25 Stefan Ginsberg- NtLoadKey: Call NtLoadKeyEx directly instead of calli...
2008-08-24 Stefan Ginsberg- [FORMATTING] Comment and formatting fixes for LocateC...
2008-08-24 Stefan Ginsberg- [FORMATTING] Code style and comment cleanup. No code...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-24 Stefan Ginsberg- Formatting and comment fixes (no code change)
2008-08-23 Art YerkesCatch failure to release the cancel spinlock. Would...
next