latest version of ArchBlackmann
[reactos.git] / reactos / ntoskrnl /
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...
2005-04-01 Hartmut BirrGuard the calls to MmProbeAndLockPages and IoPrepareIrp...
2005-04-01 Gunnar Dalsnes-move ppb from ntdll to rtl
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-31 Gregor AnichFix little bug.
2005-03-31 Gregor Anich* Move the KdbEntryCount (check for exception inside...
2005-03-31 Thomas Bluemeldon't bugcheck on object type mismatch in PsLookupCidHandle
2005-03-31 Alex IonescuClean up catch.c
2005-03-30 Thomas Bluemelinitialize variables
2005-03-30 Alex IonescuReturn status on failure.
2005-03-30 Alex IonescuAdd SEH...thanks to Hardon for noticing the bugs
2005-03-29 Thomas Bluemel- added stub for PoQueueShutdownWorkItem required by...
2005-03-29 Thomas Bluemel- ported RtlVerifyVersionInfo from wine
2005-03-29 Thomas Bluemelmove chkstk.s from ntdll to rtl because _alloca_probe...
2005-03-28 Thomas Bluemelfix warning on optimized builds
2005-03-28 Thomas Bluemelrelease the dispatcher lock in KeReleaseMutant before...
2005-03-26 Hartmut Birr- Fixed the wrong check for KMUTEX objects in KeRundown...
2005-03-25 Thomas Bluemelgrant correct access rights when duplicating a handle
2005-03-25 Thomas Bluemelminor optimization fix for single linked lists
2005-03-25 Royce Mitchell IIIpatch by Filip Navara:
2005-03-25 Thomas Bluemelonly return the token handle if creating it succeeded
2005-03-25 Hartmut BirrAdded a missing unlock.
2005-03-23 Thomas Bluemelrevert my changes
2005-03-22 Thomas Bluemelforgot this file
2005-03-22 Thomas Bluemelfixed a few race conditions during thread/process termi...
2005-03-22 Thomas Bluemelimprove readability by removing obsolete gotos and...
2005-03-22 Alex IonescuFix really really big Mutex/APC bug. Killing GUI Thread...
2005-03-22 Thomas Bluemelforgot to remove debug messages
2005-03-22 Thomas Bluemelsilence obsolete debug message
2005-03-22 Thomas Bluemelfixed thread/process termination bugs that might have...
2005-03-21 Filip NavaraMove the process object dereference from NtTerminatePro...
2005-03-21 Filip Navara- Advance the CurrentEntry pointer before terminating...
2005-03-21 Gunnar Dalsnesreadd incorrectly removed access mapping
2005-03-20 Thomas Bluemel- fixed access rights and shared access checks in IoSet...
2005-03-20 Thomas Bluemel- only mask out the generic rights flags in RtlMapGener...
2005-03-20 Hervé PoussineauImplement IoReportDetectedDevice
2005-03-20 Filip NavaraFix nasty condition when we were subtracting AlignedAdd...
2005-03-20 Filip NavaraMinor correction to NtAdjustPrivilegesToken to keep...
2005-03-19 Alex IonescuOops
2005-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-19 Filip NavaraFix indentation.
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-19 Hartmut BirrAdded two missing dereferencing calls in ObReferenceObj...
2005-03-19 Hartmut BirrAdded two missing dereferencing calls in NtTerminateThread.
2005-03-18 Alex IonescuImplement timer expiring too fast for KeDelayExecutionT...
2005-03-18 Hervé PoussineauImplement partly IoReportResourceForDetection() and...
2005-03-18 Thomas Bluemelcan't receive the cid from a KTHREAD structure, fixes...
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
next