server: Make async I/O transfer sizes always 32-bit.
[wine] / server / context_i386.c
2008-01-15  Alexandre Julliardserver: Take into account the extended registers part...
2006-06-27  Alexandre Julliardserver: Moved get/set_thread_context implementation...
2006-06-23  Alexandre Julliardserver: Moved some common bits of get/set_thread_contex...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardserver: Remove some no longer needed ptrace code to...
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-10  Alexandre Julliardserver: Moved the tkill function to ptrace.c.
2006-04-10  Alexandre Julliardserver: Get rid of the no longer used get_thread_single...
2006-02-14  Eric Pouechserver: When possible, use tgkill instead of tkill...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-12-21  Alexandre Julliardserver: Set the context flags in get_thread_context...
2005-11-02  Alexandre JulliardMoved the platform-independent part of the get/set_thre...
2005-11-01  Alexandre JulliardDon't send the incoming context to the server for get_t...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-07  Alexandre JulliardFixed typo in return value of tkill().
2003-03-22  Alexandre JulliardMake a distinction between the thread Unix pid and...
2003-03-11  Alexandre JulliardAttaching the debugger to a running process should...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2002-11-08  Pierre BeyssacAvoid FreeBSD compatibility issues with dbreg structure.
2002-08-14  Pierre BeyssacImplemented CONTEXT_DEBUG_REGISTERS on FreeBSD.
2002-08-13  Pierre BeyssacFixed ptrace argument order for FreeBSD, NetBSD and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-20  Francois GougetOnly include 'sys/user.h' for Linux. Fixes a compilatio...
2001-07-11  Alexandre JulliardSmall fixes to the debugger support.
2001-05-09  Bang Jun-YoungAdded support for NetBSD.
2001-04-27  Ove KaavenPreserve the TF (Trap Flag) when continuing from a...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-10-28  Federico SchwindtFixes for OpenBSD.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-03-30  Alexandre JulliardSet thread start address to 0 on events generated by
2000-03-24  Peter HunnisettChanged PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_PO...
2000-03-15  Alexandre JulliardAvoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-02-26  Patrik StridvallFixed Solaris specific compiler issue.
2000-02-25  Patrik StridvallFixed some issues found by winapi_check.
2000-02-07  Juergen LockAdded context functions for FreeBSD.
2000-01-30  Ulrich WeigandAdded configure check for sys/reg.h.
2000-01-30  Patrik StridvallSolaris support for {set,get}_thread_context added.
2000-01-29  Alexandre JulliardAdded our own user_regs_struct definition for better...
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.