Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fri May 26 13:00:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | Roland McGrath | 1995-05-27 | 1 | -55/+69 |
| | | | | | | | | | | | | * hurd/hurdsig.c (_hurd_internal_post_signal): Don't loop to check pending signals if the thread is in a critical section. It will send us a msg when it finishes. * sysdeps/mach/hurd/pathconf.c: New file. * sysdeps/mach/hurd/fpathconf.c: New file. * sysdeps/mach/hurd/sigaction.c: Only notify the proc server for SIGCHLD when the SA_NOCLDSTOP bit actually changes. | ||||
* | Sat May 6 11:06:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | Roland McGrath | 1995-05-08 | 1 | -27/+86 |
| | | | | | | | | | | | | | | | | | | | | | | * Makeconfig (+gccwarn): Add -Winline. * hurd/hurdsig.c (_hurd_internal_post_signal): If SS->context is set, avoid abort_rpcs, and use reply and intr ports saved in SS->context. * sysdeps/mach/hurd/i386/trampoline.c: Don't set SS->intr_port from SS->context. Don't clear SS->context. * sysdeps/mach/hurd/i386/sigreturn.c: Don't set SS->intr_port when setting SS->context. If msg_sig_post returns, re-lock and clear SS->context. Fri May 5 10:37:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * mach/Makefile (errsystems.c): Comment out generation rule. * sysdeps/mach/_strerror.c: Consider a system unknown if its bad_sub member is null. * mach/mig-alloc.c: Add weak alias to non-__ name. | ||||
* | * hurd/hurdsig.c: Use assert_perror for many calls which should | Roland McGrath | 1995-04-21 | 1 | -15/+34 |
| | | | | never fail and previously were not checked. | ||||
* | * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter | Roland McGrath | 1995-02-22 | 1 | -1/+1 |
| | | | | elts with null handlers. | ||||
* | initial import | Roland McGrath | 1995-02-18 | 1 | -0/+1080 |