ntdll/tests: Add a missing \n.
[wine] / dlls / ntdll / signal_i386.c
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...
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2006-01-20  Alexandre Julliardntdll: Move the %gs register to the ntdll_thread_regs...
2006-01-20  Alexandre Julliardntdll: Move the TEB register to the ntdll_thread_regs...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-12-19  Alexandre Julliardntdll: Make __wine_call_from_32_restore_regs take a...
2005-12-16  Alexandre Julliardntdll: More compatible exception information for protec...
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-15  Ken ThomasesUpdated context definitions for the latest Darwin/x86.
2005-11-15  Alexandre JulliardUse proper asm name for external functions.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Robert ShearmanMake the call exception handler function more compatibl...
2005-10-31  Marcus MeissnerAdded assembly implementation of EXC_CallHandler.
2005-10-04  Alexandre JulliardClear the single-step flag in setup_exception instead...
2005-09-27  Alexandre JulliardFixed exception handling on MacOS.
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-08-25  Glenn WursterMake stack check work if stack is a small value.
2005-07-03  Alexandre JulliardSome fixes for the Darwin build.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-08-24  Pierre d'HerbemontAdded signal support for Darwin/i386.
2004-08-04  Markus AmslerPass debug exceptions to winedos.
2004-02-24  Dmitry TimoshkovSet SA_RESTART sigaction flag for other BSDs beside...
2004-01-16  Robert LunnonSave UESP instead of ESP where UESP defined.
2004-01-14  Alexandre JulliardFixed __siginfo type for Solaris (based on a patch...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
next