- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / ke /
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 KdDebuggerInitialize1 and enable call to it.
2007-02-18 Alex Ionescu- Fix KiDebugService to load EDX from KTRAP_FRAME_EDX...
2007-02-18 Alex Ionescu- Add stubs for KdSave, KdRestore, KdDebuggerInitialize...
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-11 Sylvain Petreollemove from branch
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-26 James TaborFix warning.
2007-01-26 Alex Ionescu- Enable NT Scheduler.
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- Implement KeUpdateSystemTime properly, it now saves...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-24 Aleksey Bragin- Merge 25572 (except the NTLPC related part), this...
2007-01-24 Aleksey BraginMerge 25473.
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- Implement new ExHandle* implementation using pushlock...
2007-01-21 Alex Ionescu- Fix IN/OUT privileged instruction fault (we don't...
2007-01-21 Christoph von Wittichset the correct limits for the GDT Entry in KiInitializ...
2007-01-21 Christoph von Wittichfix KeFlushCurrentTb
2007-01-21 Alex Ionescu- Fix multiple LPC race conditions.
2007-01-18 Sylvain Petreollefix gcc4 build
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- Simplify KiWaitTest.
2007-01-16 Alex Ionescu- Fix insertion of special APC into APC delivery list.
2007-01-15 Alex Ionescu- Fix locking bugs in guarded mutex implementation...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-12-01 Alex Ionescu- Kill some debug prints.
2006-11-29 Alex Ionescu- Don't freeze on spurious interrupt.
2006-11-29 Alex Ionescu- Swap the IDT where we should, in KiSystemStartup...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-29 Alex Ionescu- Fixup all the file headers with proper paths and...
2006-11-28 Alex Ionescu- Fix prototype/definition of HalCalibratePerformanceCo...
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-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-11-05 Peter Ward- Added missing variable for the SMP build, noticed...
2006-11-05 Alex Ionescu- disk.sys: Don't fail IOCTL_GET_PARTITION_INFO for...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
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- Properly implement inline versions of KeGetCurrentThr...
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 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-15 Thomas BluemelMake some strings const
2006-10-15 Thomas BluemelSorry, accidently committed a bug...
2006-10-15 Thomas BluemelFix buffer overflow in KiGetCpuVendor, thanks to Michae...
2006-10-15 Thomas BluemelRemove ASSERT(FALSE) statement
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-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Remove SMSS's code for signaling the "init" event.
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-05 Alex Ionescu- Implement ExpInitNls to initialize the NLS Section...
2006-10-04 Alex Ionescu- Implement XPSP2+ syscall stub that uses indirect...
2006-10-04 Alex Ionescu- Fix boot crash due to last patch, forgot that SharedU...
2006-10-04 Alex Ionescu- Fix KUSER_SHARED_DATA in winddk.h
2006-10-04 Alex Ionescu- Add KF_XMMI64 feature flag for SSE2 and detect it.
2006-10-04 Alex Ionescu- Make Kernel initialization (KeInit2) portable/more...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Alex Ionescu- Setup memory limits in shared user data.
2006-10-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Alex Ionescu- Do MmInit1 in KiInitializeKernel so we can access...
2006-10-01 Alex Ionescu- Do MmInit1 much earlier in the boot phase (right...
2006-10-01 Alex Ionescu- Add setupblk.h from TinyKRNL with all the definitions...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-10-01 Alex Ionescu- Use __readfsdword instead of de-referencing the Boot...
2006-10-01 Thomas BluemelFix usage of a uninitialized variable, unnecessary...
2006-10-01 Alex Ionescu- Fix Ki386InitializeTss to use dynamic GDT calculated...
2006-10-01 Alex Ionescu- Put IDT in RW .data section
2006-10-01 Alex Ionescu- Clear KPCR->TEB during bootstrap as well.
2006-10-01 Alex Ionescu- Add two more lines in boot.S which detect boot-by...
2006-10-01 Alex Ionescu- Remove all the remaining code in boot.S and make...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Alex Ionescu- Complete much more of KiRosFrldrLpbtoNtLpb. We now:
2006-09-30 Alex Ionescu- Save processor state in the PKPRCB in KiInitializeKernel.
2006-09-30 Alex Ionescu- Add loop around the KiFreezeExecutionLock before...
2006-09-30 Alex Ionescu- Fix some bugs in intrin.h (missing __inline__ statmen...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-18 Johannes Anderwald* fix build
2006-09-18 Alex Ionescu- Implement FPU Exception Handler.
next