reactos.git
14 years ago- Clean up RtlSecureZeroMemory
Stefan Ginsberg [Mon, 8 Jun 2009 13:42:02 +0000 (13:42 +0000)]
- Clean up RtlSecureZeroMemory

svn path=/trunk/; revision=41350

14 years ago - Check to see that the packet status isn't NDIS_STATUS_RESOURCES before forwarding...
Cameron Gutman [Mon, 8 Jun 2009 09:45:13 +0000 (09:45 +0000)]
 - Check to see that the packet status isn't NDIS_STATUS_RESOURCES before forwarding the packet descriptor to the ReceivePacketHandler

svn path=/trunk/; revision=41349

14 years ago - Rewrite MiniQueryInformation so it creates a NDIS_REQUEST and passes it to MiniDoR...
Cameron Gutman [Mon, 8 Jun 2009 03:12:03 +0000 (03:12 +0000)]
 - Rewrite MiniQueryInformation so it creates a NDIS_REQUEST and passes it to MiniDoRequest for processing to reduce code duplication
 - Call MiniportCoRequest in connection-oriented miniports
 - Now our NDIS loads all the way to the ASSERT for unsupported media on XP

svn path=/trunk/; revision=41348

14 years ago- ElfrReportEventW: Silence debugging thats no longer needed as this API is now imple...
Michael Martin [Mon, 8 Jun 2009 02:32:48 +0000 (02:32 +0000)]
- ElfrReportEventW: Silence debugging thats no longer needed as this API is now implemented.

svn path=/trunk/; revision=41347

14 years ago - Fix our handler checks
Cameron Gutman [Mon, 8 Jun 2009 02:23:47 +0000 (02:23 +0000)]
 - Fix our handler checks
 - Now XP's intermediate miniport drivers can load on ROS's NDIS
 - More work still needs to be done to get them working though

svn path=/trunk/; revision=41346

14 years ago - Register the adapter shutdown handler if it is specified in the miniport character...
Cameron Gutman [Mon, 8 Jun 2009 01:14:19 +0000 (01:14 +0000)]
 - Register the adapter shutdown handler if it is specified in the miniport characteristics

svn path=/trunk/; revision=41345

14 years agoFix no-op code for UNIX hosts
KJK::Hyperion [Sun, 7 Jun 2009 23:39:15 +0000 (23:39 +0000)]
Fix no-op code for UNIX hosts

svn path=/trunk/; revision=41344

14 years agomodified tools/rbuild/backend/mingw/mingw.cpp
KJK::Hyperion [Sun, 7 Jun 2009 23:33:42 +0000 (23:33 +0000)]
modified   tools/rbuild/backend/mingw/mingw.cpp
modified   tools/rbuild/backend/mingw/mingw.h
   From now on, the MinGW back-end will also support the Microsoft command line C/C++ compiler (cl) and incremental linker (link). Support is currently limited to detecting the tools, and invoking them with the wrong arguments. Only Windows hosts are currently supported

added      tools/rbuild/backend/mingw/mstools_detection.cpp
modified   tools/rbuild/rbuild.mak
   Auto-detection of Microsoft compiler and linker: if rbuild finds them in the path, it will use those. Otherwise, it will look for the highest version installed by any of the supported Microsoft products. Supported Microsoft products are Visual Studio 2005 and higher, Visual C++ Express and Windows DDK version 6001 and higher. Optimizing versions of the compiler will take precedence over "standard edition" compilers, regardless of version number

modified   tools/rbuild/configuration.cpp
modified   tools/rbuild/rbuild.cpp
modified   tools/rbuild/rbuild.h
   New command line options for rbuild to choose the tools set for the MinGW back-end: -Mc<compiler set>, -Ml<linker set>, -M<build tools set>. Defaults to -Mgnu, so that support for Microsoft tools has to be opted into

svn path=/trunk/; revision=41343

14 years ago- Disable debugging flood
Johannes Anderwald [Sun, 7 Jun 2009 18:24:50 +0000 (18:24 +0000)]
- Disable debugging flood

svn path=/trunk/; revision=41342

14 years ago- Also Store audio filter object header in FsContext member
Johannes Anderwald [Sun, 7 Jun 2009 18:22:24 +0000 (18:22 +0000)]
- Also Store audio filter object header in FsContext member
- Create the pin on the correct filter by using the filters object class
- Remove filter object class before performing actual create request
- Remove object header from audio filter when closing
- Retrieve internal object class name with internal IOCTL_KS_OBJECT_CLASS
- Avoid using interface name as ReactOS doesn't support it
- Store object class name when creating the object header for the audio sub device
- Implement IPortFilterTopology interface
- Activate pin property handle for port topology driver
- There is no need to create a handle to sysaudio for each application opening wdmaud, use only one connection per driver basis
- Pass object create class to pin creation method by duplicating KsCreatePin
- Audio devices should now be accessible again

svn path=/trunk/; revision=41341

14 years agorevert a part of r41339 as it break ppc port
Christoph von Wittich [Sun, 7 Jun 2009 17:42:41 +0000 (17:42 +0000)]
revert a part of r41339 as it break ppc port

svn path=/trunk/; revision=41340

14 years agofix definition of LUID
Christoph von Wittich [Sun, 7 Jun 2009 17:27:44 +0000 (17:27 +0000)]
fix definition of LUID

svn path=/trunk/; revision=41339

14 years agopartial wine sync
Christoph von Wittich [Sun, 7 Jun 2009 15:36:25 +0000 (15:36 +0000)]
partial wine sync

svn path=/trunk/; revision=41338

14 years agoadd missing newline at eof
Christoph von Wittich [Sun, 7 Jun 2009 15:34:48 +0000 (15:34 +0000)]
add missing newline at eof

svn path=/trunk/; revision=41337

14 years agosync kernel32 lzexpand to wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 14:10:13 +0000 (14:10 +0000)]
sync kernel32 lzexpand to wine 1.1.23

svn path=/trunk/; revision=41336

14 years agofix
Sylvain Petreolle [Sun, 7 Jun 2009 13:41:41 +0000 (13:41 +0000)]
fix
dll/win32/netshell/lang/nl-NL.rc:128:4: error: no newline at end of file

svn path=/trunk/; revision=41335

14 years agodon't close a dialog with <Return> when the OK button is disabled
Christoph von Wittich [Sun, 7 Jun 2009 13:27:33 +0000 (13:27 +0000)]
don't close a dialog with <Return> when the OK button is disabled

svn path=/trunk/; revision=41334

14 years agosync urlmon and winhttp with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 12:32:05 +0000 (12:32 +0000)]
sync urlmon and winhttp with wine 1.1.23

svn path=/trunk/; revision=41333

14 years agosync msiexec to wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:34:39 +0000 (11:34 +0000)]
sync msiexec to wine 1.1.23

svn path=/trunk/; revision=41332

14 years agosync msvcrt_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:27:20 +0000 (11:27 +0000)]
sync msvcrt_winetest with wine 1.1.23

svn path=/trunk/; revision=41331

14 years agofix msvcrt data winetests
Christoph von Wittich [Sun, 7 Jun 2009 11:24:37 +0000 (11:24 +0000)]
fix msvcrt data winetests

svn path=/trunk/; revision=41330

14 years agosync version with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:12:48 +0000 (11:12 +0000)]
sync version with wine 1.1.23

svn path=/trunk/; revision=41329

14 years agosync advapi32_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:58:10 +0000 (10:58 +0000)]
sync advapi32_winetest with wine 1.1.23

svn path=/trunk/; revision=41328

14 years agosync shlwapi with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:54:09 +0000 (10:54 +0000)]
sync shlwapi with wine 1.1.23

svn path=/trunk/; revision=41327

14 years agosync shlwapi_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:50:06 +0000 (10:50 +0000)]
sync shlwapi_winetest with wine 1.1.23

svn path=/trunk/; revision=41326

14 years agosync rsaenh with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:46:04 +0000 (10:46 +0000)]
sync rsaenh with wine 1.1.23

svn path=/trunk/; revision=41325

14 years agopartial sync of shell32 shfldr_netplaces
Christoph von Wittich [Sun, 7 Jun 2009 10:43:50 +0000 (10:43 +0000)]
partial sync of shell32 shfldr_netplaces

svn path=/trunk/; revision=41324

14 years agosync gdiplus_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:10:52 +0000 (10:10 +0000)]
sync gdiplus_winetest with wine 1.1.23

svn path=/trunk/; revision=41323

14 years agoupdate README.WINE
Christoph von Wittich [Sun, 7 Jun 2009 10:02:02 +0000 (10:02 +0000)]
update README.WINE

svn path=/trunk/; revision=41322

14 years ago-formatting fixes
Christoph von Wittich [Sun, 7 Jun 2009 09:41:22 +0000 (09:41 +0000)]
-formatting fixes
-update README.WINE

svn path=/trunk/; revision=41321

14 years agofix build
Christoph von Wittich [Sun, 7 Jun 2009 08:53:46 +0000 (08:53 +0000)]
fix build

svn path=/trunk/; revision=41320

14 years agosync shlguid.h with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 08:43:36 +0000 (08:43 +0000)]
sync shlguid.h with wine 1.1.23

svn path=/trunk/; revision=41319

14 years ago- Sync gdiplus with Wine 1.1.23
Dmitry Chapyshev [Sun, 7 Jun 2009 07:59:56 +0000 (07:59 +0000)]
- Sync gdiplus with Wine 1.1.23

svn path=/trunk/; revision=41318

14 years ago- Sync comdlg32, avifil32 with Wine 1.1.23
Dmitry Chapyshev [Sun, 7 Jun 2009 07:55:59 +0000 (07:55 +0000)]
- Sync comdlg32, avifil32 with Wine 1.1.23

svn path=/trunk/; revision=41317

14 years agosync riched20 and riched32 with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 06:19:03 +0000 (06:19 +0000)]
sync riched20 and riched32 with wine 1.1.23

svn path=/trunk/; revision=41316

14 years agosync cryptui and crypt32 with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 05:59:39 +0000 (05:59 +0000)]
sync cryptui and crypt32 with wine 1.1.23

svn path=/trunk/; revision=41315

14 years ago- IopUnloadDriver: Only add the DOE_UNLOAD_PENDING to the Device's DeviceExtensions...
Michael Martin [Sun, 7 Jun 2009 01:18:15 +0000 (01:18 +0000)]
- IopUnloadDriver: Only add the DOE_UNLOAD_PENDING to the Device's DeviceExtensions Flags and check for attached devices and reference counts if the DriverObject->DriverUnload is valid. Verified on XP.
- IopLoadUnloadDriver: Add a check to verify that ImagePath.Buffer is non null before freeing it.

svn path=/trunk/; revision=41314

14 years agosync shell32 shelllink to wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 17:17:11 +0000 (17:17 +0000)]
sync shell32 shelllink to wine 1.1.23

svn path=/trunk/; revision=41313

14 years agoupdate TOKEN_INFORMATION_CLASS enum
Christoph von Wittich [Sat, 6 Jun 2009 16:24:27 +0000 (16:24 +0000)]
update TOKEN_INFORMATION_CLASS enum

svn path=/trunk/; revision=41312

14 years agosync kernel32_winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 16:10:47 +0000 (16:10 +0000)]
sync kernel32_winetest with wine 1.1.23

svn path=/trunk/; revision=41311

14 years agosync cabinet, jscript, msi and msxml3 with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:59:47 +0000 (15:59 +0000)]
sync cabinet, jscript, msi and msxml3 with wine 1.1.23

svn path=/trunk/; revision=41310

14 years agosync jscript and msi winetests with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:59:11 +0000 (15:59 +0000)]
sync jscript and msi winetests with wine 1.1.23

svn path=/trunk/; revision=41309

14 years agoimport SHGetNewLinkInfoA/W from wine
Christoph von Wittich [Sat, 6 Jun 2009 15:45:10 +0000 (15:45 +0000)]
import SHGetNewLinkInfoA/W from wine

svn path=/trunk/; revision=41308

14 years agosync shell32_winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:43:07 +0000 (15:43 +0000)]
sync shell32_winetest with wine 1.1.23

svn path=/trunk/; revision=41307

14 years agoexport DisplayExitWindowsWarnings and DisableProcessWindowsGhosting
Christoph von Wittich [Sat, 6 Jun 2009 15:28:47 +0000 (15:28 +0000)]
export DisplayExitWindowsWarnings and DisableProcessWindowsGhosting

svn path=/trunk/; revision=41306

14 years agoforgot this file :/
Christoph von Wittich [Sat, 6 Jun 2009 15:18:30 +0000 (15:18 +0000)]
forgot this file :/

svn path=/trunk/; revision=41305

14 years agopartial sync of shlfileop to wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:17:54 +0000 (15:17 +0000)]
partial sync of shlfileop to wine 1.1.23

svn path=/trunk/; revision=41304

14 years agoThere's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix build...
Ged Murphy [Sat, 6 Jun 2009 14:37:40 +0000 (14:37 +0000)]
There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.

svn path=/trunk/; revision=41303

14 years agoUse the dll runtime library.
Ged Murphy [Sat, 6 Jun 2009 14:30:57 +0000 (14:30 +0000)]
Use the dll runtime library.
Fixes building taskmgr with VS and probably others

svn path=/trunk/; revision=41302

14 years agosync user32 winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 14:25:56 +0000 (14:25 +0000)]
sync user32 winetest with wine 1.1.23

svn path=/trunk/; revision=41301

14 years agosync user32 listbox and combobox to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 14:15:43 +0000 (14:15 +0000)]
sync user32 listbox and combobox to wine 1.1.22

svn path=/trunk/; revision=41300

14 years agoupdate README.WINE
Christoph von Wittich [Sat, 6 Jun 2009 13:24:09 +0000 (13:24 +0000)]
update README.WINE

svn path=/trunk/; revision=41299

14 years agoKeep the horizontal grid axis consistent
Ged Murphy [Sat, 6 Jun 2009 13:08:22 +0000 (13:08 +0000)]
Keep the horizontal grid axis consistent

svn path=/trunk/; revision=41298

14 years agosync user32 edit and exticon to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 12:54:01 +0000 (12:54 +0000)]
sync user32 edit and exticon to wine 1.1.22

svn path=/trunk/; revision=41297

14 years agosync user32 button and static to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 08:50:05 +0000 (08:50 +0000)]
sync user32 button and static to wine 1.1.22

svn path=/trunk/; revision=41296

14 years agoSearchPathA()
Dmitry Chapyshev [Sat, 6 Jun 2009 08:14:11 +0000 (08:14 +0000)]
SearchPathA()
- Fix calculation of buffer size (fixes Skype crash)
Patch by Mikhail Denisenko (denisenkom@gmail.com)
See issue #4526 for more details.

svn path=/trunk/; revision=41295

14 years agoWSPSelect()
Dmitry Chapyshev [Sat, 6 Jun 2009 07:54:54 +0000 (07:54 +0000)]
WSPSelect()
- Fix checking of params
- Fix allocation size
Tested on Firefox, Downloader, Skype
Patch by Mikhail Denisenko (denisenkom@gmail.com) with small changes

See issue #4526 for more details.

svn path=/trunk/; revision=41294

14 years ago- NtGdiEngCreateDeviceBitmap: Test size larger than 32 bits in width.
James Tabor [Sat, 6 Jun 2009 04:24:03 +0000 (04:24 +0000)]
- NtGdiEngCreateDeviceBitmap: Test size larger than 32 bits in width.

svn path=/trunk/; revision=41293

14 years ago- Update stubs, NtGdiEngCreateDevice/Bitmap.
James Tabor [Sat, 6 Jun 2009 01:53:24 +0000 (01:53 +0000)]
- Update stubs, NtGdiEngCreateDevice/Bitmap.

svn path=/trunk/; revision=41292

14 years ago- Add USB keyboard and mouse support to ReactOS.
Aleksey Bragin [Fri, 5 Jun 2009 16:49:41 +0000 (16:49 +0000)]
- Add USB keyboard and mouse support to ReactOS.
See issue #1041 for more details.

svn path=/trunk/; revision=41291

14 years agoNetshell: update Dutch translation. Oscar van Egmond (oscar_04*AT*live*DOT*nl), bug...
Dmitry Gorbachev [Fri, 5 Jun 2009 15:20:04 +0000 (15:20 +0000)]
Netshell: update Dutch translation. Oscar van Egmond (oscar_04*AT*live*DOT*nl), bug #4582.

svn path=/trunk/; revision=41290

14 years ago - Revert r41287
Cameron Gutman [Thu, 4 Jun 2009 20:11:01 +0000 (20:11 +0000)]
 - Revert r41287

svn path=/trunk/; revision=41289

14 years agoSync French translation with English original.
Dmitry Gorbachev [Thu, 4 Jun 2009 18:10:18 +0000 (18:10 +0000)]
Sync French translation with English original.

svn path=/trunk/; revision=41288

14 years ago - Fix the map register count check
Cameron Gutman [Thu, 4 Jun 2009 18:00:17 +0000 (18:00 +0000)]
 - Fix the map register count check

svn path=/trunk/; revision=41287

14 years ago- Revert 40694 as FIELD_OFFSET is perfectly working code and the new one might not...
Johannes Anderwald [Thu, 4 Jun 2009 14:16:57 +0000 (14:16 +0000)]
- Revert 40694 as FIELD_OFFSET is perfectly working code and the new one might not work on some compilers
- Add informal debug traces for bug 4354

svn path=/trunk/; revision=41285

14 years agoRemove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefan Ginsberg, bug #4581.
Dmitry Gorbachev [Thu, 4 Jun 2009 13:54:27 +0000 (13:54 +0000)]
Remove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefan Ginsberg, bug #4581.

svn path=/trunk/; revision=41284

14 years ago- Add ReactOS Device Detection Tool - RosDDT. It's a command line tool for checking...
Aleksey Bragin [Thu, 4 Jun 2009 12:38:30 +0000 (12:38 +0000)]
- Add ReactOS Device Detection Tool - RosDDT. It's a command line tool for checking PC's hardware configuration for compatibility with ReactOS, and for reporting working hardware configurations to ReactOS hardware compatibility database. The tool is able of autoupdating its hardware compatibility database.
 * Web part is stubbed for now (hw.php) and needs to be developed.
 * Actual hardware database file (rosddt.ini) has only sample information.
 * Readme file is in Russian language, however running rosddt.exe without parameters provides a built-in English usage help.

svn path=/trunk/; revision=41282

14 years ago- Remove a few bad (PLIST_ENTRY) casts
Johannes Anderwald [Thu, 4 Jun 2009 09:37:57 +0000 (09:37 +0000)]
- Remove a few bad (PLIST_ENTRY) casts

svn path=/trunk/; revision=41280

14 years agoMikhail Denisenko <denisenkom@gmail.com>
Aleksey Bragin [Thu, 4 Jun 2009 09:01:10 +0000 (09:01 +0000)]
Mikhail Denisenko <denisenkom@gmail.com>
- Split the PIDL into current and parent folder, and call GetFolderAttributes only for current folder PIDL. This fixes tons of "ERR: HCR_GetFolderAttributes should be called for simple PIDL's only!" debug log spam messages.

See issue #4494 for more details.

svn path=/trunk/; revision=41279

14 years agoBug 4567: Italian translation updates by Paolo Devoti
Daniel Reimer [Thu, 4 Jun 2009 08:47:44 +0000 (08:47 +0000)]
Bug 4567: Italian translation updates by Paolo Devoti

svn path=/trunk/; revision=41278

14 years ago- MiFindExportedRoutineByNam: Correct an typo in assert that caused MmGetSystemRoutin...
Michael Martin [Thu, 4 Jun 2009 08:18:12 +0000 (08:18 +0000)]
- MiFindExportedRoutineByNam: Correct an typo in assert that caused MmGetSystemRoutineAddress to assert after finding a valid non forwarder function.

svn path=/trunk/; revision=41277

14 years ago- IopDeleteDevice: Fix a typo.
Michael Martin [Thu, 4 Jun 2009 03:40:47 +0000 (03:40 +0000)]
- IopDeleteDevice: Fix a typo.

svn path=/trunk/; revision=41276

14 years ago- More research is required to fix NtGdiSetPixelFormat, so removing disputed information.
James Tabor [Thu, 4 Jun 2009 01:33:43 +0000 (01:33 +0000)]
- More research is required to fix NtGdiSetPixelFormat, so removing disputed information.

svn path=/trunk/; revision=41275

14 years agoEstonian translations by Andres Traks (anthrax11*AT*hot*DOT*ee), bug #4580.
Dmitry Gorbachev [Thu, 4 Jun 2009 01:08:57 +0000 (01:08 +0000)]
Estonian translations by Andres Traks (anthrax11*AT*hot*DOT*ee), bug #4580.

svn path=/trunk/; revision=41274

14 years ago- IoGetLowerDeviceObject: Return lower device object if pending flags are not set...
Michael Martin [Thu, 4 Jun 2009 00:01:43 +0000 (00:01 +0000)]
- IoGetLowerDeviceObject: Return lower device object if pending flags are not set. Noticed by Johannes Anderwald.

svn path=/trunk/; revision=41273

14 years ago - Export NdisFreeToBlockPool
Cameron Gutman [Wed, 3 Jun 2009 23:51:35 +0000 (23:51 +0000)]
 - Export NdisFreeToBlockPool

svn path=/trunk/; revision=41272

14 years ago- IopCreateDriver: Change MajorFunction routines back to internal function IopInvalid...
Michael Martin [Wed, 3 Jun 2009 09:48:33 +0000 (09:48 +0000)]
- IopCreateDriver: Change MajorFunction routines back to internal function IopInvalidDeviceRequest for ones that were set to NULL in the Drivers DriverEntry. Windows does it and so shall we.

svn path=/trunk/; revision=41269

14 years ago - Remove an incorrect comment (I wasn't thinking when I wrote it ;))
Cameron Gutman [Wed, 3 Jun 2009 01:48:47 +0000 (01:48 +0000)]
 - Remove an incorrect comment (I wasn't thinking when I wrote it ;))
 - Add an ASSERT for an unhandled case

svn path=/trunk/; revision=41265

14 years agoDo not crash on software breakpoint in kdb.
Dmitry Gorbachev [Tue, 2 Jun 2009 22:14:46 +0000 (22:14 +0000)]
Do not crash on software breakpoint in kdb.

svn path=/trunk/; revision=41264

14 years ago- Add more missing styles
Ged Murphy [Tue, 2 Jun 2009 20:09:00 +0000 (20:09 +0000)]
- Add more missing styles
- Patch by Gabriel Ilardi (gabrielilardi at hotmail dot it)

svn path=/trunk/; revision=41261

14 years agoMake the horizontal and vertical axis in the history graphs solid lines instead of...
Ged Murphy [Tue, 2 Jun 2009 19:09:03 +0000 (19:09 +0000)]
Make the horizontal and vertical axis in the history graphs solid lines instead of the dotted 80's style we had.

svn path=/trunk/; revision=41260

14 years ago - Enable the code in NdisSetTimerEx
Cameron Gutman [Tue, 2 Jun 2009 18:20:15 +0000 (18:20 +0000)]
 - Enable the code in NdisSetTimerEx
 - Add a debug print

svn path=/trunk/; revision=41258

14 years agobug3954 missed some styles. Updated English resource, can Gabriel or anyone else...
Ged Murphy [Tue, 2 Jun 2009 14:58:02 +0000 (14:58 +0000)]
bug3954 missed some styles. Updated English resource, can Gabriel or anyone else do the rest.

svn path=/trunk/; revision=41257

14 years ago- Properly disable tag validation if using debugging pool (fixes a wrong part of...
Aleksey Bragin [Tue, 2 Jun 2009 12:54:03 +0000 (12:54 +0000)]
- Properly disable tag validation if using debugging pool (fixes a wrong part of r41255).

svn path=/trunk/; revision=41256

14 years ago- Add a note about increasing max pool sizes when using pool debugging.
Aleksey Bragin [Tue, 2 Jun 2009 12:48:00 +0000 (12:48 +0000)]
- Add a note about increasing max pool sizes when using pool debugging.

svn path=/trunk/; revision=41255

14 years agoIopCreateObjectTypes: Add a DeleteProcedure for Device Objects.
Michael Martin [Tue, 2 Jun 2009 12:10:17 +0000 (12:10 +0000)]
IopCreateObjectTypes: Add a DeleteProcedure for Device Objects.
IopUnloadDevice: After calling the drivers Unload routine, make the DriverObject temporary and dereference it.
IopUnloadDriver: Check that the driver is not already unloading before trying to call unload routine.
If any failure, dereference the DriverObject before returning STATUS code.
On an attempt to unload the driver, loop through each DeviceObject and set DOE_UNLOAD_PENDING in device extensions flags.
Before calling the driver's unload routine set DRVO_UNLOAD_INVOKED in DriverObject's flags.
Fixes Bugchecks when attempting to load driver a second time and when unloading a driver that has upper level device attached.

svn path=/trunk/; revision=41254

14 years agoGabriel Ilardi <gabrielilardi AT hotmail DOT it>
Matthias Kupfer [Tue, 2 Jun 2009 11:28:47 +0000 (11:28 +0000)]
Gabriel Ilardi <gabrielilardi AT hotmail DOT it>
- Fixes the TAB_STOP problem for taskmanager.
- See issue #3954 for details.

svn path=/trunk/; revision=41253

14 years agoset menu checkmark always on top always
Matthias Kupfer [Tue, 2 Jun 2009 11:04:02 +0000 (11:04 +0000)]
set menu checkmark always on top always

svn path=/trunk/; revision=41252

14 years ago- fixes the problem of unsetting the HWND_TOPMOST property (e.g. taskmgr)
Matthias Kupfer [Tue, 2 Jun 2009 10:13:30 +0000 (10:13 +0000)]
- fixes the problem of unsetting the HWND_TOPMOST property (e.g. taskmgr)
- review recommended, but i think it's sufficient to limit topmost property to desktop windows only (otherwise we can remove this part of condition)

svn path=/trunk/; revision=41251

14 years ago- Hax-implement NtGdiSetPixelFormat and add a support function UserGethWnd with some...
James Tabor [Tue, 2 Jun 2009 06:50:36 +0000 (06:50 +0000)]
- Hax-implement NtGdiSetPixelFormat and add a support function UserGethWnd with some code cleanup.

svn path=/trunk/; revision=41250

14 years ago - Fix a potential crash in IoGetLowerDeviceObject if nothing is attached to us
Cameron Gutman [Tue, 2 Jun 2009 01:34:12 +0000 (01:34 +0000)]
 - Fix a potential crash in IoGetLowerDeviceObject if nothing is attached to us

svn path=/trunk/; revision=41249

14 years ago - Use MmFreeContiguousMemorySpecifyCache to free memory allocated by MmAllocateConti...
Cameron Gutman [Tue, 2 Jun 2009 01:30:52 +0000 (01:30 +0000)]
 - Use MmFreeContiguousMemorySpecifyCache to free memory allocated by MmAllocateContiguousMemorySpecifyCache in HalAllocateCommonBuffer

svn path=/trunk/; revision=41248

14 years ago - Forgot to free DmaContext
Cameron Gutman [Tue, 2 Jun 2009 00:43:21 +0000 (00:43 +0000)]
 - Forgot to free DmaContext

svn path=/trunk/; revision=41247

14 years ago - Finish our NDIS S/G DMA implementation
Cameron Gutman [Tue, 2 Jun 2009 00:37:23 +0000 (00:37 +0000)]
 - Finish our NDIS S/G DMA implementation
 - Totally untested due to lack of HAL S/G support

svn path=/trunk/; revision=41246

14 years ago- Implement NtGdiDescribePixelFormat, needs testing.
James Tabor [Mon, 1 Jun 2009 23:24:20 +0000 (23:24 +0000)]
- Implement NtGdiDescribePixelFormat, needs testing.

svn path=/trunk/; revision=41245

14 years ago- Add note for WNDOBJ.
James Tabor [Mon, 1 Jun 2009 22:51:48 +0000 (22:51 +0000)]
- Add note for WNDOBJ.

svn path=/trunk/; revision=41244

14 years agoAdd missing exports to videoprt
Timo Kreuzer [Mon, 1 Jun 2009 22:16:54 +0000 (22:16 +0000)]
Add missing exports to videoprt

svn path=/trunk/; revision=41243

14 years agofixes clipping problem for taskmgr process list
Matthias Kupfer [Mon, 1 Jun 2009 22:10:43 +0000 (22:10 +0000)]
fixes clipping problem for taskmgr process list

svn path=/trunk/; revision=41242

14 years ago - Handle IRP_MN_QUERY_PNP_DEVICE_STATE
Cameron Gutman [Mon, 1 Jun 2009 21:56:44 +0000 (21:56 +0000)]
 - Handle IRP_MN_QUERY_PNP_DEVICE_STATE

svn path=/trunk/; revision=41241

14 years ago - Register a device interface for each miniport
Cameron Gutman [Mon, 1 Jun 2009 19:10:49 +0000 (19:10 +0000)]
 - Register a device interface for each miniport

svn path=/trunk/; revision=41240