Commit Graph

74901 Commits

Author SHA1 Message Date
Eric Pouech 1966ba8b7f dbghelp: For targets on Linux, report the VDSO system page as a known ELF module. 2010-12-28 11:18:33 +01:00
Eric Pouech 749dafd987 dbghelp: Extend elf_map_file so that it can also handle ELF maps directly from debuggee address space. 2010-12-28 11:16:07 +01:00
Eric Pouech 737b5b95bb dbghelp: Use pread instead of read in elf_map_file. 2010-12-28 11:15:24 +01:00
Eric Pouech 655247354a dbghelp: Split elf_load_file into two functions (one for creating a file-map, another one for loading info out of a file-map). 2010-12-28 11:15:06 +01:00
Eric Pouech 8740f1dc1e dbghelp: Factorize a bit the ELF enumeration callbacks. 2010-12-28 11:14:43 +01:00
Andrew Nguyen 12880784fe wined3d: Handle the swapchain presentation interval with wglSwapIntervalEXT. 2010-12-27 15:39:41 +01:00
Andrew Nguyen a7346e9fc8 winex11.drv: Enhance the wrapper functions for WGL_EXT_swap_control. 2010-12-27 15:39:41 +01:00
Andrew Nguyen 0f050b3ecb wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition. 2010-12-27 15:39:41 +01:00
Andrew Nguyen 7e13b1afaf wined3d: Remove references to GLX_SGI_video_sync.
Usage of GLX_SGI_video_sync is problematic, and wined3d cannot use GLX extensions.
2010-12-27 15:39:41 +01:00
Michael Stefaniuc 6b90fc236e mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow. 2010-12-27 15:39:41 +01:00
Michael Stefaniuc 2e24de635d mshtml: COM cleanup for the IHTMLWindow2 iface. 2010-12-27 15:39:40 +01:00
Andrew Nguyen 1bffb577e3 wineboot: Set a placeholder ProcessorNameString value in the volatile CPU registry keys. 2010-12-27 15:39:40 +01:00
Andrew Nguyen 0c8820563c wineboot: Set the FeatureSet value in the volatile CPU registry keys. 2010-12-27 15:39:40 +01:00
Jacek Caban f8afae75b5 jscript: Added ScriptEngine*Version functions implementation. 2010-12-27 15:39:40 +01:00
Jacek Caban 36fe9472c2 jscript: Added ScriptEngine() implementation. 2010-12-27 15:39:39 +01:00
Timo Teräs bfc8832ccb iphlpapi: Fix GetAdaptersAddresses return values. 2010-12-27 15:39:39 +01:00
Hwang YunSong 8dceb07620 msrle32: Update Korean resource. 2010-12-27 15:39:38 +01:00
Hwang YunSong a0639d004d msi: Update Korean resource. 2010-12-27 15:39:38 +01:00
Greg Geldorp c1dc5f8879 spoolss/tests: Skip tests on Win7. 2010-12-27 15:39:38 +01:00
André Hentschel 57aa778e2d setupapi/tests: Don't test function directly when reporting GetLastError(). 2010-12-27 15:39:37 +01:00
André Hentschel 424fa9a7f3 setupapi/tests: Better clean up if SetupUninstallOEMInf fails. 2010-12-27 15:39:37 +01:00
Alexandre Julliard 5b202367d5 winetest: Refuse to run if the WoW64 side of the registry is missing. 2010-12-27 15:39:36 +01:00
Alexandre Julliard 3c42b62fdb configure: Create a wow64 symlink for the preloader too. 2010-12-27 15:39:26 +01:00
Alexandre Julliard 13eafa047d configure: Get rid of the replacement function for gettid. 2010-12-27 12:08:37 +01:00
Alexandre Julliard 185f637080 server: Use the tgkill system call on all Linux platforms. 2010-12-27 12:07:16 +01:00
Alexandre Julliard 086848a45f ntdll: Use the gettid system call on all Linux platforms. 2010-12-27 12:07:12 +01:00
Alexandre Julliard 264996a75d ntdll: Use the futex system calls on all Linux platforms. 2010-12-27 12:01:52 +01:00
Alexandre Julliard 0f9e93afaa ntdll: Use the getdents64 system call on all Linux platforms. 2010-12-27 12:01:43 +01:00
Michael Stefaniuc b574f2fd91 mshtml: COM cleanup for the IObjectWithSite iface. 2010-12-27 11:51:52 +01:00
Michael Stefaniuc 2efc64fbc2 mshtml: COM cleanup for the ISupportErrorInfo iface. 2010-12-27 11:51:47 +01:00
Michael Stefaniuc a8bb1ab85b mshtml: COM cleanup for the IHlinkTarget iface. 2010-12-27 11:51:40 +01:00
Michael Stefaniuc 6c7a78eca0 mshtml: COM cleanup for the IOleControl iface. 2010-12-27 11:51:33 +01:00
Michael Stefaniuc 541a49edc2 mshtml: COM cleanup for all the IOleCommandTarget ifaces. 2010-12-27 11:51:25 +01:00
Michael Stefaniuc 389a7f547e mshtml: COM cleanup for all the IServiceProvider ifaces. 2010-12-27 11:51:18 +01:00
Nikolay Sivov 22022d13d1 oleaut32: Get rid of some magic offset values, use structure for that. 2010-12-27 11:50:38 +01:00
Nikolay Sivov 677302cf22 oleaut32: Move common define to a header. 2010-12-27 11:49:52 +01:00
Nikolay Sivov c924922935 oleaut32: Get SYSKIND value with a helper. 2010-12-27 11:49:30 +01:00
Nikolay Sivov 069b8e50eb oleaut32: Allow all property methods to have the same name. 2010-12-27 11:49:23 +01:00
Nikolay Sivov b6313c702e oleaut32: Add a helper to return INVOKEKIND flags value. 2010-12-27 11:49:14 +01:00
Eric Pouech cecddb3216 msvcr90: Fix an integer overflow on 64 bit system for qsort_s tests. 2010-12-27 11:48:55 +01:00
Eric Pouech 495e55c07d urlmon: Fixed traces on 64bit systems. 2010-12-27 11:48:49 +01:00
Eric Pouech 637b5da94a winedbg: When printing with default format an integer (in hex), keep printed value in sync with integer size. 2010-12-27 11:48:24 +01:00
Eric Pouech dc6b9c2a58 winedbg: Don't print extra \n in print_basic. 2010-12-27 11:48:01 +01:00
Eric Pouech cf06ef640d dbghelp: Fix ELF file computation on 64bit systems. 2010-12-27 11:47:51 +01:00
Marcus Meissner 4b5641add1 winealsa.drv: Re-add capcontrols initialization. 2010-12-27 11:47:21 +01:00
Jacek Caban 87f0ba49e0 urlmon: Fixed a race in tests causing unexpected Switch call failures. 2010-12-27 11:46:17 +01:00
Sven Baars a529c4a835 wininet: Update the Dutch translation. 2010-12-27 11:46:05 +01:00
Sven Baars 4552cda4e8 cmd: Update the Dutch translation. 2010-12-27 11:46:02 +01:00
Sven Baars 03159ff8e2 cmd: Fix a typo in the English resource. 2010-12-27 11:46:00 +01:00
Hwang YunSong 6835fba305 msacm32: Update Korean resource. 2010-12-27 11:45:48 +01:00