- KdDebuggerNotPresent should be FALSE by default.
[reactos.git] / reactos / ntoskrnl / include /
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-06 Alex Ionescu- Add PROFILE_ACPI_DOCKING_STATE.
2006-10-05 Alex Ionescu- Remove SMSS's code for signaling the "init" event.
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-10-05 Alex Ionescu- Put all Phase 1 Ex* Initialization in ExpInitSystemPh...
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- 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- Combine SeInit1 and SeInit2 into SeInit since both...
2006-10-02 Alex Ionescu- Setup memory limits in shared user data.
2006-10-02 Alex Ionescu- Implement Phase 0 Ex initialization (Resource, Lookas...
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- 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- Implement static compile-time assertions and use...
2006-10-01 Alex Ionescu- Fix Ki386InitializeTss to use dynamic GDT calculated...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Alex Ionescu- Save processor state in the PKPRCB in KiInitializeKernel.
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-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-09-17 Alex Ionescu- Large cleanup of psmgr.c. Move all externs and protot...
2006-09-16 Hervé PoussineauMake IoInvalidateDeviceRelations really asynchronous
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Alex Ionescu- Implement KiAcquireDispatcherObject, KiReleaseDispatc...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-13 Alex Ionescu- Update Kernel Fun.
2006-09-13 Alex Ionescu- Renamed device.c to config.c and removed all irreleva...
2006-09-13 Alex Ionescu- Implement KxAcquireSpinLock/KxReleaseSpinLock for...
2006-09-13 Alex Ionescu- Remove usercall.c from portable part of Ke and add...
2006-09-13 Alex Ionescu- Use inlined guarded region routines instead of duplic...
2006-09-13 Alex Ionescu- Implement KiAcquireDeviceQueueLock/KiReleaseDeviceQue...
2006-09-12 Hervé PoussineauStart to support GUID_DEVICE_SYS_BUTTON interface....
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-11 Alex Ionescu- Fix a critical bug in KiComputeNewPriority.
2006-09-11 Alex Ionescu- Fix KiDeliverApc prototype for PPC compatibilty.
2006-09-11 Alex Ionescu- Fix lock acquisition/release mismathces in KiInsertQu...
2006-09-11 Alex Ionescu- Re-implement KiRequestApcInterrupt in ke_x.h. Make...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Thomas BluemelFix difference in signedness warning
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Hervé PoussineauFix typo: _GNUC_ -> __GNUC__
2006-09-07 Johannes Anderwald* fix building ntoskrnl
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-03 Alex Ionescu- Add Ke386SetFs, Ds, Es (using Ke386SetSeg) and Ke386S...
2006-09-03 Alex Ionescu- Remove LDT initialization, LDT shouldn't be initializ...
2006-09-03 Alex Ionescu- Fix KTSS definition.
2006-09-02 Alex Ionescu- Add missing volatile statements to KPROCESS, KTHREAD...
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-01 Alex Ionescu- More initialization cleanup.
2006-09-01 Alex Ionescu- Add back defines accidentaly removed.
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-26 Alex Ionescu- Transform TRAP_PROLOG into a GAS macro.
2006-08-25 Alex Ionescu- Hervé est un Dieu qui mérite une infinité de bières...
2006-08-25 Alex Ionescu- Add some debugging code to see why trap frames are...
2006-08-25 Alex Ionescu- We do not speak about the v86 hack.
2006-08-24 Alex Ionescu- Got rid of the deprecated stuff left in irq.c and...
2006-08-24 Andrew MungerDBG=0 fixes, patch by Physicus.
2006-08-24 Alex Ionescu- Update KeUpdateSystemTime to use variable increments.
2006-08-24 Alex Ionescu- Implement Chained and Normal generic interrupt handlers.
2006-08-23 Alex Ionescu- Fix some bugs in INT_PROLOG so that it can be used...
2006-08-23 Alex Ionescu- Fix bugs in ASM version of KfLowerIrql (not yet used)
2006-08-21 Alex Ionescu- Implement GENERATE_IDT_STUBS/GENERATE_INT_HANDLERS
2006-08-20 Alex Ionescu- Detect NPX/FPU in simple assembly and XMMI/SSE2 by...
2006-08-20 Alex Ionescu- Remove some FPU deprecated constants and use the...
2006-08-20 Alex Ionescu- Some micro-architectural changes and cleanups.
2006-08-04 Hervé PoussineauWe should be able to set ThreadImpersonationToken infor...
2006-08-01 The Wine SynchronizerRevert 23354 (causes a bugcheck). It will be committed...
2006-07-29 Alex Ionescu- Added profiling for possible Nt I/O function optimiza...
2006-07-29 Alex Ionescu- Add another paramter to IopCleanupFailedIrp to free...
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-07-23 Alex Ionescu- Fix trace macro to print line number in decimal,...
2006-07-23 Alex Ionescu- Temporarly disable screensaver code. Sorry greatlord...
2006-07-23 Alex Ionescu- Add tracing in process/thread.c as well.
2006-07-23 Alex Ionescu- Acquire Process lock when touching the thread list...
2006-07-23 Alex Ionescu- Make use of PsChangeQuantumTable on system startup...
next