diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-07 23:43:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-07 23:43:59 +0000 |
commit | dc3b5786d2ec208fab58a0297226fce064ceda28 (patch) | |
tree | d1dba56ab45fb5ab7a2cd5a76b80dc85e5542c98 /linuxthreads/ChangeLog | |
parent | 3fc9ca4e389ff1606a4883d50401eaa1a777a07e (diff) | |
download | glibc-dc3b5786d2ec208fab58a0297226fce064ceda28.tar.gz glibc-dc3b5786d2ec208fab58a0297226fce064ceda28.tar.xz glibc-dc3b5786d2ec208fab58a0297226fce064ceda28.zip |
Update.
2000-06-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Update.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b0647f2477..90c1631880 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,26 @@ +2000-06-04 Kaz Kylheku <kaz@ashi.footprints.net> + + Added missing fork time handling of global libio lock. + + * lockfile.c (__fresetlockfiles): Now also resets the list lock, + not just the individual stream locks. Rewritten to use new + iterator interface provided by libio rather than accessing + global variable. + + * lockfile.c (__flockfilelist, _funlockfilelist): New functions + which lock and unlock the stream list using the new interface + provied by libio. + * internals.h: Likewise. + + * ptfork.c (__fork): Now calls __flockfilelist before fork, + and __funlockfilelist in the parent after the fork. + Child still calls __fresetlockfiles as before. + + * linuxthreads.texi: Now explains what happens to streams at + fork time. Also whole new section on forking and thread added. + Definition of pthread_atfork moved out of Miscellaneous Functions + to this new section. + 2000-06-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/sparcv9/pspinlock.c (__pthread_spin_lock): |