[FORMATTING] No code changes.
[reactos.git] / reactos / ntoskrnl /
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...
2008-08-23 Stefan Ginsberg- Add THREAD_TERMINATE_HELD_MUTEX bugcode and make...
2008-08-23 Aleksey Bragin- Implement IopGetRegistryValue (complementary function...
2008-08-23 Stefan Ginsberg- In IoAcquire/ReleaseCancelSpinLock, use the queued...
2008-08-23 Hervé PoussineauAdd new devices at start of list, not end. Order is...
2008-08-22 Hervé PoussineauRemove useless 'if'
2008-08-22 Hervé PoussineauFix device node structure to be compatible with MS...
2008-08-22 Stefan Ginsberg- Remove a LIST_FOR_EACH
2008-08-22 Hervé PoussineauDEVICE_RELATIONS->Count is ULONG
2008-08-22 Hervé PoussineauCalling IoSynchronousInvalidateDeviceRelations with...
2008-08-22 Hervé PoussineauMove most of the code of IoSynchronousInvalidateDeviceR...
2008-08-22 Hervé PoussineauClean up code by removing now useless parts
2008-08-22 Stefan Ginsberg- Replace more magic values with symbolic constants
2008-08-22 Stefan Ginsberg- Add EFLAGS_IOPL to asm.h and make use of it in assembly
2008-08-22 Stefan Ginsberg- Use correct bug code when crashing due to closing...
2008-08-21 Stefan Ginsberg- Change ASSERT to C_ASSERT
2008-08-21 Aleksey Bragin- "When releasing the gmutex my awesome code was removi...
2008-08-21 Aleksey Bragin- Add missing MmCallDllInitialize prototype.
2008-08-19 Stefan Ginsberg- Remove dead code
2008-08-18 Stefan Ginsberg- Remove broken IoReportTargetDeviceChange implementati...
2008-08-18 Stefan Ginsberg- Replace the remaining X86_EFLAGS* with EFLAGS_*
2008-08-18 Stefan Ginsberg- Missed a STDCALL -> NTAPI
2008-08-18 Stefan Ginsberg- Fix a typo (and build)
2008-08-18 Stefan Ginsberg- Implement IoReportTargetDeviceChange as a wrapper...
2008-08-18 Stefan Ginsberg- Cleanup and reformat parts of pnpmgr (no code change)
2008-08-18 Stefan Ginsberg- STDCALL -> NTAPI
2008-08-18 Stefan Ginsberg- Don't export PoSetDeviceBusy, it should be a macro...
2008-08-18 Stefan Ginsberg- Add KdInitSystem to kd64.h
2008-08-18 Stefan Ginsberg- Remove 3 deprecated macros
2008-08-18 Stefan Ginsberg- Remove empty header
2008-08-17 Stefan Ginsberg- Fix comment header
2008-08-17 Stefan Ginsberg- Rename SeInit to SeInitSystem
2008-08-17 Stefan Ginsberg- Move kernel mode implementation of RtlpGetStackLimits...
2008-08-17 Stefan Ginsberg- Remove dead code
2008-08-17 Stefan Ginsberg- Remove two more files by moving their tiny contents...
2008-08-17 Stefan Ginsberg- Remove dead pager.c
2008-08-16 Stefan Ginsberg- Remove deprecated ExfpInterlockedExchange64
2008-08-16 Stefan Ginsberg- Spelling fixes
2008-08-16 Stefan Ginsberg- No need to set a variable to TRUE twice before it...
2008-08-16 ReactOS Portable... Implement InterlockedComparePte and InterlockedCompareE...
2008-08-15 Aleksey Bragin- Fix MiSyncThreadProcessViews. Should fix bug 3658...
2008-08-14 Stefan Ginsberg- Header cleanup
2008-08-14 Stefan Ginsberg- Fix MiSyncThreadProcessViews to hack-sync the next...
2008-08-14 Stefan Ginsberg- Rework MiSyncThreadProcessViews
2008-08-13 Stefan Ginsberg- Remove INIT_FUNCTION from exported functions
2008-08-13 Stefan Ginsberg- Apply the same Mm sync hacks in NtYieldExecution...
2008-08-13 Stefan Ginsberg- Fix MiSyncThreadProcessViews in KeInitThread too...
2008-08-13 Stefan Ginsberg- Remove KiRawTicks -- this was previously a ros-specif...
2008-08-13 Stefan Ginsberg- "Sync" to the next thread's initial stack in KiSwapTh...
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-13 Stefan Ginsberg- Code cleanup
2008-08-13 Stefan Ginsberg- Fix a broken check in PspExitThread. We should check...
2008-08-13 Stefan Ginsberg- Fix a (comment) typo
2008-08-13 Stefan Ginsberg- Reapply the PsTerminateSystemThread typo fix. We...
2008-08-12 Stefan Ginsberg- Temporarily revert my last change. We don't set the...
2008-08-12 Stefan Ginsberg- Fix a typo in PsTerminateSystemThread. Now this API...
2008-08-12 Aleksey Bragin- Change while (true) to an ASSERT(FALSE).
2008-08-12 Art YerkesHarden 'proc list'
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-10 Hervé PoussineauUse a .spec file for ntoskrnl.
2008-08-10 Hervé PoussineauI was wrong, because KeUpdateSystemTime prototype is...
2008-08-10 Hervé PoussineauRemove stdcall decorations to fix build.
2008-08-10 Hervé PoussineauTry to fix some symbol names
2008-08-09 Hervé PoussineauFix prototype
2008-08-09 Aleksey Bragin- MmAdjustWorkingSetSize has 4 parameters, not 3.
2008-08-08 Stefan Ginsberg- Fix a typo
2008-08-07 Jeffrey MorlanOn attempts to write to a read-only section view, retur...
2008-08-06 Aleksey Bragin- Add more intrinsic defines.
2008-08-05 Stefan Ginsberg- Remove memcmp NTOS export added in rev 34611 as real...
2008-08-04 Stefan Ginsberg- Export KeI386MachineType and KeInitializeThreadedDpc
2008-08-04 Stefan Ginsberg- Export KiBugCheckData
2008-08-03 Eric KohlFix NtQueryOpenSubKeys prototype.
2008-08-03 Aleksey Bragin- ExfInterlockedAddUlong is FASTCALL, not NTAPI (spotte...
2008-08-03 Stefan Ginsberg- Use RtlCopyUnicodeString instead of RtlInitUnicodeStr...
2008-08-03 Stefan Ginsberg- Revert 35042
2008-08-02 Art YerkesFix step and next commands. Not perfect, but working...
2008-08-02 Stefan Ginsberg- ExpLookupHandleTableEntry: Apply same changes as...
2008-08-02 Aleksey Bragin- Remove unneeded code, which would have its 10 years...
2008-08-01 Jeffrey Morlan- PspSetPrimaryToken: Fix some incorrect object derefer...
2008-08-01 Stefan Ginsberg- Use macros instead of magic "1" and "2" for Setup...
2008-08-01 Stefan Ginsberg- Get rid of a confusing goto and call KiUnwaitThread...
2008-07-31 Stefan Ginsberg- Change an infinite loop to an assert to simplify...
2008-07-31 ReactOS Portable... - Fix ARM NTOS brekage (and amd64/ppc):
next