Cameron Gutman [Thu, 25 Mar 2010 04:05:33 +0000 (04:05 +0000)]
[NTOSKRNL]
- Fix an incorrect assumption which led to ACPI's enumerated buttons not being recognized by the power manager
svn path=/trunk/; revision=46425
Timo Kreuzer [Thu, 25 Mar 2010 03:50:46 +0000 (03:50 +0000)]
Merge from amd64-branch:
36380 (tkreuzer)
[SCSIPORT]
Implement some functions that are forwarded to HAL on x86 build, but not on x64. Modify spec file (use preprocessor macro).
36397 (tkreuzer)
[SCSIPORT]
rename .spec to .pspec
36949 (sginsberg)
- Fix NTFS FSD compilation
36951 (sginsgerb)
[NE2000]
- Fix ne2000 compilation (treat pointer size as ULONG_PTR, correct function prototypes)
36958 (sginsberg)
[ISAPNP]
- Fix isapnp compilation for 64-bit
36961 (sginsberg)
[SERIAL]
- Make serial build for 64 bit -- explicitly cast first parameter to InterlockedCompareExchangePointer
to PVOID
36964 (sginsberg)
- Fix DXG 64-bit compilation
36972 (sserapion)
[VGA]
- When doing pointer arithmetic, ULONG_PTR is your friend
37234 (tkreuzer)
[SCSIPORT]
Fix scsiport, by using pspec again.
40927 (tkreuzer)
[BMFD]
HGLYPH is an ULONG. Use offset to glyph entry as HGLYPH instead of the pointer to fix 64bit build.
41070 (tkreuzer)
[TCPIP]
fix a pointer to ULONG cast
41500 (tkreuzer)
[NDIS]
Pass ULONG* to MiniQueryInformation for the number of written bytes instead of ULONG_PTR*
41502 (tkreuzer)
[WDMAUD]
Make DeviceIndex a ULONG_PTR
44339 (sserapion)
[NDIS]
Fix ndis build.
svn path=/trunk/; revision=46424
Cameron Gutman [Thu, 25 Mar 2010 03:40:41 +0000 (03:40 +0000)]
[ACPI]
- Implement a DispatchCreateClose handler
svn path=/trunk/; revision=46423
Timo Kreuzer [Thu, 25 Mar 2010 03:24:44 +0000 (03:24 +0000)]
Merge from amd64-branch:
34803 (sserapion)
Fix more warnings.
Convert pciidex to use spec file.
34864 (tkreuzer) // checkme vielleicht schon gemerged?
[NDIS]
fix some ULONG to pointer casts
34870 (tkreuzer)
[TCPIP]
- fix some pointer to ULONG casts
34874 (tkreuzer)
class2: fix ULONG to pointer cast
34877 (tkreuzer)
- fix LARGE_INTEGER to pointer cast
35781 (tkreuzer)
[NDIS]
define some fastcall functions to the normal functions on amd64
36011 (tkreuzer)
[NDIS]
Fix a ULONG to pointer cast.
36012 (tkreuzer)
[SCSIPORT]
more ulong <-> pointer fixes
svn path=/trunk/; revision=46422
Timo Kreuzer [Thu, 25 Mar 2010 01:59:02 +0000 (01:59 +0000)]
Merge from amd64-branch:
44036 (sserapion)
Seems that windows cares about manifests and a mismatched processor architecture is not good. Fix amd64 paint in windows.
44772 (sserapion)
Fix warning cast to 'unsigned int' loses precision.
svn path=/trunk/; revision=46419
Timo Kreuzer [Thu, 25 Mar 2010 01:06:20 +0000 (01:06 +0000)]
Merge from amd64-branch:
36898 (sserapion)
- Fix 64bit advapi32 build.
35655 (sserapion)
Misc WIN64 fixes.
Implement InitializeCriticalSectionEx
43836 (sserapion)
Fix avicap32 build.
44510 (tkreuzer)
[IPHLPAPI]
Don't redefine _WIN32_WINNT to 0x500. When using the NDK we need at least 0x503 when compiling for 64 bit (XP64 is 502)
39335 (tkreuzer)
[IPHLPAPI]
Fix prototype of RtlAllocateHeap
38092 (sserapion)
[RPCRT4]
Fix 64bit-warnings.
44499 (sserapion)
[SYSSETUP]
Eliminate warning.
38100 (sserapion)
[ADVAPI32]
ULONG -> ULONG_PTR
svn path=/trunk/; revision=46418
Cameron Gutman [Thu, 25 Mar 2010 00:35:36 +0000 (00:35 +0000)]
[ACPI]
- Don't attempt to parse output arguments if none were returned
svn path=/trunk/; revision=46417
Cameron Gutman [Thu, 25 Mar 2010 00:23:41 +0000 (00:23 +0000)]
[ACPI]
* Add support for ACPI_EVAL_INPUT_BUFFER_SIMPLE_INTEGER_SIGNATURE and ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_SIGNATURE
* Cmbatt is able to set the battery trip point now
svn path=/trunk/; revision=46416
Timo Kreuzer [Thu, 25 Mar 2010 00:04:00 +0000 (00:04 +0000)]
[MSVCRT]
Enable exports for _gmtime64, _localtime64, _time64
svn path=/trunk/; revision=46415
James Tabor [Wed, 24 Mar 2010 23:35:23 +0000 (23:35 +0000)]
- Fix for gdibatch, does not help Acrobat reader 7.
svn path=/trunk/; revision=46414
Cameron Gutman [Wed, 24 Mar 2010 23:13:51 +0000 (23:13 +0000)]
[ACPI]
- Fix a warning
- Implement some IOCTL_ACPI_EVAL_METHOD handling (no input parameters are supported yet but it should be enough for what cmbatt needs it to do)
svn path=/trunk/; revision=46413
Timo Kreuzer [Wed, 24 Mar 2010 23:12:31 +0000 (23:12 +0000)]
[BEEPMIDI]
Fix 64bit compilation
svn path=/trunk/; revision=46412
Timo Kreuzer [Wed, 24 Mar 2010 23:03:33 +0000 (23:03 +0000)]
[NCI]
- Fix 64bit stubs
[RSYM64]
- fix linux compilation
svn path=/trunk/; revision=46410
Cameron Gutman [Wed, 24 Mar 2010 22:56:16 +0000 (22:56 +0000)]
[DDK]
- Fix a signedness warning
svn path=/trunk/; revision=46408
Timo Kreuzer [Wed, 24 Mar 2010 22:56:12 +0000 (22:56 +0000)]
[ACLEDIT]
remove $Id fields
svn path=/trunk/; revision=46407
Johannes Anderwald [Wed, 24 Mar 2010 20:05:43 +0000 (20:05 +0000)]
[KSPROXY]
- Load ksproxy plugins for input / output pins
svn path=/trunk/; revision=46400
Johannes Anderwald [Wed, 24 Mar 2010 17:30:43 +0000 (17:30 +0000)]
[KSPROXY]
- Silent traces
svn path=/trunk/; revision=46399
Johannes Anderwald [Wed, 24 Mar 2010 16:04:44 +0000 (16:04 +0000)]
[BDAPLGIN]
- Fix compilation with msvc
- Implement IBDA_PinControl::RegistrationContext
- Register filter with IBDA_NetworkProvider when it is an input pin
- IBDA_PinControl is now working
svn path=/trunk/; revision=46398
Johannes Anderwald [Wed, 24 Mar 2010 14:03:40 +0000 (14:03 +0000)]
[KSPROXY]
- Add support for IKsClockForward interface which is an alias for IKsObject
- CKsClockForwarder is now functional
svn path=/trunk/; revision=46397
Johannes Anderwald [Wed, 24 Mar 2010 13:12:34 +0000 (13:12 +0000)]
[KSPROXY]
- Check in IMemAllocator::GetBuffer if the allocator is commited
- Silence debug prints in IMediaSample
- Implement IBaseFilter::Stop
- Fix race conditions in IBaseFilter::Run, IBaseFilter::Run, IBaseFilter::Stop
- Check for invalid argument in IBaseFilter::Stop
- Call InitializeIOThread when pin state is set to acquired
- Grab current filter handle by obtaining IKsObject interface of the parent filter. Required as the filter handle might be closed by using IAMDeviceRemoval interface
- CLSID_Filter is now fully functional (Windows XP SP3)
svn path=/trunk/; revision=46396
Christoph von Wittich [Wed, 24 Mar 2010 11:10:24 +0000 (11:10 +0000)]
[CMBATT]
fix build
svn path=/trunk/; revision=46395
Sir Richard [Wed, 24 Mar 2010 00:33:50 +0000 (00:33 +0000)]
[CMBATT]: Implement _UID and _BTP ACPI method calls.
svn path=/trunk/; revision=46383
Sir Richard [Wed, 24 Mar 2010 00:24:24 +0000 (00:24 +0000)]
[CMBATT]: Implement ACPI _STA and _PSR method calls.
svn path=/trunk/; revision=46381
Sir Richard [Tue, 23 Mar 2010 23:33:58 +0000 (23:33 +0000)]
[CMBATT]: Implement ACPI package extraction routines, and CmBattSendDownStreamIrp to send ACPI IOCTLs.
svn path=/trunk/; revision=46374
Sir Richard [Tue, 23 Mar 2010 23:21:29 +0000 (23:21 +0000)]
[DDK]: There should not be a DDK-specific ntstatus.h. This is a PSDK header file ("api") in WDK lingo. Overwrite the current outdated PSDK ntstatus.h (which was actually getting used even by drivers due to build system intelligence, so the ddk ntstatus.h was being ignored) with the new DDK ntstatus.h.
svn path=/trunk/; revision=46373
Sir Richard [Tue, 23 Mar 2010 22:18:04 +0000 (22:18 +0000)]
[CMBATT]: Implement PnP handling. Only the ACPI-facing interface needs to be written now.
svn path=/trunk/; revision=46371
Eric Kohl [Tue, 23 Mar 2010 21:53:19 +0000 (21:53 +0000)]
[NTOSKRNL]
Fail if you query a primary token for its impersonation level.
svn path=/trunk/; revision=46370
Cameron Gutman [Tue, 23 Mar 2010 03:05:57 +0000 (03:05 +0000)]
[ACPI]
- Add stubs for ACPI_INTERFACE_STANDARD and write all of the glue code for IRP_MN_QUERY_INTERFACE
svn path=/trunk/; revision=46353
Cameron Gutman [Tue, 23 Mar 2010 02:59:50 +0000 (02:59 +0000)]
[DDK]
- Fix a typo
svn path=/trunk/; revision=46352
James Tabor [Tue, 23 Mar 2010 02:42:11 +0000 (02:42 +0000)]
[Win32k|User32]
- Start Menu and Item structure migration.
svn path=/trunk/; revision=46351
Cameron Gutman [Tue, 23 Mar 2010 02:02:13 +0000 (02:02 +0000)]
[BATTC]
- Remove the incorrect stub from BatteryClassSystemControl
svn path=/trunk/; revision=46350
James Tabor [Tue, 23 Mar 2010 01:34:30 +0000 (01:34 +0000)]
- Hack fix for gdibatch, please retest Acrobat reader 7.
svn path=/trunk/; revision=46349
Eric Kohl [Tue, 23 Mar 2010 00:16:14 +0000 (00:16 +0000)]
[NTOSKRNL]
NtAccessCheck:
- Fix returned status if the token is not an impersonation token.
- Add a check for the token impersonation level.
svn path=/trunk/; revision=46347
Johannes Anderwald [Mon, 22 Mar 2010 21:40:29 +0000 (21:40 +0000)]
[KSPROXY]
- HACK: Return the oldest used sample when the allocator runs out of samples. Fixes playback as the render does not seem to release the media samples
- Start implementing IKsClockForwarder interface
- Fix a few bugs in KsOpenDefaultDevice
- Implement IMediaSample::GetMediaType
- Always use the CKsAllocator interface for allocating samples
svn path=/trunk/; revision=46346
Christoph von Wittich [Mon, 22 Mar 2010 20:50:32 +0000 (20:50 +0000)]
[RICHED20_WINETEST]
sync riched20_winetest to wine 1.1.41
svn path=/trunk/; revision=46345
Daniel Reimer [Mon, 22 Mar 2010 19:41:28 +0000 (19:41 +0000)]
Update rapps database to most recent Versions of all apps.
svn path=/trunk/; revision=46344
Christoph von Wittich [Mon, 22 Mar 2010 16:02:32 +0000 (16:02 +0000)]
[OLEDLG]
reduce diff to wine
svn path=/trunk/; revision=46343
James Tabor [Mon, 22 Mar 2010 15:23:37 +0000 (15:23 +0000)]
- [USER32] reduce diff to wine
svn path=/trunk/; revision=46342
Dmitry Gorbachev [Mon, 22 Mar 2010 14:22:46 +0000 (14:22 +0000)]
Fix debug prints.
svn path=/trunk/; revision=46341
Johannes Anderwald [Mon, 22 Mar 2010 05:03:50 +0000 (05:03 +0000)]
[KSPROXY]
- Implement IKsAllocator interface
- Implement IMediaSample interface
- Implement querying the output pin for IMemInputPin and determine allocator properties. Currently the allocation strategy is limited to 16 Buffers with a size of 2048 * 188 (MPEG2 TS Payload size). Needs more work to determine a reasonable value
- Implement overriding allocator if properties are not matching
- Implement IPin::BeginFlush, IPin::EndFlush, IPin::EndOfStream, IPin::NewSegment for the OutputPin
- Implement a I/O thread which queues the media sample to the kernel pin via IKsInterfaceHandler and then transmitts it to the connected input pin via IMemInputPin interface.
- Implement setting pin state via a friend function, in order to synchronize the starting / stopping of the I/O thread
- Fix a bug in IAMFilterMiscFlags::GetMiscFlags function
- ksproxy (CLSID_Proxy) is now able to connect to MPEG-2 splitter and deliver samples. Needs more investigation why the render filter is not releasing the samples back to allocator, which causes the I/O thread to hang. WIP
svn path=/trunk/; revision=46339
Sir Richard [Mon, 22 Mar 2010 04:12:02 +0000 (04:12 +0000)]
[CMBATT]: CmBattIoctl: Add handling for the direct-access undocumented IOCTLs. Some PnP glue remains, as well as the ACPI routines, and the driver is done.
svn path=/trunk/; revision=46338
Sir Richard [Mon, 22 Mar 2010 02:18:28 +0000 (02:18 +0000)]
[CMBATT]: Implement CmBattPowerDispatch for power requests.
svn path=/trunk/; revision=46337
Sir Richard [Mon, 22 Mar 2010 02:11:16 +0000 (02:11 +0000)]
[CMBATT]: Implement CmBattSystemControl to parse WMI requests.
svn path=/trunk/; revision=46336
Sir Richard [Mon, 22 Mar 2010 01:57:11 +0000 (01:57 +0000)]
[CMBATT]: Fix typo in CmBattPowerCallBack caught by aicom.
svn path=/trunk/; revision=46335
Sir Richard [Mon, 22 Mar 2010 01:56:20 +0000 (01:56 +0000)]
[CMBATT]: CmBattIoctl: Batteries are very hot-pluggable, so we need to do all the work under our remove lock. Add the logic for it.
[CMBATT]: CmBattIoctl: If the request was for the AC adapter, pass it down to ACPI.
svn path=/trunk/; revision=46334
Sir Richard [Mon, 22 Mar 2010 01:47:40 +0000 (01:47 +0000)]
[CMBATT]: Implement CmBattGetAcpiInterfaces and CmBattIoCompletion to get the ACPI interface.
[CMBATT]: Implement CmBattWmiRegistration and CmBattWmiDeRegistration to initialize the WMILIB and register with the I/O WMI routines.
[DDK]: Add missing IoWMIRegistrationControl flags.
svn path=/trunk/; revision=46333
Cameron Gutman [Mon, 22 Mar 2010 01:41:17 +0000 (01:41 +0000)]
[CMBATT]
- Implement CmBattIoctl
svn path=/trunk/; revision=46332
Cameron Gutman [Mon, 22 Mar 2010 01:25:48 +0000 (01:25 +0000)]
[CMBATT]
- Replace magic numbers with IRP_MJ_* constants
svn path=/trunk/; revision=46331
Sir Richard [Mon, 22 Mar 2010 01:14:50 +0000 (01:14 +0000)]
[CMBATT]: Implement PnP side: CmBattDestroyFdo, CmBattRemoveDevice, CmBattCreateFdo, CmBattAddBattery, CmBattAddAcAdapter, CmBattAddDevice.
[DDK]: Add ACPI_INTERFACE_STANDARD.
svn path=/trunk/; revision=46330
Aleksey Bragin [Sun, 21 Mar 2010 22:44:26 +0000 (22:44 +0000)]
[RICHED20]
- Sync riched20 with Wine-1.1.41.
svn path=/trunk/; revision=46328
Aleksey Bragin [Sun, 21 Mar 2010 22:27:26 +0000 (22:27 +0000)]
[WINE]
- Move and update assembler functions definition macros from port.h (added by Steven around revision 7000) to config.h as it is now in Wine.
- Update related __ASM macros.
svn path=/trunk/; revision=46327
Sir Richard [Sun, 21 Mar 2010 22:09:29 +0000 (22:09 +0000)]
[DDK]: Fix build, sorry.
svn path=/trunk/; revision=46326
Christoph von Wittich [Sun, 21 Mar 2010 21:08:48 +0000 (21:08 +0000)]
[DBGHELP]
sync dbghelp with wine 1.1.41
svn path=/trunk/; revision=46325
Sir Richard [Sun, 21 Mar 2010 21:07:01 +0000 (21:07 +0000)]
[CMBATT]: Implement CmBattPowerCallback and CmBattWakeDpc to handle S0 entry/exit transitions which determine if we delay ACPI battery notifications to avoid wake, and the queuing of a DPC to handle processing the delayed ARs when we return to S0.
svn path=/trunk/; revision=46324
Christoph von Wittich [Sun, 21 Mar 2010 21:02:06 +0000 (21:02 +0000)]
[VERSION]
sync version with wine 1.1.41
svn path=/trunk/; revision=46323
Sir Richard [Sun, 21 Mar 2010 20:38:43 +0000 (20:38 +0000)]
[CMBATT]; Implement CmBattSetStatusNotify and CmBattDisableStatusNotify for setting/clearing the current trip point (at the Windows layer). Actual ACPI work in CmBattSetTripPpoint not done.
svn path=/trunk/; revision=46321
Christoph von Wittich [Sun, 21 Mar 2010 20:26:32 +0000 (20:26 +0000)]
[USP10]
sync usp10 with wine 1.1.41
svn path=/trunk/; revision=46320
Christoph von Wittich [Sun, 21 Mar 2010 19:28:13 +0000 (19:28 +0000)]
[HLINK]
sync hlink with wine 1.1.41
svn path=/trunk/; revision=46319
Christoph von Wittich [Sun, 21 Mar 2010 19:23:25 +0000 (19:23 +0000)]
[PSDK]
sync wincodec.idl with wine 1.1.41
svn path=/trunk/; revision=46318
Christoph von Wittich [Sun, 21 Mar 2010 19:20:42 +0000 (19:20 +0000)]
[GDIPLUS]
sync gdiplus with wine 1.1.41
svn path=/trunk/; revision=46317
Christoph von Wittich [Sun, 21 Mar 2010 19:19:12 +0000 (19:19 +0000)]
[FUSION]
sync fusion with wine 1.1.41
svn path=/trunk/; revision=46316
Christoph von Wittich [Sun, 21 Mar 2010 19:17:10 +0000 (19:17 +0000)]
[AVIFIL32]
sync avifil32 with wine 1.1.41
svn path=/trunk/; revision=46315
Christoph von Wittich [Sun, 21 Mar 2010 19:14:16 +0000 (19:14 +0000)]
[WINDOWSCODECS]
sync windowscodecs with wine 1.1.41
svn path=/trunk/; revision=46313
Christoph von Wittich [Sun, 21 Mar 2010 19:07:07 +0000 (19:07 +0000)]
[QEDIT]
sync qedit with wine 1.1.41
svn path=/trunk/; revision=46312
Christoph von Wittich [Sun, 21 Mar 2010 19:02:37 +0000 (19:02 +0000)]
[QUARTZ]
sync quartz with wine 1.1.41
svn path=/trunk/; revision=46311
Sir Richard [Sun, 21 Mar 2010 18:04:08 +0000 (18:04 +0000)]
[CMBATT]: Implement CmBattQueryTag and CmBattNotifyHandler for getting ACPI Battery notifications, as per ACPI Spec and microsoft.com/whdc/archive/ACPInotify.mspx.
svn path=/trunk/; revision=46309
Christoph von Wittich [Sun, 21 Mar 2010 17:43:25 +0000 (17:43 +0000)]
[URLMON]
sync urlmon with wine 1.1.41
svn path=/trunk/; revision=46308
Daniel Reimer [Sun, 21 Mar 2010 15:47:41 +0000 (15:47 +0000)]
Add more HIDs for other CPUs and Manufacturers like VIA and AMD into cpu.inf to make it show the real CPU name in the Device Manager. This does not work yet, because our ACPI always returns the Default CPU HID right now.
svn path=/trunk/; revision=46306
Christoph von Wittich [Sun, 21 Mar 2010 15:18:13 +0000 (15:18 +0000)]
[MSI]
sync msi with wine 1.1.41
svn path=/trunk/; revision=46305
Christoph von Wittich [Sun, 21 Mar 2010 15:14:34 +0000 (15:14 +0000)]
[SHLWAPI]
sync shlwapi with wine 1.1.41
svn path=/trunk/; revision=46304
Christoph von Wittich [Sun, 21 Mar 2010 15:12:30 +0000 (15:12 +0000)]
[MSHTML]
sync mshtml with wine 1.1.41
svn path=/trunk/; revision=46303
Christoph von Wittich [Sun, 21 Mar 2010 15:08:31 +0000 (15:08 +0000)]
[SHDOCVW]
sync shdocvw with wine 1.1.41
svn path=/trunk/; revision=46302
Christoph von Wittich [Sun, 21 Mar 2010 15:03:19 +0000 (15:03 +0000)]
[RSAENH]
sync rsaenh with wine 1.1.41
svn path=/trunk/; revision=46301
Christoph von Wittich [Sun, 21 Mar 2010 14:58:20 +0000 (14:58 +0000)]
[CRYPT32]
sync crypt32 with wine 1.1.41
svn path=/trunk/; revision=46300
Christoph von Wittich [Sun, 21 Mar 2010 14:53:49 +0000 (14:53 +0000)]
[RPCRT4]
partial rpcrt4 sync to wine 1.1.41
svn path=/trunk/; revision=46299
Christoph von Wittich [Sun, 21 Mar 2010 14:53:28 +0000 (14:53 +0000)]
[WININET]
sync wininet with wine 1.1.41
svn path=/trunk/; revision=46298
Eric Kohl [Sun, 21 Mar 2010 14:10:50 +0000 (14:10 +0000)]
[NTOSKRNL]
NtAccessCheck
- Probe parameters.
- Fail if generic access rights have not been mapped.
svn path=/trunk/; revision=46297
Christoph von Wittich [Sun, 21 Mar 2010 13:04:42 +0000 (13:04 +0000)]
[OLEAUT32]
sync oleaut32 with wine 1.1.41
svn path=/trunk/; revision=46296
Christoph von Wittich [Sun, 21 Mar 2010 13:00:22 +0000 (13:00 +0000)]
[OLE32]
sync ole32 with wine 1.1.41
svn path=/trunk/; revision=46295
Christoph von Wittich [Sun, 21 Mar 2010 12:47:24 +0000 (12:47 +0000)]
[WIDL]
sync widl with wine 1.1.41
svn path=/trunk/; revision=46294
Christoph von Wittich [Sun, 21 Mar 2010 11:14:47 +0000 (11:14 +0000)]
[MSXML3]
sync msxml3 to wine 1.1.41
svn path=/trunk/; revision=46293
Christoph von Wittich [Sun, 21 Mar 2010 10:53:17 +0000 (10:53 +0000)]
[RPCRT4]
partial rpcrt4 sync to wine 1.1.40 (fixes crashing cstub test)
svn path=/trunk/; revision=46292
Sir Richard [Sun, 21 Mar 2010 03:14:12 +0000 (03:14 +0000)]
[CMBATT]: Implement CmBattGetBatteryStatus. See ACPI Specification 4.0B (10.2 Control Method Batteries, P.383).
svn path=/trunk/; revision=46291
Timo Kreuzer [Sat, 20 Mar 2010 22:05:01 +0000 (22:05 +0000)]
[NTOS]
NtOpenThreadTokenEx: Initialize NewToken with NULL, so it doesn't get wrongly dereferenced. Fixes advapi32:security winetest crash.
svn path=/trunk/; revision=46289
Sir Richard [Sat, 20 Mar 2010 21:25:40 +0000 (21:25 +0000)]
[CMBATT]: Implement CmBattQueryInformation and CmBattQueryStatus.
svn path=/trunk/; revision=46288
Cameron Gutman [Sat, 20 Mar 2010 16:49:50 +0000 (16:49 +0000)]
- Fix build
svn path=/trunk/; revision=46286
Cameron Gutman [Sat, 20 Mar 2010 16:48:00 +0000 (16:48 +0000)]
[NTOSKRNL]
- Fix a memory leak of the allocated IO_STATUS_BLOCK
- Don't free unallocated memory
- Send the IRP with the correct MajorFunction
- Use IoBuildAsynchronousFsdRequest instead of IoBuildSynchronousFsdRequest (fixes potiential null pointer access when attempting to set the wait event which is NULL)
- Set the correct stack parameters for the IRPs
svn path=/trunk/; revision=46285
Timo Kreuzer [Sat, 20 Mar 2010 00:49:30 +0000 (00:49 +0000)]
[CRT]
Import x87 asm version of pow() from glibc. Replaces our broken implementation, fixing a bunch of winetests (oleaut32 vartest)
svn path=/trunk/; revision=46283
Timo Kreuzer [Sat, 20 Mar 2010 00:41:46 +0000 (00:41 +0000)]
[FREELDR]
Make the char buffer in KeBugCheckEx big enough for the output string. Spottet by Russel.
svn path=/trunk/; revision=46282
Cameron Gutman [Fri, 19 Mar 2010 22:45:25 +0000 (22:45 +0000)]
- Add cpu.inf and usb.inf to inf.rbuild
svn path=/trunk/; revision=46281
Eric Kohl [Fri, 19 Mar 2010 21:19:35 +0000 (21:19 +0000)]
- Add german translation.
- Install class installer DLL.
- Register class installer.
- Register class icon. The Device Manager does not recognize it yet.
svn path=/trunk/; revision=46280
Johannes Anderwald [Fri, 19 Mar 2010 21:07:23 +0000 (21:07 +0000)]
[KSPROXY]
- Fix build for XXX time because of me
svn path=/trunk/; revision=46278
Eric Kohl [Fri, 19 Mar 2010 20:55:09 +0000 (20:55 +0000)]
[BATT]
Add battery class installer dll.
svn path=/trunk/; revision=46277
Sir Richard [Fri, 19 Mar 2010 18:17:32 +0000 (18:17 +0000)]
[CMBATT]: Driver Entrypoint, Create/Close handler, and Unload handler.
svn path=/trunk/; revision=46275
Johannes Anderwald [Fri, 19 Mar 2010 15:39:08 +0000 (15:39 +0000)]
[KSPROXY]
- Start implementing IKsAllocator interface
- Retrieve the default format for the input and output pin
- Instantiate the kernel pin when an interface request for IMemInputPin / IKsPropertySet / IKsObject request arrives
- Implement IKsPin::KsCreateSinkPinHandle for the input pin
- Partly implement IKsPin::KsPropagateAcquire for input / output pin
- Fix asserts in IKsControl::KsProperty, IKsControl::KsMethod, IKsControl::KsEvent
- Simplify CInputPin::CheckFormat
- Store the currently used pin medium / interface and connection format
- Implement IAMBufferNegotiation::SuggestAllocatorProperties, IAMBufferNegotiation::GetAllocatorProperties for the output pin
- Pass pin's communication to output pin
- Implement IMediaFilter::Pause, IMediaFilter::Run for CKsProxy
- CKsProxy is now able to deliver signal statistics for BDA devices (app: SageDvbRecorder, OS: WinXP SP3)
svn path=/trunk/; revision=46274
Cameron Gutman [Fri, 19 Mar 2010 03:14:33 +0000 (03:14 +0000)]
[NTOSKRNL]
- Use the correct file name for services which have differing service and image names
- Fixes the file name of the display miniports on the SOS screen (VGA.SYS -> VGAMP.SYS and VBE.SYS -> VBEMP.SYS)
svn path=/trunk/; revision=46270
Kamil Hornicek [Thu, 18 Mar 2010 18:55:48 +0000 (18:55 +0000)]
[WIN32K]
Remove a pedantic assert to allow compressed bitmaps.
See issue #5255 for more details.
svn path=/trunk/; revision=46266
Timo Kreuzer [Thu, 18 Mar 2010 16:30:54 +0000 (16:30 +0000)]
[NTOS]
Fix compilation with MSVC. Dedicated to Stefan.
svn path=/trunk/; revision=46264
Timo Kreuzer [Wed, 17 Mar 2010 21:26:04 +0000 (21:26 +0000)]
[NTOS]
Add DPRINTs to tell if SYSENTER is detected. Requested by Christoph for testing the test machine.
svn path=/trunk/; revision=46253
Christoph von Wittich [Wed, 17 Mar 2010 16:20:55 +0000 (16:20 +0000)]
[USER32]
reduce diff to wine
svn path=/trunk/; revision=46251