Fix for nasm 0.98
[reactos.git] / reactos / ntoskrnl /
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut Birr- Changed IopCompleteRequest back to the old schematics...
2005-05-08 Thomas Bluemelmore fixes for GCC4
2005-05-07 Alex IonescuImplement FsRtlAllocateResource, FsRtlIsPagingFile...
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
2005-05-07 Alex IonescuFix driver loading. patch by tinus
2005-05-07 Alex IonescuMore IRP Completion changes. Use proper stack count...
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-06 Hervé PoussineauRevert ntoskrnl/cm/regobj.c back to revision 14017
2005-05-06 Alex IonescuUpdate some more kernel structures
2005-05-06 Thomas Bluemelopen the module image file with read access rights...
2005-05-06 Thomas Bluemeldon't leak the registry path string after initializing...
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Hartmut BirrFixed InterlockedClearBit.
2005-05-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Hervé PoussineauBetter handle of wrong arguments in IoRegisterDeviceInt...
2005-05-05 Hervé PoussineauCall Fs notifications at PASSIVE_LEVEL by using a guard...
2005-05-05 Alex IonescuSimply fix up the formatting, there were tabs and 3...
2005-05-05 Hartmut Birr- Free always the name string and the completion contex...
2005-05-05 Hartmut Birr- Guard the copying to the IOSB.
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-04 Thomas Bluemelit's valid to pass lpTargetHandle = NULL to DuplicateHa...
2005-05-04 Gé van GeldorpFix GDB stub:
2005-05-04 Hervé PoussineauSet Thread->SystemThread to TRUE when creating a system...
2005-05-04 Aleksey BraginNtOpenKey modified to correctly behave when wrong input...
2005-05-03 Alex IonescuFix horrible bug where Queued Threads were treated...
2005-05-03 Hartmut BirrDo always set the UserIosb of an irp in IoSecondStageCo...
2005-05-02 Hartmut Birr- Check first for a valid returned object in ObOpenObje...
2005-05-02 Art YerkesFix KDSERIAL.
2005-05-02 Alex IonescuSame kind of fixes for NtFlushBuffersFile
2005-05-02 Alex IonescuFix NtQueryInformationFile. Use right device object...
2005-05-01 Hervé PoussineauFix garbage text output with cmd.exe in GUI mode.
2005-05-01 Alex IonescuDo not signal event twice. Thanks to Gunnar for finding...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex Ionescui8042prt driver by tinus.
2005-05-01 Hervé PoussineauPlease give names to your PDOs. Should correct the...
2005-05-01 Alex IonescuFix IopCloseFile: Use IRP_SYNC_API flag, use local...
2005-05-01 Alex IonescuFix IopDeleteFile: Use IRP_SYNC_API flag, use local...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-05-01 Hartmut BirrPrint symbol names if DBG is defined.
2005-05-01 Gé van Geldorpsvn maintenance
2005-04-30 Eric KohlNtQueryInformationFile/NtSetInformationFile:
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
next