oleaut32: Fix handle cast warnings on 64-bit.
[wine] / dlls / ntdll /
2009-01-08  Alexandre Julliardntdll/tests: Fix a long long format in a trace.
2009-01-08  Alexandre Julliardntdll/tests: Avoid printing pointer differences in...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  G. Paul Ziembantdll: Clear IEXTEN when clearing ICANON.
2009-01-07  Aleksey Braginntdll: Fix buffer overread in RtlNumberOfSetBits.
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2009-01-06  Alexandre Julliardntdll: Print exception context on x86_64.
2009-01-06  Alexandre Julliardntdll: Implement relay debugging for register entry...
2009-01-06  Alexandre Julliardwinebuild: Implement register entry points for x86_64.
2009-01-06  Alexandre Julliardwinebuild: Improve the calling sequence for register...
2009-01-06  Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2009-01-05  Henri Verbeetntdll: Add a small test for FPU exceptions.
2009-01-05  Henri Verbeetntdll: Don't throw masked FPU exceptions.
2009-01-05  Henri Verbeetntdll: Fix ExceptionAddress for FPU exceptions.
2009-01-04  Pavel Trollerntdll: Fix serial.c for linux-2.6.28.
2009-01-04  Andrey Turkinntdll: Always set output values in RtlGetDaclSecurityDe...
2009-01-03  Alexandre Julliardntdll/tests: Avoid long long printf formats in traces.
2009-01-03  Alexandre Julliardntdll/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Alexandre Julliardntdll/tests: Skip large integer tests that crash on...
2009-01-03  Austin Englishntdll: Add file support for OpenBSD.
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2008-12-31  Alexandre Julliardntdll: Use INT_MAX for the semaphore count since LONG_M...
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardntdll: Make sure we don't return from a stub exception.
2008-12-27  Aleksey Braginntdll: Fix memory corruption in RtlSetBits.
2008-12-27  Alexandre Julliardntdll: Add support for relay debugging on x86_64.
2008-12-27  Alexandre Julliardntdll: Make the relay debug code more generic to allow...
2008-12-27  Alexandre Julliardwinebuild: Generate the __wine_call_from_32_regs functi...
2008-12-27  Alexandre Julliardinclude: Move the DEFINE_REGS_ENTRYPOINT macros to...
2008-12-26  Maarten Lankhorstntdll: Make the loader process relocations correctly...
2008-12-26  Maarten Lankhorstntdll: Print the expected and found assembly versions...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Andrew Talbotntdll: Remove a superfluous semicolon.
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-12-22  Wolfgang Walterntdll: Fix set_XOff and set_XOn.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-16  Alexandre Julliardntdll: Add support for dynamically generated stub entry...
2008-12-15  Alexandre Julliardntdll: NtCurrentTeb is not exported on x86_64.
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-12  Francois Gougetntdll/tests: Make rtlraiseexception_vectored_handler...
2008-12-12  Alexandre Julliardntdll: Fix heap management for 64-bit.
2008-12-11  Alexandre Julliardntdll: Convert the handles to server handles in NTDLL_w...
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-12-11  Alexandre Julliardntdll: Add a heuristic to detect dlls that are wrongly...
2008-12-09  Alexandre Julliardntdll: Add a function to export the host OS type and...
2008-12-09  Stefan Dösingerntdll: Print the SYSTEM_PERFORMANCE_INFORMATION only...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardntdll: Added stubs for RtlLookupFunctionEntry and RtlVi...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-12-04  Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-12-02  Paul Vriensntdll/tests: Fix a test failure on W2K.
2008-12-01  Jeff Zaroykontdll: Avoid NULL deref in RtlDeleteTimer.
2008-12-01  Vitaliy Margolenntdll: Stub NtMakeTemporaryObject.
2008-12-01  Francois Gougetntdll: Remove an unneeded cast.
2008-11-28  Francois Gougetntdll: Remove WINAPI on static functions where not...
2008-11-25  Maarten Lankhorstntdll: Make 64-bits wine only able to load amd64 binaries.
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-11-25  Alexandre Julliardntdll: Check for valid memory view size directly in...
2008-11-24  Francois GougetAssorted spelling fixes.
2008-11-21  Francois Gougetntdll/tests: Remove a redundant 'if'.
2008-11-20  A C Hurstntdll: wine_nt_to_unix_file_name() parse string to...
2008-11-19  Ricardo Filipentdll: Fixed dead store (llvm/clang).
2008-11-19  Francois Gougetntdll/tests: Test how NT(Set, Query)ValueKey() handle...
2008-11-19  Francois Gougetntdll/tests: Fix typos in test_NtQueryValueKey().
2008-11-18  Alexandre Julliardntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
2008-11-18  Alexandre Julliardkernel32: Moved allocation of the DOS memory area to...
2008-11-18  Alexandre Julliardntdll: Increase subheap size quadratically to avoid...
2008-11-17  Alexandre Julliardntdll: Get rid of the unaligned_mmap wrapper.
2008-11-17  Alexandre Julliardntdll: Don't set noexec protection on builtin dlls...
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-11-14  Alexandre Julliardntdll: Added stubs for NtGetWriteWatch and NtResetWrite...
2008-11-13  Ken Thomasesntdll: Don't poll() on a normal file; it should never...
2008-11-11  Alexandre Julliardntdll/tests: Fixed more object manager tests on Vista.
next