Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
50c6b74a34
|
Added SIGNAL_Reset function.
|
2002-01-07 18:02:35 +00:00 |
Ove Kaaven
|
4eb0bebd90
|
Fixed vm86_enter race conditions.
|
2002-01-04 21:57:04 +00:00 |
Ove Kaaven
|
bf1e9682f4
|
Protect against an interrupt-pending signal recursion.
|
2001-10-28 21:16:22 +00:00 |
Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Patrik Stridvall
|
a274dd9105
|
Fixed some issues found by winapi_check.
|
2001-07-02 01:22:10 +00:00 |
Alexandre Julliard
|
7f862cb2d2
|
Don't compile vm86-specific code on platforms that don't support it.
|
2001-06-25 21:08:47 +00:00 |
Ove Kaaven
|
6e33f63e4a
|
Extended __wine_enter_vm86 to handle pending interrupts.
|
2001-06-21 00:39:34 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Ove Kaaven
|
e4a98ec195
|
Block SIGINT and SIGALRM in signal handlers.
|
2001-06-15 19:43:15 +00:00 |
Bang Jun-Young
|
284a78f5cc
|
Do not use internal exception codes defined by Wine with NetBSD,
rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
is not supported by NetBSD.
|
2001-05-09 19:45:07 +00:00 |
Ove Kaaven
|
0b6c6e7605
|
Fixed small race condition between vm86_enter() and signal handling.
Made separate save_vm86_context and restore_vm86_context functions.
|
2000-12-29 03:29:31 +00:00 |
Dimitrie O. Paun
|
2af03e45b5
|
Do not include sys/ptrace.h and sys/user.h unconditionally.
Other portability fixes.
|
2000-11-29 20:04:09 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
Joerg Mayer
|
650ba4df23
|
Move inline and static to the beginning of declarations.
|
2000-10-29 18:06:04 +00:00 |
Alexandre Julliard
|
5df110185a
|
Fixed typo due to merge error.
|
2000-10-26 19:30:11 +00:00 |
Alexandre Julliard
|
b59627c89f
|
Added support for exception handling while in vm86 mode.
Fixed a couple of bugs in vm86 support.
|
2000-09-24 03:11:54 +00:00 |
Alexandre Julliard
|
45b2c868bb
|
Added preliminary support for switching to vm86 mode with proper
exception handling.
|
2000-09-18 02:15:07 +00:00 |
Ove Kaaven
|
9b2060afab
|
Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
the ugly Dr7 hack.
|
2000-07-23 13:36:41 +00:00 |
Dave Hawkes
|
52b6bd95d3
|
Exception handling for SIGFPE must always clear the FPU interrupt
status.
|
2000-06-23 16:49:09 +00:00 |
Alexandre Julliard
|
42cc2bdf46
|
Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
has been sent, to avoid deadlocking the debugger.
|
2000-06-07 03:49:41 +00:00 |
Alexandre Julliard
|
0045def764
|
Fixed signal stack handling on Linux when sigaltstack is available.
Added a direct sigaltstack syscall to work-around the glibc bug.
|
2000-04-13 19:25:52 +00:00 |
Alexandre Julliard
|
51f6aeb462
|
Implemented guard pages and stack overflow exceptions.
|
2000-04-13 17:21:36 +00:00 |
Patrik Stridvall
|
d628f43693
|
Fixed some ANSI C violations.
|
2000-03-24 20:42:08 +00:00 |
Alexandre Julliard
|
7d0dd5f327
|
Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
|
2000-03-07 13:10:21 +00:00 |
Alexandre Julliard
|
916f975624
|
Improved the selector get/set functions.
Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
|
2000-02-26 16:51:13 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
Juergen Lock
|
ba6d54a4a6
|
Set/use fs/gs from the sigcontext struct, the corresponding kernel
change now finally has been MFC'd to -stable.
|
1999-11-25 23:17:58 +00:00 |
Niels Kristian Bech Jensen
|
1d5bc469cc
|
Removed extra #include statements.
|
1999-11-21 02:14:36 +00:00 |
Ulrich Weigand
|
eb94c7d2c4
|
Adapted to new register function handling.
|
1999-11-13 23:54:04 +00:00 |
Patrik Stridvall
|
282b13bcdc
|
Solaris compile fix.
|
1999-10-24 21:29:48 +00:00 |
Alexandre Julliard
|
de5e1af2bd
|
Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
|
1999-09-28 13:15:27 +00:00 |
Alexandre Julliard
|
3d06d20bab
|
Moved all signal support to a new platform-specific file.
Make use of the per-thread signal stack (Juergen Lock).
Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
|
1999-09-27 10:58:45 +00:00 |