Commit Graph

  • 74c9931dbf Created new module for library IPRTPRIO.DLL Robert Dickenson 2002-08-27 13:22:30 +00:00
  • b6e3b83941 Repleaced wcsicmp with _wcsicmp in ScLookupServiceByServiceName. wcsicmp is imported from msvcrt.dll and _wcsicmp from ntdll.dll. Hartmut Birr 2002-08-27 06:41:58 +00:00
  • 3b451c4642 Added required support for WinHelp exports in user32.lib Robert Dickenson 2002-08-27 06:41:33 +00:00
  • a9a618aeb0 Using ReadCacheSegment for reading a cache segment in MiReadPage. Fixed the attribute in a call to MmCreateVirtualMapping in MmNotPresentFaultSectionView. Removed a wrong call to MmUnlockAddressSpace in MmUnmapViewOfSection. Hartmut Birr 2002-08-27 06:40:32 +00:00
  • 4463ef833f Added entry points for WinHelpA and WinHelpW exports. Robert Dickenson 2002-08-27 06:40:15 +00:00
  • 69b3035df8 Changed from CreateFileW for opening a directory to the new function InternalOpenDirectoryW. InternalOpenDirectory uses NtCreateFile instead of CreateFileW. Hartmut Birr 2002-08-27 06:38:23 +00:00
  • efcf4c3d7f Added testing for a valid proccess pointer in MmWritePagePhysicalAddress/MmPageOutPhysicalAddress. Moved the call to ObDereferenceObject to the end in MmWritePagePhysicalAddress/MmPageOutPhysicalAddress. Hartmut Birr 2002-08-27 06:36:32 +00:00
  • 06226b583c Added CloseInProcess to the structure OBJECT_HEADER. Check for close operation in ObReferenceObjectByPointer, ObpPerformRetentionChecks, ObfReferenceObject. Hartmut Birr 2002-08-27 06:34:22 +00:00
  • 9e3bef3b3c Fixed the calculation of the ActiveCount member from structure ERESOURCE. Hartmut Birr 2002-08-27 06:31:55 +00:00
  • 58bbc5be5d Created new application template dialog for testing and demonstration. Robert Dickenson 2002-08-27 00:53:34 +00:00
  • 7a3564314a Added missing prototype. David Welch 2002-08-26 23:22:53 +00:00
  • df75d0d97f Fixes for painting. David Welch 2002-08-26 23:20:54 +00:00
  • 3f6d544a66 Initialized Peb->WindowFlags (instead of Flags) with dwFlags in CreateWindowW. Hartmut Birr 2002-08-26 22:07:01 +00:00
  • 024738024e 2002-08-26 David Welch <[email protected]> David Welch 2002-08-26 13:06:03 +00:00
  • f7c5c8bcd2 Oops, fixed compile errors. David Welch 2002-08-26 12:27:48 +00:00
  • 87579ff3f0 Copy all the startup info to the new process. David Welch 2002-08-26 11:24:29 +00:00
  • 84a242512b DCE header file Jason Filby 2002-08-25 15:56:54 +00:00
  • 2df0829929 Stick the import lib in the right place. Steven Edwards 2002-08-25 10:20:51 +00:00
  • 9971dc596a More CVS sugar. Robert Dickenson 2002-08-25 07:22:29 +00:00
  • 9c63868251 Added a whole lot of CVS sugar so I can use WinCVS flat mode more effectively. Robert Dickenson 2002-08-25 07:16:37 +00:00
  • 94aa216cf4 Fixed some broken stuff, added some cvs sugur. Robert Dickenson 2002-08-25 06:59:34 +00:00
  • 381af4ae02 Fixes for building with __MINGW32_VERSION 2.1 Robert Dickenson 2002-08-25 06:47:16 +00:00
  • 1231d02b03 Initial code for NtUserGetDC Jason Filby 2002-08-24 11:09:17 +00:00
  • 34b85a88a2 Removed superfluous DPRINTs KJK::Hyperion 2002-08-24 03:50:49 +00:00
  • bdf9e628c0 Fixed dependency file deletion bug. Eric Kohl 2002-08-24 01:45:37 +00:00
  • 4abbed187f Added welcome/autorun application Eric Kohl 2002-08-23 16:17:12 +00:00
  • e8d3ef310d Added welcome/autorun application (test bitmaps) Eric Kohl 2002-08-23 16:15:47 +00:00
  • b07c25b369 Fixes for building the imports libraries. Emanuele Aliberti 2002-08-23 12:41:55 +00:00
  • d4dc1756c4 Makefile fixes to compile. Emanuele Aliberti 2002-08-23 12:40:56 +00:00
  • 0b318e24d3 Added new include file. Robert Dickenson 2002-08-23 08:28:43 +00:00
  • 90d386b1c0 Added some exports. Robert Dickenson 2002-08-23 08:27:46 +00:00
  • 8f61fc390c Modified to use new include file reactos/include/snmp.h to be committed shortly. Robert Dickenson 2002-08-23 08:26:52 +00:00
  • f4dca9cd17 Added entries for new network applications. Robert Dickenson 2002-08-23 08:24:13 +00:00
  • 3a41864fff Created framework for new network utility applications. Robert Dickenson 2002-08-23 08:23:28 +00:00
  • ed21a6af20 -Implemented ReadConsoleOutputCharacterA and CsrReadConsoleOutputChar -Added null pointer check to FillConsoleOutputCharacterA -Added parameter names and removed 'undocumented' label for GetConsoleFontSize and GetCurrentConsoleFont -Added definition of CONSOLE_FONT_INFO struct -Added call to SetLastError(ERROR_OUTOFMEMORY) to a number of RtlAllocateHeap return value checks Eric Kohl 2002-08-22 15:21:57 +00:00
  • d3991649c5 Changes in v1.7.5 (8/21/2002) (brianp) Brian Palmer 2002-08-22 05:33:59 +00:00
  • f64597ef92 Initial commit for utility to install FreeLoader under Linux Brian Palmer 2002-08-21 03:34:01 +00:00
  • 367cfa7085 Changes in v1.7.4 (8/20/2002) (brianp) Brian Palmer 2002-08-21 03:32:49 +00:00
  • d8bd5ccb4a New macros InitializeUnicodeString(), RtlInitUnicodeStringFromLiteral() and UNICODE_STRING_INITIALIZATOR(), for fast, compile-time initialization of UNICODE_STRING variables KJK::Hyperion 2002-08-20 20:37:19 +00:00
  • 51f0384fc0 Improved HLine algorithm; improvement carried over to FillSolid Jason Filby 2002-08-19 22:01:12 +00:00
  • 6b30cb44dd Added color translation for solid color brushes. Eugene Ingerman 2002-08-19 21:49:45 +00:00
  • 5add7bd9d8 Fixed VGADDIFillSolid - now fast, although ugly (will clean it up still) Jason Filby 2002-08-18 22:11:06 +00:00
  • 92de298b36 - Added a check for valid result pointers in GetDiskFreeSpaceExW. - Changed from CreateFileW to NtCreateFile in GetVolumeInformationW. CreateFileW doesn't allow to open directories. Hartmut Birr 2002-08-18 21:07:59 +00:00
  • 0127899031 Rewrote _stat functions. This functions can't use _fstat. Hartmut Birr 2002-08-18 21:04:52 +00:00
  • 82557ffc26 RtlGetProcessHeap() is not a function in Microsoft Windows KJK::Hyperion 2002-08-18 18:50:27 +00:00
  • 8a7fe191c9 CreateFileW: corrected a couple of buglets, added handling of GENERIC_ALL access, packed with DPRINTs to catch the bug that breaks gcc and cmd (sorry, last time I touch something I can't test) KJK::Hyperion 2002-08-18 16:01:11 +00:00
  • 6c96aec67d Use clip.h instead of enum.h Jason Filby 2002-08-18 13:55:11 +00:00
  • 95d847d794 1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented internal clip region enumeration. 2. Implemented PaintRgn. Added test to gditest. 3. Removed enum.c enum.h (duplicates for clip.c clip.h). Eugene Ingerman 2002-08-18 07:02:57 +00:00
  • cfd7b8b886 Cleaned up CreateFileW. Please check out the FIXMEs KJK::Hyperion 2002-08-18 04:20:21 +00:00
  • 9a20837e5c Added definition of FILE_OPEN_FOR_RECOVERY KJK::Hyperion 2002-08-18 04:19:27 +00:00
  • aca2356310 Minor cosmetic changes to define, fixup workaround of windres bug. Robert Dickenson 2002-08-17 17:26:14 +00:00
  • 2cac3f921d Rudimentiary drivebar support added. Robert Dickenson 2002-08-17 17:23:18 +00:00
  • 7376639aea Call VfatSetAllocationSizeInformation only if the file size is increased (VfatWrite). Hartmut Birr 2002-08-17 16:51:07 +00:00
  • 85acea80c6 Added new module for iphlpapi.dll Robert Dickenson 2002-08-17 16:23:13 +00:00
  • 4115f5826a Newline at EOF to fix warning Robert Dickenson 2002-08-17 16:18:54 +00:00
  • d078405603 Added TOOLS_PATH macro and default target similar to that in reactos/rules.mak Robert Dickenson 2002-08-17 16:06:29 +00:00
  • faa53591e2 Added NDISVERSION define for our target NDIS support level, currently commented out pending testing. Robert Dickenson 2002-08-17 16:02:08 +00:00
  • 8141b34d44 fixed clean rule to match other makefile standard Robert Dickenson 2002-08-17 15:58:38 +00:00
  • ee57fdbbc9 Fixed typo in header comment. Robert Dickenson 2002-08-17 15:57:22 +00:00
  • 2bcc926b73 Added new module for snmpapi.dll Robert Dickenson 2002-08-17 15:48:21 +00:00
  • 4b6ce94d5d Disabled/removed debug messages. Hartmut Birr 2002-08-17 15:46:36 +00:00
  • d7f19d41ea Changed the values for the page file size from the registry from Byte to MByte. Hartmut Birr 2002-08-17 15:31:03 +00:00
  • e0c35e0076 Zero out the page in MmTransferOwnershipPage. Hartmut Birr 2002-08-17 15:29:18 +00:00
  • c463dfec1b Change the type of the parameter PhysicalAddress in MmDisableVirtualMapping. Hartmut Birr 2002-08-17 15:27:54 +00:00
  • 9443ca8347 Set the extension length to 0 if there is no extension (RtlGenerate8dot3Name). Hartmut Birr 2002-08-17 15:23:50 +00:00
  • ea5ed93302 Fixed the size for memory unmapping from boot process. Hartmut Birr 2002-08-17 15:22:33 +00:00
  • 4e9dc21691 Removed freeing of IRP's MDL in ScsiClassIoComplete. Hartmut Birr 2002-08-17 15:21:12 +00:00
  • 675afa7691 Setup the correct stack location for completion routines in IofCompleteRequest. This change correct also the called completion routine in IoSecondStageCompletion (ntoskrnl\io\cleanup.c). Hartmut Birr 2002-08-17 15:20:33 +00:00
  • 74e8579c8f Removed the absolute path (c:\reactos\system32) to smss.exe. Hartmut Birr 2002-08-17 15:17:59 +00:00
  • 9baabd888d Removed modules to go into shell32. New control panel launcher based on same wine program. Robert Dickenson 2002-08-17 15:16:38 +00:00
  • 6130c02167 - Release streaming file object for directories in vfatReleaseFCB. - Removed initialization of caching in vfatAttacheFCBToFileObject. The cache for files is initialized at the first read/write operation. - Merged vfatExtendSpace and VfatSetAllocationSizeInformation in one function. Hartmut Birr 2002-08-17 15:15:50 +00:00
  • 01d5ad9279 - Disabled write caching for meta data (FAT, directories) in CcSetDirtyPinedData. There is no working shutdown function for writing back each modified cache segment. A reboot or crash can damage the disk. - Added CcRosReferenceCache and CcRosDereferenceCache. - Check at each call to CcRosInitializeFileCache if the cache was initialized for the file stream by a previous call to this function. - Check at each call to CcRosReleaseFileCache if this is possible to delete the caching for the file stream. Hartmut Birr 2002-08-17 15:14:26 +00:00
  • 572bbc6ea5 Increment/Decrement the cache reference count on each create/delete operation for a section. This prevents the cache from uninitialization for a mapped file (data or image) at the cleanup of a given file object or force the uninitialization if the last section of a file is deleted. Hartmut Birr 2002-08-17 15:12:49 +00:00
  • c62229b967 2002-08-17 David Welch <[email protected]> David Welch 2002-08-17 14:14:20 +00:00
  • 1a46ca7d8a 2002-08-17 David Welch <[email protected]> David Welch 2002-08-17 01:42:03 +00:00
  • 1052bedeed Updated memory area const names. Eugene Ingerman 2002-08-16 22:03:07 +00:00
  • 99c4e70f22 2002-08-16 David Welch <[email protected]> David Welch 2002-08-16 01:39:17 +00:00
  • a4e3a21cfa Export LdrFindResourceDirectory_U Remove LdrFindResourceDirectory_U stub David Welch 2002-08-15 16:11:01 +00:00
  • 8cec2e609d 2002-08-14 David Welch <[email protected]> David Welch 2002-08-14 20:58:39 +00:00
  • 54865265f0 Implemented and fixed several ACL and SD functions. Patch by Alexandru Matei. Eric Kohl 2002-08-13 20:41:22 +00:00
  • ce083074cf Added missing newline Eric Kohl 2002-08-10 21:58:14 +00:00
  • 5e4fc8c66d Added compression stubs Eric Kohl 2002-08-10 21:57:41 +00:00
  • 383eddd11e 2002-08-10 David Welch <[email protected]> David Welch 2002-08-10 16:41:20 +00:00
  • 6809339d27 Fixed several function prototypes. Eric Kohl 2002-08-09 22:57:48 +00:00
  • 10e943e65d Preliminary EXT2 boot sector code Fixed bug in FAT32 boot sector where it wasn't properly updating the sector load address Brian Palmer 2002-08-09 17:34:24 +00:00
  • 95fbecfd46 2002-08-09 David Welch <[email protected]> David Welch 2002-08-09 17:23:57 +00:00
  • 5a801d58c3 2002-08-08 David Welch <[email protected]> David Welch 2002-08-08 17:54:16 +00:00
  • 7cbe6176ad Defined FAST_SYMLINK_MAX_NAME_SIZE Brian Palmer 2002-08-08 04:46:46 +00:00
  • 793d60fcff Changes in v1.7.2 (8/7/2002) (brianp) Brian Palmer 2002-08-08 04:38:43 +00:00
  • 3cb41fbb8b Changes in v1.7.1 (8/7/2002) (brianp) Brian Palmer 2002-08-08 04:28:08 +00:00
  • f5ac842ed4 Fix for compiling in non-debug (release) mode. (Reduces binary size from 128k to 82k currently) Brian Palmer 2002-08-07 05:37:07 +00:00
  • 70d2e3812d Changes in v1.7 (8/6/2002) (brianp) Brian Palmer 2002-08-07 05:13:18 +00:00
  • aac9125953 Updated version file to 0.0.20 Jason Filby 2002-08-05 19:57:47 +00:00
  • aa405ed6f1 Added combobox to drivebar, yet to get working. Whole application needs alot of cleanup. Fixed up makefile plus dependancies and now builds (and runs) with ros-tools. Robert Dickenson 2002-08-04 18:40:49 +00:00
  • c724d71f77 Fixed a bug in the new Engxxx objects code. Eugene Ingerman 2002-08-04 18:21:59 +00:00
  • 7325b379e2 Rewrote gdi (Engxxx) objects. Eugene Ingerman 2002-08-04 09:55:11 +00:00
  • 94706d121d Added more tests to gditest.c Eugene Ingerman 2002-08-04 09:53:19 +00:00
  • d9243a0a4b Removed deprecated file. Eugene Ingerman 2002-08-04 09:52:05 +00:00
  • cfa1943b4f Don't alloc an extra console upon startup. Added correct calculation of free disk size for drives larger than 2GB. Eric Kohl 2002-08-01 10:29:18 +00:00
  • 4201812a7e Added RtlCopyLuidAndAttributesArray() and RtlCopySidAndAttributesArray(). Eric Kohl 2002-07-29 15:37:06 +00:00