From: roland Date: Thu, 6 Jun 1996 20:49:22 +0000 (+0000) Subject: . X-Git-Tag: libc-960607~9 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=3692e8905da99fe5a69e6af3e098884ea6308bf0 . --- diff --git a/ChangeLog b/ChangeLog index 970be16c4f..47cacbdd0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ +Thu Jun 6 16:12:39 1996 Roland McGrath + + * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO==0 pending + check, deliver a pending blocked signal if its action might be to + ignore. + * sysdeps/mach/hurd/sigaction.c: If new action is SIG_IGN or SIG_DFL + and SIG is pending, wake up signal thread to check us. + + * hurd/hurdsig.c (_hurd_internal_post_signal): Don't mark a signal + pending while blocked or stopped when the action is to ignore it. + Thu Jun 6 12:56:03 1996 Roland McGrath + * hurd/hurdsig.c (_hurd_internal_post_signal: resume): Only set + SS_SUSPENDED when the thread is really suspended. + + * elf/rtld.c (dl_main): Don't dereference _dl_rtld_map.l_next if null. + * Makerules (headers): Move append of $(sysdep_headers) after include of sysdep makefiles.