Don't export ScreenSaverProc and ScreenSaverConfigureDialog anymore
[reactos.git] / reactos / ntoskrnl /
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-23 Stefan Ginsberg- Fix EPROFILE/KPROFILE.Segment member -- it is a pointer
2008-10-23 Stefan Ginsberg- Fix Nt/ZwMapViewOfSection parameters (ULONG -> ULONG_...
2008-10-22 Aleksey Bragin- Typo fix.
2008-10-22 Stefan Ginsberg- Fix an assertion by casting to internal structures...
2008-10-21 Stefan Ginsberg- Correct an assertion after ARM system call changes...
2008-10-21 Stefan Ginsberg- Fix various compilation errors in SMP assembly (typos...
2008-10-21 Stefan Ginsberg- Add missing KPCR_PRCB_IDLE_SCHEDULE offset
2008-10-21 Stefan Ginsberg- Add missing Cm (de)reference trace
2008-10-21 KJK::Hyperionmodified tools/rbuild/backend/mingw/modulehandler.cpp
2008-10-19 Aleksey Bragin- VFAT fixes: Actually perform a mandatory call to...
2008-10-18 Timo KreuzerChange return type of PsGetCurrentProcessWin32Process...
2008-10-18 Stefan Ginsberg- Fix ObIsKernelHandle routine to return what it should...
2008-10-16 Timo KreuzerCmDeleteKey: Copy LastWriteTime from cell to KCB, inste...
2008-10-16 Timo KreuzerChange return type of PsGetCurrentThreadWin32Thread...
2008-10-15 KJK::Hyperionadded lib/rtl/rtl-common.rbuild
2008-10-14 Aleksey Bragin- Don't pass CMP_LOCK_HASHES_FOR_KCB flag because no...
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...
next