diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-21 12:39:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-21 12:39:47 +0000 |
commit | 361d49e6a4463bd86aba76a67c2b1dc0348f711a (patch) | |
tree | e951bd9f2702b970dd86bfcb4652990c0c1a4458 /linuxthreads/ChangeLog | |
parent | d17a729b483109285ac4913c3fe4f2c620b87fc6 (diff) | |
download | glibc-361d49e6a4463bd86aba76a67c2b1dc0348f711a.tar.gz glibc-361d49e6a4463bd86aba76a67c2b1dc0348f711a.tar.xz glibc-361d49e6a4463bd86aba76a67c2b1dc0348f711a.zip |
Update.
* nss/db-Makefile (shadow.db): Create file with correct protections. Based on a patch by Joel Klecker <espy@debian.org>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ad40e6235a..8acde7bddd 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,6 +1,18 @@ +1998-12-21 Ulrich Drepper <drepper@cygnus.com> + + * manager.c: Threads now send __pthread_sig_cancel on termination. + Change clone call and signal masks. + * thread.c (pthread_handle_sigrestart): Remove special code for + manager. + (pthread_handle_sigcancel): In manager thread call + __pthread_manager_sighandler. + * sysdeps/i386/pt-machine.h (__compare_and_swap): Add memory clobber. + * sysdeps/i386/i686/pt-machine.h: Likewise. + Patches by Xavier Leroy. + 1998-12-14 Ulrich Drepper <drepper@cygnus.com> - * spinlock.c (__pthread_unlock): Don"t crash if called for an + * spinlock.c (__pthread_unlock): Don't crash if called for an untaken mutex. Reported by Ruslan V. Brushkoff <rus@Snif.Te.Net.UA>. * Examples/ex6.c: Unbuffer stdout and reduce sleep time to reduce |