diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-27 07:18:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-27 07:18:52 +0000 |
commit | 7cc645ed273e2f584a37657c488d6bfbcc33e0f3 (patch) | |
tree | 1489d577268ce71e764ff7d680cb9c5d7f112c6e /ChangeLog | |
parent | 074d099ee3d24bff029fc2d1b7162eb9000fbd68 (diff) | |
download | glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.zip glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.tar.gz glibc-7cc645ed273e2f584a37657c488d6bfbcc33e0f3.tar.bz2 |
Fri May 26 13:00:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Fri May 26 13:00:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * 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. + Sun May 21 05:05:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * elf/Makefile (ld.so): Use -nostartfiles in addition to |