ntdll/tests: Create the server port before starting the client thread.
[wine] / dlls / ntdll /
2009-03-05  Alexandre Julliardntdll/tests: Create the server port before starting...
2009-03-05  Alexandre Julliardntdll: Fix a couple of warnings on Solaris.
2009-02-25  Alexandre Julliardntdll: Default to WinXP version if there's nothing...
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-23  Alexandre Julliardntdll: Don't free the thread stack and TEB while exitin...
2009-02-23  Francois Gougetntdll/tests: Use win_skip() to skip over unimplemented...
2009-02-20  Alexandre Julliardntdll: Call pthread_create and pthread_exit directly...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-20  Alexandre Julliardntdll: Call pthread_sigmask directly instead of through...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2009-02-17  Alexandre Julliardntdll/tests: Don't pass uninitialized object attributes...
2009-02-16  Alexandre Julliardntdll: Don't fail in NtMapViewOfSection for 4Gb+ files...
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2009-02-16  Alexandre Julliardntdll: Avoid null dereference in the NtCreateSymbolicLi...
2009-02-12  Paul Bryan Robertsntdll: Avoid potential infinite loop.
2009-02-12  Francois Gougetntdll/tests: Remove WINAPI on static functions where...
2009-02-02  Alexandre Julliardntdll: Add a trace when calling vectored exception...
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2009-01-28  Alexandre Julliardntdll: Convert the DbgPrint* functions to use MS ABI...
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2009-01-28  Ricardo Filipentdll: Add stub for RtlDecompressBuffer.
2009-01-27  Alexandre Julliardntdll: Ignore spurious write faults for a write watch...
2009-01-27  Ricardo Filipentdll: Add stub for RtlCompressBuffer.
2009-01-26  Ricardo Filipentdll: Add stub for RtlGetCompressionWorkSpaceSize.
2009-01-23  Juan Langntdll: Implement the ThreadAffinityMask query.
2009-01-20  Austin Englishntdll: Add support for NetBSD (64-bit).
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Austin Englishntdll: Add support for NetBSD.
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtRead/WriteVirtualMe...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtReadFile before...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtWriteFile before...
2009-01-14  Nikolay Sivovntdll: Check pointers in NtAccessCheck to prevent acces...
2009-01-12  Andrey Turkinntdll: Add RtlCaptureStackBackTrace stub.
2009-01-08  Alexandre Julliardntdll: Fix pointer cast warnings on 64-bit.
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.
next