ntdll: Set SO_PASSCRED before connecting to eliminate a race condition in obtaining...
[wine] / dlls / ntdll / signal_i386.c
2012-06-04  André Hentschelntdll: Enhance FreeBSD checks to also check for DragonF...
2012-04-10  Austin Englishntdll: Give a better error message if signal context...
2012-04-02  Alexandre Julliardntdll: Move the _chkstk implementation to signal_i386.c.
2011-10-19  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_threa...
2011-03-28  André Hentschelntdll: Add check for DragonFly BSD.
2011-02-01  Alexandre Julliardntdll: Add a helper function for checking stack frame...
2011-02-01  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-01-31  Alexandre Julliardntdll: Fix frame address check in RtlCaptureStackBackTr...
2011-01-17  Austin Englishntdll: Add missing checks for FreeBSD_kernel.
2010-10-20  Alexandre Julliardntdll: Avoid using the CONTEXT86 type.
2010-06-22  Alexandre Julliardntdll: Fix the initial FPU control word on 32-bit too.
2010-06-17  Henri Verbeetntdll: The FPU control word for newly created threads...
2010-04-20  Maarten Lankhorstntdll: Clear alignment flag in exception handlers.
2010-03-05  Alexandre Julliardntdll: Always restore the context after an exception...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2009-12-30  Alexandre Julliardntdll: Move the LDT locking functions to the i386-speci...
2009-11-19  Alexandre Julliardntdll: Merge the thread data and thread regs structure...
2009-11-19  Alexandre Julliardntdll: Move initialization of the debug registers to...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-11-11  Alexandre Julliardntdll: Implemented RtlCaptureStackBackTrace for i386.
2009-11-11  Alexandre Julliardntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
2009-10-13  Alexandre Julliardntdll: Use the exception code as exit status when no...
2009-09-23  Alexandre Julliardntdll: Remap EXCEPTION_EXECUTE_FAULT only after the...
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-06-25  Alexandre Julliardntdll: Add call frame annotations in x86 assembly code.
2009-06-18  Alexandre Julliardntdll: Move all thread exit processing to exit_thread...
2009-06-18  Alexandre Julliardntdll: Simplify the thread startup routine and make...
2009-06-15  Alexandre Julliardntdll: Add appropriate stdcall decorations to assembly...
2009-04-30  Alexandre Julliardntdll: Move NtRaiseException and RtlUnwind implementati...
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-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-01  Alexandre Julliardntdll: Add separate signal definitions for OpenBSD.
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-03-05  Alexandre Julliardntdll: Fix a couple of warnings on Solaris.
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-01-19  Austin Englishntdll: Add support for NetBSD.
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2009-01-06  Alexandre Julliardntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use...
2009-01-05  Henri Verbeetntdll: Don't throw masked FPU exceptions.
2009-01-05  Henri Verbeetntdll: Fix ExceptionAddress for FPU exceptions.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-10-24  Michael Stefaniucntdll: Don't cast void pointers to other pointer types.
2008-07-29  Alexandre Julliardntdll: Use the generic int 0x91 syscall on Solaris...
2008-07-10  Alexandre Julliardntdll: Add some workarounds for Solaris signal handling...
2008-07-08  Alexandre Julliardntdll: Always restore the %gs register from the saved...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-06-02  Alexandre Julliardntdll: Add local defines for VIF and VIP flags.
2008-04-01  Alexandre Julliardntdll: Add a guard page at the bottom of the stack...
2008-04-01  Alexandre Julliardntdll: Add support for handling page faults caused...
2008-03-20  Alexandre Julliardntdll: Clear the direction flag before calling exceptio...
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-01-22  Alexandre Julliardntdll: Don't fetch extended FPU context if there's...
2008-01-18  Alexandre Julliardntdll: Don't try to restore extended fpu context if...
2008-01-15  Alexandre Julliardntdll: Mac OS support for saving and restoring the...
2008-01-15  Alexandre Julliardntdll: Linux support for saving and restoring the exten...
2007-12-24  Eric Pouechvalgrind: Made Wine compliant will latest Valgrind...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-11-12  Peter Beutnerntdll: Better trap exception handling.
2007-11-12  Peter Beutnerntdll: Don't try to handle kill(SIGTRAP).
2007-11-08  Alexandre Julliardntdll: Increase the signal stack size to avoid crashes...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-07-19  Alexandre Julliardntdll: Move private data to make room in the TEB for...
2007-06-25  Alexandre Julliardntdll: Use the standard exception handling for vm86...
2007-05-08  Alexandre Julliardntdll: Support setting the CPU context on the current...
2007-04-12  Andrew Talbotntdll: Remove superfluous semicolons.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-03-14  Alexandre Julliardntdll: Fixed some exception codes and parameters.
2007-03-14  Alexandre Julliardntdll: Changed some Solaris defines so that we can...
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-09  Peter Beutnerntdll: Handle SIMD exceptions.
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-12-04  Peter Beutnerntdll: Fix single stepping over popf instruction.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-10-03  Marcus Meissnerntdll: Clear alignment check flag before entering excep...
2006-09-28  Marcus Meissnerntdll: Align stack to 4 bytes.
2006-09-28  Robert Shearmanntdll: Avoid crashing in check_atl_thunk if an executio...
2006-09-25  Marcus Meissnerntdll: Avoid ebx being clobbered in exception handler.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-07  Alexandre Julliardntdll: Added sysctl to make the signal stack per-thread...
2006-08-11  Alexandre Julliardntdll: Remove some macros and clean up the code now...
2006-08-11  Alexandre Julliardntdll: Switch linux to siginfo-style signal handling.
2006-08-07  Alexandre Julliardntdll: Get rid of the Linux legacy signal stack switching.
2006-08-07  Tijl Coosemansntdll: Cleanup signal_i386.c a bit and fix *BSD.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-07  James Hawkinsntdll: Return error if the signal index equals the...
2006-04-03  Alexandre Julliardntdll: Save FPU context for all exceptions.
2006-03-27  Petr Tesarikntdll: Fix debug exceptions from VM86.
2006-02-21  Detlef Riekenbergntdll: Avoid compile error caused by a single quote.
2006-02-20  Robert Shearmanntdll: Add a define for SYS_sigaction to __NR_sigaction.
2006-02-14  Eric PouechA couple of new valgrind instrumentations for better...
2006-02-10  Alexandre Julliardntdll: Added emulation of ATL thunks for platforms...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-02-03  Robert Millanntdll: Rename i386 CPU trap codes to avoid collision...
next