ws2_32: Use better types for some variables.
[wine] / dlls / ntdll /
2009-04-16  Dan Kegelntdll: Add missing valgrind hook in RtlAllocateHeap.
2009-04-10  Alexandre Julliardntdll: Set the exception address to the program counter...
2009-04-10  Alexandre Julliardntdll: Move the RtlRaiseException implementation into...
2009-04-10  Alexandre Julliardntdll: Add a raise_status function and avoid exporting...
2009-04-10  Alexandre Julliardntdll: Update the context on send_debug_event for any...
2009-04-09  Alexandre Julliardntdll: Remove pthread_data from the ntdll_thread_data...
2009-04-08  Alexandre Julliardntdll: Set the proper context flags in the signal handl...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-04-06  Alexandre Julliardntdll: Don't pretend that the whole address space is...
2009-04-03  Alexandre Julliardntdll: Set the WOW64 flag according to the server suppo...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-04-03  Paul Chitescuntdll: Print desired version of missing dependent assem...
2009-04-01  Alexandre Julliardntdll: Define dvd_struct ourselves since it's not consi...
2009-04-01  Alexandre Julliardntdll: Add separate signal definitions for OpenBSD.
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-03-30  Alexandre Julliardloader: Don't bother checking for pthread.h existence...
2009-03-30  Alexandre Julliardntdll: Remove no longer used pthread_functions structure.
2009-03-26  Alexandre Julliardntdll: Get rid of the no longer used pthread emulation.
2009-03-25  Roman Mindalevntdll: Move search for assemblyIdentity element.
2009-03-25  Roman Mindalevntdll: Free memory for type field of an assembly_identity.
2009-03-25  Roman Mindalevntdll: Check for arch and name fields in assembly_ident...
2009-03-25  Andrew Talbotntdll: Remove superfluous semicolon.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-03-09  Francois GougetRemove spaces before '\n's.
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...
next