ntdll: Fix string comparison against non null-terminated string (Valgrind).
[wine] / dlls / ntdll / signal_sparc.c
2011-04-21  André Hentschelntdll: Fix usage of ContextFlags on Sparc.
2011-02-07  André Hentschelntdll: Only use ST_FIX_ALIGN on solaris.
2010-08-24  Austin Englishntdll: Make sure ill_handler() and bus_handler() are...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-11-11  Alexandre Julliardntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
2009-10-27  Yann Droneaudntdll: Use __asm__ keyword instead of asm in signal_spa...
2009-10-13  Alexandre Julliardntdll: Use the exception code as exit status when no...
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
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-05-01  Alexandre Julliardntdll: Use standard siginfo signal handlers on all...
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-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
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-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
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-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2004-11-21  Eric FriasPermit unaligned memory access on sparc.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dave BelangerFixed a compile error.
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
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-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-11-08  Juraj HercekFixed bug in context registers, added HANDLER_DEF and...
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-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  Eric PouechAdded a generic mechanism to set up hooks for dispatchi...
2002-06-21  Gregg MattinsonImplemented DbgBreakPoint and DbgUserBreakPoint for...
2002-06-13  François GougetReset signals to SIG_DFL before starting a child process.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-07  Alexandre JulliardAdded SIGNAL_Reset function.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-15  Ove KaavenBlock SIGINT and SIGALRM in signal handlers.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Ulrich WeigandAdded signal handling for SPARC / Solaris.