Kamil Hornicek [Thu, 11 Mar 2010 14:57:05 +0000 (14:57 +0000)]
[SHELL32]
- partial Wine sync, fixes crashing shlfileop winetest:
Use the current directory when copying to an empty destination.
Fix a memory leak in SHFileOperationW.
Vincent Povirk <vincent at codeweavers dot com>
svn path=/trunk/; revision=46098
Kamil Hornicek [Thu, 11 Mar 2010 11:47:13 +0000 (11:47 +0000)]
fix build?
svn path=/trunk/; revision=46096
Kamil Hornicek [Thu, 11 Mar 2010 11:34:29 +0000 (11:34 +0000)]
[KERNEL32] GetConsoleProcessList is implemented, this prevents the console winetest from crashing
svn path=/trunk/; revision=46095
Aleksey Bragin [Thu, 11 Mar 2010 10:28:34 +0000 (10:28 +0000)]
[OLEAUT32]
- Sync to Wine-1.1.40.
svn path=/trunk/; revision=46093
James Tabor [Thu, 11 Mar 2010 03:29:01 +0000 (03:29 +0000)]
- Fix test build!
svn path=/trunk/; revision=46092
James Tabor [Thu, 11 Mar 2010 03:28:32 +0000 (03:28 +0000)]
- Fix build!
svn path=/trunk/; revision=46091
James Tabor [Thu, 11 Mar 2010 02:43:51 +0000 (02:43 +0000)]
- Add new menu structures.
svn path=/trunk/; revision=46090
Cameron Gutman [Wed, 10 Mar 2010 22:25:40 +0000 (22:25 +0000)]
- We forget that AE_BUFFER_OVERFLOW is normal and expected since our buffer length is 0 so don't fail if that status is returned
- For any device that actually had resources we would return STATUS_SUCCESS without building a resource list and if the device didn't have resources we would end up freeing a NULL pointer, storing stack trash in Irp->IoStatus.Information, and then returning STATUS_SUCCESS
- Fixes reporting device resources (and possibly the VBox additions crash with ACPI enabled)
svn path=/trunk/; revision=46080
Christoph von Wittich [Wed, 10 Mar 2010 21:52:40 +0000 (21:52 +0000)]
[OLE32_WINETEST]
sync OLE32_WINETEST with wine 1.1.40
svn path=/trunk/; revision=46077
Christoph von Wittich [Wed, 10 Mar 2010 21:52:00 +0000 (21:52 +0000)]
[PSDK]
add extern GUID_NULL
svn path=/trunk/; revision=46076
Sylvain Petreolle [Wed, 10 Mar 2010 21:49:42 +0000 (21:49 +0000)]
[ACPI]
Fix implicit declaration warnings
svn path=/trunk/; revision=46075
Cameron Gutman [Wed, 10 Mar 2010 21:11:23 +0000 (21:11 +0000)]
- Quit building a useless IO_RESOURCE_REQUIREMENTS_LIST (and leaking memory) in response to IRP_MN_QUERY_RESOURCES
- Actually store the IO_RESOURCE_REQUIREMENTS_LIST in Irp->IoStatus.Information in response to IRP_MN_QUERY_RESOURCE_REQUIREMENTS so the PnP manager can use it (and fixes another memory leak)
svn path=/trunk/; revision=46073
Daniel Reimer [Wed, 10 Mar 2010 20:44:19 +0000 (20:44 +0000)]
Sync sccbase, slbcsp, usp10, wldap32, wuapi and xinput1_3 to Wine 1.1.40
Theres more, like: comctl32, comdlg32, oleaut32, riched20, sti, version, winemp3.acm, wininet and winhttp which is above my skills or looks strange, like its not really synched (winemp3.acm!!) Feel free to play with them.
svn path=/trunk/; revision=46072
Sir Richard [Wed, 10 Mar 2010 18:29:10 +0000 (18:29 +0000)]
[NTOS]: List still-running processes at kernel shutdown. Useful for debugging shutdown code later.
svn path=/trunk/; revision=46069
Sir Richard [Wed, 10 Mar 2010 18:28:45 +0000 (18:28 +0000)]
[SCM]: Fix SCM shutdown. Now all services are stopped (in my working copy with the CSRSS shutdown code).
svn path=/trunk/; revision=46068
Sir Richard [Wed, 10 Mar 2010 18:28:03 +0000 (18:28 +0000)]
[DDK]: Add MEMORY_BARRIER missing from ioaccess.h.
svn path=/trunk/; revision=46067
Daniel Reimer [Wed, 10 Mar 2010 17:03:25 +0000 (17:03 +0000)]
Sync mscms, msg711.acm, msgm32.acm, msimtf. msnet32, msrle32, mssip32, msvcrt20, msvfw32, msvidc32 and nddeapi to Wine 1.1.40
Even more will come.
svn path=/trunk/; revision=46063
Daniel Reimer [Wed, 10 Mar 2010 16:21:22 +0000 (16:21 +0000)]
Sync avifil32, hnetcfg, initpki, localspl, localui, mciavi32, mciqtz32, mciseq and mlang to Wine 1.1.40
More will come.
svn path=/trunk/; revision=46062
Sylvain Petreolle [Wed, 10 Mar 2010 16:18:32 +0000 (16:18 +0000)]
[WLANSVC]
- Add required libary iphlpapi
svn path=/trunk/; revision=46061
Daniel Reimer [Wed, 10 Mar 2010 15:00:25 +0000 (15:00 +0000)]
Updated README.WINE.
Additionally I added a * to all Autosyncs which lie a bit back already. Will look through them and check which are still recent.
svn path=/trunk/; revision=46058
Aleksey Bragin [Wed, 10 Mar 2010 14:28:56 +0000 (14:28 +0000)]
[OLE32]
- Sync to Wine-1.1.40. Along with improvements, it provides many memory corruption fixes.
svn path=/trunk/; revision=46056
James Tabor [Wed, 10 Mar 2010 10:19:49 +0000 (10:19 +0000)]
- [User32] Send WM_CANCELMODE in EnableWindow.
svn path=/trunk/; revision=46054
Sir Richard [Wed, 10 Mar 2010 06:50:15 +0000 (06:50 +0000)]
[KERNEL32]: Remove debug output.
svn path=/trunk/; revision=46053
Sir Richard [Wed, 10 Mar 2010 06:49:53 +0000 (06:49 +0000)]
[CSRSRV]: Move the new process/thread management functions into new, dedicated files. Export some of the functions, so that win32csr can use them by linking to csrsrv. Last change needed for barebones user-mode shutdown support.
svn path=/trunk/; revision=46052
Sir Richard [Wed, 10 Mar 2010 04:59:39 +0000 (04:59 +0000)]
[CSRSS]: Split off CSRSS into a more Windows-friendly model. CSRSS.EXE is simply a stub which loads CSRSRV.DLL, where all the actual code is present.
[CSRSRV]: Mostly moved all the current CSRSS code into CSRSRV, with some very minor changes to get it workking.
[CSRSRV]: Add some more code from Alex's CSRSRV, such as thread dereferencing/deallocation, hacked to work.
[CSRSRV]: Make CsrTerminateProcess destroy each CSR thread in that process, otherwise we were always leaking a handle, so processes never died. Because of this, primary tokens would remain "in use", and when umpnpmgr attempted to do a "Create Process as User" for the second+ time, the call would fail since the token from the first process was still around. This fixed that regression from the mailing list.
svn path=/trunk/; revision=46051
Sir Richard [Wed, 10 Mar 2010 04:12:25 +0000 (04:12 +0000)]
[NTOS]: No good deed goes unpunished. Continuing the novel/saga from a couple of days ago, it seems that now that impersonation works, various code paths are being tickled into existence. For example, it would seem parts of the system now attempt setting primary tokens. This would cause an assertion, since PspAssignPrimaryToken incorrectly dereferenced the token (leading to a double-dereference) due to an off-by-! mistake.
svn path=/trunk/; revision=46049
Sir Richard [Wed, 10 Mar 2010 03:35:18 +0000 (03:35 +0000)]
[CSRSS]: Differentiate between first-try and second-try shutdown. In the first try, the console server should defer to the user/win32k server to attempt shutdown for a non-console app. However, if we end up with a second try because this did not happen, then the console server takes matters in its own hands and calls the CTRL-C handler (with some exceptions, such as system/service apps, or apps not belonging to the LUID).
svn path=/trunk/; revision=46048
Sir Richard [Wed, 10 Mar 2010 03:32:17 +0000 (03:32 +0000)]
[KERNEL32]: As indicated by the comment, kernel32 should always connect to the console server, even for non-console apps (the latter will just basically ignore the request). This is needed to (at minimum) setup the Ctrl-C handler, as otherwise, only "true console" apps will have a handler, even though internally, all apps have such a handler. This is what CSRSS needs to call internally for shutting down non-GUI apps, for example. (The default CTRL-C handler will just call ExitProcess).
svn path=/trunk/; revision=46047
Timo Kreuzer [Wed, 10 Mar 2010 00:56:07 +0000 (00:56 +0000)]
merge r46045
svn path=/trunk/; revision=46046
Hervé Poussineau [Tue, 9 Mar 2010 22:36:52 +0000 (22:36 +0000)]
Link SCSI miniport drivers only to scsiport
svn path=/trunk/; revision=46044
James Tabor [Tue, 9 Mar 2010 21:14:52 +0000 (21:14 +0000)]
- [User32] sync spy to wine 1.1.40
svn path=/trunk/; revision=46043
Sir Richard [Tue, 9 Mar 2010 20:23:22 +0000 (20:23 +0000)]
[KERNEL32/CSRSS]: Register new Win32 threads with CSRSS. Add a bunch of lookup, creation, allocation, hashing and CSR thread management routines from the unused CSRSRV in trunk.
[CSRSS]: Bang in the new thread support in a bunch of places, including creating static server threads. It's very hacked and handle duplication doesn't work 100% reliably, but it gets the job done.
[CSRSS]: Add CsrGetProcessLuid, CsrImpersonateClient, CsrRevertToSelf, CsrShutdownProcesses, CsrFindProcessForShutdown required for user-mode shutdown. Right now we are able to reliably enumerate user apps (in the user LUID) and then service/system apps (in the LOCAL SYSTEM LUID).
svn path=/trunk/; revision=46042
Sir Richard [Tue, 9 Mar 2010 20:13:19 +0000 (20:13 +0000)]
[KERNEL32]: Bug fix CTRL-C handler registration/deregistration/notification, needed for correct console shutdown behavior.
svn path=/trunk/; revision=46041
Sir Richard [Tue, 9 Mar 2010 18:22:25 +0000 (18:22 +0000)]
[CSRSS]: Fix yet another bug in the unused csrss code.
svn path=/trunk/; revision=46040
Sylvain Petreolle [Tue, 9 Mar 2010 17:21:29 +0000 (17:21 +0000)]
Convert battery.inf to UTF-16
Add French translation.
Add battery.inf and fdc.inf to syssetup process.
Floppy disk controllers and batteries now appear correctly in device manager.
Dedicated to aicom ;)
svn path=/trunk/; revision=46038
Sir Richard [Tue, 9 Mar 2010 10:35:58 +0000 (10:35 +0000)]
[NTOS]: While attempting to ressucitate the user-mode shutdown code in CSRSS (disabled since 2006), it seemed clear that one of the main steps is to obtain the caller's LUID in order to kill the right processes. This LUID is obtained from the current thread's token, and we know it's the callers since we're supposed to impersonate the caller. Unfortunately, impersonation failed, making the whole process fail.
Impersonation failed because NtImpersonateThread was actually inverting the THREAD_IMPERSONATE rights, asking the client thread for the server's permissions, and vice versa. Fixing this resulted in yet another failure.
Analysis of this failure showed that even opening the server (ie: current) thread for THREAD_DIRECT_IMPERSONATION failed, which is unusual since the current thread should have access to all its rights. This is determined in PspCreateThread when the ETHREAD->GrantedAccess field is set.
Continuing onto this path, tracing revealed that GrantedAccess was merely 0x1607F and not 0x1F3FF as expected, meaning that not all rights were given, including the impersonate right (0x200), explaining the failure, but not the deeper reason behind it.
Attempting to identify which code path set this GrantedAccess, the SepAccessCheck routine came to light. A bug there caused MAXIMUM_ALLOWED accesses to fail in certain scenarios, such as when the object had no security descriptor, because MAXIMUM_ALLOWED would be granted as an absolute value, when instead of it is a flag that should grant GENERIC_ALL. Fixing that bug, the failure continued.
Further analysis identified that the Administrators SID was being found with GENERIC_READ + WRITE + EXECUTE access, and no SID was found for GENERIC_ALL access. This happened when searching the system token's default DACL, which is assigned to the kernel (but for kernel-mode callers, this check was skipped), smss, winlogon, etc.
The code for creating this system token was heavily hacked, so the function to create the system token, as well as NtCreateToken were refactored to use a common piece of token-creating code. Furthermode, the system token was correctly created with Local System as the user, and Administrators as one of the groups. Finally, SeDefaultDacl was used (already setup properly) instead of a badly configured Default DACL. The new shared code also correctly sets the SE_GROUP_ENABLED flag on all SE_GROUP_MANDATORY groups, and scans tokens to set the TOKEN_HAS_ADMIN_GROUP and TOKEN_HAS_TRAVERSE_PRIVILEGE flags which were not previously set.
With the correct system token and default DACL, the Local System SID was now found, but the failure continued. This was revealed to be due to an even deeper rooted problem, as the SepIsSidInToken routine checked for SE_GROUP_ENABLED before listing a SID as "present". Although this is correct for actual groups, the User SID will never have the SE_GROUP_ENABLED flag as it is not a group. This caused any granted access ACE belonging to a user (instead of a group) to be ignored, causing either access check failures, or limited rights returned (in the MAXIMUM_ALLOWED case).
Upon fixing this bug, the NtImpersonateThread call finally returned success, since the rights were now correct. Promptly upon calling NtOpenThreadToken to query the LUID however, the system ASSERTED with FALSE.
The code at fault was a line in NtOpenThreadTokenEx which forcefully ASSERTed if the impersonation code path was taken, presumably because this was never tested, and ReactOS would actually always fail impersonation attempts due to the bugs fixed above. This routine was thus quickly reworked to fix some mistakes (such as forgetting to actually impersonate the client, incorrect referencing/dereferencing of thread/tokens, and assumptions about DACL creation success).
Having fixed the NtOpenThreadTokenEx routine, the LUID query now went through for the impersonated token, but soon causing a user-mode crash, due to an incorrect parameter reference in the CsrGetProcessLuid function in the csrsrv code by Alex (which I copy/pasted to reduce code duplication).
Fixing this final bug finally allowed the correct LUID to be queried and I was able to continue development of not-yet-commited user-mode shutdown code.
svn path=/trunk/; revision=46028
Sir Richard [Tue, 9 Mar 2010 09:26:46 +0000 (09:26 +0000)]
[WIN32K]: Stub-plement NtUserSetInformationThread for UserInitiateShutdown and UserEndShutdown. I think we're supposed to notify Winlogon at some point, and check for races. Part of new shutdown code.
svn path=/trunk/; revision=46027
James Tabor [Tue, 9 Mar 2010 03:48:43 +0000 (03:48 +0000)]
- [User32_winetest] Restore Timer test.
svn path=/trunk/; revision=46026
James Tabor [Tue, 9 Mar 2010 03:48:05 +0000 (03:48 +0000)]
- [User32] Fix timer crash when calling proc.
svn path=/trunk/; revision=46025
Sir Richard [Tue, 9 Mar 2010 02:29:25 +0000 (02:29 +0000)]
[SETUPLDR]: Fix build breakage caused by hpoussin, by linking minihal into setupldr as well.
svn path=/trunk/; revision=46023
Hervé Poussineau [Mon, 8 Mar 2010 22:04:38 +0000 (22:04 +0000)]
[freeldr] Load an additional SCSI driver if present (NTBOOTSYS.SYS on boot partition), to increase number of known storage devices.
Works only with very simple miniport drivers.
svn path=/trunk/; revision=46017
Hervé Poussineau [Mon, 8 Mar 2010 21:42:18 +0000 (21:42 +0000)]
[headers] Fix type of PRTL_HEAP_PARAMETERS in ifssupp.h. Will be required soon
svn path=/trunk/; revision=46016
Hervé Poussineau [Mon, 8 Mar 2010 21:40:29 +0000 (21:40 +0000)]
Fix include directories
svn path=/trunk/; revision=46015
James Tabor [Mon, 8 Mar 2010 21:24:47 +0000 (21:24 +0000)]
[User32]
- David Hedberg Fix return value for EDIT_EM_Scroll and case where EM_SCROLL with page down results in trying to scroll up past the beginning. Sync to wine 1.1.40.
svn path=/trunk/; revision=46013
James Tabor [Mon, 8 Mar 2010 21:20:18 +0000 (21:20 +0000)]
- [User32_winetest]
- Msg : Remove more tests from service. test_timers crashed on a callback which passed months ago. The rest are related to TrackMouseEvent and capture.
svn path=/trunk/; revision=46012
Cameron Gutman [Mon, 8 Mar 2010 21:09:25 +0000 (21:09 +0000)]
[CMBATT]
- Add initial cmbatt driver which mostly stubs
- All it does right now is register a battery device with the battc driver
[BATTC]
- Add a nearly complete battc driver (the only stuff missing is WMI)
- Tested with our stubbed cmbatt driver but testing on Windows would be nice too
[BATTERY.INF]
- Added battery.inf to install battery devices
[MISC]
- Add cmbatt.sys, battc.sys, and battery.inf to bootcd
- We still need to implement compbatt.sys
- PS: Janderwald, you stole my commit number ;)
svn path=/trunk/; revision=46011
Daniel Reimer [Mon, 8 Mar 2010 21:08:20 +0000 (21:08 +0000)]
Polish translation update by Maciej Bialas.
svn path=/trunk/; revision=46010
James Tabor [Mon, 8 Mar 2010 21:04:00 +0000 (21:04 +0000)]
- Fix a crash in user32 winetest msg.
svn path=/trunk/; revision=46009
James Tabor [Mon, 8 Mar 2010 20:57:24 +0000 (20:57 +0000)]
[User32]
- Andrew Nguyen : Ensure That WM_INITDIALOG passes the first tabstop control handle to the dialog procedure.
- Henri Verbeet : Also show dialogs right after a WM_TIMER message.
svn path=/trunk/; revision=46007
James Tabor [Mon, 8 Mar 2010 20:52:04 +0000 (20:52 +0000)]
- [User32_winetest]
- Win : Remove test_capture from service. This is related to TrackMouseEvent issues which use SetCapture.
svn path=/trunk/; revision=46006
Aleksey Bragin [Mon, 8 Mar 2010 20:51:33 +0000 (20:51 +0000)]
[PSDK]
- Update all IDLs to Wine-1.1.40. If you feel some of your change was lost, it wasn't needed for building. Please recommit if you still think it's of a high value.
svn path=/trunk/; revision=46005
Sir Richard [Mon, 8 Mar 2010 20:47:10 +0000 (20:47 +0000)]
[NTOS]: Have I/O Manager Volume Device Objects register with the Power Manager so that they can receive dope.
[NTOS]: Reimplement NtShutdownSystem.
[NTOS]: Implement NtSetSystemPowerState for the shutdown/reboot cases.
[NTOS]: Use the dope from the volume device objects to flush all writeable (non-floppy) devices. Pending hard-disk changes are now flushed to disks before shutdown.
[NTOS]: Flush \\REGISTRY during shutdown. This flushes all pending changes.
[NTOS]: Call into Cc to flush lazy writer during shutdown.
[NTOS]: Stop killing processes on shutdown. The kernel should not be doing this.
[NTOS]: Don't only shutdown disk file systems, but also cdrom and tape.
[NTOS]: Don't only notify drivers of first-chance shutdown -- also parse the last-change shutdown list.
[NTOS]: Reference drivers registering for shutdown notifications so that they remain loaded for them to get the notification at shutdown.
[NTOS]: Notify drivers that have registered/opened the Power State callback.
[NTOS]: A lot of the Po* power state code is highly simplified, but provides a good roadmap to anyone interested in this functionality long-term.
svn path=/trunk/; revision=46004
Sir Richard [Mon, 8 Mar 2010 20:46:53 +0000 (20:46 +0000)]
[CMLIB]: Just use UNIMPLEMENTED.
svn path=/trunk/; revision=46003
Eric Kohl [Mon, 8 Mar 2010 20:42:48 +0000 (20:42 +0000)]
SEH-Protect the call to RSetServiceStatus in SetServiceStatus. This keeps services from crashing when the connection to the service manager fails.
svn path=/trunk/; revision=46002
Sir Richard [Mon, 8 Mar 2010 20:37:24 +0000 (20:37 +0000)]
[NTOS]: Implement CmSetLazyFlushState to disable lazy writing in the Cm.
[NTOS]: Implement ExSwapInWorkerThreads to in-swap any worker threads when needed.
[NTOS]: Add HAL stubs for HalEndOfBoot and HalSetWakeEnable since most HALs set this to NULL.
[DDK]: Add some missing definitions.
svn path=/trunk/; revision=46001
Johannes Anderwald [Mon, 8 Mar 2010 20:30:51 +0000 (20:30 +0000)]
- Silent traces
svn path=/trunk/; revision=46000
James Tabor [Sun, 7 Mar 2010 21:18:52 +0000 (21:18 +0000)]
- [User32] Sync Mdi to wine 1.1.40.
svn path=/trunk/; revision=45995
Hervé Poussineau [Sun, 7 Mar 2010 20:12:28 +0000 (20:12 +0000)]
[freeldr] Add SCSIPORT category to debug messages
Add missing PELOADER entry + fix one debug message
svn path=/trunk/; revision=45994
Daniel Reimer [Sun, 7 Mar 2010 14:59:15 +0000 (14:59 +0000)]
Update reg and msiexec to Wine 1.1.40.
svn path=/trunk/; revision=45992
Sylvain Petreolle [Sun, 7 Mar 2010 13:26:27 +0000 (13:26 +0000)]
[HHCTRL.OCX]
fix build
svn path=/trunk/; revision=45991
Christoph von Wittich [Sun, 7 Mar 2010 12:48:05 +0000 (12:48 +0000)]
[HHCTRL.OCX]
sync hhctrl.ocx to wine 1.1.40
svn path=/trunk/; revision=45990
Daniel Reimer [Sun, 7 Mar 2010 11:51:02 +0000 (11:51 +0000)]
Polish translation update by Maciej Bialas.
svn path=/trunk/; revision=45988
Christoph von Wittich [Sun, 7 Mar 2010 11:27:14 +0000 (11:27 +0000)]
[IMM32]
sync imm32 to wine 1.1.40
svn path=/trunk/; revision=45987
Christoph von Wittich [Sun, 7 Mar 2010 11:21:31 +0000 (11:21 +0000)]
[ITIRCL]
sync itircl to wine 1.1.40
svn path=/trunk/; revision=45986
Christoph von Wittich [Sun, 7 Mar 2010 11:20:29 +0000 (11:20 +0000)]
[ICCVID]
sync iccvid to wine 1.1.40
svn path=/trunk/; revision=45985
Christoph von Wittich [Sun, 7 Mar 2010 11:15:16 +0000 (11:15 +0000)]
[CLUSAPI]
sync clusapi to wine 1.1.40
svn path=/trunk/; revision=45984
Christoph von Wittich [Sun, 7 Mar 2010 11:10:18 +0000 (11:10 +0000)]
[PSDK]
sync xmldom.idl to wine 1.1.40
svn path=/trunk/; revision=45983
Christoph von Wittich [Sun, 7 Mar 2010 09:48:42 +0000 (09:48 +0000)]
[MSCTF]
sync msctf to wine 1.1.40
svn path=/trunk/; revision=45982
Christoph von Wittich [Sun, 7 Mar 2010 09:34:40 +0000 (09:34 +0000)]
[PSAPI_WINETEST]
sync psapi_winetest to wine 1.1.40
svn path=/trunk/; revision=45980
Christoph von Wittich [Sun, 7 Mar 2010 09:32:58 +0000 (09:32 +0000)]
[ITSS]
sync itss to wine 1.1.40
svn path=/trunk/; revision=45979
Christoph von Wittich [Sun, 7 Mar 2010 09:29:02 +0000 (09:29 +0000)]
[OBJSEL]
sync objsel to wine 1.1.40
svn path=/trunk/; revision=45978
Christoph von Wittich [Sun, 7 Mar 2010 07:34:02 +0000 (07:34 +0000)]
[SHELL32_WINETEST]
sync shell32_winetest to wine 1.1.40
svn path=/trunk/; revision=45977
Christoph von Wittich [Sun, 7 Mar 2010 07:32:14 +0000 (07:32 +0000)]
[USER32_WINETEST]
sync user32_winetest to wine 1.1.40
svn path=/trunk/; revision=45976
Christoph von Wittich [Sun, 7 Mar 2010 07:29:40 +0000 (07:29 +0000)]
[GDI32_WINETEST]
sync gdi32_winetest to wine 1.1.40
svn path=/trunk/; revision=45975
Christoph von Wittich [Sun, 7 Mar 2010 07:27:57 +0000 (07:27 +0000)]
[ADVAPI32_WINETEST]
sync advapi32_winetest to wine 1.1.40
svn path=/trunk/; revision=45974
Sylvain Petreolle [Sat, 6 Mar 2010 23:14:36 +0000 (23:14 +0000)]
Stubplement WTSQueryUserToken.
Patch by Olaf Siejka.
svn path=/trunk/; revision=45969
Sylvain Petreolle [Sat, 6 Mar 2010 22:22:28 +0000 (22:22 +0000)]
Make the shutdown with ACPI enabled actually work.
Patch by Samuel Serapion.
svn path=/trunk/; revision=45967
Matthias Kupfer [Sat, 6 Mar 2010 22:14:46 +0000 (22:14 +0000)]
- fix palette index for the progress bar
svn path=/trunk/; revision=45966
Cameron Gutman [Sat, 6 Mar 2010 18:30:55 +0000 (18:30 +0000)]
- Add a stub for GetOwnerModuleFromTcpEntry
- Patch by Olaf Siejka
svn path=/trunk/; revision=45960
Cameron Gutman [Sat, 6 Mar 2010 18:15:56 +0000 (18:15 +0000)]
- Call acpi_bus_set_power instead of acpi_power_transition
- Make sure the device has power management capabilities before calling acpi_bus_set_power
- Report the new power state with PoSetPowerState
- Initialize PDOs with the correct device power state (Patch by Samuel Serapion)
- Initialze PDOs with the correct system power state
svn path=/trunk/; revision=45959
Christoph von Wittich [Sat, 6 Mar 2010 16:27:51 +0000 (16:27 +0000)]
add dsound_winetest to bootcd
svn path=/trunk/; revision=45958
Christoph von Wittich [Sat, 6 Mar 2010 16:24:37 +0000 (16:24 +0000)]
[GDIPLUS_WINETEST]
sync gdiplus_winetest to wine 1.1.40
svn path=/trunk/; revision=45957
Christoph von Wittich [Sat, 6 Mar 2010 16:19:07 +0000 (16:19 +0000)]
sync RtlCreateActivationContext with wine 1.1.40
svn path=/trunk/; revision=45956
Daniel Reimer [Sat, 6 Mar 2010 16:18:09 +0000 (16:18 +0000)]
Add extrac32 from Wine 1.1.40
svn path=/trunk/; revision=45955
Daniel Reimer [Sat, 6 Mar 2010 16:04:27 +0000 (16:04 +0000)]
Sync xcopy, winhlp32, wordpad, write and d3dx9_36 to Wine 1.1.40
svn path=/trunk/; revision=45954
Daniel Reimer [Sat, 6 Mar 2010 16:00:22 +0000 (16:00 +0000)]
Sync Winfile to Wine 1.1.40
svn path=/trunk/; revision=45953
Christoph von Wittich [Sat, 6 Mar 2010 15:51:12 +0000 (15:51 +0000)]
[CRT]
sync fseek with wine 1.1.40 (all msvcrt file tests pass now)
svn path=/trunk/; revision=45952
Kamil Hornicek [Sat, 6 Mar 2010 15:28:23 +0000 (15:28 +0000)]
- revert the last wined3d.idl changes
svn path=/trunk/; revision=45951
Kamil Hornicek [Sat, 6 Mar 2010 15:10:46 +0000 (15:10 +0000)]
- fix build
svn path=/trunk/; revision=45950
Christoph von Wittich [Sat, 6 Mar 2010 14:53:55 +0000 (14:53 +0000)]
[CRT]
sync read_i with wine 1.1.40
svn path=/trunk/; revision=45948
Kamil Hornicek [Sat, 6 Mar 2010 14:49:14 +0000 (14:49 +0000)]
- sync wined3d, ddraw, d3d8 and d3d9 with Wine 1.1.40
svn path=/trunk/; revision=45947
Christoph von Wittich [Sat, 6 Mar 2010 14:40:19 +0000 (14:40 +0000)]
[CRT]
add TrailBytes-info for codepage 1361
<david dot hedberg at gmail dot com>
svn path=/trunk/; revision=45946
Christoph von Wittich [Sat, 6 Mar 2010 14:29:56 +0000 (14:29 +0000)]
[RTL]
sync find_query_actctx with wine 1.1.40
svn path=/trunk/; revision=45945
Christoph von Wittich [Sat, 6 Mar 2010 14:18:56 +0000 (14:18 +0000)]
add xmllite_winetest to bootcd
svn path=/trunk/; revision=45944
Christoph von Wittich [Sat, 6 Mar 2010 14:12:31 +0000 (14:12 +0000)]
[XMLLITE_WINETEST]
add xmllite_winetest from wine 1.1.40
svn path=/trunk/; revision=45943
Christoph von Wittich [Sat, 6 Mar 2010 14:06:19 +0000 (14:06 +0000)]
[WINTRUST]
sync wintrust to wine 1.1.40
svn path=/trunk/; revision=45942
Sylvain Petreolle [Sat, 6 Mar 2010 14:06:08 +0000 (14:06 +0000)]
[framebuf_new]
Attempt to fix release build.
svn path=/trunk/; revision=45941
Christoph von Wittich [Sat, 6 Mar 2010 14:04:11 +0000 (14:04 +0000)]
[WINDOWSCODECS]
sync windowscodecs to wine 1.1.40
svn path=/trunk/; revision=45940
Christoph von Wittich [Sat, 6 Mar 2010 13:42:21 +0000 (13:42 +0000)]
[MPR]
partial sync to wine 1.1.40
svn path=/trunk/; revision=45939
Christoph von Wittich [Sat, 6 Mar 2010 13:36:22 +0000 (13:36 +0000)]
[KERNEL32_WINETEST]
sync kernel32_winetest to wine 1.1.40
svn path=/trunk/; revision=45938