Suppress some false-positives reported by valgrind.
[wine] / dlls / ntdll / signal_i386.c
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...
2003-11-11  Jukka HeinonenFix race in real mode event handling.
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-05  Alexandre JulliardUse the signal stack pointer to determine the current...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-30  Alexandre JulliardFixed race in %gs selector restoring during vm86 mode...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-08  Alexandre JulliardAdded __wine_set_signal_fs function to avoid sharing the
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-16  Jukka HeinonenRemove SIGALRM handler.
2003-06-07  Eric PouechCorrectly convert into EXCEPTION_RECORD SIGTRAPs receiv...
2003-06-04  Yorick HardyUse SA_RESTART on NetBSD.
2003-05-14  Alexandre JulliardMade INSTR_EmulateInstruction return the exception...
2003-05-06  Alexandre JulliardAdded support for retrieving page fault address on...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-28  Yorick HardyAdded fields from NetBSD struct sigcontext on i386.
2003-03-25  Alexandre JulliardStore %gs in the TEB on every call to 16-bit code,...
2003-03-24  Alexandre JulliardMake sure changes to the debug registers while inside...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-02-27  Alexandre JulliardProperly save/restore %gs register across 16-bit calls.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-13  Jukka HeinonenWhen asynchronous signals are blocked, block also SIGUSR2.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-08  Marcus MeissnerOnly enable VM86 mode if we have the <sys/vm86.h> inclu...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-31  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-02  Eric PouechFixed DebugBreakProcess (now generates EXCEPTION_BREAKP...
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Alexandre JulliardAdded SIGNAL_Reset function.
2002-01-04  Ove KaavenFixed vm86_enter race conditions.
2001-10-28  Ove KaavenProtect against an interrupt-pending signal recursion.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-25  Alexandre JulliardDon't compile vm86-specific code on platforms that...
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2001-05-09  Bang Jun-YoungDo not use internal exception codes defined by Wine...
2000-12-29  Ove KaavenFixed small race condition between vm86_enter() and...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-26  Alexandre JulliardFixed typo due to merge error.
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
next