Commit graph

37094 commits

Author SHA1 Message Date
Johannes Anderwald a461485cb0 - Remove a few bad (PLIST_ENTRY) casts
svn path=/trunk/; revision=41280
2009-06-04 09:37:57 +00:00
Aleksey Bragin 9e9c082bb7 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
2009-06-04 09:01:10 +00:00
Daniel Reimer 30269c48c7 Bug 4567: Italian translation updates by Paolo Devoti
svn path=/trunk/; revision=41278
2009-06-04 08:47:44 +00:00
Michael Martin ac16fec27e - MiFindExportedRoutineByNam: Correct an typo in assert that caused MmGetSystemRoutineAddress to assert after finding a valid non forwarder function.
svn path=/trunk/; revision=41277
2009-06-04 08:18:12 +00:00
Michael Martin 579c35f87a - IopDeleteDevice: Fix a typo.
svn path=/trunk/; revision=41276
2009-06-04 03:40:47 +00:00
James Tabor 463f40fcd5 - More research is required to fix NtGdiSetPixelFormat, so removing disputed information.
svn path=/trunk/; revision=41275
2009-06-04 01:33:43 +00:00
Dmitry Gorbachev 23e3456582 Estonian translations by Andres Traks (anthrax11*AT*hot*DOT*ee), bug #4580.
svn path=/trunk/; revision=41274
2009-06-04 01:08:57 +00:00
Michael Martin ae1e7f0289 - IoGetLowerDeviceObject: Return lower device object if pending flags are not set. Noticed by Johannes Anderwald.
svn path=/trunk/; revision=41273
2009-06-04 00:01:43 +00:00
Cameron Gutman 64ef1907f0 - Export NdisFreeToBlockPool
svn path=/trunk/; revision=41272
2009-06-03 23:51:35 +00:00
Michael Martin 0c362cc691 - 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
2009-06-03 09:48:33 +00:00
Cameron Gutman 84594fb342 - Remove an incorrect comment (I wasn't thinking when I wrote it ;))
- Add an ASSERT for an unhandled case

svn path=/trunk/; revision=41265
2009-06-03 01:48:47 +00:00
Dmitry Gorbachev 877b413520 Do not crash on software breakpoint in kdb.
svn path=/trunk/; revision=41264
2009-06-02 22:14:46 +00:00
Ged Murphy 81fa6557af - Add more missing styles
- Patch by Gabriel Ilardi (gabrielilardi at hotmail dot it)

svn path=/trunk/; revision=41261
2009-06-02 20:09:00 +00:00
Ged Murphy 00e85059d8 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
2009-06-02 19:09:03 +00:00
Cameron Gutman 70a581c537 - Enable the code in NdisSetTimerEx
- Add a debug print

svn path=/trunk/; revision=41258
2009-06-02 18:20:15 +00:00
Ged Murphy 65fa28b9de bug3954 missed some styles. Updated English resource, can Gabriel or anyone else do the rest.
svn path=/trunk/; revision=41257
2009-06-02 14:58:02 +00:00
Aleksey Bragin 65612168fe - Properly disable tag validation if using debugging pool (fixes a wrong part of r41255).
svn path=/trunk/; revision=41256
2009-06-02 12:54:03 +00:00
Aleksey Bragin 88b8188a0e - Add a note about increasing max pool sizes when using pool debugging.
svn path=/trunk/; revision=41255
2009-06-02 12:48:00 +00:00
Michael Martin 1760329b33 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
2009-06-02 12:10:17 +00:00
Matthias Kupfer 3970cdddbc Gabriel Ilardi <gabrielilardi AT hotmail DOT it>
- Fixes the TAB_STOP problem for taskmanager.
- See issue #3954 for details.

svn path=/trunk/; revision=41253
2009-06-02 11:28:47 +00:00
Matthias Kupfer df9c9d55b3 set menu checkmark always on top always
svn path=/trunk/; revision=41252
2009-06-02 11:04:02 +00:00
Matthias Kupfer 9389bb01b8 - 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
2009-06-02 10:13:30 +00:00
James Tabor cdacb4b6b5 - Hax-implement NtGdiSetPixelFormat and add a support function UserGethWnd with some code cleanup.
svn path=/trunk/; revision=41250
2009-06-02 06:50:36 +00:00
Cameron Gutman e640466446 - Fix a potential crash in IoGetLowerDeviceObject if nothing is attached to us
svn path=/trunk/; revision=41249
2009-06-02 01:34:12 +00:00
Cameron Gutman e4a0b00377 - Use MmFreeContiguousMemorySpecifyCache to free memory allocated by MmAllocateContiguousMemorySpecifyCache in HalAllocateCommonBuffer
svn path=/trunk/; revision=41248
2009-06-02 01:30:52 +00:00
Cameron Gutman 6530a6856e - Forgot to free DmaContext
svn path=/trunk/; revision=41247
2009-06-02 00:43:21 +00:00
Cameron Gutman 2d20153f5f - Finish our NDIS S/G DMA implementation
- Totally untested due to lack of HAL S/G support

svn path=/trunk/; revision=41246
2009-06-02 00:37:23 +00:00
James Tabor 5e49d1b3cc - Implement NtGdiDescribePixelFormat, needs testing.
svn path=/trunk/; revision=41245
2009-06-01 23:24:20 +00:00
James Tabor e2bc37faee - Add note for WNDOBJ.
svn path=/trunk/; revision=41244
2009-06-01 22:51:48 +00:00
Timo Kreuzer 39781fb735 Add missing exports to videoprt
svn path=/trunk/; revision=41243
2009-06-01 22:16:54 +00:00
Matthias Kupfer 60c7b6f542 fixes clipping problem for taskmgr process list
svn path=/trunk/; revision=41242
2009-06-01 22:10:43 +00:00
Cameron Gutman 85da39f0ab - Handle IRP_MN_QUERY_PNP_DEVICE_STATE
svn path=/trunk/; revision=41241
2009-06-01 21:56:44 +00:00
Cameron Gutman 7840b71301 - Register a device interface for each miniport
svn path=/trunk/; revision=41240
2009-06-01 19:10:49 +00:00
Cameron Gutman dc6b09d85a - Include initguid.h so the GUIDs actually get initialized
svn path=/trunk/; revision=41239
2009-06-01 19:03:28 +00:00
Cameron Gutman 2d1234a73d - Use DECLSPEC_SELECTANY so multiple definitions will not cause a problem
svn path=/trunk/; revision=41238
2009-06-01 18:59:44 +00:00
Cameron Gutman b2ca874ca9 - Add GUID_DEVINTERFACE_NET
svn path=/trunk/; revision=41237
2009-06-01 17:40:57 +00:00
Michael Martin 294eb46c01 eventlog.c: When manually creating RPC_UNICODE_STRING/RPC_STRING the Length member does not include the terminating null, but MaximumLength does. Fixes returning handle for Security and System event logs.
svn path=/trunk/; revision=41236
2009-06-01 17:11:30 +00:00
KJK::Hyperion 92da2bbe75 added tools/msc_helper
added      tools/msc_helper/msc_helper.cpp
added      tools/msc_helper/msc_helper.rbuild
   Build tool to invoke Microsoft tools, overriding the %PATH% variable and optionally filtering out the name of the file being compiled
   Will be used by the Visual C++ support for rbuild

svn path=/trunk/; revision=41235
2009-06-01 15:17:41 +00:00
KJK::Hyperion 8b8b19eacc added include/reactos/kjk
added      include/reactos/kjk/argv_parser.h
added      include/reactos/kjk/null_output_iterator.h
added      include/reactos/kjk/stringz_iterator.h
   Some internal libraries I use in code I haven't committed yet

svn path=/trunk/; revision=41234
2009-06-01 15:14:37 +00:00
Stefan Ginsberg 7aa1c0b641 - Disable debugging traces for dbgk/io/lpc/ob/ps by default, removing mostly unused debug code from frequently used routines and decreasing image size by about 32 KB. Also fix the way some macros are defined so we don't end up with double semicolons after the preprocessor.
svn path=/trunk/; revision=41233
2009-06-01 06:21:12 +00:00
Cameron Gutman 6d2f233002 - Implement and export NdisCompareAnsiString, NdisCompareUnicodeString, and NdisInterlockedAddLargeInteger
svn path=/trunk/; revision=41232
2009-05-31 23:20:55 +00:00
Cameron Gutman d6dda55c2d - Export the stubs for NdisRegisterTdiCallBack, NdisSetProtocolFilter, and NdisClGetProtocolVcContextFromTapiCallId
- Remove some extra stuff
 - Move implemented stuff to misc.c
 - Add some debug prints

svn path=/trunk/; revision=41231
2009-05-31 23:00:32 +00:00
Kamil Hornicek a10701f6ac - driverName can be null, display info.DriverName instead
svn path=/trunk/; revision=41230
2009-05-31 21:54:34 +00:00
Stefan Ginsberg ca5fe53784 Patch from Olaf Siejka <olaf_siejka AT o2 DOT pl>
Stub out more IRP type cases instead of printing "Unknown IOCTL"

svn path=/trunk/; revision=41229
2009-05-31 20:53:49 +00:00
Cameron Gutman 9d9267a4fb - Add TDI_REGISTER_CALLBACK and TDI_PNP_HANDLER
svn path=/trunk/; revision=41228
2009-05-31 17:42:56 +00:00
James Tabor a149107372 - dmDriverExtra is zeroed before the call to ChangeDisplaySettingsEx.
svn path=/trunk/; revision=41227
2009-05-31 17:33:27 +00:00
Sylvain Petreolle 6f6a9fe1c5 Return NDIS 5.1 in NdisGetVersion (its XP+)
svn path=/trunk/; revision=41226
2009-05-31 16:14:27 +00:00
Cameron Gutman 67f8c6d15c - Implement and export NdisOverrideBusNumber
svn path=/trunk/; revision=41225
2009-05-31 16:04:43 +00:00
Dmitry Chapyshev e258863e18 - Implement NdisGetSharedDataAlignment and NdisGetVersion
svn path=/trunk/; revision=41224
2009-05-31 15:24:56 +00:00
Cameron Gutman 9ee18c1c89 - Fix build
svn path=/trunk/; revision=41223
2009-05-31 14:59:56 +00:00