Added a dummy copy of KiInterruptDispatch2 and removed reference to KeGetCurrentThrea...
[reactos.git] / reactos /
2002-11-10 Robert Dickensonadded #ifdef around headers and some debug message...
2002-11-10 Robert Dickensonchanged the default trace level to MID_TRACE for when...
2002-11-10 Robert Dickensonslight mod to the end of line for received ip packets...
2002-11-10 Robert Dickensonsome un-important modifications to my serial coms test...
2002-11-10 Robert Dickensonjust some code to to some specific key reading tests.
2002-11-10 Robert Dickensonadded a whole bunch of hacks #ifdef'd into the header...
2002-11-10 Robert Dickensondisplay some extra debug messages on boot to see whats...
2002-11-10 Robert Dickensoncommitting a parameter swap from Gunnars heap fix which...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded #ifdef around headers to support private test...
2002-11-10 Robert Dickensonadded trivial comment reference consistancy with DDK...
2002-11-10 Robert Dickensonuseless change to only some parameter names to be more...
2002-11-10 Robert Dickensondisplay debug message on boot.
2002-11-09 Hartmut Birr* Unlock the address space if MmOpenMemoryAreaByAddress...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-11-07 Robert DickensonManually applying Gunnars patch became it's easier...
2002-11-05 David WelchReverted previous changes - Mm{Enable,Disable}VirtualMa...
2002-11-05 Hartmut Birr* Fixed the length for the page protection.
2002-11-05 Hartmut Birr* Initialize the return value in DefWndNCCalcSize.
2002-11-05 Hartmut Birr* Fixed the call to LoadImageW/RemovePropW if there...
2002-11-05 Hartmut Birr* Fixed the searching for executable files in the spawn...
2002-11-05 Hartmut Birr* Fixed the searching for the file extension in CreateP...
2002-11-05 Hartmut Birr* Fixed a wrong pointer initialization in RtlClearBits.
2002-11-05 Hartmut Birr* Check for symbolic-links in ObFindObject.
2002-11-05 Hartmut Birr* Use the cache for images where the section offset...
2002-11-05 Hartmut Birr* Used tagged memory for rmap entries.
2002-11-05 Hartmut Birr* Fixed the used and free block calculation.
2002-11-05 Hartmut Birr* Fixed the allocation length for the mdl bitmap.
2002-11-05 Hartmut Birr* Fixed the calculation of the gap in MmFindGap.
2002-11-05 Hartmut Birr* Delete the virtual mapping first before the the mappe...
2002-11-05 Hartmut Birr* Call KeBugcheck in MmDeletePageTable/MmFreePageTable...
2002-11-05 Hartmut Birr* Locking the address space before accessing it.
2002-11-05 Hartmut Birr* Disabled all calls to MmEnableVirtualMapping/MmDisabl...
2002-11-05 Hartmut Birr* Fixed the buffer allocation in NtAccecptConnectedPort.
2002-11-05 Hartmut Birr* Setting the DeviceObject and Vbp for given FileObject...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-02 Eric KohlDisplay drive letters in partition list.
2002-11-02 Robert DickensonUpdate for VALENTA and VALENTW type changes.
2002-11-02 Robert DickensonCreated typedefs for VALENTA and VALENTW, deprecated...
2002-11-01 David WelchDon't crash when a mouse message doesn't fall inside...
2002-10-31 David WelchFixed race condition between psaux ISR and DPC.
2002-10-31 Jason FilbyVersion 0.0.21
2002-10-31 Hartmut BirrMerged all exec* and spawn* functions in one source...
2002-10-31 Hartmut BirrMerged all exec* and spawn* functions in one source...
2002-10-31 Eric KohlFixed warnings.
2002-10-31 Eric KohlFixed minor linker warning for native apps.
2002-10-31 David WelchImplemented mouse messages.
2002-10-31 David WelchRemoved surplus debug messages.
2002-10-30 Eric KohlFixed wrong r/o protection of excessive pages. Spotted...
2002-10-29 Eric KohlVarious improvements and hardcoded directory creation.
2002-10-29 Marty DillAdded stub for IsProcessorFeaturePresent() to stop...
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-28 Robert DickensonRtlOpenCurrentUser() freed a string a little to early...
2002-10-28 Robert DickensonFixed up some typos.
2002-10-28 Robert DickensonFound the problem, local copy of win32k.c required...
2002-10-28 Robert DickensonReverted addition of target win32k.a in the SDK import...
2002-10-28 Robert DickensonRevert one of the makefile changes.
2002-10-28 Robert DickensonCheck for GMEM_ZEROINIT flag and pass HEAP_ZERO_MEMORY...
2002-10-28 Robert DickensonAdded rule to build win32k.a for linking by csrss.
2002-10-28 Robert DickensonAdded some exports required by csrss to get things...
2002-10-28 Robert DickensonUpdated with fix for missing win32k.lib imports
2002-10-28 Robert DickensonStarting something for VDM support.
2002-10-26 David Welchdos2unix'd some more files.
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-26 Casper Hornstrup*** empty log message ***
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-25 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-24 Steven Edwardsadded tests for StretchBlt, PatBlt and BitBlt by Damon...
2002-10-23 Eric KohlInitialize registry hives only once.
2002-10-23 Steven EdwardsAdd some includes to fix part of building. (Adopt me)
2002-10-21 Hartmut BirrKeSetEvent must be called with Wait set to FALSE within...
2002-10-21 Marty DillRevert last changes.
2002-10-20 Marty DillImplemented SubtractRect(). Misc fixes.
2002-10-20 Marty DillImplemented FreeEnvironmentStringsW().
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Eric KohlImplemented RegisterServicesProcess() and ExitWindowsEx...
2002-10-20 Robert DickensonBugfix for ascii-hex conversions.
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-10-20 Robert DickensonPart of patch contributed by Gunnar Andr� Dalsnes.
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-10-19 Casper Hornstrup2002-10-19 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-18 Eric KohlImplemented selection of install partition and directory.
2002-10-09 Eugene IngermanWork around environment variables size limitation of...
2002-10-07 Robert DickensonAdded define _USE_NE2000 with increased tracing level...
2002-10-07 Robert DickensonAdded backdoor check for _BLOB_DEFINED to prevent heade...
2002-10-07 Robert DickensonChanged GUID_DEFINED to _GUID_DEFINED for compatibility...
2002-10-06 Robert DickensonQuick fix to prevent bochs users experiencing aborts...
2002-10-05 Jason FilbyDIB color fix, palette fix
2002-10-05 David WelchImplemented IO work queue functions using the system...
2002-10-03 Steven EdwardsNew line fix for gcc 3.x
2002-10-03 Robert DickensonSimple test program for Serial Driver testing.
2002-10-03 Robert DickensonAdded exports to def/edf files and modified some pnp...
2002-10-03 Robert DickensonAdded call to possibly tempory IoInitializeWorkerThreads.
2002-10-03 Robert DickensonAdded comment about problem discovered when testing...
2002-10-03 Steven Edwards1. stub sndPlaySnd[A/W] to keep notepad from bitching
2002-10-03 Robert DickensonIncluded new file io/iowork.c in build.
next