Potapnik <jirka@studioprojekt.cz>
[reactos.git] / reactos / ntoskrnl /
2005-04-30 Alex IonescuAdd hack for ROS's weird behavior. Will investigate...
2005-04-30 Alex IonescuRemove debug message
2005-04-30 Hervé PoussineauDon't double define GUID_DEVICE_INTERFACE_ARRIVAL and...
2005-04-30 Hervé PoussineauI forgot to dereference FileObject in IoSetDeviceInterf...
2005-04-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-30 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-04-29 Thomas Bluemel- added stubs for NtSuspendProcess and NtResumeProcess
2005-04-29 Alex IonescuIRP Completion Fixes for 2nd-Stage:
2005-04-28 Hervé PoussineauSVN maintenance:
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-27 Hartmut BirrGuarded some calls to handle functions with KeEnterCrit...
2005-04-27 Hartmut BirrMade the physical memory section permanent.
2005-04-26 Hartmut Birr- Preinitialise the com port infos with default values.
2005-04-26 Alex IonescuImplement IoRaiseHardError, combine error stuff, fix...
2005-04-26 Thomas Bluemeldon't request write access in NtReadVirtualMemory,...
2005-04-25 Hartmut BirrFixed the initialising of bochs debug.
2005-04-25 Alex IonescuRemove excess header
2005-04-25 Alex IonescuRemove dbg.h and move it to kd.h, it was getting confus...
2005-04-25 Alex IonescuMerge in wrappers with DBG setting as requested
2005-04-25 Alex IonescuFix compilation problem..
2005-04-25 Hartmut BirrReplaced a dirty hack by another.
2005-04-25 Alex IonescuSimplify and correct KiDebugService
2005-04-25 Alex IonescuAdded KiDebugService. Will optimize soon to use common...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuDon't use hack for trap frames anymore, read TempEsp...
2005-04-23 Alex IonescuUse fake frame in KDBG mode, not DBG
2005-04-23 Alex IonescuShare compiler-generated asm exports between ntdll...
2005-04-23 Alex IonescuRemove MDA support
2005-04-23 Alex IonescuDelete cruft
2005-04-23 Alex IonescuAdd more detailed comment about ThreadListEntry so...
2005-04-23 Alex IonescuMove removing process from active list to PspDeleteProc...
2005-04-23 Alex IonescuMove removing process from active list to PspDeleteProc...
2005-04-23 Hartmut BirrFixed restoring of registers.
2005-04-23 Hartmut BirrFixed the smp build.
2005-04-23 Hartmut Birr- Initialized the process create time.
2005-04-23 Hartmut BirrRemoved a wrong additional reference in IoCreateDevice.
2005-04-23 Hartmut BirrDo not remove an entry from the parent for twice.
2005-04-23 Hartmut BirrRemove the thread from the list when terminating.
2005-04-23 Alex IonescuAnd these should've been added...
2005-04-23 Alex IonescuBug in previous commit...these should've been deleted
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-23 Alex IonescuImplement KiServiceExit2 which restores debug registers...
2005-04-23 Alex IonescuTerminate System Thread after execution...forgot to...
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuFix win32k building
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-20 Eric KohlMove RtlAreAllAccessesGranted, RtlAreAnyAccessesGranted...
2005-04-20 Hervé PoussineauImplement IoRegisterDeviceInterface
2005-04-19 Thomas Bluemeldon't access pagable memory at dispatch level in NtQuer...
2005-04-19 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
2005-04-19 Thomas Bluemelconvert the device object to a temporary device before...
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-19 Alex Ionescudamn fingers were too fast. sorry, reverting
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-19 Alex IonescuUse MmDeleteKernelStack and remove KeReleaseThread
2005-04-18 Thomas Bluemelfix uninitialized variable
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuFix incorrect replacement
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuFix win32k
2005-04-18 Alex IonescuImplement PsGetVersion. OSR and other sources say that...
2005-04-18 Alex IonescuFix Access Bug. cmd.exe and taskmgr work again, but...
2005-04-18 Alex IonescuFix Process not being deleted
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuForgot this
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
2005-04-17 Alex IonescuIoCreateDevice Changes:
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-16 Alex IonescuFix WaitAll bug. Previously, not all Wait Objects in...
2005-04-15 Thomas Bluemeluse the correct version of KeGetCurrentIrql for MP
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-14 Hervé PoussineauChange debug messages to more neutral ones
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...
2005-04-12 Art YerkesPatch by tinus_ to fix a persistent problem with kdbg...
2005-04-11 Hervé PoussineauRespect OBJ_OPENIF flag in ObCreateObject
2005-04-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-04-10 Filip Navara- Pass correct parameters to MmLocateMemoryAreaByAddres...
2005-04-09 Hartmut BirrFixed the dereferencing of an existing named object...
2005-04-09 Hartmut BirrObCreateObject should return an existing named object...
2005-04-08 Hartmut Birr- Don't allow to create objects in the nt name space...
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-04-05 Hartmut BirrChanged back to IoBuildSynchronousFsdRequest.
2005-04-05 Hervé PoussineauRemove useless code (ACPI now reports resources correctly)
2005-04-05 Royce Mitchell IIIadd some asserts
2005-04-04 Hartmut BirrCheck for an valid mdl pointer before calling IoFreeMdl...
2005-04-04 Hervé PoussineauAllow ACPI detection and legacy detection for serial...
2005-04-03 Hartmut BirrInitialized the event with the object instead of the...
2005-04-02 Hartmut Birr- Fixed ExTimerRundown.
2005-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-04-01 Hartmut Birr- Use IoBuildAsynchronousFsdRequest instead IoBuildSync...
2005-04-01 Hartmut BirrRaise the exception in MmProbeAndLockPages always with...
next