update test program.
[reactos.git] / reactos /
2002-11-24 Robert Dickensonupdate test program.
2002-11-24 Robert DickensonAdded binary and unicode file i/o support to msvcrt.
2002-11-24 Robert DickensonAdded a header I created a while ago when looking into...
2002-11-24 Robert DickensonChanges to suit addition of a single macro in the types...
2002-11-24 Robert DickensonMainly just added some small #ifdef sections for a...
2002-11-24 Robert DickensonAdded header to aid porting and include tchar.h here...
2002-11-24 Robert DickensonNot sure quite how these changed seeing as they're...
2002-11-24 Robert DickensonResult of three way diffing with include/crtdll and...
2002-11-23 Eric KohlAdded some more files to the boot cd.
2002-11-20 Eric KohlDisabled debug message.
2002-11-20 Jason FilbyAdded some missing border style definitions
2002-11-19 Robert DickensonAltered layout for easier comparison with msvcrt's...
2002-11-19 Robert DickensonCreated new subtree for groups of related test programs.
2002-11-18 Eric KohlDisabled a debug message.
2002-11-18 Eric KohlAdded PCI class and subclass definitions.
2002-11-18 Robert DickensonFixed up the path spec and filename in the header blocks
2002-11-18 Robert DickensonFixed up the path spec and filename in the header blocks
2002-11-17 Robert Dickenson*nix newlines throughout file fixed.
2002-11-17 Robert DickensonRelative include path fixed to absolute path.
2002-11-16 Eric KohlRevoved lots of unix line breaks.
2002-11-15 Casper HornstrupFix compillation error.
2002-11-15 Casper Hornstrup2002-11-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-15 Eric KohlRemoved special case of process without process paramet...
2002-11-15 Eric KohlCreate process parameter block for initial process...
2002-11-15 Casper HornstrupAdd missing files
2002-11-15 Casper HornstrupAdd missing files.
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-13 Casper Hornstrup2002-11-13 Rick Gaiser <RickG81@Wanadoo.nl>
2002-11-13 Eric Kohl* Added ini file suport (Thanks to Royce Mitchell!)
2002-11-13 Robert DickensonCommit of the rest of Gunnars file locking patch.
2002-11-13 Robert Dickensonadded #ifdef around headers to support test build....
2002-11-12 Eric KohlAdded setup information file txtsetup.sif.
2002-11-12 Eric KohlReworked initial process loader.
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-12 Marty DillAdded missing exports for a few console functions.
2002-11-12 Marty DillCreateDirectoryExW: Fail gracefully if directory name...
2002-11-11 Hartmut Birr* Changed the access to the bitmap from BYTE to ULONG...
2002-11-11 Hartmut Birr* Implemented multiple sector commands for reading...
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded a couple of entries within the [\Registry\Machine...
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 #ifdef around headers to support private test...
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.
next