about summary refs log tree commit diff
path: root/hurd/sigunwind.c
Commit message (Collapse)AuthorAgeFilesLines
* (_hurdsig_longjmp_from_handler): Store MACH_PORT_DEAD in the thread ↵Miles Bader1996-04-101-2/+10
| | | | reply-port variable before destroying the signal handler's reply port, to avoid infinite recursion.
* Remove _hurd_longjmp_thread_state decl.Roland McGrath1995-08-081-3/+0
|
* Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-021-0/+135
* sysdeps/mach/hurd/i386/trampoline.c: Add a link to SS->active_resources, so that _hurdsig_longjmp_from_handler will be called when a longjmp unwinds the signal frame. * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the SS->active_resources chain added by _hurd_setup_sighandler. * hurd/sigunwind.c: New file. * hurd/Makefile (sig): Add sigunwind. * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*. * MakeTAGS (tags-sources): Include $(all-dist). [subdir] (all-dist): Define to $(distribute).