I changed the PSXDLL.DLL version info description to make it different from MS' ...
[reactos.git] / reactos / ntoskrnl /
2003-09-27 Filip NavaraFixed line endings.
2003-09-26 Eric KohlCheck for presence of \reactos\ntoskrnl.exe instead...
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-25 Filip NavaraFixed line endings.
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-09-25 VizziniPatch by Skywing:
2003-09-24 Thomas Bluemelimproved mouse (buttons) handling
2003-09-18 Aleksey BraginPatch by Mike Nordell: Change UserMode to KeGetCurrentP...
2003-09-14 Hartmut Birr- Use KeSetBasePriorityThread for changing the thread...
2003-09-14 Hartmut Birr- Reference all returned process objects (in PsGetNextP...
2003-09-14 Hartmut Birr- Moved the call to ExpSwapThreadEventPair from PiDelet...
2003-09-14 Hartmut Birr- Returned STATUS_PROCESS_IS_TERMINATING/STATUS_THREAD_...
2003-09-14 Hartmut Birr- Changed the reference/dereference order in ObDeleteHa...
2003-09-14 Hartmut Birr- Changed the wait parameter to FALSE in a call to...
2003-09-14 Hartmut Birr- Implemented the allocation type NonPagedPoolCacheAlig...
2003-09-14 Hartmut Birr- Reduce the size for the block header by using a union...
2003-09-14 Hartmut Birr- Fixed KeReleaseDispatcherDatabaseLockAtDpcLevel/KeRel...
2003-09-14 Hartmut Birr- Initialize only the page table for the region up...
2003-09-14 Hartmut Birr- Dereference the process pointer in QSI_DEF(SystemProc...
2003-09-13 VizziniPatch by skywing:
2003-09-10 Vizzinipatch by Skywing: made existing eventpair code more...
2003-09-09 Gé van GeldorpNaive implementation of Ke(Save/Restore)FloatingPointState
2003-09-04 Vizzinifixed RtlUnicodeStringToInteger
2003-09-03 Eric KohlFixed signature of [Nt/Zw]QueryDirectoryObject().
2003-09-03 Eric KohlFixed bugs in NtQuerySymbolicLinkObject():
2003-09-02 Hartmut Birr- Don't put the digits strings on the stack.
2003-08-30 Hartmut Birr- Reference/dereference the parent key in CmiObjectDelete.
2003-08-30 Hartmut Birr- Use the parents registry hive if the parent is access...
2003-08-30 Hartmut Birr- Allocate a separate name buffer in RtlQueryRegistryVa...
2003-08-30 Hartmut Birr- Fixed the enumeration of subkeys for which doesn...
2003-08-29 David Welch- Fix from art: use the region protection for faulted...
2003-08-29 David Welch- Removed test code.
2003-08-28 Thomas Bluemelimplemented support for double clicks
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-27 David Welch- Fix for completion of file system control IRPs.
2003-08-25 David Welch- Patch from Art Yerkes: return access violation on...
2003-08-25 Hartmut Birr- The pool lock should be acquired before any tests...
2003-08-25 Eric KohlDisabled two debug messages.
2003-08-25 Hartmut Birr- Include roscfg.h previous all other header files.
2003-08-25 Hartmut Birr- Check always the irq trapframe's cs before delivering...
2003-08-25 Thomas Bluemelfixed a bug that caused the mouse cursor drawing incorr...
2003-08-24 Thomas Bluemelimplemented SetCursorPos() and GetCursorPos() and chang...
2003-08-24 Eric Kohl- xHalIoReadPartitionTable() returns proper HiddenSecto...
2003-08-24 David Welch- Support 'in dx, eax'/'in imm, eax' in the v86 monitor...
2003-08-24 David Welch- Move bootvideo support for a seperate driver.
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-08-24 Casper Hornstrup2003-08-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-24 Thomas Bluemel1. ClipCursor(), GetClipCursor() in user32
2003-08-22 Thomas Bluemelfixed a bug in LdrAccessResource(), it should abort...
2003-08-22 Hartmut Birr- Free the sub key table in CmiObjectDelete.
2003-08-22 Gé van GeldorpFix handling of invalid memory accesses by the stub
2003-08-22 Gé van GeldorpPrevent double screen output when GDB is active
2003-08-21 Thomas Bluemelinitial support for system menus
2003-08-21 Royce Mitchell IIIC89 compatibility
2003-08-20 Emanuele AlibertiNTOSKRNL PS: NtOpenThread implemented.
2003-08-20 Royce Mitchell IIIcommented out a DPRINT that referenced a variable that...
2003-08-20 Andrew Greenwood* Took an intelligent guess at NtLockVirtualMemory...
2003-08-20 Royce Mitchell IIIpatch by vizzini - Fixed a typoed struct member, Fixed...
2003-08-20 David Welch- Fix for accessing Section->Segment after dereferencin...
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-19 David Welch- Fixed whole page allocations.
2003-08-19 Royce Mitchell IIIAdded MmDbgPagedPoolRedZoneCheck(). I hope to eventuall...
2003-08-18 Eric KohlxHalIoWritePartitionTable(): Don't bail out if a partit...
2003-08-18 Emanuele AlibertiSystemProcessInformation: PPID retrieved.
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-08-18 Hartmut Birr- Check for the status after calling KeWaitForSingleObj...
2003-08-18 Hartmut Birr- Remove all wait objects from a thread which would...
2003-08-18 Hartmut Birr- Delete a process environment in the context of a...
2003-08-17 Eric KohlImplemented xHalIoSetPartitionInformation().
2003-08-15 Eric KohlGot xHalIoWritePartitionTable() working.
2003-08-14 Andrew GreenwoodReactOS W32API convert part 4
2003-08-14 Eric KohlRtlQueryRegistryValues():
2003-08-14 Eric KohlImplemented ProbeForRead() and ProbeFor Write() (but...
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-10 Eric KohlReverted my logic changes to Mike Nordell's patch.
2003-08-10 Hartmut Birr- Fixed the allocation of the retrieval pointers for...
2003-08-10 Eric KohlFixed returned container partition starting offsets...
2003-08-10 Eric KohlDon't close the nls section object twice.
2003-08-10 Gé van GeldorpAdjust MmCopyFrom/ToCaller() declarations to fix warnin...
2003-08-09 Casper Hornstrup2003-08-09 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-08 Royce Mitchell IIIadded apps/tests/linetest - demonstrates bugs in line...
2003-08-07 Andrew GreenwoodW32API conversion update
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-05 Emanuele AlibertiFsRtlInitializeOplock is implemented with a void functi...
2003-08-04 Eric KohlAdditions and fix to NtQueryInformationProcess.
2003-08-04 Hartmut Birr- Fixed the calculation of the block end.
2003-08-04 Royce Mitchell IIInew version of PagedPoolCacheAligned. Fixing the proble...
2003-08-03 Emanuele AlibertiFsRtlSyncVolumes is implemented, even if it does nothin...
2003-08-02 Gunnar Dalsnes-Introduce new WinSta lock to replace most others
2003-07-31 David Welch- Reverted incorrect code.
2003-07-31 Royce Mitchell IIIadded page-aligned allocations ( reworked patch by...
2003-07-31 Royce Mitchell IIIfixed bug in struct _MODIFIERS declaration.
2003-07-30 Eric KohlFixed returned key names in calls to NtEnumerateKey...
2003-07-29 James TaborAdding Art Yerkes Keyboard Testing Code
2003-07-29 Royce Mitchell IIIanother patch by Mike Nordell. Fixed pointer math to...
2003-07-29 Royce Mitchell IIIcasting bug-fix in mm/npool.c - submitted by Mike Norde...
2003-07-29 Royce Mitchell IIIfixed pointer math to be portable
2003-07-29 Royce Mitchell IIIfixed all my bugs passing PUNICODE_STRING objects as...
next