Changeset 5289


Ignore:
Timestamp:
Oct 2, 2006, 7:20:33 AM (18 years ago)
Author:
Gary Byers
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/ChangeLog

    r5286 r5289  
     12006-10-02 08:13  gb
     2
     3        * lisp-kernel/x86-exceptions.h: Darwin uses _sigtramp glue to call
     4        handlers, so we need to make handlers do a sigreturn after
     5        switching off the signal stack, etc.
     6
     72006-10-02 08:11  gb
     8
     9        * lisp-kernel/x86-exceptions.c: Don't use SIGRETURN to return from
     10        signal_handler() on Darwin (since we depend on pseudo_sigreturn
     11        handling for cleanup of tcr pending exception and since we can't
     12        easily restore the signal mask.)
     13       
     14        (Up until this point, SIGRETURN has been a nop on Darwin.)
     15
    1162006-10-02 04:59  gb
    217
Note: See TracChangeset for help on using the changeset viewer.