Commit graph

42006 commits

Author SHA1 Message Date
Sylvain Petreolle 6fb8027ffd Add declaration for PerfDataGetProcessIndex.
Fixes taskmgr build without compilation units.

svn path=/trunk/; revision=46813
2010-04-10 14:12:54 +00:00
Gregor Schneider 66425524ea [TASKMGR]
- Add routine to query process index from performance data
- Remove process page index caching, query the index using the new routine
- Fixes "ghost processes" in the task manager, which were shown due to data access with invalid indexes
- Some changes for improved performance: use local process id's where suitable, only start checking for new processes if the item performance data and listview counts differ
See issue #4661 for more details.

svn path=/trunk/; revision=46812
2010-04-10 12:49:41 +00:00
Eric Kohl c1a9403d49 Enable old access check code until the bug that keeps the device installer from working has been fixed.
svn path=/trunk/; revision=46811
2010-04-10 11:44:57 +00:00
Giannis Adamopoulos 109f0d331a [rbuild]
MSVC backend:
- Fix compilation when using paths with spaces
- Fix spec and pspec rules to generate correctly the def and stubs file
- Group auto-generated files together
- Rename some user macros to more appropriate names
- Some cleanup

svn path=/trunk/; revision=46809
2010-04-10 09:14:18 +00:00
Cameron Gutman f3683186aa [NTOSKRNL]
- Cache the next instance value in the the registry so we don't have to go searching for an unused instance number every time we add a new device

svn path=/trunk/; revision=46808
2010-04-10 04:11:45 +00:00
Cameron Gutman aca1c8384f [NTOSKRNL]
- Create registry values for legacy drivers
- Handle raw devices properly
- Don't set DNF_STARTED before actually calling IopStartDevice
- Don't set DNF_STARTED for legacy drivers inside IopCreateDeviceNode
- Fixes missing entries in Device Manager for raw devices

svn path=/trunk/; revision=46798
2010-04-09 21:11:32 +00:00
Timo Kreuzer 7bfc8fa8ea [NTOSKRNL]
Fix msvc versions of Ke386GetGlobalDescriptorTable and Ke386SetGlobalDescriptorTable. Patch by Jose Catena.

See issue #5071 for more details.

svn path=/trunk/; revision=46797
2010-04-09 21:10:13 +00:00
Johannes Anderwald 1528c1220d [KS]
- Return status success from unimplemented IKsClock_DispatchClose
- Implement handling of KSPROPERTY_PIN_CONSTRAINEDDATARANGES property
- Forward unhandled irps to lower device object
- Fix asserts in KspHandleDataIntersection. The function is still a grotesk hack
- Simply handling of property requests by merging filter properties into filter descriptor
- Implement KsMethodHandler, KsMethodHandlerWithAllocator, KsFastMethodHandler
- Fix a bug in KsPinGetFirstCloneStreamPointer
- Implement handling of KSPROPSETID_Topology (KspTopologyHandler)

svn path=/trunk/; revision=46794
2010-04-09 18:31:53 +00:00
Giannis Adamopoulos 190d0acef7 asm.h: fix definition of HEX macro
svn path=/trunk/; revision=46786
2010-04-09 11:14:56 +00:00
Cameron Gutman cbbd840d2a [NTOSKRNL]
- Write the assigned resources to the registry

svn path=/trunk/; revision=46784
2010-04-09 01:10:34 +00:00
Gregor Schneider 56b6100451 [TASKMGR] Remove temp debug output related to another problem
svn path=/trunk/; revision=46783
2010-04-08 22:21:17 +00:00
Gregor Schneider 13478858b7 [TASKMGR]
- Don't try to query a performance index when switching from application to process tab
- Query a process index instead: "go to process" works now

svn path=/trunk/; revision=46782
2010-04-08 22:10:45 +00:00
Gregor Schneider d20419ee58 [SHELL32] Add missing format specifier, switch parameters as advertised
svn path=/trunk/; revision=46781
2010-04-08 21:25:02 +00:00
Johannes Anderwald 0d672ad7cd [KS]
- Fix tons of bugs in KsMergeAutomationTable
- Implement removing instantiated filter from filter factory when filter is about to be closed
- Fix a memory corrupion bug in KspHandleDataIntersection

svn path=/trunk/; revision=46780
2010-04-08 20:14:38 +00:00
Aleksey Bragin 169a95782a [DRIVERS/GREEN]
- Includes cleanup, fix NDK inclusion.

svn path=/trunk/; revision=46779
2010-04-08 09:39:24 +00:00
Johannes Anderwald fc4cd6d714 [KS]
- Disable debugging traces

svn path=/trunk/; revision=46777
2010-04-08 08:38:50 +00:00
Cameron Gutman ba87c15658 [TXTSETUP.SIF]
- Add PnP information for isapnp
[REACTOS.DFF]
- Remove isapnp

svn path=/trunk/; revision=46776
2010-04-08 02:18:27 +00:00
Cameron Gutman 5fcb03c68d [ISAPNP]
- Fix a typo

svn path=/trunk/; revision=46775
2010-04-07 23:03:59 +00:00
Johannes Anderwald 07e1066306 [KS]
- Implement IKsDevice::GetAdapterObject, IKsDevice::ArbitrateAdapterChannel
- Store device interface guid in the symbolic link list entry, which is used by KsFilterFactoryUpdateCacheData
- Implement KsFilterFactoryUpdateCacheData, which is used to dynamically propagate format / medium changes to directshow components
- Move stream pointer preparation to an own function, which is called by KsPinGetLeadingEdgeStreamPointer / KsStreamPointerClone / KsStreamPointerAdvanceOffsets
- Fix locating correct offset in KsStreamPointerScheduleTimeout, KsStreamPointerCancelTimeout, KsStreamPointerGetNextClone
- Further BDA support is on hold until ReactOS supports s/g in hal

svn path=/trunk/; revision=46774
2010-04-07 21:45:25 +00:00
Cameron Gutman 8cc9a982b5 [RAMDISK]
- Remove another unnecessary hack

svn path=/trunk/; revision=46771
2010-04-07 21:04:41 +00:00
Cameron Gutman b270d2cf88 [HAL]
- Remove an unnecessary hack now that PnP manager doesn't suck (as much ;))

svn path=/trunk/; revision=46770
2010-04-07 20:37:13 +00:00
Cameron Gutman 2f488e4755 [INF]
- Reenable isapnp

svn path=/trunk/; revision=46769
2010-04-07 20:20:22 +00:00
Cameron Gutman d9face83c6 [ISAPNP]
- Rewrite the ISAPnP driver based off EtherBoot source
- TODO: Resource stuff

svn path=/trunk/; revision=46768
2010-04-07 20:19:29 +00:00
Cameron Gutman da1fa61cf0 [PCI]
- Fix a crash that occurs when a device is started which requires no resources

svn path=/trunk/; revision=46767
2010-04-07 20:18:44 +00:00
Gregor Schneider 2d3b57377f [SHELL32]
- Change "open with" dialog type to allow aborting, add code to handle WM_DESTROY messages
- Change full blue selection color to standard background blue, set selection background non white correctly
- Adjust German resource fields to make texts fit
See issue #4226 for more details.

svn path=/trunk/; revision=46766
2010-04-07 19:11:56 +00:00
Gregor Schneider b800febcd7 [SHELL] Increase field width in German resources so the drive text can fit
svn path=/trunk/; revision=46765
2010-04-07 17:42:43 +00:00
Gregor Schneider 2052c57785 [SHELL32]
- Portuguese translation by Manuel Silva
See issue #1494 for more details.

svn path=/trunk/; revision=46764
2010-04-07 17:41:38 +00:00
Daniel Reimer 779a3240de Update all rapps entries.
svn path=/trunk/; revision=46762
2010-04-07 14:35:04 +00:00
Michael Martin f1c016d7cd [usb/usbehci]
- Instead of converting GUID to UNICODE_STRING and comparing, use IsEqualGUIDAligned. Thanks Ged.
- Remove a unneeded header.

svn path=/trunk/; revision=46761
2010-04-07 11:09:36 +00:00
Michael Martin 56eef6c56d [usb/usbehci]
- Check the Interface GUID instead of only the version and size.
- Handle up to USB_BUS_INTERFACE_USBDI_V2 and USB_BUS_INTERFACE_HUB_V5. Driver gets further in win2k.
- Basic implementation of Direct Call Function CreateUsbDevice.
- Fix GetRootHubSymbolicName to return RootHub20.
- Change return status to not supported for functions not implemented yet.

svn path=/trunk/; revision=46760
2010-04-07 10:25:36 +00:00
James Tabor 01f84db1d4 [Win32k|Gdi32]
- Enable font batch and fixed setting brush origion. Use the new delete object functions in win32k.

svn path=/trunk/; revision=46758
2010-04-07 00:46:16 +00:00
Gregor Schneider 06ad53455e [SHELL32]
- Updated Italian translation by Gabriel Ilardi
See issue #1494 for more details.

svn path=/trunk/; revision=46754
2010-04-06 18:51:13 +00:00
Johannes Anderwald 716555b739 [MSDVBNP]
- Register BDA Filter components

svn path=/trunk/; revision=46751
2010-04-06 15:47:15 +00:00
Johannes Anderwald 9b8546277a [MSDVBNP]
- Dynamically register DVB network provider categories

svn path=/trunk/; revision=46750
2010-04-06 15:08:16 +00:00
Johannes Anderwald 35ac4e1e92 [KSPROXY]
- Implement sending multiple media samples to tv tuner at once in order to avoid the kernel irp queue running out

svn path=/trunk/; revision=46749
2010-04-06 14:32:35 +00:00
Johannes Anderwald f9e0e0d0b3 [NTOS]
- Device interface strings are null terminated

svn path=/trunk/; revision=46748
2010-04-06 14:00:02 +00:00
Michael Martin 2d1579957b [DDK]
- A better fix for r46738. Patch by Amine Khaidi.

svn path=/trunk/; revision=46747
2010-04-06 13:23:33 +00:00
Timo Kreuzer a2ac545098 revert r46742
svn path=/trunk/; revision=46744
2010-04-06 00:20:53 +00:00
Timo Kreuzer ce7c240a5e Compile scsiport.c for freeldr only on x86 builds
svn path=/trunk/; revision=46743
2010-04-06 00:19:48 +00:00
Timo Kreuzer 93be8ad5ab remove scsiport from arm build
svn path=/trunk/; revision=46742
2010-04-06 00:10:46 +00:00
Timo Kreuzer 84f23f68d1 - Add -fms-extensions for arm build
- Add _NT_TIB_KPCR to compensate for a missing NT_TIB (hackfix)
- add KERNEL_STACK_SIZE & co for arm
- Add missing KeGetCurrentThread prototype for arm
- define INTERLOCKED_RESULT for X86 only
- Add _CONTEXT and _EXCEPTION_RECORD forward declarations

svn path=/trunk/; revision=46741
2010-04-06 00:00:00 +00:00
Cameron Gutman c96838e350 [INF]
- Fix the class GUID so devices appear in the correct category in device manager
- Remove trailing spaces on some device descriptions
- Remove the "(UniATA)" at the end of some device descriptions

svn path=/trunk/; revision=46740
2010-04-05 23:35:44 +00:00
Gregor Schneider cf01e4674e [SHELL32]
- Updated polish translation by Olaf Siejka
See issue #1494 for more details.

svn path=/trunk/; revision=46739
2010-04-05 16:00:49 +00:00
Michael Martin 939ddddd64 [DDK]
- Remove PUSB_DEVICE_HANDLE as its not used in this header. Its defined in hubbusif.

svn path=/trunk/; revision=46738
2010-04-05 12:56:09 +00:00
Daniel Reimer 60ff1b6f80 Fix typo in FDC.inf.
svn path=/trunk/; revision=46737
2010-04-05 12:55:00 +00:00
Michael Martin 931c1f3776 [DDK]
- Add missing include.

svn path=/trunk/; revision=46736
2010-04-05 12:46:05 +00:00
Michael Martin 222e4f03b9 [usb/usbehci]
- Modify UsbDevice structure to hold all the device's configurations vice only the active one.
- Change code to handle new UsbDevice structure and data.
- Add missing Status assignment for IOCTLs get device handle and get hub count.
- When checking port status in deffered routine continue looping through the ports if the device is not high speed.
- Implement direct call functions InitializeUsbDevice, QueryDeviceInformation and GetControllerInformation.
- Fix incorrect return type for direct call function GetUSBDIVersion.
- Remove no longer needed structures from usbiffn.h as they are now in usbbusif.h and hubbusif.h.
- Code based on XEN PV Drivers by James Harper.

svn path=/trunk/; revision=46735
2010-04-05 12:23:30 +00:00
Gregor Schneider 817ca6d3d7 [SHELL]
- Updated Spanish translation by Javier Fernandéz
See issue #1494 for more details.

svn path=/trunk/; revision=46731
2010-04-05 09:51:49 +00:00
Christoph von Wittich 56ab20eda4 [quartz]
sync quartz to wine 1.1.42

svn path=/trunk/; revision=46730
2010-04-05 09:44:43 +00:00
Christoph von Wittich 59929a1790 [qedit]
sync qedit to wine 1.1.42

svn path=/trunk/; revision=46729
2010-04-05 09:40:24 +00:00