Implemented NtQueueApcThread, and changed the server APC interface to
[wine] / dlls / ntdll / signal_i386.c
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...
2000-06-23  Dave HawkesException handling for SIGFPE must always clear the...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
1999-11-25  Juergen LockSet/use fs/gs from the sigcontext struct, the correspon...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-10-24  Patrik StridvallSolaris compile fix.
1999-09-28  Alexandre JulliardSupport TRAP_sig for FreeBSD (with the help of Juergen...
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...