- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc in winnt.h
[reactos.git] / reactos / ntoskrnl / ke /
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Hartmut BirrWaiting for a fast mutex should be done in kernel mode.
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-08 Gregor AnichAdd 'break_on_module_load' option to KDB. When enabled...
2005-10-06 Gregor AnichFix KiGetFpuState() - Thanks to Hartmut for finding...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-10-05 Gregor AnichChange indentation - make it a bit more readable and...
2005-10-02 Thomas Bluemelmake the tree compilable again...
2005-10-02 Alex Ionescu- Small semaphore code simplification/optimization.
2005-10-01 Alex Ionescu- Remove some duplicated/useless code and use internal...
2005-10-01 Alex Ionescu- KeRundownThread:
2005-09-30 Thomas Bluemeldon't remove mutants twice from the thread's mutant...
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-26 Alex IonescuErr, actually deliver APCs when returning from systemca...
2005-09-26 Gé van GeldorpSilence some debug messages
2005-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-25 Gé van GeldorpFix GDB backtrace
2005-09-23 Alex IonescuFix signalstate check in KGATE code; spotted by magey.
2005-09-23 Gé van GeldorpRemove dead file
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-15 Hartmut BirrFixed the MP build.
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-09-13 Alex IonescuFilip doesn't like int3. Implemented Trap6 failure...
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-03 Hartmut BirrFixed the return value in KeRundownQueue if the queue...
2005-08-26 Hartmut BirrCall the correct user mode dispatch function in KiDispa...
2005-08-22 Alex Ionescuuse correct wait mode when checking alertability in...
2005-08-22 Filip NavaraActually break out of the wait loops if we got alerted.
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-16 Filip NavaraMake KeFlushQueueApc return a standard cyclic linked...
2005-08-15 Alex Ionescu- Remove the APC from the list and then set it as not...
2005-08-11 Hartmut BirrFixed a debug message.
2005-08-10 Aleksey BraginFixed a typo. According to the url pointed out by Royce...
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex IonescuFix priority formulas, account for saturation, do prope...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-09 Alex Ionescu- Fix NtSuspendThread: correct PreviousMode check,...
2005-08-09 Alex Ionescu- Fix a large amount of bugs in ObpAllocateObjectAttrib...
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-07-31 Filip NavaraRevert #16904 and clarify the comment about the race...
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-30 Filip NavaraFix a race condition in quantum code. Spotted by Shmuel...
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-26 Hartmut BirrAcquire always the apc lock if we are modifying the...
2005-07-26 Hartmut Birr- Forgot one change to KeAcquireSpinLockAtDpcLevel.
2005-07-26 Hartmut Birr- Fixed the broken implementation of KeFlushQueueApc.
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-18 Alex Ionescu - Fix nasty APC delivery bug (in case a Kernel-Mode...
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-05 Thomas Bluemelfix warnings with -Wsign-compare for MP builds
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Filip NavaraYet another DPRINT fix.
2005-07-03 Eric KohlRemove trailing whitespace and fix indentation
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-19 Hartmut BirrInitialized the system call entry independent of the...
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-18 Filip Navara- Convert mouclass and sermouse to use official DDK...
next