- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / include /
2007-02-18 Alex Ionescu- KdDebuggerNotPresent should be FALSE by default.
2007-02-18 Alex Ionescu- Add kd64 folder for KD64 6.0 implementation.
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Alex IonescuObject Manager fixes based on bug reports from Aleksey...
2007-02-11 Sylvain Petreollemove from branch
2007-02-08 Alex Ionescu- Fix build.
2007-02-08 Alex Ionescu- Update boot graphics with new, RLE-compressed and...
2007-02-05 Aleksey BraginUpdate ex/timer.c up to 25610.
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Clean up kernel32\thread.c and fix some bugs.
2007-01-25 Alex Ionescu- Implement the balance set manager. Doesn't do much...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-25 Alex Ionescu- Implement KeUpdateSystemTime properly, it now saves...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-24 Alex Ionescu- Fix ExInitPoolLookasidePointers and ExpInitailizeLook...
2007-01-24 Aleksey BraginMerge 25473.
2007-01-24 Aleksey Bragin- Merge a couple of small bugfixes from 25461 (smss...
2007-01-24 Alex Ionescu- Rewrite kernel timer implementation to use Windows...
2007-01-23 Alex Ionescu- Fix some warnings.
2007-01-23 Alex Ionescu- Convert KxDelayThreadWait, KxSingleThreadWait, KxMult...
2007-01-22 Alex Ionescu- Fix MSVC breakage caused by recent modifications...
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-22 Alex Ionescu- Fix HANDLE_TABLE definition.
2007-01-22 Alex Ionescu- Implement a cute little hack called DEFINE_WAIT_BLOCK...
2007-01-21 Alex Ionescu- Fix multiple LPC race conditions.
2007-01-21 Dominique Cote==================================================...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu[10 bug fixes]:
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2007-01-16 Alex Ionescu[22 bug fixes]:
2007-01-16 Alex Ionescu- Reimplement Process/Thread/Image notification callbac...
2007-01-16 Alex Ionescu- Large cleanup of exported callback implementation...
2007-01-16 Alex Ionescu- Simplify KiWaitTest.
2007-01-15 Alex Ionescu- Fix locking bugs in guarded mutex implementation...
2007-01-15 Alex Ionescu- Fix several bugs in the rundown protection implementa...
2007-01-15 Alex Ionescu[12 bug fixes]:
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-10 Thomas BluemelFix warnings
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
2007-01-10 Alex Ionescu- Fix a bug in ExfWakePushLock.
2007-01-09 Alex Ionescu- Heavy cleanup of locking and lookup macros in ob_x.h.
2007-01-09 Alex Ionescu- Add internal macros for acquiring the object director...
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-08 Alex Ionescu- Implement ObpCreateSymbolicLinkName and enable call...
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Alex Ionescu- Delete /fs directory.
2007-01-08 Alex Ionescu- Fix ObReferenceObjectByName to do proper name validat...
2007-01-08 Alex Ionescu- Fix a bug in ExReleasePushLock which broken contentio...
2007-01-08 Alex Ionescu- Fix _PsProcessType for MSVC compilation.
2007-01-04 Alex Ionescu- Fix a bug in KeLeaveCriticalRegion which was deliveri...
2006-12-29 Alex Ionescu- Fix OB_SECURITY_METHOD prototype, callers, and implem...
2006-12-29 Alex Ionescu- Fix some subtle bugs in NtWaitForMultipleObjects...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Alex Ionescu- Add missing header.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-12-01 Alex Ionescu- Write DLL Being mapped into NtTib->ArbitraryUserPoint...
2006-11-30 Alex Ionescu- Fix DbgkSectionHandleToFileHandle.
2006-11-30 Alex Ionescu- Forgot to actually initialize Dbgk during system...
2006-11-30 Alex Ionescu- Implement DbgkPostFakeThreadMessages.
2006-11-27 Alex Ionescu- Cleanup HAL initialization code:
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-14 Alex Ionescu- Implement HalSystemVectorDispatchEntry, KeFlushWriteB...
2006-11-12 Alex Ionescu- FSTUB Patch for Mount Manager Support, Part 1:
2006-11-12 Alex Ionescu- Implement IoSetCompletionRoutineEx, which is a safe...
2006-11-12 Alex Ionescu- Argh, another forgotten file. Too many local changes :(
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-11-05 Alex Ionescu- Add hal.h from TinyKRNL containing internal definitio...
2006-10-30 Alex Ionescu- SMSS: Send QOS structure when creating new ports...
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Implement more of the Ke386 ASM macros for MSVC.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-23 Alex Ionescu- Optimize PsGetCurrentProcess as well.
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-22 Alex Ionescu- Implement helper routine DbgkpSectionToFileHandle...
2006-10-22 Alex Ionescu- Implement KeThawAllThreads based on KeFreezeAllThreads.
2006-10-22 Alex Ionescu- Fix KeFreezeAllThreads prototype and define it in...
2006-10-22 Alex Ionescu- Implement DbgkPostFakeModuleMessages.
2006-10-20 Alex Ionescu- Define DBGKM_APINUMBER
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-10-19 Alex Ionescu- Implement Object Type Resource Lock, since object...
2006-10-19 Alex Ionescu- Set OBJ_OPENLINK invalid for core object types.
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Alex Ionescu- Finalize ARC Boot changes:
2006-10-08 Alex Ionescu- Part 2 of ARC boot changes: Major modifications done...
2006-10-08 Alex Ionescu- Part 1 of ARC boot cleanups/changes: Create a valid...
2006-10-08 Alex Ionescu- More re-shuffling of initialization calls, including...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
next