Minor changes to make the posix module partially compile.
[reactos.git] / reactos / ntoskrnl /
2003-12-21 Filip NavaraCorrected debug message.
2003-12-20 Filip NavaraAdded few debug messages.
2003-12-17 Eric KohlImplemented FsRtlDissectName().
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-12-14 Filip NavaraFixed issue that cause user-mode exception stack traces...
2003-12-14 Filip NavaraAdded two debugging messages. Patch by Mike Nordell.
2003-12-14 Hartmut Birr- Do not place _main into the init section. If ntoskrnl...
2003-12-14 Hartmut Birr- Fixed some declarations.
2003-12-14 Hartmut Birr- Replaced ctype.h with internal\ctype.h.
2003-12-14 Hartmut Birr- Removed ctype.h.
2003-12-14 Hartmut Birr- Fixed the declaration of some thread functions.
2003-12-14 Hartmut Birr- Fixed some debug messages.
2003-12-14 Hartmut Birr- Initialized some local variables.
2003-12-14 Hartmut Birr- Fixed the initialisation of the core dump service...
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-12-14 Filip Navara- Added few ObDereferenceObject calls.
2003-12-14 Martin Fuchsactivate Doxygen SEARCHENGINE option
2003-12-13 Gé van GeldorpPrint debug message if memory allocation fails
2003-12-13 Eric KohlInitialize IRP.RequestorMode in system functions that...
2003-12-12 Thomas Bluemelimplemented GetThreadDesktop()
2003-12-12 Thomas BluemelFix kernel-crash when handling user-mode exception...
2003-12-12 Thomas BluemelFix kernel-crash when handling user-mode exception...
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
2003-12-09 Thomas Bluemelchanged handle management of cursors/icons
2003-12-08 Hartmut Birr- Check for illegal characters for short file names...
2003-12-07 Martin Fuchsrelative paths for option STRIP_FROM_PATH; avtivate...
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-12-07 Martin Fuchsadjusted doxygen options
2003-12-06 Martin Fuchsinitial doxygen configuraion
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-30 Gunnar Dalsnes-user apc was called with incorrect SystemParameter1
2003-11-30 Gunnar Dalsnes-hopefully fix bug where IoSecondStageCompletion was...
2003-11-30 Gunnar Dalsnes-removed "safe" stuff
2003-11-30 Gunnar DalsnesAfter enabling regular kmode APC's I have experienced...
2003-11-30 Hartmut Birr- Call MmDeletePageFileMapping with the process in...
2003-11-30 Hartmut Birr- Use binary search for the offset within the pagefile.
2003-11-30 Hartmut Birr- Protect the region for the kernel mapped low memory...
2003-11-28 Eric KohlIgnore event object for synchronous file operations.
2003-11-27 Gé van GeldorpFix single-stepping through usermode code
2003-11-27 Gunnar Dalsnesapc work
2003-11-27 Gunnar Dalsnesdisable regular kmode apc's around Resource locks
2003-11-24 Eric KohlRemove 'dist' target
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-24 Eric KohlTiny cleanup.
2003-11-24 Eric Kohl- Remove 'dist' target.
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Eric KohlMinor cleanup.
2003-11-22 Thomas Bluemelget CursorBlinkRate from registry
2003-11-21 Eric KohlRestart worker if it failed to send the log messages.
2003-11-21 Filip Navara- A little more correct prototypes for NtGetPlugPlayEve...
2003-11-20 Eric KohlBuild error log message and send it to the ErrorLogPort.
2003-11-20 Eric KohlFixed a cut-and-paste bug.
2003-11-19 Gunnar Dalsnes-KeLeaveCriticalRegion changes based on an article...
2003-11-19 Gunnar Dalsnes-IoQueueThreadIrp impl.
2003-11-19 Gunnar DalsnesIoReuseIrp impl.
2003-11-19 Eric KohlConnect to the 'ErrorLogPort' and restart worker if...
2003-11-18 Eric KohlInitialize error log worker.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Eric KohlUse a safe IO_STATUS_BLOCK from the kernel stack.
2003-11-16 Eric KohlOpen initial executable file synchronously.
2003-11-16 Hartmut Birr- Moved the pager thread as balancer thread to balance.c.
2003-11-16 Hartmut Birr- Create a memory area for the kpcr.
2003-11-16 Hartmut Birr- Initialized lookaside lists earlier in the startup...
2003-11-16 Eric KohlReport handle information.
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-11-14 Eric KohlFixed io statistic variables and initialized spinlock.
2003-11-11 Thomas Bluemel1.added a simple test application for hotkeys
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-11-09 Gé van GeldorpAlthough ObDereferenceObject is usually macro-forwarded...
2003-11-09 Eric KohlDo not clear DO_VERIFY_VOLUME in IoVerifyVolume().
2003-11-08 Eric KohlFixed typos.
2003-11-08 Eric KohlSignal external event object if one was supplied.
2003-11-08 Eric KohlWait for completion if FO_SYNCHRONOUS_IO is set.
2003-11-06 Gé van GeldorpCopy number of bytes specified by driver in IoStatus...
2003-11-06 Gé van GeldorpTweak KeSaveFloatingPoint() and KeRestoreFloatingPoint()
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-11-06 Eric KohlFixed a typo.
2003-11-05 Gé van GeldorpFix IoInitializeTimer()
2003-11-03 Gunnar Dalsnesutilize new macro: InsertAscendingList
2003-11-02 Eric KohlDo not hold the PiThreadListLock spinlock while calling...
2003-11-02 Eric KohlReimplemented dispatcher database lock and synchronizat...
2003-11-01 Hartmut Birr- Check if a requested fixed address range is valid...
2003-10-31 Gunnar Dalsnes-impl. KeRemoveEntryDeviceQueue
2003-10-30 Eric KohlIssue a work item only if an object will be deleted.
2003-10-30 Filip Navara- Fixed loading of symbols when compiled with DBG=1...
2003-10-28 Filip Navara- Fixed loading of symbols when compiled with DBG=1.
2003-10-28 Filip Navara- Added check for Atom == 0 in RtlQueryAtomInAtomTable.
2003-10-28 Filip Navara- Fixed bug #25.
2003-10-24 Gé van GeldorpBail out of RtlQueryRegistryValues if RTL_QUERY_REGISTR...
2003-10-23 Hartmut Birr- Initialize the used page count for the non paged...
2003-10-23 Hartmut Birr- Fixed a crash which occurs if the maxmem option
2003-10-23 Hartmut Birr- Fixed the length calculation of some unicode strings.
2003-10-23 Hartmut Birr- Changed the algorithm which makes the allocation...
2003-10-23 Hartmut Birr- Added FULL_MAP support.
2003-10-22 Hartmut Birr- Added a check for a locked page in MmPageOutPhysicalA...
2003-10-22 Hartmut Birr- Added a missing check for a valid swap entry in MmPag...
2003-10-21 Eric KohlImplemented ObQueryObjectAuditingByHandle().
2003-10-21 Eric KohlImplemented handle flags 'Inherit' and 'ProtectFromClose'.
next