Updated to fedora-glibc-20041207T1331
[glibc.git] / linuxthreads / ChangeLog
blob9e34a9768e05a0c9f6a240e1b4d43bfb7d4c47e1
1 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
3         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Update RETINSTR use.
4         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
6 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
8         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
9         _POSIX_THREAD_CPUTIME): Define to 0.
10         * sysdeps/pthread/timer_create.c (timer_create): Remove unused code
11         handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
12         * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
13         __timer_signal_thread_tclk): Remove.
14         (init_module): Remove their initialization.
15         (thread_cleanup): Remove their cleanup assertions.
16         * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
17         __timer_signal_thread_tclk): Remove.
18         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
19         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
20         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
22 2004-12-02  Roland McGrath  <roland@redhat.com>
24         * Makefile (libpthread-nonshared): Variable removed.
25         ($(objpfx)libpthread_nonshared.a): Target removed.
26         ($(inst_libdir)/libpthread_nonshared.a): Likewise.
27         These are now handled by generic magic from
28         libpthread-static-only-routines being set.
30 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
32         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_PRIORITIZED_IO,
33         _POSIX2_CHAR_TERM, _POSIX_THREAD_PRIO_INHERIT,
34         _POSIX_THREAD_PRIO_PROTECT): Define.
35         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
36         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
37         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
39 2004-11-26  Jakub Jelinek  <jakub@redhat.com>
41         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_ADVISORY_INFO,
42         _POSIX_SPORADIC_SERVER, _POSIX_THREAD_SPORADIC_SERVER, _POSIX_TRACE,
43         _POSIX_TRACE_EVENT_FILTER, _POSIX_TRACE_INHERIT, _POSIX_TRACE_LOG,
44         _POSIX_TYPED_MEMORY_OBJECTS): Define.
45         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
46         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
47         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
49 2004-11-05  Maciej W. Rozycki  <macro@mips.com>
51         * sysdeps/mips/pspinlock.c: Include <sgidefs.h>.  Use _ABIO32,
52         _ABIN32 and _ABI64 for ABI selection throughout.
53         * sysdeps/mips/pt-machine.h: Use _ABIO32, _ABIN32 and _ABI64 for
54         ABI selection throughout.
56 2004-10-18  Roland McGrath  <roland@redhat.com>
58         [BZ #406]
59         * Makefile (linuxthreads-CPPFLAGS): New variable;
60         adds -DIS_IN_linuxthreads=1.
61         * sysdeps/i386/tls.h: Protect "useldt.h" with
62         [!IS_IN_linuxthreads && !DO_MODIFY_LDT].
63         * sysdeps/i386/i686/pt-machine.h: Revert last change.
65 2004-10-14  Jakub Jelinek  <jakub@redhat.com>
67         * sysdeps/pthread/errno-loc.c: Don't undef #errno
68         if RTLD_PRIVATE_ERRNO.
70 2004-10-05  Dwayne Grant McConnell  <dgm69@us.ibm.com>
72         * pthread.c: Mask restart signal during cancel signal handler.
74 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
76         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h (_POSIX_CPUTIME,
77         _POSIX_THREAD_CPUTIME): Define to 0.
79 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
81         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Set _POSIX_CPUTIME
82         and _POSIX_THREAD_CPUTIME to zero.
83         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
85         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
86         _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION as -1.
87         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
88         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
89         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
91 2004-09-25  Roland McGrath  <roland@redhat.com>
93         [BZ #406]
94         * sysdeps/i386/i686/pt-machine.h: Don't #include "../useldt.h" if
95         [_TLS_H], since sysdeps/i386/tls.h includes it after including us.
97 2004-09-24  Roland McGrath  <roland@redhat.com>
99         [BZ #406]
100         * sysdeps/i386/tls.h: Move #include "useldt.h" outside
101         of [__ASSUME_LDT_WORKS > 0] test.
102         Reported by Carlos Velasco <carlos.velasco@newipnet.com>.
104 2004-09-21  Roland McGrath  <roland@redhat.com>
106         * Versions: Add comment about linuxthreads' frozen ABI.
108 2004-09-20  Ulrich Drepper  <drepper@redhat.com>
110         * Versions: Remove exports for pthread_set*id_np functions.
111         * sysdeps/pthread/pthread.h: Remove pthread_set*id_np prototypes
112         for now.
113         * Makefile: Don't build pthread_set*id code for now.
115 2004-09-19  Ulrich Drepper  <drepper@redhat.com>
117         * sysdeps/pthread/pthread.h: Declare pthread_setgid_np,
118         pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
119         pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
120         and pthread_setresuid_np.
121         * pthread_setgid_np.c: New file.
122         * pthread_setuid_np.c: New file.
123         * pthread_setegid_np.c: New file.
124         * pthread_seteuid_np.c: New file.
125         * pthread_setregid_np.c: New file.
126         * pthread_setreuid_np.c: New file.
127         * pthread_setresgid_np.c: New file.
128         * pthread_setresuid_np.c: New file.
129         * Versions [libpthread, GLIBC_2.3.4]: Add pthread_setgid_np,
130         pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
131         pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
132         and pthread_setresuid_np.
133         * Makefile (libpthread-routines): Add pthread_setuid, pthread_seteuid,
134         pthread_setreuid, pthread_setresuid, pthread_setgid, pthread_setegid,
135         pthread_setregid, and pthread_setresgid.
137 2004-09-12  Ulrich Drepper  <drepper@redhat.com>
139         * sysdeps/pthread/pthread.h: Make rwlock prototypes available also
140         for __USE_XOPEN2K.
141         * sysdeps/pthread/bits/pthreadtypes.h: Define rwlock types also
142         for __USE_XOPEN2K.  [BZ #320]
144 2004-09-04  Jakub Jelinek  <jakub@redhat.com>
146         * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
148 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
150         * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since
151         the initialization function might throw.
153 2004-08-30  Roland McGrath  <roland@frob.com>
155         * Makefile (libpthread-abi-frozen): New variable.
157 2004-08-26  Roland McGrath  <roland@redhat.com>
159         * configure.in: New file.  If nptl add-on is also selected, barf if
160         explicit and elide ourselves if implicit.
161         * configure: Now generated.
163 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
165         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (CENABLE, CDISABLE,
166         __local_multiple_threads): Fix definitions for IS_IN_librt.
167         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
169 2004-08-22  Andreas Schwab  <schwab@suse.de>
171         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO) [IS_IN_librt]:
172         Save gp around CENABLE/CDISABLE calls.
174 2004-08-15  Roland McGrath  <roland@frob.com>
176         * pthread_atfork.c: Update copyright terms including special exception
177         for these trivial files, which are statically linked into executables
178         that use dynamic linking for the significant library code.
180 2004-08-09  Jakub Jelinek  <jakub@redhat.com>
182         * libc-tsd.c: Move resolv.h include before the #if.
183         (__res_maybe_init): New function.  Add libc_hidden_def.
185 2004-08-02  Ulrich Drepper  <drepper@redhat.com>
187         * linuxthreads.texi (Cleanup Handlers): Fix typo.
188         Reported by Bjoern Engelmann <bjengelmann@gmx.de>.
190 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
192         [BZ #284]
193         * sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
194         instead of clockid_t.
196 2004-07-21  Roland McGrath  <roland@redhat.com>
198         * Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
200 2004-07-02  Roland McGrath  <roland@redhat.com>
202         * configure: Don't exit.
204 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
206         * sysdeps/mips/pt-machine.h: Use standard names for ABI macros,
207         include sgidefs.h.
208         * sysdeps/mips/atomicity.h: Likewise.
210 2004-07-19  Alexandre Oliva  <aoliva@redhat.com>
212         * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s):
213         Remove redundant override that missed -g0.
215 2004-07-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
217         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
218         (__local_multiple_threads): Define for librt.
219         (SINGLE_THREAD_P): Likewise.
221 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
223         * sysdeps/pthread/getcpuclockid.c (pthread_getcpuclockid): Allow
224         using other thread's clock.
225         * ptclock_gettime.c (__pthread_clock_gettime): Likewise.
226         * ptclock_settime.c (__pthread_clock_settime): Likewise.
227         * internals.h (__pthread_clock_gettime, __pthread_clock_settime):
228         Remove prototypes.
229         Reported by Bernd Schmidt <bernds@redhat.com>.
230         * Makefile (librt-tests): Add tst-clock1.
231         * tst-clock1.c: New test.
233         * sysdeps/x86_64/Versions: New file.
234         * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: New file.
235         * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: New file.
237 2004-04-16  Andreas Schwab  <schwab@suse.de>
239         * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*.
241 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
243         * sysdeps/s390/pspinlock.c (__pthread_spin_lock,
244         __pthread_spin_trylock): Use constraint "m" instead of "0" for
245         futex.
246         * sysdeps/ia64/pt-machine.h (__compare_and_swap,
247         __compare_and_swap_with_release_semantic, testandset): Use
248         constraint "m" instead of "0" for futex.
250 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
252         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Fix
253         branch offset for a PLT entry.
254         (CDISABLE): Likewise.
256 2004-05-31  Andreas Jaeger  <aj@suse.de>
258         * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s):
259         Set to -fno-unit-at-a-time.
260         Patch by Dan Kegel <dank@kegel.com>.
262 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
264         * tst-stack1.c: Don't include mcheck.h.
265         (do_test): Make sure user defined stacks aren't reused,
266         don't free them at the end.  [BZ #110]
268 2004-05-02  Jakub Jelinek  <jakub@redhat.com>
270         * manager.c: Include not-cancel.h.
271         (__pthread_manager): Use read_not_cancel instead of __libc_read.
272         (pthread_start_thread, __pthread_manager_sighandler): Use
273         write_not_cancel instead of __libc_write.
274         (pthread_reap_children): Use waitpid_not_cancel instead of
275         __libc_waitpid.
276         * pthread.c: Include not-cancel.h.
277         (__pthread_initialize_minimal, __pthread_create_2_1,
278         pthread_onexit_process, __pthread_message): Use
279         write_not_cancel instead of __libc_write.
280         (__pthread_initialize_manager): Likewise.  Use close_not_cancel
281         instead of __libc_close.
282         (__pthread_reset_main_thread): Use close_not_cancel instead of
283         __libc_close.
284         * join.c: Include not-cancel.h.
285         (__pthread_do_exit, pthread_join, pthread_detach): Use
286         write_not_cancel instead of __libc_write.
287         * semaphore.c: Include not-cancel.h.
288         (__new_sem_post): Use write_not_cancel instead of __libc_write.
289         * specific.c: Include not-cancel.h.
290         (pthread_key_delete): Use write_not_cancel instead of __libc_write.
292 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
294         * Versions (libc): Add __on_exit and __libc_sigaction.
296 2004-04-28  Jakub Jelinek  <jakub@redhat.com>
298         * semaphore.c (sem_timedwait): Return -1 and set errno instead of
299         returning error number [BZ #133].  Patch by <rmhaddad@yahoo.com>.
301 2004-04-22  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
303         * sysdeps/unix/sysv/linux/sh/vfork.S: Fix wrong function pointer
304         reference in PIC case.
306 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
308         * oldsemaphore.c (SEM_VALUE_MAX): Remove.
310 2004-04-19  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
312         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Define
313         for librt.  Save the return value to a safe register.
314         (CDISABLE): Define for librt.  Set the function argument correctly.
316 2004-04-18  Jakub Jelinek  <jakub@redhat.com>
318         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
319         (PSEUDO_CANCEL): Define.
320         (PSEUDO): Use it.
321         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (CENABLE,
322         CDISABLE): For librt, append @PLT.
324 2004-04-17  Jakub Jelinek  <jakub@redhat.com>
326         * sysdeps/x86_64/tls.h [!__ASSEMBLER__]: Include tcb-offsets.h.
328         * sysdeps/pthread/timer_gettime.c (timer_gettime): For expired timer
329         return it_value { 0, 0 }.
330         * sysdeps/pthread/timer_create.c (timer_create): Handle SIGEV_NONE
331         like SIGEV_SIGNAL.
332         * sysdeps/pthread/timer_routines.c (thread_expire_timer): Remove
333         assertion for SIGEV_NONE.
334         (thread_attr_compare): Compare all attributes, not just a partial
335         subset.
337         * sysdeps/unix/sysv/linux/mq_notify.c: Include stdlib.h.
339 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
341         * semaphore.h (SEM_VALUE_MAX): Just use a plain number.
343 2004-04-16  Ulrich Drepper  <drepper@redhat.com>
345         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix last patch.
347 2004-04-13  Jakub Jelinek  <jakub@redhat.com>
349         * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
351 2004-04-12  Ulrich Drepper  <drepper@redhat.com>
353         * sysdeps/unix/sysv/linux/mq_notify.c: New file.
355         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (CENABLE): Define
356         for librt.
357         (CDISABLE): Likewise.
359 2004-04-08  Jakub Jelinek  <jakub@redhat.com>
361         * sysdeps/unix/sysv/linux/bits/local_lim.h (MQ_PRIO_MAX): Define.
362         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h (MQ_PRIO_MAX): Define.
363         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h (MQ_PRIO_MAX): Define.
364         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h (MQ_PRIO_MAX): Define.
365         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_MESSAGE_PASSING):
366         Define.
367         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
368         (_POSIX_MESSAGE_PASSING): Define.
370 2004-04-10  Andreas Jaeger  <aj@suse.de>
372         * sysdeps/x86_64/pt-machine.h: Add used attribute to stack_pointer
373         to avoid warnings with GCC 3.5.
375 2004-04-09  Steven Munroe  <sjmunroe@us.ibm.com>
377         * sysdeps/powerpc/tls.h (TLS_INIT_TP): Eliminate lvalue cast from
378         __thread_self assignment.
379         (THREAD_DTV): Replace __thread_register with __thread_self.
380         (INIT_THREAD_SELF): Eliminate lvalue cast from __thread_self
381         assignment.
383 2004-04-08  Alexandre Oliva  <aoliva@redhat.com>
385         * signals.c (pthread_sigmask): Don't ever block or mask
386         __pthread_sig_debug.
388 2004-03-11  Steven Munroe  <sjmunroe@us.ibm.com>
390         * sysdeps/powerpc/tls.h: Remove __powerpc64__ conditional.
392 2004-03-23  Ulrich Drepper  <drepper@redhat.com>
394         * sysdeps/ia64/pt-machine.h (BUSY_WAIT_NOP): Define.
395         * sysdeps/x86_64/pt-machine.h (BUSY_WAIT_NOP): Likewise.
397 2004-03-12  Ulrich Drepper  <drepper@redhat.com>
399         * sysdeps/unix/sysv/linux/bits/local_lim.h: Add HOST_NAME_MAX.
400         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: Likewise.
401         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: Likewise.
402         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Likewise.
404 2004-03-08  Andreas Jaeger  <aj@suse.de>
406         * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
407         dl_osversion is readonly.
409 2004-03-07  Ulrich Drepper  <drepper@redhat.com>
411         * sysdeps/i386/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
412         _rtlf_global_ro.
413         * sysdeps/ia64/tls.h (INIT_SYSINFO): Likewise.
415 2004-02-20  Steven Munroe  <sjmunroe@us.ibm.com>
417         * sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c [SHARED]: Code only
418         valid for SHARED case.  Correct spelling of __vmx_longjmp.
420         * sysdeps/powerpc/pspinlock.c: Move from here.
421         * sysdeps/powerpc/powerpc32/pspinlock.c: To here.
422         * sysdeps/powerpc/powerpc64/pspinlock.c: New file.
423         * sysdeps/powerpc/powerpc64/pt-machine.h: Define __compare_and_swap32
424         and __compare_and_swap32_with_release_semantics.
426 2004-02-20  Jakub Jelinek  <jakub@redhat.com>
428         * Makefile (generated): Remove tst-stack1.mtrace and tst-stack1-mem.
429         (tests): Remove $(objpfx)tst-stack1-mem.
430         (tst-stack1-ENV): Remove.
431         ($(objpfx)tst-stack1-mem): Remove.
433         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
434         (__syscall_error_handler2): Call CDISABLE.
435         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
436         (__syscall_error_handler2): Call CDISABLE.
438         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
440 2004-02-10  Steven Munroe  <sjmunroe@us.ibm.com>
442         * Makefile (libpthread-routines): Add ptcleanup.
443         * ptlongjmp.c: Removed.
444         * ptcleanup.c: Copied __pthread_cleanup_upto to here. New file.
445         * sysdeps/pthread/ptlongjmp.c: Copied longjmp to here. New file.
446         * sysdeps/unix/sysv/linux/powerpc/Versions: New file.
447         Version longjmp, siglongjmp for GLIBC_2.3.4.
448         * sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c: New File.
450 2004-01-22  Andreas Jaeger  <aj@suse.de>
452         * spinlock.c (__pthread_lock): Fix contraint to avoid warning.
453         (__pthread_release): Likewise.
455 2004-01-16  Richard Henderson  <rth@redhat.com>
457         * attr.c: Include ldsodefs.h.
458         (pthread_getattr_np): Don't declare __libc_stack_end.
460 2004-01-09  Steven Munroe  <sjmunroe@us.ibm.com>
462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
463         [!HAVE_TLS_SUPPORT]: Define SINGLE_THREAD_P using static
464         __lib*_multiple_threads.
465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
466         [!HAVE_TLS_SUPPORT]: Likewise.
468 2004-01-13  Roland McGrath  <roland@redhat.com>
470         * sysdeps/powerpc/tcb-offsets.sym: Put -- separator line before any
471         conditionals.
473 2004-01-10  Andreas Jaeger  <aj@suse.de>
475         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Add cfi directives.
477 2004-01-01  Andreas Jaeger  <aj@suse.de>
479         * Makefile (generated): Add missing files.
481 2003-12-31  Ulrich Drepper  <drepper@redhat.com>
483         * attr.c (pthread_getattr_np): Make sure stack info returned for
484         main thread does not overlap with any other VMA.
485         Patch by Jakub Jelinek.
487 2003-12-29  Jakub Jelinek  <jakub@redhat.com>
489         * sysdeps/ia64/tls.h: Include dl-sysdep.h.
490         (INIT_SYSINFO): Define.
491         (TLS_INIT_TP): Use it.
493 2003-12-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
495         * attr.c (pthread_getattr_np): Add _STACK_GROWS_UP case.
497 2003-12-26  Jakub Jelinek  <jakub@redhat.com>
499         * sysdeps/pthread/pthread.h (pthread_setcancelstate,
500         pthread_setcanceltype, pthread_cancel, pthread_testcancel): Remove
501         __THROW.
502         * semaphore.h (sem_wait, sem_timedwait): Likewise.
504 2003-12-17  Jakub Jelinek  <jakub@redhat.com>
506         * manager.c (pthread_free): Call _dl_deallocate_tls even for
507         p_userstack threads.
508         * pthread.c (__pthread_initialize_manager): Call _dl_deallocate_tls
509         on error.
510         (pthread_onexit_process): Update comment.
511         * Makefile (tests): Add tst-stack1.  Depend on $(objpfx)tst-stack1-mem.
512         (generated): Add tst-stack1.mtrace and tst-stack1-mem.
513         (tst-stack1-ENV): Set.
514         ($(objpfx)tst-stack1-mem): New.
515         * tst-stack1.c: New test.
517 2003-12-16  Steven Munroe  <sjmunroe@us.ibm.com>
519         * sysdeps/powerpc/tcb-offsets.sym [!__powerpc64__]: Remove
520         conditional so MULTIPLE_THREADS_OFFSET is generated for both.
521         * sysdeps/powerpc/tls.h [!__powerpc64__]: Remove conditional
522         so TLS_MULTIPLE_THREADS_IN_TCB is generated for both.
523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
524         Include tls.h.
526 2003-12-04  Steven Munroe  <sjmunroe@us.ibm.com>
528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
529         (SINGLE_THREAD_P): Test using thread local p_multiple_threads field.
531 2003-12-10  David Mosberger  <davidm@hpl.hp.com>
533         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Update copyright
534         message.  Add include of <stddef.h>.
535         (INIT_NEW_WAY): New macro.
536         (INIT_OLD_WAY): Likewise.
537         (_init): Add unwind directives.  Invoke
538         __pthread_initialize_minimal() via INIT_NEW_WAY or INIT_OLD_WAY,
539         respectively.
540         (_init_EPILOG_BEGINS): Add unwind-directives.  Drop unused .regstk
541         directive.
542         (_fini): Add unwind directives.  Drop unnecessary .align 16
543         directive (bundles are always 16-byte aligned).
544         (_fini_EPILOG_BEGINS): Add unwind-directives.
546 2003-11-19  David Mosberger  <davidm@hpl.hp.com>
548         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: New file.
550 2003-12-10  Andreas Jaeger  <aj@suse.de>
551             Ruediger Oertel  <ro@suse.de>
553         * sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra .prologue.
555 2003-11-30  Andreas Jaeger  <aj@suse.de>
557         * Makefile (CFLAGS-pt-initfini.s): Add $(fno_unit_at_a_time).
558         * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
559         Likewise.
561 2003-11-04  Jakub Jelinek  <jakub@redhat.com>
563         * signals.c (__pthread_sigaction): Set __sighandler[sig].old before
564         __libc_sigaction if it has been one of the special values before.
566 2003-10-06  Carlos O'Donell <carlos@baldric.uwo.ca>
568         * pthread.c (__pthread_self_stack): _STACK_GROWS_UP case added.
569         (__pthread_find_self): Likewise.
570         * manager.c (thread_segment): _STACK_GROWS_UP case added.
572 2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>
574         * linuxthreads/sysdeps/unix/sysv/linux/hppa/malloc-machine.h: New file.
576 2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>
578         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: New file.
580 2003-10-07  Jakub Jelinek  <jakub@redhat.com>
582         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Backout 2003-10-02
583         changes.
584         (SAVE_OLDTYPE_0): Fix a typo.
586 2003-10-02  Ulrich Drepper  <drepper@redhat.com>
588         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (DOCARGS_1): Use
589         correct offset.
591 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
593         * Makefile (tests): Add tst-cancel8.
594         * tst-cancel8.c: New test.
596 2003-10-02  Ulrich Drepper  <drepper@redhat.com>
598         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and
599         restoring of the old cancellation type.
601 2003-09-10  Chris Demetriou  <cgd@broadcom.com>
603         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: New file.
605 2003-09-30  Jakub Jelinek  <jakub@redhat.com>
607         * sysdeps/pthread/malloc-machine.h [!__libc_maybe_call2] (mutex_init,
608         mutex_lock, mutex_trylock, mutex_unlock): Remove.
610 2003-09-27  Wolfram Gloger  <wg@malloc.de>
612         * sysdeps/pthread/malloc-machine.h: New file.
614 2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
616         * attr.c (__pthread_attr_init_2_1): Double __guardsize size
617         if NEED_SEPARATE_REGISTER_STACK is defined.
619 2003-09-22  Philip Blundell  <philb@gnu.org>
621         * forward.c: Add _pthread_cleanup_push, _pthread_cleanup_pop.
622         * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
623         Likewise.
624         * pthread.c (__pthread_elements): Initialise these new elements.
625         * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_push): Use
626         __libc_maybe_call.
627         (__libc_cleanup_pop): Likewise.
629 2003-09-22  Jakub Jelinek  <jakub@redhat.com>
631         * attr.c: Include stdlib.h.
633 2003-09-18  Jakub Jelinek  <jakub@redhat.com>
635         * sysdeps/pthread/pthread.h (pthread_getattr_np): Clarify usage.
637         * tst-attr1.c: New test.
638         * Makefile (tests): Add tst-attr1.
640 2003-09-17  Philip Blundell  <philb@gnu.org>
642         * sysdeps/unix/sysv/linux/arm/vfork.S: Branch to fork if
643         libpthread is loaded.  Elide backwards compatibility code when not
644         required.
646 2003-09-17  Jakub Jelinek  <jakub@redhat.com>
648         * descr.h (manager_thread): Rename to...
649         (__pthread_manager_threadp): ... this.
650         * pthread.c (manager_thread): Define to __pthread_manager_threadp.
651         (__pthread_manager_threadp): New variable.
652         * internals.h (__manager_thread): Define to
653         __pthread_manager_threadp if USE_TLS.
655 2003-09-15  Jakub Jelinek  <jakub@redhat.com>
657         * sysdeps/i386/Makefile (CFLAGS-cancel.c, CFLAGS-manager.c,
658         CFLAGS-pthread.c, CFLAGS-sighandler.c): Add
659         -mpreferred-stack-boundary=4.
661 2003-09-16  Ulrich Drepper  <drepper@redhat.com>
663         * attr.c (pthread_getattr_np): Correctly fill in the stack-related
664         values for the initial thread.
666 2003-09-17  Jakub Jelinek  <jakub@redhat.com>
668         * pthread.c (manager_thread): Remove static, add attribute_hidden.
669         (thread_self_stack): Rename to...
670         (__pthread_self_stack): ... this.  Remove static.
671         (pthread_handle_sigcancel): Use check_thread_self ().
672         (pthread_handle_sigrestart): Likewise.
673         * sighandler.c (__pthread_sighandler, __pthread_sighandler_rt):
674         Likewise.
675         * descr.h (manager_thread): Declare.
676         * internals.h (__pthread_self_stack): New prototype.
677         (__manager_thread): Define.
678         (check_thread_self): New function.
680 2003-09-15  Jakub Jelinek  <jakub@redhat.com>
682         * Makefile (CFLAGS-mutex.c): Add $(uses-callbacks).
683         (CFLAGS-sighandler.c): Change $(exceptions) into $(uses-callbacks).
685 2003-09-12  Jakub Jelinek  <jakub@redhat.com>
687         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New.
688         (__SSIZE_T_TYPE): Define to __SWORD_TYPE for gcc 2.95.x and
689         __SLONGWORD_TYPE otherwise.
691 2003-09-11  Steven Munroe  <sjmunroe@us.ibm.com>
693         * sysdeps/powerpc/powerpc64/pt-machine.h [MEMORY_BARRIER]: Use lwsync.
694         [READ_MEMORY_BARRIER]: Define.
695         [WRITE_MEMORY_BARRIER]: Define.
697 2003-09-10  Jakub Jelinek  <jakub@redhat.com>
699         * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Move
700         ptr___pthread_cond_timedwait to the end of the structure to avoid
701         breaking Wine unnecessarily.
703 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
705         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Remove.
707 2003-09-02  Jakub Jelinek  <jakub@redhat.com>
709         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: New file.
710         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
711         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: New file.
712         * sysdeps/unix/sysv/linux/ia64/Versions: New file.
713         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: New file.
714         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
715         * attr.c (__old_pthread_attr_setstacksize,
716         __old_pthread_attr_setstack): New functions.
717         (pthread_attr_setstacksize): If PTHREAD_STACK_MIN != 16384, export
718         as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.1.
719         (pthread_attr_setstack): If PTHREAD_STACK_MIN != 16384, export
720         as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.2.
721         * tststack.c: Include limits.h and sys/param.h.
722         (main): Set size to MAX (70 * 1024, PTHREAD_STACK_MIN).
724         * barrier.c (__pthread_barrierattr_getpshared): Always
725         return PTHREAD_PROCESS_PRIVATE.
726         (pthread_barrierattr_setpshared): Return EINVAL if pshared
727         is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
729 2003-09-02  Jakub Jelinek  <jakub@redhat.com>
731         * sysdeps/sparc/tls.h (TLS_TCB_SIZE): If in ld.so and NPTL struct
732         pthread is bigger than struct _pthread_descr_struct, use NPTL struct
733         pthread size.
735 2003-09-02  Ulrich Drepper  <drepper@redhat.com>
737         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h
738         (DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends
739         up in .text.
741         * barrier.c (pthread_barrierattr_setpshared): We don't handle
742         inter-process barriers.
744 2003-09-01  Jakub Jelinek  <jakub@redhat.com>
746         * Makefile (tests): Add tst-tls1.
747         (module-names): Add tst-tls1mod{,a,b,c,d,e,f}.
748         ($(objpfx)tst-tls1mod{,a,b,c,d,e,f}.so-no-z-defs): Set to yes.
749         ($(objpfx)tst-tls1): New.
750         ($(objpfx)tst-tls2.out): Likewise.
751         (tests): Depend on $(objpfx)tst-tls2.out.
752         * tst-tls1.c: New test.
753         * tst-tls1.h: New.
754         * tst-tls1mod.c: New.
755         * tst-tls1moda.c: New.
756         * tst-tls1modb.c: New.
757         * tst-tls1modc.c: New.
758         * tst-tls1modd.c: New.
759         * tst-tls1mode.c: New.
760         * tst-tls1modf.c: New.
761         * tst-tls2.sh: New test.
763         * internals.h (__pthread_cond_timedwait): New prototype.
764         * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Add
765         ptr___pthread_cond_timedwait.
766         * pthread.c (__pthread_functions): Initialize them.
767         * forward.c (pthread_cond_timedwait@GLIBC_2.0,
768         pthread_cond_timedwait@@GLIBC_2.3.2): New forwards.
769         * Versions (libc): Export pthread_cond_timedwait@GLIBC_2.0,
770         pthread_cond_timedwait@@GLIBC_2.3.2.
772 2003-08-27  Ulrich Drepper  <drepper@redhat.com>
774         * sysdeps/pthread/pthread.h: Don't mark pthread_exit,
775         pthread_join, pthread_cond_wait, and pthread_cond_timedwait with
776         __THROW to match NPTL.
778 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
780         * sysdeps/pthread/Makefile [subdir=rt] (CPPFLAGS): Add
781         -DBROKEN_THREAD_SIGNALS.
783 2003-08-11  Steven Munroe  <sjmunroe@us.ibm.com>
785         * manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]:
786         Correct spelling of per thread resolver state.
788 2003-08-07  Jakub Jelinek  <jakub@redhat.com>
790         * sysdeps/pthread/bits/libc-lock.h [_LIBC && SHARED]
791         (__rtld_lock_default_lock_recursive,
792         __rtld_lock_default_unlock_recursive): Define.
793         [_LIBC && SHARED] (__rtld_lock_lock_recursive,
794         __rtld_lock_unlock_recursive): Define using
795         GL(_dl_rtld_*lock_recursive).
796         * pthread.c (pthread_initialize): Initialize _dl_rtld_lock_recursive
797         and _dl_rtld_unlock_recursive.  Lock GL(_dl_load_lock) the same
798         number of times as GL(_dl_load_lock) using non-mt implementation was
799         nested.
801 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
803         * sysdeps/pthread/bits/typesizes.h (__SSIZE_T_TYPE): Define.
804         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__SSIZE_T_TYPE):
805         Likewise.
806         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__SSIZE_T_TYPE):
807         Likewise.
808         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New file.
810         * sysdeps/pthread/pthread.h (pthread_attr_setstackaddr,
811         pthread_attr_setstacksize): Change PTHREAD_STACK_SIZE to
812         PTHREAD_STACK_MIN in comments.
814         * sysdeps/alpha/pt-machine.h (PT_EI): Add
815         __attribute__((always_inline)).
816         * sysdeps/arm/pt-machine.h (PT_EI): Likewise.
817         * sysdeps/cris/pt-machine.h (PT_EI): Likewise.
818         * sysdeps/hppa/pt-machine.h (PT_EI): Likewise.
819         * sysdeps/i386/i686/pt-machine.h (PT_EI): Likewise.
820         * sysdeps/i386/pt-machine.h (PT_EI): Likewise.
821         * sysdeps/ia64/pt-machine.h (PT_EI): Likewise.
822         * sysdeps/m68k/pt-machine.h (PT_EI): Likewise.
823         * sysdeps/mips/pt-machine.h (PT_EI): Likewise.
824         * sysdeps/powerpc/powerpc32/pt-machine.h (PT_EI): Likewise.
825         * sysdeps/powerpc/powerpc64/pt-machine.h (PT_EI): Likewise.
826         * sysdeps/s390/s390-32/pt-machine.h (PT_EI): Likewise.
827         * sysdeps/s390/s390-64/pt-machine.h (PT_EI): Likewise.
828         * sysdeps/sh/pt-machine.h (PT_EI): Likewise.
829         * sysdeps/sparc/sparc32/pt-machine.h (PT_EI): Likewise.
830         * sysdeps/sparc/sparc64/pt-machine.h (PT_EI): Likewise.
831         * sysdeps/x86_64/pt-machine.h (PT_EI): Likewise.
832         * spinlock.h (__pthread_set_own_extricate_if): Likewise.
833         * sysdeps/ia64/tls.h (TLS_INIT_TP): Cast tcbp to __typeof
834         (__thread_self).
835         * Examples/ex13.c (main): Change res type to void * to avoid
836         warnings.
837         * tst-cancel.c (cleanup, inner, tf1, tf2, tf3): Comment out.
839 2003-07-30  Jakub Jelinek  <jakub@redhat.com>
841         * pthread.c (init_one_static_tls, __pthread_init_static_tls): New
842         functions.
843         (pthread_initialize): Initialize GL(dl_init_static_tls).
845 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
847         * sysdeps/pthread/timer_create.c (timer_create): Call timer_delref
848         before __timer_dealloc.
849         * sysdeps/pthread/timer_routines.c (__timer_thread_find_matching):
850         Don't call list_unlink.
852 2003-07-29  Roland McGrath  <roland@redhat.com>
854         * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
856 2003-07-25  Roland McGrath  <roland@redhat.com>
858         * manager.c (pthread_start_thread): Fix typo in last change.
860 2003-07-14  Guido Guenther  <agx@sigxcpu.org>
862         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Add IS_IN_librt,
863         use L() for local labels.
865 2003-07-22  Jakub Jelinek  <jakub@redhat.com>
867         * sysdeps/alpha/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Change to 0.
868         (TLS_INIT_TCB_ALIGN, TLS_TCB_ALIGN): Alignment of struct
869         _pthread_descr_struct.
870         (TLS_PRE_TCB_SIZE): Add sizeof (tcbhead_t) and pad to align.
871         If in ld.so and NPTL struct pthread is bigger than struct
872         _pthread_descr_struct, use NPTL struct pthread size.
873         (TLS_TCB_OFFSET): Define.
874         (INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_DTV,
875         THREAD_SELF, INIT_THREAD_SELF): Changed to match NPTL tls.h
876         definitions.
877         * sysdeps/i386/tls.h (TLS_TCB_SIZE): If in ld.so and NPTL struct
878         pthread is bigger than struct _pthread_descr_struct, use NPTL struct
879         pthread size.
880         * sysdeps/ia64/tls.h (TLS_PRE_TCB_SIZE): Likewise.
881         * sysdeps/powerpc/tls.h (TLS_PRE_TCB_SIZE): Likewise.
882         * sysdeps/s390/tls.h (TLS_TCB_SIZE): Likewise.
883         * sysdeps/sh/tls.h (TLS_PRE_TCB_SIZE): Likewise.
884         * sysdeps/x86_64/tls.h (TLS_TCB_SIZE): Likewise.
885         * sysdeps/pthread/Makefile (gen-as-const-headers): Add
886         nptl-struct-pthread.sym if nptl tree is present.
887         (before-compile): Add $(common-objpfx)nptl-struct-pthread.h
888         if nptl tree is not present.
889         (common-generated): Add nptl-struct-pthread.h.
890         ($(common-objpfx)nptl-struct-pthread.h): New rule.
891         * sysdeps/pthread/nptl-struct-pthread.sym: New file.
893 2003-07-22  Jakub Jelinek  <jakub@redhat.com>
895         * descr.h (struct _pthread_descr_struct): Provide p_res member
896         even if USE_TLS && HAVE___THREAD.
897         * sysdeps/pthread/res-state.c (__res_state): Return __resp
898         if USE___THREAD.
899         * manager.c: Include resolv.h.
900         (pthread_start_thread): Initialize __resp.
901         * libc-tls-loc.c (__res_state): Return __resp.
902         * Makefile (tests): Add tst-_res1.
903         (modules-names, extra-objs, test-extras, test-modules): Add support
904         for test modules.
905         ($(objpfx)tst-_res1mod2.so): Depend on $(objpfx)tst-_res1mod1.so.
906         ($(objpfx)tst-_res1): Depend on $(objpfx)tst-_res1mod2.so and
907         -lpthread.
908         * tst-_res1.c: New test.
909         * tst-_res1mod1.c: New test.
910         * tst-_res1mod2.c: New test.
912 2003-07-20  Ulrich Drepper  <drepper@redhat.com>
914         * sysdeps/pthread/bits/libc-lock.h: Define __libc_cleanup_push and
915         __libc_cleanup_pop.
917         * tst-cancel-wrappers.sh: lseek and llseek are no cancellation points.
919 2003-07-14  Ulrich Drepper  <drepper@redhat.com>
921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Fix typo
922         in test for compilation in libc.
924 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
926         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Use
927         different symbol for the cancellation syscall wrapper and
928         non-cancellation syscall wrapper.
929         (PSEUDO_END): Define.
931 2003-07-05  Richard Henderson  <rth@redhat.com>
933         * sysdeps/alpha/elf/pt-initfini.c: Avoid .ent/.end.
935 2003-06-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
937         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation
938         in librt.
940 2003-06-21  Andreas Schwab  <schwab@suse.de>
942         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Support cancellation
943         in librt.
945 2003-06-20  Richard Henderson  <rth@redhat.com>
947         * sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines):
948         Remove ptw-osf_sigprocmask.
950 2003-06-18  Jakub Jelinek  <jakub@redhat.com>
952         * internals.h (__librt_multiple_threads, __librt_enable_asynccancel,
953         __librt_disable_asynccancel): Declare.
954         (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET, LIBC_CANCEL_HANDLED): Define
955         for IS_IN_librt.
956         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Support cancellation
957         in librt.
958         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
959         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
960         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
961         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
962         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
963         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
966         * sysdeps/x86_64/tcb-offsets.sym: New file.
967         * sysdeps/x86_64/Makefile: New file.
968         * sysdeps/x86_64/tls.h (tcbhead_t): Add multiple_threads.
969         * Versions (libc): Export __librt_enable_asynccancel,
970         __librt_disable_asynccancel and __librt_multiple_threads as
971         GLIBC_PRIVATE.
972         * libc-cancellation.c (__librt_multiple_threads,
973         __librt_enable_asynccancel, __librt_disable_asynccancel): New aliases.
975 2003-06-12  Steven Munroe  <sjmunroe@us.ibm.com>
977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
978         (SINGLE_THREAD_P): Replace @ got notation with @toc.
980 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
982         * sysdeps/powerpc/pspinlock.c (__pthread_spin_init): Fix
983         initializer [PR libc/5052].
985 2003-06-09  Andreas Schwab  <schwab@suse.de>
987         * Makefile: Move inclusion of ../Rules down after extra-objs is
988         fully known.
990 2003-06-06  Ulrich Drepper  <drepper@redhat.com>
992         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New sequences for
993         5+ arg syscalls only needed for PIC.
994         Patch by Ralph Siemsen <ralphs@netwinder.org>.
996 2003-06-05  Richard Henderson  <rth@redhat.com>
998         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use
999         and require CFI assembler directives.
1000         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1002 2003-05-30  Andreas Jaeger  <aj@suse.de>
1004         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
1005         (SAVESTK_0): Add CFI directives.
1006         (SAVESTK_3): Likewise.
1007         (SAVESTK_5): Likewise.
1008         (RESTSTK_0): Likewise.
1009         (RESTSTK_3): Likewise.
1010         (RESTSTK_5): Likewise.
1012 2003-05-05  Ulrich Drepper  <drepper@redhat.com>
1014         * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add \n to error
1015         messages.
1017 2003-05-04  Roland McGrath  <roland@redhat.com>
1019         * Makefile ($(objpfx)../libc.so): New target.
1021 2003-04-26  Ulrich Drepper  <drepper@redhat.com>
1023         * pthread.c (__pthread_initialize_manager): Remove one last
1024         p_multiple_threads call.
1026 2003-04-22  Jakub Jelinek  <jakub@redhat.com>
1028         * pthread.c (__pthread_initialize_manager): Subtract
1029         TLS_PRE_TCB_SIZE bytes from tcbp to get to descr.
1030         * manager.c (pthread_handle_create): Subtract or add TLS_PRE_TCB_SIZE
1031         instead of sizeof (pthread_descr).
1032         (pthread_free): Add TLS_PRE_TCB_SIZE instead of sizeof (pthread_descr).
1033         * sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define to 0.
1034         (TLS_INIT_TCB_ALIGN, TLS_TCB_ALIGN): Define to alignment of
1035         pthread_descr.
1036         (TLS_PRE_TCB_SIZE): Increase to cover tcbhead_t preceeded by pad
1037         to TLS_TCB_ALIGN.
1038         (INSTALL_DTV, GET_DTV, THREAD_DTV): tcbhead_t is immediately before
1039         tcbp.
1040         (TLS_INIT_TP, THREAD_SELF, INIT_THREAD_SELF): Don't add TLS_TCB_SIZE
1041         unneccessarily.
1042         (NO_TLS_OFFSET): Define.
1044 2003-04-22  Roland McGrath  <roland@redhat.com>
1046         * Makeconfig (shared-thread-library): Reverse link order to work
1047         around linker bug.
1049 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
1051         * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the
1052         compiler knows we use the ldt_entry variable and that the syscall
1053         modifies the memory.
1055         * internals.h: Split pthread_functions definition into...
1056         * sysdeps/pthread/pthread-functions.h: ...new file.
1058         * sysdeps/i386/useldt.h: Include <sysdep.h>.
1060 2003-04-13  Jakub Jelinek  <jakub@redhat.com>
1062         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Rename macros to
1063         match changes in NPTL sysdep-cancel.h.
1065 2003-04-11  Roland McGrath  <roland@redhat.com>
1067         * Makefile (multidir): Don't set the variable here with $(shell ...).
1068         ($(objpfx)multidir.mk): New target, generated makefile; include that.
1069         (generated): Append it.
1071 2003-04-10  Jakub Jelinek  <jakub@redhat.com>
1073         * Makefile (multidir, crti-objs, crtn-objs): New variables.
1074         (generated-dirs): Add pathname component of multidir.
1075         (omit-deps, extra-objs): Include $(multidir)/crt? as well.
1076         ($(objpfx)libpthread.so): Depend on $(multidir)/crt?.o as well.
1077         ($(objpfx)$(multidir), $(objpfx)$(multidir)/crti.o,
1078         $(objpfx)$(multidir)/crtn.o): New.
1079         * sysdeps/unix/sysv/linux/sparc/Makefile: Removed.
1080         * sysdeps/unix/sysv/linux/x86_64/Makefile (LDFLAGS-pthread.so,
1081         before-compile, generated): Don't generate and use specs.
1082         ($(objpfx)specs): Remove.
1084 2003-04-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1086         * sysdeps/s390/pspinlock.c (__pthread_spin_unlock): Fix asm contraints.
1088 2003-04-03  Ulrich Drepper  <drepper@redhat.com>
1090         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add
1091         missing ; after ENTRY use [PR libc/4997].
1093 2003-04-03  Jakub Jelinek  <jakub@redhat.com>
1095         * pthread.c (pthread_initialize): Unblock __pthread_sig_cancel
1096         in case the parent blocked it.
1098 2003-04-02  Jakub Jelinek  <jakub@redhat.com>
1100         * Makefile (libpthread-routines): Add pthread_atfork.
1101         (libpthread-static-only-routines): Add pthread_atfork.
1103 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1105         * pthread.c (__pthread_wait_for_restart_signal): Use
1106         __pthread_sigsuspend instead of sigsuspend.
1107         * internals.h (__pthread_sigsuspend): New prototype.
1108         * Makefile (libpthread-routines): Add pt-sigsuspend.
1109         (tests): Add tst-cancel7.
1110         * sysdeps/unix/sysv/linux/pt-sigsuspend.c: New file.
1111         * sysdeps/unix/sysv/linux/alpha/pt-sigsuspend.S: New file.
1112         * sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c: New file.
1113         * sysdeps/unix/sysv/linux/s390/s390-64/pt-sigsuspend.c: New file.
1114         * sysdeps/unix/sysv/linux/sparc/sparc64/pt-sigsuspend.c: New file.
1115         * sysdeps/unix/sysv/linux/x86_64/pt-sigsuspend.c: New file.
1116         * tst-cancel7.c: New test.
1118 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
1120         * alloca_cutoff.c: Include internals.h.
1121         * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h.
1122         * sysdeps/pthread/herrno-loc.c: Likewise.
1123         * sysdeps/pthread/res-state.c: Likewise.
1125 2003-03-25  Ulrich Drepper  <drepper@redhat.com>
1127         * sysdeps/pthread/bits/typesizes.h: New file.
1128         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
1129         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
1131 2003-03-24  Daniel Jacobowitz  <drow@mvista.com>
1133         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
1134         (DOARGS_5, DOARGS_6, DOARGS_7): Rewritten.
1136 2003-03-22  Jakub Jelinek  <jakub@redhat.com>
1138         * sysdeps/unix/sysv/linux/fork.c (__fork): Add libc_hidden_def.
1140 2003-03-21  Daniel Jacobowitz  <drow@mvista.com>
1142         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
1143         (SINGLE_THREAD_P_PIC): Use "reg" instead of "lr".
1145 2003-03-21  Jakub Jelinek  <jakub@redhat.com>
1147         * sysdeps/i386/tls.h [__ASSUME_SET_THREAD_AREA_SYSCALL]
1148         (TLS_SETUP_GS_SEGMENT): Fix a typo.
1150 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
1152         * sysdeps/pthread/Makefile: Fix cut&paste error.
1154 2003-03-18  Roland McGrath  <roland@redhat.com>
1156         * Versions (libpthread: GLIBC_2.2): Remove
1157         pthread_barrierattr_getpshared, never really existed.
1158         (libpthread: GLIBC_2.0): Move __pthread_initialize to ...
1159         (libpthread: GLIBC_PRIVATE): ... here.
1161 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
1163         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
1164         * sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
1165         path for crt[in].o.
1167 2003-03-14  Alexandre Oliva  <aoliva@redhat.com>
1169         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't .set
1170         mips2 on new abi.
1171         * sysdeps/mips/pt-machine.h (__compare_and_swap): Likewise.
1172         Handle 64-bit longs on n64.
1174 2003-03-07  Jakub Jelinek  <jakub@redhat.com>
1176         * sysdeps/ia64/pspinlock.c (__pthread_spin_lock,
1177         __pthread_spin_trylock): Rewritten.
1179 2003-03-06  Ulrich Drepper  <drepper@redhat.com>
1181         * tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset
1182         recent kernels.
1184 2003-03-02  Ulrich Drepper  <drepper@redhat.com>
1186         * sysdeps/pthread/timer_create.c (timer_create): Return correct
1187         error for CPU clocks.
1189         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
1190         _POSIX_MONOTONIC_CLOCK.
1191         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
1193 2003-03-01  Roland McGrath  <roland@redhat.com>
1195         * sysdeps/powerpc/powerpc64/pt-machine.h
1196         (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC):
1197         New macros.
1198         * sysdeps/powerpc/tls.h: Don't define those here.
1200         * sysdeps/powerpc/tls.h [! USE_TLS && !__powerpc64__]: Define
1201         tcbhead_t with multiple_threads member.
1202         [USE_TLS] (tcbhead_t): Define minimal one-word version.
1203         [USE_TLS && !__powerpc64__] (TLS_MULTIPLE_THREADS_IN_TCB): Define.
1204         * sysdeps/powerpc/tcb-offsets.sym [USE_TLS]: Use tls.h macros to
1205         derive thread register offset of p_multiple_threads member.
1207         * descr.h (struct _pthread_descr_struct) [!USE_TLS || !TLS_DTV_AT_TP]:
1208         Conditionalize p_header member on this.
1209         [TLS_MULTIPLE_THREADS_IN_TCB]: Add p_multiple_threads alternatively.
1210         * sysdeps/ia64/tls.h [USE_TLS] (TLS_MULTIPLE_THREADS_IN_TCB): Define.
1211         * sysdeps/sh/tls.h: Likewise.
1212         * sysdeps/ia64/tcb-offsets.sym [USE_TLS]: Use p_multiple_threads.
1213         * sysdeps/sh/tcb-offsets.sym: Likewise.
1214         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
1215         (SINGLE_THREAD_P): Likewise.
1216         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1217         (SINGLE_THREAD_P): Likewise.
1218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
1219         (SINGLE_THREAD_P): Likewise.
1220         * pthread.c (__pthread_initialize_manager): Likewise.
1221         * manager.c (pthread_handle_create): Likewise.
1223         * sysdeps/powerpc/tls.h [HAVE_TLS_SUPPORT]: Define USE_TLS and all
1224         related macros.
1226 2003-01-31  Steven Munroe  <sjmunroe@us.ibm.com>
1228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [SHARED]:
1229         Conditionalize .toc section magic on this.
1231 2003-02-21  Roland McGrath  <roland@redhat.com>
1233         * cancel.c (__pthread_perform_cleanup): Call __libc_thread_freeres
1234         instead of __rpc_thread_destroy.
1236 2003-02-21  Jakub Jelinek  <jakub@redhat.com>
1238         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Call
1239         __fork instead of branching to it if BROKEN_SPARC_WDISP22.
1240         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
1241         Fix typo.
1242         * sysdeps/unix/sysv/linux/sparc/Makefile (specs): Add ./ prefix
1243         to crti.o and crtn.o.
1244         * sysdeps/unix/sysv/linux/x86_64/Makefile (specs): Likewise.
1246 2003-02-21  Roland McGrath  <roland@redhat.com>
1248         * Makefile (install-lib-ldscripts): New variable.
1250 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
1253         interprocedure branches.
1255 2003-02-19  Ulrich Drepper  <drepper@redhat.com>
1257         * specific.c (pthread_key_delete_helper): Don't use GETMEM, we
1258         need the target thread's lock.
1260 2003-02-17  Ulrich Drepper  <drepper@redhat.com>
1262         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
1263         and LOGIN_NAME_MAX.
1265 2003-02-17  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
1266             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1268         * sysdeps/powerpc/Makefile: Handle tcb-offsets.sym.
1269         * sysdeps/powerpc/tcb-offsets.sym: New file.
1270         * sysdeps/powerpc/tls.h: New file.
1271         * sysdeps/powerpc/powerpc32/pt-machine.h (FLOATING_STACKS): Define.
1272         (ARCH_STACK_MAX_SIZE): Define.
1273         (THREAD_SELF): Define.
1274         (INIT_THREAD_SELF): Define.
1275         (THREAD_GETMEM): Define.
1276         (THREAD_GETMEM_NC): Define.
1277         (THREAD_SETMEM): Define.
1278         (THREAD_SETMEM_NC): Define.
1279         (__thread_self): Declare.
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Adjust
1281         for thread register.
1283 2003-02-14  Steven Munroe  <sjmunroe@us.ibm.com>
1285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1286         Check pthread_create existance, not __pthread_fork.
1288 2003-02-12  Ulrich Drepper  <drepper@redhat.com>
1290         * sysdeps/pthread/Makefile: Define CFLAGS-confstr.c.
1292 2003-02-10  Jakub Jelinek  <jakub@redhat.com>
1294         * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Check
1295         pthread_create existance, not __pthread_fork.
1296         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise.
1297         * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise.
1298         * sysdeps/unix/sysv/linux/m68k/vfork.S (__vfork): Likewise.
1299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1300         Likewise.
1301         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
1302         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
1303         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
1304         Add .weak pthread_create.
1305         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Fix a typo.
1306         Check pthread_create existance, not __pthread_fork.
1307         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1308         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Branch to
1309         __fork whenever libpthread.so is loaded.
1311 2003-02-09  Andreas Jaeger  <aj@suse.de>
1313         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h:
1314         Rework: %r9 is destroyed by functions so don't use it as
1315         temporary, align stack correctly, fix parameter for CDISABLE.
1317 2003-02-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1319         * sysdeps/sh/Makefile: New file.
1320         * sysdeps/sh/tcb-offsets.sym: Likewise.
1321         * sysdeps/sh/tls.h: Don't include sysdep.h. Move include
1322         of linuxthreads/descr.h after the definition of THREAD_SELF.
1323         (tcbhead_t): Use IA64 type tcbhead_t for TLS case.
1324         (TLS_TCB_SIZE): Set size of tcbhead_t.
1325         (TLS_PRE_TCB_SIZE): Define.
1326         (INSTALL_NEW_DTV): Set dtv of tcbhead_t structure instead of
1327         a member of thread structure.
1328         (THREAD_DTV): Likewise.
1329         (TLS_INIT_TP_EXPENSIVE): Remove.
1330         (TLS_INIT_TP): Set gbr register only.
1331         (THREAD_SELF): New.
1332         (INIT_THREAD_SELF): Likewise.
1333         (NONTLS_INIT_TP): New.
1334         * sysdeps/unix/sysv/linux/sh/pt-initfini.c (__fpscr_values):
1335         Remove.
1336         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Add
1337         SYSCALL_INST_PAD macro after DO_CALL.
1338         (SINGLE_THREAD_P): Fix non-PIC and TLS case so to read the
1339         correct variable.
1340         * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Branch to __fork
1341         whenever libpthread.so is loaded.
1343 2003-02-08  Andreas Schwab  <schwab@suse.de>
1345         * sysdeps/unix/sysv/linux/m68k/vfork.S: Branch to __fork whenever
1346         libpthread.so is loaded.
1348 2003-02-07  Ulrich Drepper  <drepper@redhat.com>
1350         * sysdeps/unix/sysv/linux/i386/vfork.S: Make sure
1351         __ASSUME_VFORK_SYSCALL is not defined if the kernel headers have
1352         no __NR_vfork definition.
1354 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
1356         * tst-popen2.c: New test.
1357         * Makefile (tests): Add tst-popen2.
1358         * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Branch to __fork
1359         whenever libpthread.so is loaded.
1360         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise.
1361         * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise.
1362         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
1363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1364         Likewise.
1365         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
1366         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1367         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
1369 2003-02-05  Ulrich Drepper  <drepper@redhat.com>
1371         * sysdeps/pthread/bits/libc-lock.h (__libc_once): Set control
1372         variable for non-libpthread case to the same value the
1373         pthread_once function would use.
1375 2003-02-03  Jakub Jelinek  <jakub@redhat.com>
1377         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): If
1378         BROKEN_SPARC_WDISP22, handle SHARED the same way as non-SHARED.
1380 2003-02-04  Andreas Jaeger  <aj@suse.de>
1382         * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: Do not use
1383         multi-line strings.
1385 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1387         * sysdeps/s390/tls.h (TLS_INIT_TP): Return NULL, not 0.
1389 2003-01-30  Jakub Jelinek  <jakub@redhat.com>
1391         * sysdeps/alpha/tls.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1392         THREAD_SETMEM, THREAD_SETMEM_NC): Avoid warnings about unused self
1393         variable.
1394         * sysdeps/ia64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1395         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1396         * sysdeps/s390/s390-32/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1397         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1398         * sysdeps/s390/s390-64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1399         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1400         * sysdeps/sh/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1401         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1402         * sysdeps/sparc/sparc32/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1403         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1404         * sysdeps/sparc/sparc64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1405         THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1407 2003-01-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1409         * sysdeps/s390/s390-32/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
1410         Define TLS versions.
1411         * sysdeps/s390/s390-64/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
1412         Likewise.
1413         * sysdeps/s390/tls.h [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE,
1414         TLS_INIT_TCB_ALIGN, TLS_TCB_SIZE, TLS_TCB_ALIGN, TLS_TCB_AT_TP,
1415         INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_DTV):
1416         Define.
1417         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Use
1418         branch with 32 bit offset.
1419         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1421 2003-01-24  Jakub Jelinek  <jakub@redhat.com>
1423         * sysdeps/sparc/sparc32/pt-machine.h (__thread_self): Change to %g7,
1424         as required by TLS ABI.
1425         * sysdeps/sparc/sparc64/pt-machine.h (__thread_self): Likewise.
1426         * sysdeps/sparc/tls.h [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE,
1427         TLS_INIT_TCB_ALIGN, TLS_TCB_SIZE, TLS_TCB_ALIGN, TLS_TCB_AT_TP,
1428         INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_DTV):
1429         Define.
1430         [HAVE_TLS_SUPPORT]: Include descr.h and sysdep.h.
1431         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Use %g7
1432         instead of %g6 for thread pointer.
1433         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
1434         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1435         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
1437 2003-01-25  Guido Guenther  <agx@sigxcpu.org>
1439         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: New file.
1440         * sysdeps/unix/sysv/linux/mips/Makefile: New file.
1442 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1444         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Avoid non pc relative
1445         reference to __fork.
1447 2003-01-17  Richard Henderson  <rth@redhat.com>
1449         * sysdeps/alpha/tls.h (tcbhead_t): Clarify second member.
1450         (TLS_TCB_SIZE, TLS_TCB_ALIGN): Set for tcbhead_t.
1451         (TLS_PRE_TCB_SIZE): New.
1452         (TLS_INIT_TP, THREAD_SELF, INIT_THREAD_SELF): Update for
1453         new ia64-style thread pointer layout.
1454         (THREAD_GETMEM, THREAD_GETMEM_NC): New.
1455         (THREAD_SETMEM, THREAD_SETMEM_NC): New.
1456         * sysdeps/unix/sysv/linux/alpha/vfork.S: Don't tail-call to __fork
1457         if !SHARED.
1459 2003-01-15  Jakub Jelinek  <jakub@redhat.com>
1461         * sysdeps/ia64/tls.h (tcbhead_t): Use the TLS ABI required layout
1462         if USE_TLS only.
1463         (NONTLS_INIT_TP): Revert last change.
1464         * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Define to
1465         offsetof (tcbhead_t, multiple_threads) if USE_TLS not defined.
1467 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1469         * pthread.c (_pthread_initialize_minimal): Use
1470         GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
1471         been already initialized.
1473 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
1475         * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize head->sysinfo even
1476         if not SHARED.
1478 2003-01-15  Jakub Jelinek  <jakub@redhat.com>
1480         * sysdeps/pthread/bits/libc-lock.h (__libc_lock_init,
1481         __libc_lock_init_recursive): Initialize fields directly.
1483 2003-01-15  Jakub Jelinek  <jakub@redhat.com>
1485         * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Allow
1486         __fork to be far away from __vfork ifndef SHARED.
1487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1488         Likewise.
1489         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
1490         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1491         Add a missing instruction.
1492         * sysdeps/unix/sysv/linux/arm/vfork.S (__vfork): Conditionally
1493         branch to __fork even if __NR_vfork is not defined.
1495 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
1497         * tst-cancel-wrappers.sh: Allow .__*_asynccancel functions names
1498         as well.
1500 2003-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
1502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
1504 2003-01-14  Jakub Jelinek  <jakub@redhat.com>
1506         * sysdeps/unix/sysv/linux/ia64/vfork.S (JUMPTARGET): Remove.
1508 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1510         * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c: Avoid
1511         unterminated string literals.
1512         * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: Likewise.
1514 2003-01-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1516         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
1517         (PSEUDO): Code reordering.  Move CENABLE and CDISABLE literals from
1518         PSEUDO_END to PSEUDO.
1519         (PSEUDO_END): Remove.
1520         (SINGLE_THREAD_P): Save an instruction.
1521         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Add missing
1522         parameter to SINGLE_THREAD_P call.
1523         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
1524         Code reordering.
1526 2003-01-10  Andreas Schwab  <schwab@suse.de>
1528         * sysdeps/unix/sysv/linux/m68k/vfork.S: New file.
1530 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Setup
1533         backchain in pseudo_cancel.  Minor code improvements.
1534         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
1535         Likewise.
1537 2003-01-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1539         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: New file.
1540         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: New file.
1542 2002-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
1546 2002-01-09  Richard Henderson  <rth@redhat.com>
1548         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Assume only
1549         ret follows pseudo, and thus avoid branch-to-branch in cancel
1550         case.  Use SYSCALL_ERROR_LABEL.
1552 2003-01-11  Philip Blundell  <philb@gnu.org>
1554         * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
1555         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO_RET):
1556         Correctly unstack lr.
1557         (UNDOARGS_5): Fix ordering of pushes and pops.
1558         (SINGLE_THREAD_P_PIC): New.
1559         (SINGLE_THREAD_P_INT): New.
1560         (SINGLE_THREAD_P): Implement in terms of above.  Restore lr if it
1561         was stacked.
1562         (PSEUDO): Use SINGLE_THREAD_P_INT.
1564 2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1566         * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
1568 2003-01-11  Jakub Jelinek  <jakub@redhat.com>
1570         * sysdeps/ia64/tls.h (tcbhead_t): Change into dtv_t *, void *.
1571         [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN,
1572         TLS_TCB_SIZE, TLS_PRE_TCB_SIZE, TLS_TCB_ALIGN, TLS_DTV_AT_TP,
1573         INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_SELF,
1574         INIT_THREAD_SELF): Define.
1575         [HAVE_TLS_SUPPORT]: Include descr.h.
1576         (NONTLS_INIT_TP): Point __thread_self at the end of dummy
1577         struct _pthread_descr_struct.
1578         * sysdeps/ia64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1579         THREAD_SETMEM, THREAD_SETMEM_NC): Define using THREAD_SELF,
1580         not __thread_self.
1581         * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Adjust
1582         computation.
1583         * pthread.c (__pthread_initialize_minimal): Use tcbp, not self
1584         for TCB pointer.
1585         (__pthread_initialize_manager): Rename tcb to mgr.
1586         Use tcbp for TCB pointer, if TLS_DTV_AT_TP set mgr to sizeof (struct
1587         _pthread_descr) below tcbp, otherwise to tcbp.
1588         * manager.c (pthread_handle_create): If TLS_DTV_AT_TP, set
1589         new_thread to be below _dl_allocate_tls ().  Adjust new_thread back
1590         before freeing.  Fix clone arguments if report_events and USE_TLS.
1591         (pthread_free): Adjust th back before freeing.
1593 2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>
1595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile: Moved to ...
1596         * sysdeps/unix/sysv/linux/powerpc/Makefile: ...here.
1597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: New File.
1599 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1601         * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
1602         * sysdeps/unix/sysv/linux/ia64/vfork.S: New file.
1603         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1604         [__ASSEMBLER__] (SINGLE_THREAD_P): Remove trailing ;;.
1605         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: New file.
1606         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: New file.
1607         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
1608         * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
1609         * tst-popen.c: New test.
1610         * Makefile (tests): Add tst-popen.
1612 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
1614         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Add
1615         INTERNAL_SYSCALL_DECL, add err argument to INTERNAL_SYSCALL* macros.
1617 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
1619         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use
1620         PSEUDO_PREPARE_ARGS.  Fix branch condition after SINGLE_THREAD_P.
1622 2003-01-06  Philip Blundell  <philb@gnu.org>
1624         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New file.
1626 2003-01-06  Jakub Jelinek  <jakub@redhat.com>
1628         * internals.h (LIBC_CANCEL_HANDLED): Define.
1629         * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Add.
1630         * signals.c (LIBC_CANCEL_HANDLED): Add.
1631         * pt-system.c (LIBC_CANCEL_HANDLED): Add.
1632         * tst-cancel-wrappers.sh: Remove all exceptions.
1634         * sysdeps/unix/sysv/linux/alpha/Makefile: New file.
1636 2003-01-05  Andreas Schwab  <schwab@suse.de>
1638         * sysdeps/m68k/Makefile: New file, use -fPIC for nonshared
1639         objects.
1641         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (SINGLE_THREAD_P):
1642         Fix for PIC.
1643         (CENABLE): Likewise.
1644         (CDISABLE): Likewise.
1646 2003-01-05  Ulrich Drepper  <drepper@redhat.com>
1648         * tst-cancel-wrappers.sh: Invoke gawk not awk since we use GNU awk
1649         features.  Reported by Marijn Ros <marijn@mad.scientist.com>.
1651         * Makefile (libc.so-no-z-defs): Define to yes.
1653 2003-01-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1655         * sysdeps/sh/tls.h: Include dl-sysdep.h and stdint.h.
1656         (tcbhead_t): Add multiple_threads member.
1657         (TLS_INIT_TP_EXPENSIVE): Define.
1658         * sysdeps/unix/sysv/linux/sh/pt-initfini.c: Don't use multi-line
1659         strings.  Remove unused code.
1660         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: New file.
1662 2003-01-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: New file.
1665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile: New file.
1667 2003-01-04  Jakub Jelinek  <jakub@redhat.com>
1669         * internals.h (LIBC_THREAD_GETMEM, LIBC_THREAD_SETMEM): Define
1670         even if NOT_IN_libc is defined.
1672 2003-01-05  Jakub Jelinek  <jakub@redhat.com>
1674         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: New file.
1675         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: New file.
1676         * sysdeps/s390/Makefile: New file.
1677         * sysdeps/s390/tcb-offsets.sym: New file.
1678         * sysdeps/s390/tls.h: New file.
1680 2003-01-03  Richard Henderson  <rth@redhat.com>
1682         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: New file.
1684 2003-01-03  Andreas Jaeger  <aj@suse.de>
1686         * sysdeps/pthread/bits/libc-tsd.h: Declare weak_extern functions.
1688 2003-01-03  Jakub Jelinek  <jakub@redhat.com>
1690         * Makefile ($(objpfx)libpthread.so): Depend on ld.so.
1692 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
1694         * tst-cancel-wrappers.sh: Exclude sigwait.c as well, it does not have
1695         cancellation tests.
1697 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
1699         * internals.h (struct pthread_functions): Rename
1700         ptr_pthread_cond_* fields to ptr___pthread_cond_*.
1701         * pthread.c (pthread_functions): Adjust.
1702         * forward.c: Export both pthread_cond_*@@GLIBC_2.3.2 and
1703         pthread_cond_*@GLIBC_2.0 compatibility symbols.
1704         * Versions [libc] (GLIBC_2.3.2): Export pthread_cond_broadcast,
1705         pthread_cond_destroy, pthread_cond_init, pthread_cond_signal
1706         and pthread_cond_wait.
1708         * sysdeps/pthread/bits/pthreadtypes.h (__pthread_cond_align_t): New
1709         type.
1710         (pthread_cond_t): Add __align member, shorten __padding.
1711         * sysdeps/pthread/pthread.h (PHTREAD_COND_INITIALIZER): Initialize
1712         __padding and __align too.
1714         * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call2): Add
1715         __builtin_expect.
1716         * sysdeps/pthread/sigaction.c: New file.
1717         * sysdeps/unix/sysv/linux/raise.c: New file.
1718         * sysdeps/unix/sysv/linux/sigwait.c: New file.
1719         * sysdeps/unix/sysv/linux/fork.c (__pthread_fork): Protect
1720         weak_extern with #ifndef SHARED.
1721         * sysdeps/unix/sysv/linux/jmp-unwind.c (__pthread_cleanup_upto):
1722         Likewise.
1723         * signals.c (__sigaction): Renamed to...
1724         (__pthread_sigaction): ... this.
1725         (__sigaction): New strong alias, #ifdef SHARED only.
1726         (sigaction): Protect with #ifdef SHARED.
1727         (sigwait): Renamed to...
1728         (__pthread_sigwait): ... this.
1729         (sigwait): New strong alias, #ifdef SHARED only.
1730         (raise): Renamed to...
1731         (__pthread_raise): ... this.
1732         (raise): New strong alias, #ifdef SHARED only.
1733         * internals.h (__pthread_sigaction, __pthread_sigwait,
1734         __pthread_raise): New prototypes.
1735         (struct pthread_functions): Add ptr_pthread_sigaction,
1736         ptr_pthread_sigwait, ptr_pthread_raise.
1737         * pthread.c (pthread_functions): Renamed to...
1738         (__pthread_functions): ... this.  No longer static, no longer
1739         SHARED only.  Initialize ptr_pthread_sigaction, ptr_pthread_sigwait
1740         and ptr_pthread_raise.
1741         [SHARED] (ptr_pthread_functions): Change to &__pthread_functions.
1742         * libc-cancellation.c (__pthread_thread_self): Remove weak_extern.
1743         * ptfork.c (__fork, __vfork): Protect with #ifdef SHARED.
1744         * ptlongjmp.c (siglongjmp, longjmp): Protect with #ifdef SHARED.
1746         * Makefile (tests, tests-static): Add tst-cancel-static.
1747         * tst-cancel-static.c: New test.
1749 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
1751         * Makefile (CFLAGS-pthread_atfork.c): Add -DNOT_IN_libc.
1753 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
1755         * sysdeps/pthread/bits/pthreadtypes.h (pthread_cond_t): Add padding.
1756         * condvar.c: Add symbol versioning.  The compatibility versions
1757         are the same as the change in the interface does not effect this
1758         implementation.
1759         * Versions [libpthread]: Add definitions for new pthread_cond_*
1760         interfaces for version GLIBC_2.3.2.
1762 2002-12-31  Ulrich Drepper  <drepper@redhat.com>
1764         * sysdeps/unix/sysv/linux/fork.h: Add libc_hidden_proto for
1765         __register_atfork.
1766         * sysdeps/unix/sysv/linux/register-atfork.c: Add libc_hidden_def
1767         for __register_atfork.
1769 2002-12-31  Jakub Jelinek  <jakub@redhat.com>
1771         * sysdeps/i386/i686/pt-machine.h: Use __ASSEMBLER__ instead of
1772         ASSEMBLER test macro.
1773         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1774         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1775         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1776         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1777         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1778         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1780         * sysdeps/pthread/errno-loc.c (__errno_location): Add
1781         libc_hidden_def.
1782         * sysdeps/pthread/herrno-loc.c (__h_errno_location): Likewise.
1783         * sysdeps/pthread/res-state.c (__res_state): Likewise.
1784         * sysdeps/unix/sysv/linux/allocrtsig.c (__libc_current_sigrtmin,
1785         __libc_current_sigrtmax): Likewise.
1786         * Versions [libc] (GLIBC_PRIVATE): Remove __libc_internal_tsd_get,
1787         __libc_internal_tsd_set, __libc_internal_tsd_address,
1788         __libc_alloca_cutoff.
1789         [libpthread] (GLIBC_PRIVATE): Remove __libc_internal_tsd_get,
1790         __libc_internal_tsd_set, __libc_internal_tsd_address.
1792         * sysdeps/pthread/list.h: Remove assert.h include.
1793         * sysdeps/unix/sysv/linux/fork.c: Include <fork.h>, not "fork.h".
1795         * sysdeps/pthread/list.h: New file.
1796         * sysdeps/unix/sysv/linux/jmp-unwind.c: New file.
1797         * sysdeps/unix/sysv/linux/fork.c: New file.
1798         * sysdeps/unix/sysv/linux/fork.h: New file.
1799         * sysdeps/unix/sysv/linux/ia64/fork.h: New file.
1800         * sysdeps/unix/sysv/linux/sparc/fork.h: New file.
1801         * sysdeps/unix/sysv/linux/register-atfork.c: New file.
1802         * sysdeps/unix/sysv/linux/unregister-atfork.c: New file.
1803         * sysdeps/unix/sysv/linux/Makefile: New file.
1804         * sysdeps/unix/sysv/linux/Versions: New file.
1805         * ptlongjmp.c (pthread_cleanup_upto): Rename to...
1806         (__pthread_cleanup_upto): ...this. Add targetframe argument,
1807         use it instead of currentframe.  No longer static.
1808         (siglongjmp, longjmp): Remove pthread_cleanup_upto calls.
1809         * internals.h (__pthread_cleanup_upto, __pthread_fork): New prototypes.
1810         (struct pthread_functions): Add ptr_pthread_fork,
1811         ptr_pthread_cleanup_upto.
1812         * pthread.c (pthread_functions): Initialize ptr_pthread_fork and
1813         ptr_pthread_cleanup_upto.
1814         * ptfork.c: Include fork.h.
1815         (struct handler_list, struct handler_list_block): Remove.
1816         (pthread_atfork_lock, pthread_atfork_prepare, pthread_atfork_parent,
1817         pthread_atfork_child): Remove.
1818         (pthread_insert_list, __pthread_atfork, pthread_call_handlers): Remove.
1819         (__pthread_fork): New function.
1820         (__fork, __vfork): Call __libc_fork.
1821         * Makefile (libpthread-routines): Add old_pthread_atfork.
1822         (libpthread-nonshared): Add pthread_atfork.
1823         (others): Depend on $(objpfx)libpthread_nonshared.a.
1824         ($(objpfx)libpthread_nonshared.a): New rule.
1825         (install): Depend on $(inst_libdir)/libpthread.so.
1826         ($(inst_libdir)/libpthread.so, $(inst_libdir)/libpthread_nonshared.a):
1827         New rules.
1828         (tests): Depend on libpthread_nonshared.a too.
1829         * old_pthread_atfork.c: New file.
1830         * pthread_atfork.c: New file.
1831         * Makeconfig (shared-thread-library): Include libpthread_nonshared.a
1832         too.
1834 2002-12-30  Jakub Jelinek  <jakub@redhat.com>
1836         * forward.c: Make all functions available by default again.  It
1837         caused too much trouble.
1838         * internals.h (struct pthread_functions): Rename ptr_pthread_exit
1839         and ptr_pthread_attr_init_2_* to ptr___pthread_exit and
1840         ptr___pthread_attr_init_2_*.
1841         * pthread.c (pthread_functions): Adjust.
1843 2002-12-28  Jakub Jelinek  <jakub@redhat.com>
1845         * libc_pthread_init.c (__libc_pthread_init): Remove
1846         MULTIPLE_THREADS_OFFSET check.
1847         * sysdeps/i386/tls.h: Include tcb-offsets.h in assembler.
1848         (SYSINFO_OFFSET): Remove.
1849         * sysdeps/i386/Makefile [csu] (gen-as-const-headers): Add
1850         tcb-offsets.sym.
1851         * sysdeps/i386/tcb-offsets.sym: New file.
1852         * sysdeps/pthread/tcb-offsets.h: New file.
1853         * sysdeps/sparc/sparc32/tls.h: Removed.
1854         * sysdeps/sparc/sparc64/tls.h: Move...
1855         * sysdeps/sparc/tls.h: ...here.  Include tcb-offsets.h in assembler.
1856         * sysdeps/sparc/Makefile: New file.
1857         * sysdeps/sparc/tcb-offsets.sym: New file.
1858         * sysdeps/ia64/tls.h: Include tcb-offsets.h in assembler.
1859         * sysdeps/ia64/Makefile: New file.
1860         * sysdeps/ia64/tcb-offsets.sym: New file.
1861         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
1862         (MULTIPLE_THREADS_OFFSET): Remove.
1863         Replace defined MULTIPLE_THREADS_OFFSET
1864         with defined FLOATING_STACKS && USE___THREAD.
1865         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1866         (MULTIPLE_THREADS_OFFSET): Remove.
1867         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
1868         (MULTIPLE_THREADS_OFFSET): Remove.
1869         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
1870         (MULTIPLE_THREADS_OFFSET): Remove.
1871         * pthread.c (__pthread_initialize_manager): Remove
1872         MULTIPLE_THREADS_OFFSET cbeck.
1874         * tst-cancel-wrappers.sh: Add line continuations.
1876 2002-12-27  Jakub Jelinek  <jakub@redhat.com>
1878         * sysdeps/pthread/bits/libc-tsd.h: Include linuxthreads/descr.h
1879         and bits/libc-lock.h.
1880         (__libc_internal_tsd_get, __libc_internal_tsd_set,
1881         __libc_internal_tsd_address): Remove.
1882         (__pthread_internal_tsd_address, __pthread_internal_tsd_get,
1883         __pthread_internal_tsd_set): New weak_externs.
1884         (__libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Define
1885         using __libc_maybe_call2.
1886         (__libc_tsd_key_t): Move to ...
1887         * descr.h (__libc_tsd_key_t): ...here.
1888         Remove bits/libc-tsd.h include.
1889         * sysdeps/pthread/errno-loc.c: New file.
1890         * sysdeps/pthread/herrno-loc.c: New file.
1891         * sysdeps/pthread/res-state.c: New file.
1892         * libc-cancellation.c (THREAD_GETMEM, THREAD_SETMEM): Remove.
1893         (__libc_enable_asynccancel, __libc_disable_asynccancel): Use
1894         thread_self unconditionally.  Use LIBC_THREAD_[SG]ETMEM instead
1895         of THREAD_[SG]ETMEM.
1896         * specific.c (libc_internal_tsd_set): Renamed to...
1897         __pthread_internal_tsd_set.  Remove static.
1898         (libc_internal_tsd_get): Renamed to...
1899         __pthread_internal_tsd_get.  Remove static.
1900         (libc_internal_tsd_address): Renamed to...
1901         __pthread_internal_tsd_address.  Remove static.
1902         (__libc_internal_tsd_set, __libc_internal_tsd_get,
1903         __libc_internal_tsd_address, __libc_alloca_cutoff): Remove.
1904         * internals.h [!NOT_IN_libc] (LIBC_THREAD_GETMEM, LIBC_THREAD_SETMEM):
1905         Define.
1906         (__pthread_internal_tsd_set, __pthread_internal_tsd_get,
1907         __pthread_internal_tsd_address): New prototypes.
1908         (struct pthread_functions): Add
1909         ptr_pthread_internal_tsd_([sg]et|address) fields.
1910         [!NOT_IN_libc && !FLOATING_STACKS] (thread_self): Define.
1911         * pthread.c (pthread_functions) [!USE_TLS && !HAVE___THREAD]:
1912         Initialize ptr_pthread_internal_tsd_([sg]et|address) fields.
1913         * Versions (libpthread): Remove __libc_alloca_cutoff@GLIBC_PRIVATE.
1914         * alloca_cutoff.c: New file.
1915         * no-tsd.c: Removed.
1916         * Makefile (routines): Remove no-tsd.  Add alloca_cutoff.
1917         * pt-system.c (system): Remove cancellation handling.
1918         * tst-cancel-wrappers.sh: Allow pt-system.o* to not use the
1919         cancellation routines.
1921         * sysdeps/i386/tls.h: Include dl-sysdep.h and stdint.h.
1922         (tcbhead_t): Add sysinfo field.
1923         (SYSINFO_OFFSET, INIT_SYSINFO): Define.
1924         (TLS_INIT_TP): Use INIT_SYSINFO.
1925         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: New file.
1926         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
1927         (MULTIPLE_THREADS_OFFSET): Adjust.
1928         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1929         (MULTIPLE_THREADS_OFFSET): Likewise.
1930         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
1931         (MULTIPLE_THREADS_OFFSET): Likewise.
1932         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
1933         (MULTIPLE_THREADS_OFFSET): Likewise.
1934         * descr.h: Include stdint.h.
1935         (struct _pthread_descr_struct): Add p_header.data.sysinfo field.
1937 2002-12-22  Jakub Jelinek  <jakub@redhat.com>
1939         * libc_pthread_init.c: Include stdlib.h.
1940         * sysdeps/i386/tls.h (tcbhead_t): Add multiple_threads member.
1941         (TLS_INIT_TP_EXPENSIVE): Define.
1942         * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call,
1943         __libc_maybe_call2): In _LIBC check SHARED define.
1944         * sysdeps/ia64/tls.h: New file.
1945         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: New file.
1946         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
1947         * sysdeps/x86_64/tls.h (TLS_INIT_TP_EXPENSIVE): Define.
1948         * sysdeps/sparc/sparc32/tls.h: New file.
1949         * sysdeps/sparc/sparc64/tls.h: New file.
1950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: New file.
1951         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: New file.
1952         * Makefile (tests): Add tst-cancel[1-6].
1953         (tests-reverse): Add tst-cancel5.
1954         Link libc.so before libpthread.so for tests-reverse.
1955         * tst-cancel1.c: New file.
1956         * tst-cancel2.c: New file.
1957         * tst-cancel3.c: New file.
1958         * tst-cancel4.c: New file.
1959         * tst-cancel5.c: New file.
1960         * tst-cancel6.c: New file.
1962 2002-12-27  Andreas Schwab  <schwab@suse.de>
1964         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: New file.
1966 2002-12-22  Roland McGrath  <roland@redhat.com>
1968         * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).
1970 2002-12-21  Ulrich Drepper  <drepper@redhat.com>
1972         * pthread.c (init_rtsigs): Remove incomplete __builtin_expect.
1973         Reported by Art Hass <ahaas@airmail.net>.
1975 2002-12-19  Jakub Jelinek  <jakub@redhat.com>
1977         * forward.c (pthread_attr_init_2_0, pthread_attr_init_2_1):
1978         Use return 0 as 6th argument to FORWARD4.
1980 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
1982         * sysdeps/i386/useldt.h (FLOATING_STACKS, ARCH_STACK_MAX_SIZE): Only
1983         define if __ASSUME_LDT_WORKS > 0.
1984         * libc-cancellation.c (THREAD_GETMEM, THREAD_SETMEM): Redefine to
1985         struct member access if !FLOATING_STACKS.
1986         * sysdeps/pthread/flockfile.c (flockfile): Change into weak alias.
1988 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
1990         * internals.h (__pthread_thread_self): New prototype.
1991         (struct pthread_functions): Add ptr_pthread_thread_self field.
1992         * pthread.c (pthread_functions): Initialize ptr_pthread_thread_self.
1993         (__pthread_thread_self): New function.
1994         * libc-cancellation.c (__pthread_thread_self): Add weak_extern.
1995         (__libc_enable_asynccancel, __libc_disable_asynccancel): Don't
1996         use thread_self() directly if not FLOATING_STACKS.
1998 2002-12-18  Jakub Jelinek  <jakub@redhat.com>
2000         * sysdeps/x86_64/pt-machine.h: Guard most of the header
2001         with #ifndef __ASSEMBLER__.
2002         * pthread.c (pthread_functions): Use SHLIB_COMPAT around
2003         pthread_attr_init_2_0 use.
2005 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
2007         * wrapsyscall.c: Removed.
2008         * weaks.c: Removed.
2009         * Makefile (distribute): Add tst-cancel-wrappers.sh.
2010         (routines): Remove weaks.  Add forward,
2011         libc_pthread_init, libc-cancellation.
2012         (shared-only-routines): Remove weaks.  Add forward.
2013         (libpthread-routines): Remove wrapsyscall.
2014         Add ptw-write, ptw-read, ptw-close, ptw-fcntl, ptw-accept,
2015         ptw-connect, ptw-recv, ptw-recvfrom, ptw-recvmsg, ptw-send,
2016         ptw-sendmsg, ptw-sendto, ptw-fsync, ptw-lseek, ptw-lseek64,
2017         ptw-llseek, ptw-msync, ptw-nanosleep, ptw-open, ptw-open64,
2018         ptw-pause, ptw-pread, ptw-pread64, ptw-pwrite, ptw-pwrite64,
2019         ptw-tcdrain, ptw-wait, ptw-waitpid, pt-system, pt-allocrtsig.
2020         (libpthread-shared-only-routines): Add pt-allocrtsig.
2021         (tests): Depend on $(objpfx)tst-cancel-wrappers.out.
2022         ($(objpfx)tst-cancel-wrappers.out): New rule.
2023         * sysdeps/pthread/bits/libc-lock.h: Include linuxthreads/internals.h
2024         if in libc.
2025         (__libc_maybe_call): In libpthread.* don't check for existance
2026         of the function.
2027         (__libc_maybe_call2): Define.
2028         (__libc_lock_init, __libc_lock_fini, __libc_lock_lock,
2029         __libc_lock_trylock, __libc_lock_unlock): Use it.
2030         * sysdeps/pthread/flockfile.c: New file.
2031         * sysdeps/pthread/ftrylockfile.c: New file.
2032         * sysdeps/pthread/funlockfile.c: New file.
2033         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: New file.
2034         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: New file.
2035         * sysdeps/unix/sysv/linux/allocrtsig.c: New file.
2036         * libc-cancellation.c: New file.
2037         * forward.c: New file.
2038         * libc_pthread_init.c: New file.
2039         * pt-system.c: New file.
2040         * pthread.c: Remove locale.h.
2041         (__pthread_manager_thread): Initialize multiple_threads.
2042         (__pthread_multiple_threads): Declare.
2043         (pthread_functions): New variable.
2044         (__pthread_initialize_minimal): Remove __uselocale call.
2045         Call __libc_pthread_init.
2046         (__pthread_initialize_manager): Initialize __pthread_multiple_threads,
2047         initial thread's multiple_threads and __libc_multiple_threads.
2048         Check MULTIPLE_THREADS_OFFSET value. Initialize manager thread's
2049         multiple_threads.
2050         (pthread_setschedparam, pthread_getschedparam): Rename to __
2051         prefixed variants.  Add strong_alias.
2052         (current_rtmin, current_rtmax, __libc_current_sigrtmin,
2053         __libc_current_sigrtmax, __libc_allocate_rtsig): Remove.
2054         (init_rtsigs): Use __libc_current_sigrtmin_private.
2055         (pthread_initialize): Only call init_rtsigs if
2056         !__ASSUME_REALTIME_SIGNALS.
2057         (__pthread_require_wrappers, __pthread_require_lockfile): Remove.
2058         * internals.h (__pthread_attr_destroy, __pthread_attr_setdetachstate,
2059         __pthread_attr_getdetachstate, __pthread_attr_setschedparam,
2060         __pthread_attr_getschedparam, __pthread_attr_setschedpolicy,
2061         __pthread_attr_getschedpolicy, __pthread_attr_setinheritsched,
2062         __pthread_attr_getinheritsched, __pthread_attr_setscope,
2063         __pthread_attr_getscope, __pthread_cond_init,
2064         __pthread_cond_destroy, __pthread_cond_wait,
2065         __pthread_cond_signal, __pthread_cond_broadcast,
2066         __pthread_condattr_init, __pthread_condattr_destroy,
2067         __pthread_equal, __pthread_getschedparam,
2068         __pthread_setschedparam, __pthread_setcancelstate,
2069         __pthread_setcanceltype, __pthread_enable_asynccancel,
2070         __libc_enable_asynccancel, __libc_pthread_init): New prototype.
2071         (__pthread_mutex_init, __pthread_mutex_destroy,
2072         __pthread_mutex_lock, __pthread_mutex_unlock,
2073         __pthread_mutex_trylock): Likewise.
2074         Add hidden_proto.
2075         (struct pthread_functions): New type.
2076         (__libc_pthread_functions): New variable.
2077         (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET): Define.
2078         * descr.h (struct _pthread_descr_struct): Add
2079         p_header.data.multiple_threads field.
2080         * manager.c (pthread_handle_create): Initialize multiple_threads.
2081         * cancel.c (__pthread_enable_asynccancel,
2082         __pthread_disable_asynccancel): New functions.
2083         (__pthread_provide_wrappers): Remove.
2084         (pthread_setcancelstate, pthread_setcanceltype): Rename to __
2085         prefixed variants.  Add strong_alias.
2086         * condvar.c (pthread_cond_init, pthread_cond_destroy,
2087         pthread_cond_wait, pthread_cond_signal, pthread_cond_broadcast,
2088         pthread_condattr_init, pthread_condattr_destroy): Likewise.
2089         * join.c (pthread_exit): Likewise.
2090         * attr.c (pthread_attr_destroy, pthread_attr_setdetachstate,
2091         pthread_attr_getdetachstate, pthread_attr_setschedparam,
2092         pthread_attr_getschedparam, pthread_attr_setschedpolicy,
2093         pthread_attr_getschedpolicy, pthread_attr_setinheritsched,
2094         pthread_attr_getinheritsched, pthread_attr_setscope,
2095         pthread_attr_getscope): Likewise.
2096         * mutex.c (__pthread_mutex_init, __pthread_mutex_destroy,
2097         __pthread_mutex_lock, __pthread_mutex_unlock,
2098         __pthread_mutex_trylock): Add hidden_def.
2099         * Versions (libc): Add __libc_pthread_init,
2100         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2101         __libc_allocate_rtsig_private @@GLIBC_PRIVATE.
2102         * lockfile.c: Remove some USE_IN_LIBIO guards.
2103         (__pthread_provide_lockfile): Remove.
2104         * pt-allocrtsig.c: New file.
2105         * tst-cancel-wrappers.sh: New test.
2107 2002-12-15  Ulrich Drepper  <drepper@redhat.com>
2109         * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect,
2110         readv, select, sigpause, sigsuspend, sigwaitinfo, waitid, writev.
2111         * wrapsyscall.c: Remove creat, poll, pselect, readv, select,
2112         sigpause, sigsuspend, sigwaitinfo, waitid, and writev wrappers.
2114 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
2116         * wrapsyscall.c (CANCELABLE_SYSCALL): Don't define function as
2117         weak.  There is no reason for that.
2118         (CANCELABLE_SYSCALL_VA): Likewise.
2120 2002-12-09  Ulrich Drepper  <drepper@redhat.com>
2122         * wrapsyscall.c: Add wrappers for creat, poll, pselect, readv, select,
2123         sigpause, __xpg_sigpause, sigsuspend, sigwaitinfo, waitid, and writev.
2124         * Versions: Export creat, poll, pselect, readv, select, sigpause,
2125         __xpg_sigpause, sigsuspend, sigwaitinfo, waitid, and writev from
2126         libpthread in version GLIBC_2.3.2.
2128 2002-12-06  Ulrich Drepper  <drepper@redhat.com>
2130         * sysdeps/pthread/bits/libc-lock.h: Define __rtld_lock_* macros.
2132 2002-12-05  Roland McGrath  <roland@redhat.com>
2134         * pthread.c (__pthread_initialize_minimal)
2135         [USE_TLS && SHARED && !USE___THREAD]: Initialize TLS and set up the
2136         TCB if the dynamic linker didn't do it at startup.
2138         * sysdeps/i386/tls.h (TLS_INIT_TP): Make it return zero or an error
2139         string.
2140         (TLS_DO_SET_THREAD_AREA, TLS_DO_MODIFY_LDT, TLS_SETUP_GS_SEGMENT):
2141         Submacros updated.
2142         * sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
2143         * sysdeps/alpha/tls.h (TLS_INIT_TP): Likewise (always zero).
2145 2002-12-03  Roland McGrath  <roland@redhat.com>
2147         * pthread.c (pthread_initialize) [SHARED]: Copy dl_error_tsd value
2148         from dynamic linker internal cell to new libc cell.
2150 2002-11-28  Roland McGrath  <roland@redhat.com>
2152         * tst-context.c: #define IS_IN_libpthread around #include <tls.h>
2153         before other headers, so FLOATING_STACKS is not defined wrongly.
2155         * sysdeps/i386/tls.h [!IS_IN_libpthread]: Enable TLS support
2156         even if [! FLOATING_STACKS].
2157         (TLS_DO_MODIFY_LDT_KERNEL_CHECK): New macro.
2158         If not under [__ASSUME_LDT_WORKS > 0], then do a runtime check of
2159         dl_osversion >= 2.3.99 and fatal if not.
2160         (TLS_DO_MODIFY_LDT): Use it.
2162 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
2164         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
2165         require it to 200112L.  Remove _POSIX_POLL and _POSIX_SELECT.
2166         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
2168 2002-11-19  Ulrich Drepper  <drepper@redhat.com>
2170         * Versions (libc: GLIBC_2.0): Remove names of functions which are
2171         not defined in libc.
2172         * Makefile (shared-only-routines): Add weaks.
2173         * weaks.c: Remove functions which are not exported from libc.so.
2175 2002-11-14  Roland McGrath  <roland@redhat.com>
2177         * libc-tsd.c: New file.
2178         * Makefile (distribute): Add it.
2179         (libc-link.so): New variable.
2180         ($(objpfx)libpthread.so): Depend on that instead of libc.so file name.
2181         (libc-ok-for-link): New variable.
2182         [$(versioning) = yes]: Include $(common-objpfx)tls.make and define
2183         libc-ok-for-link to $(use-thread).
2184         [$(libc-ok-for-link) = no]
2185         (libc-link.so): Set to $(objpfx)libc.so, not $(common-objpfx)libc.so.
2186         ($(objpfx)libc_pic_lite.a,$(objpfx)libc_pic_lite.os, $(objpfx)libc.so):
2187         New targets.
2188         (generated): Append them.
2189         (extra-objs): Append libc-tsd.os.
2191         * libc-tls-loc.c: New file.
2192         * Makefile (libpthread-routines): Add it.
2194 2002-11-14  Andreas Schwab  <schwab@suse.de>
2196         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Fix unterminated
2197         string.
2199 2002-11-13  Roland McGrath  <roland@redhat.com>
2201         * Examples/ex6.c (main): Improve error reporting.
2203 2002-11-04  Ulrich Drepper  <drepper@redhat.com>
2205         * sysdeps/i386/Makefile: Compile pthread.c and sighandler.c with
2206         -fno-omit-frame-pointer.  Patch by Andreas Steinmetz <ast@domdv.de>.
2208         * sysdeps/i386/useldt.h [PIC] (USETLS_LOAD_EBX): Use correct input
2209         register number.
2210         (DO_SET_THREAD_AREA): Mark asm output specifiers correctly.
2212 2002-10-22  Jakub Jelinek  <jakub@redhat.com>
2214         * manager.c (pthread_start_thread): Call __uselocale even
2215         if [! SHARED].  Patch by Leon Kanter <leon@geon.donetsk.ua>.
2217 2002-10-17  Roland McGrath  <roland@redhat.com>
2219         * Makefile (unload): Don't link in libpthread.so.
2220         ($(objpfx)unload.out): Do depend on it.
2221         * unload.c (main): Improve error reporting.
2223 2002-10-09  Roland McGrath  <roland@redhat.com>
2225         * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call): New macro.
2226         Under [__PIC__], call the function via the pointer fetched for
2227         comparison rather than a call by name that uses the PLT.
2228         (__libc_lock_init, __libc_rwlock_init, __libc_lock_fini)
2229         (__libc_rwlock_fini, __libc_lock_lock, __libc_rwlock_rdlock)
2230         (__libc_rwlock_wrlock, __libc_lock_trylock, __libc_rwlock_tryrdlock)
2231         (__libc_rwlock_trywrlock, __libc_lock_unlock, __libc_rwlock_unlock)
2232         (__libc_key_create, __libc_getspecific, __libc_setspecific)
2233         (__libc_atfork): Use it.
2235         * pthread.c [SHARED] (__libc_dl_error_tsd): New function.
2236         (pthread_initialize) [SHARED]: Set _dl_error_catch_tsd to that.
2237         * Versions (libc: GLIBC_PRIVATE): Add __libc_dl_error_tsd.
2238         (ld: GLIBC_PRIVATE): Set removed.
2240 2002-10-11  Ulrich Drepper  <drepper@redhat.com>
2242         * sysdeps/unix/sysv/linux/execve.c: New file.
2244 2002-10-09  Jakub Jelinek  <jakub@redhat.com>
2246         * no-tsd.c: Include stdlib.h.
2248 2002-10-07  Jakub Jelinek  <jakub@redhat.com>
2250         * sysdeps/unix/sysv/linux/allocalim.h: New file.
2251         * descr.h (struct _pthread_descr_struct): Add p_alloca_cutoff
2252         field.
2253         * manager.c (__pthread_allocate_stack): Add out_stacksize argument.
2254         Pass stack size to caller.
2255         (pthread_handle_create): Set p_alloca_cutoff.
2256         * pthread.c (__pthread_initial_thread): Use C99 designated
2257         initializers.  Set p_alloca_cutoff.
2258         (__pthread_manager_thread): Likewise.
2259         (__pthread_initialize_minimal) [USE_TLS]: Set p_alloca_cutoff
2260         for initial thread.
2261         (__pthread_init_max_stacksize): Possibly decrease p_alloca_cutoff
2262         for initial thread.
2263         (__pthread_initialize_manager) [USE_TLS]: Set p_alloca_cutoff
2264         for manager thread.
2265         * specific.c (__libc_alloca_cutoff): New function.
2266         * no-tsd.c (__libc_alloca_cutoff): New function.
2267         * Versions: Export __libc_alloca_cutoff@@GLIBC_PRIVATE from libc
2268         and libpthread.
2270 2002-10-02  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2272         * sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__.
2273         * sysdeps/sh/tls.h: Likewise.
2274         * sysdeps/unix/sysv/linux/sh/smp.h: New file.
2276 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
2278         * sysdeps/pthread/tst-timer.c (main): Clear
2279         SIGEV2.sigev_notify_attributes.
2281 2002-09-29  Ulrich Drepper  <drepper@redhat.com>
2283         * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use
2284         INLINE_SYSCALL for set_thread_area syscall.
2286 2002-09-28  Roland McGrath  <roland@redhat.com>
2288         * pthread.c (__pthread_reset_main_thread) [FLOATING_STACKS]:
2289         Don't call setrlimit, since we did no prior bogon we need to undo.
2291 2002-09-27  Roland McGrath  <roland@redhat.com>
2293         * sysdeps/x86_64/tls.h [__ASSEMBLER__]: Don't include <pt-machine.h>.
2295 2002-09-24  Roland McGrath  <roland@redhat.com>
2297         * sysdeps/x86_64/tls.h: New file.
2299 2002-09-23  Roland McGrath  <roland@redhat.com>
2301         * Examples/ex13.c (dump_mut): int -> size_t for counter.
2303 2002-09-18  Bruno Haible  <bruno@clisp.org>
2305         * Examples/ex10.c (thread): Fail if pthread_mutex_timedlock() returns
2306         an unexpected error code.
2308         * internals.h (__pthread_message): Add const to first parameter type.
2309         * pthread.c (__pthread_message): Likewise.
2311         * sysdeps/unix/sysv/linux/configure: Moved to ../sysdeps/pthread.
2313 2002-09-17  Roland McGrath  <roland@redhat.com>
2315         * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT, TLS_DO_SET_THREAD_AREA):
2316         Set the descriptor limit to the full 4GB, so %gs:OFFSET works for any
2317         offset (positive or negative) relative to the thread struct.
2318         * sysdeps/i386/useldt.h (DO_MODIFY_LDT, DO_SET_THREAD_AREA): Likewise.
2320 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
2322         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Move...
2323         * sysdeps/unix/sysv/linux/sparc/Makefile: ...here.
2324         Replace /usr/lib/crt[in].o with crt[in].o too.
2326 2002-09-11  Steven Munroe  <sjmunroe@us.ibm.com>
2328         * sysdeps/powerpc/powerpc64/pt-machine.h: New file.
2330 2002-09-04  Bruno Haible  <bruno@clisp.org>
2332         * pthread.c: Include <sys/time.h>.
2333         (is_smp_system): Move to sysdeps/unix/sysv/linux/smp.h.
2334         * sysdeps/unix/sysv/linux/smp.h: New file, extracted from pthread.c.
2335         * Makefile (distribute): Add smp.h to the list.
2337 2002-09-04  Bruno Haible  <bruno@clisp.org>
2339         * sysdeps/alpha/pt-machine.h: Choose different include file location
2340         on non-Linux platforms.
2342         * wrapsyscall.c (PROMOTE_INTEGRAL_TYPE): New macro.
2343         (open, open64): Change va_arg argument type to the integral type to
2344         which mode_t promotes.
2346         * sysdeps/pthread/tst-timer.c (main): Don't assume anything about
2347         the structure of 'struct sigevent'.
2349         * errno.c (__errno_location, __h_errno_location, __res_state):
2350         Use prototype function definitions.
2352 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
2354         * shlib-versions: Set libpthread version to 2.3 for powerpc64.
2355         * sysdeps/powerpc/pt-machine.h: moved to...
2356         * sysdeps/powerpc/powerpc32/pt-machine.h: ...here
2357         * sysdeps/powerpc/powerpc64/pt-machine.h: New file.
2359 2002-09-02  Roland McGrath  <roland@redhat.com>
2361         * sysdeps/powerpc/Makefile (CFLAGS-pt-initfini.s): New variable.
2363 2002-09-01  Roland McGrath  <roland@redhat.com>
2365         * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t): Add new keys
2366         CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
2368         * sysdeps/pthread/bits/libc-tsd.h (__libc_tsd_address): New macro.
2369         (__libc_internal_tsd_address): Declare it.
2370         * Versions (libc, ld, libpthread: GLIBC_PRIVATE): Add
2371         __libc_internal_tsd_address.
2372         * specific.c (libc_internal_tsd_address): New function.
2373         (__libc_internal_tsd_address): New variable.
2374         * no-tsd.c (__libc_internal_tsd_address): New variable.
2376 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
2378         * Makefile: Don't use rule for crt%.o, spell it out as rules for
2379         crti.o and crtn.o.
2381 2002-08-30  Roland McGrath  <roland@redhat.com>
2383         * Makefile (extra-objs, omit-deps): Add crtn.
2384         ($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o.
2385         ($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o.
2386         ($(objpfx)crtn.S): New target.
2387         ($(objpfx)crt%.o): Pattern rule replaces crti.o target.
2388         (generated): Add crtn.S.
2390         * sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage
2391         crtn.o pathname too.
2393 2002-08-30  Jakub Jelinek  <jakub@redhat.com>
2395         * pthread.c (__pthread_initialize_minimal): Call __uselocale even
2396         if [! SHARED].
2398 2002-08-30  Roland McGrath  <roland@redhat.com>
2400         * tst-static-locale.c: New file.
2401         * Makefile (tests, tests-static): Add it.
2403 2002-04-24  Steven Munroe  <sjmunroe@us.ibm.com>
2405         * spinlock.c (__pthread_lock): Fix spurious wakeup
2406         handling.  Don't clear lowest bit of list pointer as sign the thread
2407         is still on the wait list.  Don't restart after spurious wakeup
2408         with spinning to get the lock.
2409         (__pthread_unlock): Take set lowest bit into account when handling
2410         pointer to list elements.
2411         Patch by Steve Munroe <sjmunroe@us.ibm.com>.
2413 2002-08-28  Roland McGrath  <roland@redhat.com>
2415         * sysdeps/pthread/timer_routines.c (thread_func): Fix type in cast.
2417 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2419         * sysdeps/unix/sysv/linux/hppa/aio_cancel.c: New file.
2420         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: New file.
2421         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: New file.
2423 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
2425         * sysdeps/pthread/timer_routines.c (thread_func): Change return
2426         type to void and add casts in use to avoid warnings with all gcc
2427         versions.
2429 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2431         * sysdeps/unix/sysv/linux/bits/local_lim.h (PTHREAD_THREADS_MAX):
2432         Bump to 16384.
2433         * manager.c (__pthread_handles): Remove.
2434         * pthandles.c: New file.
2435         * pthread.c (__pthread_initialize_minimal): Initialize
2436         __pthread_handles[0] and __pthread_handles[1].
2437         * Makefile (libpthread-routines): Add pthandles (must be last).
2439 2002-08-26  Brian Youmans  <3diff@gnu.org>
2441         * Examples/ex10.c: Corrected version number in Lesser GPL copying
2442         permission notice from 2 to 2.1.
2443         * Examples/ex11.c: Likewise.
2444         * Examples/ex13.c: Likewise.
2445         * Examples/ex8.c: Likewise.
2446         * Examples/ex9.c: Likewise.
2447         * barrier.c: Likewise.
2448         * events.c: Likewise.
2449         * lockfile.c: Likewise.
2450         * no-tsd.c: Likewise.
2451         * pt-machine.c: Likewise.
2452         * ptclock_gettime.c: Likewise.
2453         * ptclock_settime.c: Likewise.
2454         * rwlock.c: Likewise.
2455         * sysdeps/alpha/pspinlock.c: Likewise.
2456         * sysdeps/alpha/pt-machine.h: Likewise.
2457         * sysdeps/arm/pspinlock.c: Likewise.
2458         * sysdeps/arm/pt-machine.h: Likewise.
2459         * sysdeps/cris/pspinlock.c: Likewise.
2460         * sysdeps/cris/pt-machine.h: Likewise.
2461         * sysdeps/hppa/pspinlock.c: Likewise.
2462         * sysdeps/hppa/pt-machine.h: Likewise.
2463         * sysdeps/i386/i686/pt-machine.h: Likewise.
2464         * sysdeps/i386/pspinlock.c: Likewise.
2465         * sysdeps/i386/pt-machine.h: Likewise.
2466         * sysdeps/i386/useldt.h: Likewise.
2467         * sysdeps/ia64/pspinlock.c: Likewise.
2468         * sysdeps/ia64/pt-machine.h: Likewise.
2469         * sysdeps/m68k/pspinlock.c: Likewise.
2470         * sysdeps/m68k/pt-machine.h: Likewise.
2471         * sysdeps/mips/pspinlock.c: Likewise.
2472         * sysdeps/mips/pt-machine.h: Likewise.
2473         * sysdeps/powerpc/pspinlock.c: Likewise.
2474         * sysdeps/powerpc/pt-machine.h: Likewise.
2475         * sysdeps/pthread/bits/initspin.h: Likewise.
2476         * sysdeps/pthread/bits/libc-lock.h: Likewise.
2477         * sysdeps/pthread/bits/libc-tsd.h: Likewise.
2478         * sysdeps/pthread/getcpuclockid.c: Likewise.
2479         * sysdeps/pthread/posix-timer.h: Likewise.
2480         * sysdeps/pthread/timer_create.c: Likewise.
2481         * sysdeps/pthread/timer_delete.c: Likewise.
2482         * sysdeps/pthread/timer_getoverr.c: Likewise.
2483         * sysdeps/pthread/timer_gettime.c: Likewise.
2484         * sysdeps/pthread/timer_routines.c: Likewise.
2485         * sysdeps/pthread/timer_settime.c: Likewise.
2486         * sysdeps/pthread/tst-timer.c: Likewise.
2487         * sysdeps/s390/pspinlock.c: Likewise.
2488         * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2489         * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2490         * sysdeps/sh/pspinlock.c: Likewise.
2491         * sysdeps/sh/pt-machine.h: Likewise.
2492         * sysdeps/sparc/sparc32/pspinlock.c: Likewise.
2493         * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2494         * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: Likewise.
2495         * sysdeps/sparc/sparc64/pspinlock.c: Likewise.
2496         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2497         * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
2498         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2499         * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
2500         * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: Likewise.
2501         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
2502         * tststack.c: Likewise.
2503         * unload.c: Likewise.
2504         * weaks.c: Likewise.
2505         * wrapsyscall.c: Likewise.
2507         * sysdeps/pthread/pt-initfini.c: Changed copying
2508         permission notice to Lesser GPL from Library GPL, including the
2509         references in the special exception.
2510         * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: Likewise.
2511         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Likewise.
2512         * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c:
2513         Likewise.
2514         * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c:
2515         Likewise.
2516         * sysdeps/unix/sysv/linux/sh/pt-initfini.c: Likewise.
2518 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2520         * Examples/ex10.c (thread): tv_nsec == 1000000000 is already
2521         overflow [PR libc/4244].
2523 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2525         * sysdeps/pthread/timer_routines.c (thread_func): Make the
2526         compiler happy by adding a return statement which will never be
2527         reached.
2529         * tst-context.c (main): Cast to long before casting to pointer.
2531         * Examples/ex17.c (main): Use correct format string.
2533         * Examples/ex9.c (thread): Remove incorrect return statement.
2535 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2537         * pthread.c (__linuxthreads_version): New global constant.
2539 2002-08-23  Andreas Jaeger  <aj@suse.de>
2541         * sysdeps/x86_64/pt-machine.h: Use %fs instead of %gs
2542         as thread specific register.
2543         (testandset): Fix inline asm.
2544         (THREAD_GETMEM): Fix inline asm.
2546 2002-08-22  Roland McGrath  <roland@redhat.com>
2548         * sysdeps/i386/useldt.h (INIT_THREAD_SELF): Remove [HAVE_TLS_SUPPORT]
2549         conditional.
2550         (INIT_THREAD_SELF): Pass second arg to DO_SET_THREAD_AREA.
2551         (DO_SET_THREAD_AREA): Take second arg, pass to DO_SET_THREAD_AREA_REUSE
2552         macro.  That chooses whether to reuse %gs value or let kernel set it.
2553         [USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, always 1.
2554         [!USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, true if arg is
2555         not constant 0.
2557 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2559         * sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter
2560         also to the third definition of this macro.
2562 2002-06-17  Andreas Jaeger  <aj@suse.de>
2564         * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
2565         Set it.
2567 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2569         * sysdeps/i386/useldt.h: Go back to using 16-bit instructions when
2570         loading/reading segment registers.  Some old hardware doesn't
2571         handle the 32-bit instructions as expected.
2572         * sysdeps/i386/tls.h: Likewise.
2574         * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Second parameter is
2575         renamed to secondcall and use is negated.
2576         (TLS_SETUP_GS_SEGMENT): Likewise.
2577         (TLS_INIT_TP): Likewise.
2578         * sysdeps/sh/tls.h (TLS_INIT_TP): Second parameter is renamed to
2579         secondcall.
2581         * sysdeps/i386/tls.h: Use 32-bit operations when handling segment
2582         registers.  No need to mask upper 16 bits in this case.
2583         * sysdeps/i386/useldt.h: Likewise.
2584         (DO_SET_THREAD_AREA): We have to load %gs again even if the value
2585         is the same since the GDT content changed.
2587         * sysdeps/i386/tls.h (TLS_INIT_TP): Add new parameter and pass it on
2588         to TLS_SETUP_GS_SEGMENT.
2589         (TLS_SETUP_GS_SEGMENT): Add new parameter and pass it on to
2590         TLS_DO_SET_THREAD_AREA.
2591         (TLS_DO_SET_THREAD_AREA): If new parameter is zero determine
2592         entry number from %gs value.
2593         * sysdeps/sh/tls.h (TLS_INIT_TP): Add new parameter and simply
2594         ignore it.
2596         * manager.c (pthread_handle_create): Pass NULL to _dl_allocate_tls.
2597         Pass true to _dl_deallocate_tls.
2598         (pthread_free): Likewise.
2599         * pthread.c (__pthread_initialize_manager): Likewise.
2601 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2603         * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Use correct shift when
2604         computing index from %gs value.
2606 2002-08-16  Roland McGrath  <roland@redhat.com>
2608         * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Calculate segment
2609         register value from entry number properly.
2611         * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Rewrite asm to use %ebx
2612         optimally conditional on [__PIC__].
2613         (TLS_DO_SET_THREAD_AREA): New macro, implement inline syscall
2614         without touching errno, and use latest modify_ldt-like interface.
2615         (TLS_SETUP_GS_SEGMENT): Use that instead of INLINE_SYSCALL.
2616         * sysdeps/i386/useldt.h (DO_MODIFY_LDT): Set %gs in this macro.
2617         (DO_SET_THREAD_AREA): New macro, uses current syscall interface with
2618         existing %gs value as the segment to set.
2619         (INIT_THREAD_SELF): Rewritten using those.  Use set_thread_area only
2620         under [HAVE_TLS_SUPPORT] so we can rely on the initialization done
2621         by the first thread's early TLS setup.
2623 2002-08-15  Roland McGrath  <roland@redhat.com>
2625         * sysdeps/i386/tls.h (TLS_INIT_TP): Use statement expression and
2626         return a value as callers now expect.
2628 2002-08-11  Roland McGrath  <roland@redhat.com>
2630         * pthread.c (__pthread_initialize_manager): Initialize
2631         p_header.data.tcb field of manager thread's descriptor.
2632         (__pthread_initialize_minimal): Don't initialize p_header.data.self
2633         field, already done by TLS_INIT_TP.
2635         * manager.c (pthread_handle_create): Move p_header field initializers
2636         together.
2638 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2640         * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Removed.
2642 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2644         * pthread.c (__linuxthreads_initial_report_events): New variable.
2645         (__pthread_initialize_manager): Use it to initialize p_report_events
2646         of initial thread.
2647         [TLS]: Store pointer to descriptor of manager in __pthread_handles.
2649 2002-08-07  Roland McGrath  <roland@redhat.com>
2651         * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with
2652         an "m" constraint to the asm so the compiler knows LDT_ENTRY was used.
2654 2002-08-02  Roland McGrath  <roland@redhat.com>
2656         * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t):
2657         Add _LIBC_TSD_KEY_LOCALE.
2658         * manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]:
2659         Call __uselocale to initialize our per-thread locale pointer to
2660         the global one.
2661         * pthread.c (__pthread_initialize_minimal): Likewise.
2663         * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s.
2665 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2667         * pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
2668         internally.
2670         * cancel.c (__pthread_perform_cleanup) [USE_TLS && HAVE___THREAD]:
2671         Don't use p_libc_specific element in thread descriptor.
2673 2002-07-30  Roland McGrath  <roland@redhat.com>
2675         * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>.
2676         [USE_TLS && HAVE___THREAD]: Just include the sysdeps/generic file,
2677         which does the right thing when __thread support is available.
2678         * descr.h (struct _pthread_descr_struct) [USE_TLS && HAVE___THREAD]:
2679         Omit `p_libc_specific', `p_errnop', `p_errno', `p_h_errnop',
2680         `p_h_errno', `p_resp', and `p_res' members.
2681         * pthread.c (__pthread_initialize_minimal) [USE_TLS && HAVE___THREAD]:
2682         Don't initialize `p_errnop' and `p_h_errnop' members.
2683         (__pthread_reset_main_thread): Likewise.
2684         (__pthread_initialize_manager): Likewise.
2685         * manager.c (__pthread_manager, pthread_handle_create): Likewise.
2686         * pthread.c (pthread_initialize) [USE_TLS && HAVE___THREAD]:
2687         Don't initialize `p_resp' member.
2688         (__pthread_reset_main_thread): Likewise.
2689         * manager.c (pthread_handle_create): Likewise.
2690         * specific.c (libc_internal_tsd_set, libc_internal_tsd_get):
2691         Conditionalize these on [!(USE_TLS && HAVE___THREAD)].
2692         * no-tsd.c: Conditionalize contents on [!(USE_TLS && HAVE___THREAD)].
2693         * errno.c [USE_TLS && HAVE___THREAD]
2694         (__h_errno_location, __res_state): Don't define these at all.
2696         * sysdeps/i386/tls.h (INSTALL_DTV): Add parens around arguments!
2697         (INSTALL_NEW_DTV, GET_DTV): Likewise.
2698         * sysdeps/sh/tls.h (INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV): Likewise.
2700         * weaks.c: Don't include <errno.h> here.
2702 2002-08-01  Roland McGrath  <roland@redhat.com>
2704         * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): New macro, broken out of
2705         TLS_INIT_TP.
2706         (TLS_DO_SET_THREAD_AREA): New macro, uses thread_set_area syscall.
2707         (TLS_SETUP_GS_SEGMENT): New macro, try one or the other or both.
2708         (TLS_INIT_TP): Use that.
2710 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2712         * sysdeps/i386/useldt.h (DO_MODIFY_LDT): Move from INIT_THREAD_SELF.
2713         (INIT_THREAD_SELF): Use sys_thread_area syscall instead if available.
2714         (FREE_THREAD): Avoid modify_ldt if using GDT.
2715         * sysdeps/i386/pspinlock.c (__have_no_set_thread_area): New variable.
2717 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2719         * sysdeps/i386/tls.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2720         * sysdeps/i386/pt-machine.h: Likewise.
2721         * sysdeps/i386/useldt.h: Likewise.
2723 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
2725         * pthread.c (__pthread_initialize_minimal): If !SHARED and TLS
2726         call __libc_setup_tls first.
2727         * Makefile: Actually create tst-signal.out file when running the test.
2728         (tests): Add tststatic.
2729         * Examples/tststatic.c: New file.
2731 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
2733         * errno.c (__errno_location): Don't define unless !USE_TLS
2734         || !HAVE___THREAD.
2735         * sysdeps/i386/pt-machine.c: Protect C code with #ifndef ASSEMBLER.
2736         * sysdeps/i386/tls.h: Likewise.
2737         * sysdeps/i386/useldt.h: Likewise.
2738         * sysdeps/i386/i686/pt-machine.h: Likewise.
2740 2002-07-02  H.J. Lu  <hjl@gnu.org>
2742         * sysdeps/mips/pspinlock.c: Don't include <sgidefs.h>.  Always
2743         use ll/sc.
2744         * sysdeps/mips/pt-machine.h: Likewise.
2746 2002-07-14  Ulrich Drepper  <drepper@redhat.com>
2748         * manager.c (pthread_handle_create): Initialize self-reference in
2749         descriptor.
2751 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
2753         * Examples/ex9.c (main): Remove unused th variable.
2755 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
2757         * wrapsyscall.c: Add __nanosleep alias.
2758         * Versions (GLIBC_2.2.6): Add __nanosleep.
2759         * bug-sleep.c: New file.
2760         * Makefile (tests): Add bug-sleep.
2762 2002-06-19  Steven Munroe  <sjmunroe@vnet.ibm.com>
2764         * Examples/ex9.c (main):  Use list of children and join them.
2765         (thread): Do not call exit.
2767 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
2769         * spinlock.c (wait_node_alloc): We cannot use compare-and-exchange.
2770         Unconditionally use the code using spinlock.  Use __pthread_release
2771         to free a spinlock.
2772         (wait_node_free): Likewise.
2773         (__pthread_acquire, __pthread_release): Unconditionally define.
2775 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
2777         * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.
2779 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
2781         * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Use __sync_synchronize.
2783 2002-05-21  Ulrich Drepper  <drepper@redhat.com>
2785         * sysdeps/pthread/pthread.h (pthread_create): Rename first
2786         parameter.
2787         (pthread_cancel): Likewise.
2788         * internals.h (__pthread_create_2_1): Likewise.
2789         * sysdeps/unix/sysv/linux/bits/sigthread.h (pthread_kill): Likewise.
2791 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
2793         * sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber.
2794         Patch by Glen Nakamura <gen@flex.com>.
2796 2002-05-03  Ulrich Drepper  <drepper@redhat.com>
2798         * signals.c: Move sighandler functions to...
2799         * sighandler.c: ...here.  New file.
2800         * signals.c: Move signal handler related type definitions to...
2801         * internals.h: ...here.  Add prototypes for signal handlers.
2802         * Makefile (libpthread-routines): Add sighandler.
2803         (CFLAGS-sighandler.c): Add $(exceptions).
2805 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
2807         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
2809 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
2811         * sysdeps/pthread/timer_getoverr.c: Return real overrun.
2812         * sysdeps/pthread/posix-timer.h (struct timer_node): Add overrun_count.
2813         * sysdeps/pthread/timer_routines.c (thread_func): Schedule next timeout
2814         based on previous one and not on current time.  Count overruns.
2815         Patch by Eric F. Sorton <eric@cctcorp.com>.
2817         * sysdeps/unix/sysv/linux/bits/local_lim.h: Add DELAYTIMER_MAX.
2819 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
2821         * sysdeps/sh/pt-machine.h: Define _PT_MACHINE_H
2822         if it isn't defined yet.
2823         (FLOATING_STACKS, ARCH_STACK_MAX_SIZE): Defined.
2824         (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC):
2825         Likewise.
2826         * sysdeps/sh/tls.h: New file.
2828 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
2830         * manager.c (__pthread_manager_event): Use self instead of arg
2831         for INIT_THREAD_SELF.
2832         * sysdeps/i386/useldt.h (INIT_THREAD_SELF): Use sizeof (struct
2833         _pthread_descr_struct) instead of sizeof (*descr).
2835 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
2837         * sysdeps/ia64/pt-machine.h: Protect against multiple inclusion.
2838         * sysdeps/alpha/pt-machine.h: Likewise.
2839         * sysdeps/arm/pt-machine.h: Likewise.
2840         * sysdeps/cris/pt-machine.h: Likewise.
2841         * sysdeps/hppa/pt-machine.h: Likewise.
2842         * sysdeps/m68k/pt-machine.h: Likewise.
2843         * sysdeps/mips/pt-machine.h: Likewise.
2844         * sysdeps/powerpc/pt-machine.h: Likewise.
2845         * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2846         * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2847         * sysdeps/sh/pt-machine.h: Likewise.
2848         * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2849         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2850         * sysdeps/x86_64/pt-machine.h: Likewise.
2852 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
2854         * man/pthread_mutexattr_init.man (pthread_mutexattr_settype): Document
2855         instead of pthread_mutexattr_setkind_np.
2856         (pthread_mutexattr_gettype): Similarly.
2857         * man/pthread_mutexattr_setkind_np.man: New.
2858         * man/Makefile (SOURCES): Add pthread_mutexattr_setkind_np.man.
2860 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2862         * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Define.
2864 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
2866         * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove.
2868 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
2870         * internals.h (MEMORY_BARRIER): Define as asm with memory as clobber.
2872 2002-03-17  Andreas Jaeger  <aj@suse.de>
2874         * sysdeps/i386/pt-machine.h: Add testandset and __compare_and_swap
2875         prototpyes.
2876         * sysdeps/alpha/pt-machine.h: Likewise.
2877         * sysdeps/arm/pt-machine.h: Likewise.
2878         * sysdeps/cris/pt-machine.h: Likewise.
2879         * sysdeps/hppa/pt-machine.h: Likewise.
2880         * sysdeps/i386/i686/pt-machine.h: Likewise.
2881         * sysdeps/ia64/pt-machine.h: Likewise.
2882         * sysdeps/m68k/pt-machine.h: Likewise.
2883         * sysdeps/mips/pt-machine.h: Likewise.
2884         * sysdeps/powerpc/pt-machine.h: Likewise.
2885         * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2886         * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2887         * sysdeps/sh/pt-machine.h: Likewise.
2888         * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2889         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2890         * sysdeps/x86_64/pt-machine.h: Likewise.
2892         * internals.h: Move testandset and __compare_and_swap prototypes
2893         to pt-machine.h.
2895 2002-03-03  Andreas Jaeger  <aj@suse.de>
2897         * errno.c: Include resolv.h to avoid warning.
2899 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
2901         * pthread.c [USE_TLS] (thread_self_stack): Correct check for upper
2902         stack limit.
2904 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
2906         * attr.c (pthread_getattr_np): Don't take thread descriptor size
2907         into account if USE_TLS.
2908         * manager.c (pthread_handle_create): Free TLS data structures if call
2909         failed.  Pass correct stack to clone if USE_TLS.
2910         * sysdeps/i386/pt-machine.h: Handle multiple inclusion.
2911         * sysdeps/i386/i686/pt-machine.h: Likewise.
2912         * sysdeps/i386/tls.h: Unconditionally include <pt-machine.h>.
2914         * descr.h (struct _pthread_descr_struct): Update p_header for TLS.
2915         Add p_stackaddr element #if USE_TLS.
2916         * internals.c: Include <tls.h>.
2917         * manager.c: Integrate creating and handling of thread descriptor
2918         for TLS.
2919         * pthread.c: Likewise.
2920         * sysdeps/i386/tls.h (tcbhead_t): Add self pointer.
2921         Include <linuxthreads/descr.h> only if TLS is really used.
2922         (GET_DTV): New macro.
2923         (TLS_INIT_TP): Initialize self pointer.
2925 2002-02-17  Andreas Schwab  <schwab@suse.de>
2927         * signals.c (sigwait): Check for old sighandler being SIG_ERR,
2928         not NULL.
2930 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
2932         * sysdeps/i386/tls.c (INSTALL_NEW_DTV): Define.
2933         (INSTALL_DTV): Adjust for being passed pointer to element with length.
2935 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
2937         * sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
2939 2002-02-08  Richard Henderson  <rth@redhat.com>
2941         * sysdeps/alpha/elf/pt-initfini.c: Use \n\ for multiline string.
2943 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
2945         * sysdeps/i386/tls.h: TLS cannot be supported with FLOATING_STACKS
2946         after all.
2948 2002-02-07  H.J. Lu  <hjl@gnu.org>
2950         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Silence the
2951         gcc warning.
2952         (__pthread_spin_lock): Remove ".set noreorder".
2953         * sysdeps/mips/pt-machine.h (__compare_and_swap): Liekwise.
2955 2002-02-05  H.J. Lu  <hjl@gnu.org>
2957         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Not use
2958         branch likely.
2959         * sysdeps/mips/pt-machine.h (testandset): Likewise.
2960         (__compare_and_swap): Likewise.
2962 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
2964         * internals.h: Move declarations/definitions of
2965         __pthread_initial_thread_bos, __pthread_initial_thread,
2966         __pthread_manager_thread_bos, __pthread_manager_thread_tos,
2967         __pthread_manager_thread, __pthread_nonstandard_stacks, STACK_SIZE,
2968         CURRENT_STACK_FRAME, __pthread_find_self, and thread_self...
2969         * descr.h: ...here.
2970         * sysdeps/i386/tls.h: Add TLS definitions also for !FLOATING_STACKS.
2971         Define THREAD_GETMEM accordingly.
2973 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
2975         * sysdeps/i386/tls.h: Include <stddef.h> for size_t.
2977         * sysdeps/i386/tls.h: Define THREAD_DTV.
2979 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
2981         * internals.h: Move thread descriptor definition...
2982         * descr.h.: ...here.  New file.
2983         * sysdeps/i386/tls.h: New file.
2985 2002-02-01  H.J. Lu  <hjl@gnu.org>
2987         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Use a
2988         different register in the delayed slot.  Use branch likely.
2990         * sysdeps/mips/pt-machine.h (testandset): Call _test_and_set.
2991         (__compare_and_swap): Return 0 only when failed to compare. Use
2992         branch likely.
2994 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
2996         * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set,
2997         __pthread_kill_other_threads_np): Move to GLIBC_PRIVATE.
2998         * sysdeps/i386/i586/Versions: Move all symbols to GLIBC_PRIVATE.
2999         * sysdeps/i386/i686/Versions: Move all symbols to GLIBC_PRIVATE.
3000         * sysdeps/sparc/sparc32/sparcv9/Versions: New file.
3001         * sysdeps/sparc/sparc64/Versions: New file.
3002         * sysdeps/ia64/Versions: Move all symbols to GLIBC_PRIVATE.
3004 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
3006         * pthread.c: _dl_cpuclock_offset is not any longer a global variable
3007         in SHARED code, use GL(dl_cpuclock_offset).
3009 2002-01-28  Andreas Jaeger  <aj@suse.de>
3011         * sysdeps/mips/pspinlock.c (__pthread_spin_init): Clear *LOCK to
3012         0. Patch by Machida Hiroyuki <machida@sm.sony.co.jp>.
3014 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3016         * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define.
3017         (CURRENT_STACK_FRAME): Remove duplicate definition.
3018         * sysdeps/s390/s390-64/pt-machine.h: Likewise.
3020 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3022         * Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent
3023         automatic inline.
3025 2002-01-12  Andreas Schwab  <schwab@suse.de>
3027         * Makefile (test-srcs): Add tst-signal.
3028         (tests): Run tst-signal.
3029         (distribute): Add tst-signal.sh.
3030         * tst-signal.c, tst-signal.sh: New files.
3032 2002-01-14  Andreas Jaeger  <aj@suse.de>
3034         * sysdeps/x86_64/pt-machine.h (INIT_THREAD_SELF): Avoid warning.
3036 2002-01-11  Andreas Schwab  <schwab@suse.de>
3038         * signals.c (sighandler): Initialize all elements to SIG_ERR.
3039         (__sigaction): Don't use value from sighandler if it is SIG_ERR.
3041 2002-01-06  Richard Henderson  <rth@redhat.com>
3043         * sysdeps/alpha/elf/pt-initfini.c: New file.
3045 2001-12-29  Andreas Jaeger  <aj@suse.de>
3047         * Examples/ex9.c: Add noreturn attribute for thread.
3048         * Examples/ex10.c: Likewise.
3049         * Examples/ex13.c (thread_start): Likewise.
3050         * Examples/ex15.c (worker): Likewise.
3052         * Examples/ex18.c: Include unistd.h for prototype of sleep.
3054 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
3056         * man/pthread_atfork.man: Adjust description of mutex handling
3057         after fork for current implementation.
3058         * linuxthreads.texi: Likewise [PR libc/2519].
3060 2001-12-13  Andreas Schwab  <schwab@suse.de>
3062         * specific.c (pthread_key_delete): Don't contact the thread
3063         manager if no threads have been created yet.
3065 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
3067         * sysdeps/sh/pt-machine.h (INIT_THREAD_SELF): Added __volatile__
3068         qualifier to be safe.
3070 2001-11-30  Andreas Schwab  <schwab@suse.de>
3072         * pthread.c (pthread_handle_sigcancel) [THREAD_SELF]: Double check
3073         that self is the manager thread, and initialize the thread
3074         register if not.
3075         (thread_self_stack) [THREAD_SELF]: New function to find self via
3076         stack pointer.
3077         * manager.c (pthread_handle_create): Don't block cancel signal any
3078         more.
3080 2001-11-29  Andreas Jaeger  <aj@suse.de>
3082         * sysdeps/x86_64/pt-machine.h: Use %gs as thread specific register.
3083         (THREAD_SELF): New.
3084         (INIT_THREAD_SELF): New.
3085         (THREAD_GETMEM): New.
3086         (THREAD_GETMEM_NC):
3087         (THREAD_SETMEM): New.
3088         (THREAD_SETMEM_NC): New.
3089         (FLOATING_STACKS): Define.
3090         (ARCH_STACK_MAX_SIZE): Define.
3092 2001-11-28  Kaz Kylheku  <kaz@ashi.footprints.net>
3094         Bugfix to pthread_key_delete. It was iterating over the thread
3095         manager's linked list of threads, behind the thread manager's
3096         back causing a race. The fix is to have the manager iterate over
3097         the threads instead, using a new request type for doing so.
3098         * internals.h (struct pthread_request): New manager request type
3099         REQ_FOR_EACH_THREAD.
3100         * manager.c (pthread_for_each_thread): New function.
3101         (__pthread_manager): Handle new REQ_FOR_EACH_THREAD request.
3102         * specific.c (struct pthread_key_delete_helper_args): New type.
3103         (pthread_key_delete_helper): New static function.
3104         (pthread_key_delete): Use the new thread manager
3105         REQ_FOR_EACH_THREAD function to iterate over the threads and set
3106         the delete key slot to a null value in each thread.
3107         * Examples/ex18.c: New test.
3108         * Makefile (tests): Add ex18.
3110 2001-11-22  Wolfram Gloger  <wg@malloc.de>
3112         * pthread.c (pthread_onexit_process): Don't call free
3113         after threads have been asynchronously terminated.
3115         * manager.c (pthread_handle_exit): Surround cancellation
3116         of threads with __flockfilelist()/__funlockfilelist().
3118 2001-11-26  Andreas Schwab  <schwab@suse.de>
3120         * manager.c (pthread_handle_create): Start the child thread with
3121         the cancel signal blocked, so that it does not handle it before
3122         the thread register is set up.  Save errno from failed clone call.
3124 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
3126         * sysdeps/i386/i686/Implies: Removed.
3127         * sysdeps/i386/i686/Versions: New file.
3129 2001-10-31  Andreas Jaeger  <aj@suse.de>
3131         * sysdeps/x86_64/Makefile: Remove, we do not need it anymore.
3133 2001-10-05  Kevin Buettner  <kevinb@cygnus.com>
3135         * pthread.c (__linuxthread_pthread_sizeof_descr): Change name
3136         to __linuxthreads_pthread_sizeof_descr to match name used by
3137         symbol_list_arr[LINUXTHREADS_PTHREAD_SIZEOF_DESCR] in
3138         linuxthreads_db/td_symbol_list.c.
3140 2001-09-22  Andreas Jaeger  <aj@suse.de>
3142         * linuxthreads/tst-context.c: Avoid compile warning.
3144 2001-09-20  Andreas Jaeger  <aj@suse.de>
3146         * shlib-versions: Add x86-64.
3148 2001-09-19  Andreas Jaeger  <aj@suse.de>
3150         * sysdeps/x86_64/Makefile: New file.
3151         * sysdeps/x86_64/pspinlock.c: New file.
3152         * sysdeps/x86_64/pt-machine.h: New file.
3154 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
3156         * sysdeps/pthread/timer_delete.c (timer_delete): Thread may be NULL
3157         for SIGEV_NONE.
3158         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
3160 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
3161             Wolfram Gloger <wg@malloc.de>
3163         * join.c: Protect all communications from and to manager with
3164         TEMP_FAILURE_RETRY.
3165         * manager.c: Likewise.
3166         * pthread.c: Likewise.
3167         * smeaphore.c: Likewise.
3169 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
3171         * spinlock.c (__pthread_lock): Top max_count value with
3172         MAX_ADAPTIVE_SPIN_COUNT.
3173         * internals.h (MAX_ADAPTIVE_SPIN_COUNT): Define if not already done.
3175         * sysdeps/i386/i686/pt-machine.h (BUSY_WAIT_NOP): New macro to
3176         help P4.
3178 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
3180         * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_t): Only define to
3181         non-opaque type if __USE_UNIX98.
3183 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
3185         * sysdeps/pthread/bits/libc-lock.h (__libc_lock_t): Define
3186         non-opaque lock types also if _IO_MTSAFE_IO is defined.
3188 2001-08-23  Roland McGrath  <roland@frob.com>
3190         * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): Take
3191         new first argument, skip the cleanup handler if it's zero.
3192         (_LIBC_LOCK_RECURSIVE_INITIALIZER): New macro.
3193         (__libc_lock_define_initialized_recursive): Use it.
3194         * sysdeps/pthread/bits/stdio-lock.h: File removed.
3195         The sysdeps/generic file from the main tree now suffices.
3197 2001-08-22  Roland McGrath  <roland@frob.com>
3199         * sysdeps/pthread/bits/stdio-lock.h: Include <bits/libc-lock.h>
3200         instead of <pthread.h>.
3201         (_IO_lock_t): Define this typedef using __libc_lock_define_recursive.
3202         (_IO_lock_initializer): Add braces.
3203         (_IO_lock_lock): Use __libc_lock_lock_recursive.
3204         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
3206         * sysdeps/pthread/bits/libc-lock.h (__libc_lock_recursive_t): New type.
3207         (__libc_lock_define_initialized_recursive): Use it.
3208         (__libc_lock_init_recursive): Likewise.
3209         (__libc_lock_fini_recursive): Likewise.
3210         (__libc_lock_lock_recursive): Likewise.
3211         (__libc_lock_trylock_recursive): Likewise.
3212         (__libc_lock_unlock_recursive): Likewise.
3213         (__libc_lock_define_recursive): New macro.
3215 2001-08-14  Jakub Jelinek  <jakub@redhat.com>
3217         * lockfile.c (__pthread_provide_lockfile): New variable.
3218         * pthread.c (__pthread_require_lockfile): New variable.
3219         * cancel.c (__pthread_require_lockfile): New variable.
3221 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
3223         * tst-context.c (threadfct): Initialize context before calling
3224         makecontext.
3226         * Examples/ex17.c: Make sure test thread is around long enough.
3228 2001-07-26  kaz Kojima  <kkojima@rr.iij4u.or.jp>
3230         * sysdeps/sh/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF): Defined.
3232 2001-07-24  Ulrich Drepper  <drepper@redhat.com>
3234         * tst-context.c (main): Print explanation before bailing out
3235         because context handling is not supported.
3237 2001-07-23  Ulrich Drepper  <drepper@redhat.com>
3239         * Makefile (tests): Add tst-context.
3240         * tst-context.c: New file.
3242         * sysdeps/pthread/bits/stdio-lock.h: Define
3243         _IO_cleanup_region_start_noarg.
3245 2001-07-23  Jakub Jelinek  <jakub@redhat.com>
3247         * sysdeps/alpha/pt-machine.h (FLOATING_STACKS): Define.
3248         (ARCH_STACK_MAX_SIZE): Define.
3249         * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
3250         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
3252 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
3254         * sysdeps/i386/useldt.h: Fix typo in ARCH_STACK_MAX_SIZE comment.
3256         * sysdeps/ia64/pt-machine.h (FLOATING_STACKS): Define.
3257         (ARCH_STACK_MAX_SIZE): Define.
3258         * manager.c (pthread_allocate_stack): Handle FLOATING_STACKS with
3259         NEED_SEPARATE_REGISTER_STACK.
3261 2001-07-16  Andreas Schwab  <schwab@suse.de>
3263         * Makefile (before-compile): Don't add $(objpfx)crti.o.
3264         (omit-deps): Add crti.
3265         ($(objpfx)libpthread.so): Depend on $(objpfx)crti.o, but make sure
3266         it is filtered out of the link command.
3268 2001-07-16  Ulrich Drepper  <drepper@redhat.com>
3270         * pthread.c (pthread_initialize): For FLOATING_STACKS don't bother
3271         to find the right value for __pthread_initial_thread_bos, it's not
3272         used.  If not FLOATING_STACKS first run
3273         __pthread_init_max_stacksize.
3275 2001-06-16  H.J. Lu  <hjl@gnu.org>
3277         * internals.h: Include <stackinfo.h>.
3279         * attr.c: Don't include <stackinfo.h> here.
3280         * cancel.c: Likewise.
3281         * manager.c: Likewise.
3282         * pthread.c: Likewise.
3283         * ptlongjmp.c: Likewise.
3285 2001-03-23  Matthew Wilcox  <willy@ldl.fc.hp.com>
3287         * attr.c: Make _STACK_GROWS_UP work.
3288         * internals.h: Likewise.
3289         * manager.c: Likewise.
3290         * pthread.c: Likewise.
3292 2001-06-15  H.J. Lu  <hjl@gnu.org>
3294         * pthread.c (__pthread_reset_main_thread): Fix a typo.
3296 2001-02-02  John S. Marvin  <jsm@udlkern.fc.hp.com>
3298         * semaphore.h: Use struct _pthread_fastlock as an element of
3299         sem_t instead of an identical struct.
3300         * rwlock.c: Remove casts.
3301         * semaphore.c: Likewise.
3303 2001-04-30  Alan Modra  <amodra@one.net.au>
3305         * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: New.
3307 2001-05-25  Bruce Mitchener  <bruce@cubik.org>
3309         * linuxthreads.texi: Spelling corrections.
3311 2001-05-25  Ulrich Drepper  <drepper@redhat.com>
3313         * oldsemaphore.c (__old_sem_wait): Clear p_nextwaiting before
3314         returning successfully.
3315         Patch by Gene Cooperman <gene@ccs.neu.edu>.
3317 2001-05-24  Ulrich Drepper  <drepper@redhat.com>
3319         * spinlock.c (__pthread_lock) [HAS_COMPARE_AND_SWAP]: Before doing any
3320         serious work try once whether the lock is uncontested.
3321         Remove duplicate reading of __status before loop.
3322         Change suggested by Hans Boehm <hans_boehm@hp.com>.
3324         * spinlock.h (__pthread_trylock): Remove need for oldstatus variable.
3325         (__pthread_alt_trylock): Likewise.
3327 2001-05-01  Kaz Kylheku  <kaz@ashi.footprints.net>
3329         Memory barrier overhaul following line by line inspection.
3330         * mutex.c (pthread_once): Missing memory barriers added.
3331         * pthread.c (__pthread_wait_for_restart_signal,
3332         __pthread_timedsuspend_new, __pthread_restart_new): Added
3333         memory barriers ``just in case'' and for documentary value.
3334         * spinlock.c (__pthread_release): New inline function for releasing
3335         spinlock, to complement __pthread_acquire.  Includes memory
3336         barrier prior to assignment to spinlock, and __asm __volatile
3337         dance to prevent reordering or optimization of the spinlock access.
3338         * spinlock.c (__pthread_unlock, __pthread_alt_lock,
3339         __pthread_alt_timedlock, __pthread_alt_unlock,
3340         __pthread_compare_and_swap): Updated to use new __pthread_release
3341         instead of updating spinlock directly.
3342         * spinlock.c (__pthread_lock, __pthread_unlock, wait_node_alloc,
3343         wait_node_free, wait_node_dequeue, __pthread_alt_lock,
3344         __pthread_alt_timedlock, __pthread_alt_unlock, __pthread_acquire):
3345         Memory barrier overhaul.  Lots of missing memory barriers added,
3346         a couple needless ones removed.
3347         * spinlock.c (__pthread_compare_and_swap): testandset optimization
3348         removed, just calls __pthread_acquire, which has the new read
3349         barrier in it before its testandset.
3351 2001-05-20  Roland McGrath  <roland@frob.com>
3353         * Makeconfig: New file, variables used to be in main libc Makeconfig.
3355 2001-05-09  Geoff Keating  <geoffk@redhat.com>
3357         * sysdeps/powerpc/pt-machine.h
3358         (HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
3359         (__compare_and_swap): Remove memory barriers.
3360         (__compare_and_swap_with_release_semantics): New function.
3362 2001-04-24  Andreas Jaeger  <aj@suse.de>
3364         * wrapsyscall.c: send* and recv* return ssize_t.
3366         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Unlock the
3367         mutex instead of double locking it.
3368         Reported by Pierre Artaud <partaud@sodatec.com>.
3370 2001-04-23  Ulrich Drepper  <drepper@redhat.com>
3372         * sysdeps/pthread/getcpuclockid.c: Make function generic, test
3373         using #ifdef whether the clock is available.
3374         * sysdeps/unix/sysv/linux/i386/getcpuclockid.c: Removed.
3376         * sysdeps/ia64/Versions: New file.
3378         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't
3379         have to call __gmon_start__ in the libpthread DSO.
3380         * sysdeps/pthread/pt-initfini.c (_init): Likewise.
3382         * Makefile (libpthread-routines): Add ptclock_gettime and
3383         ptclock_settime.
3384         * internals.h: Don't use cpuclock-init.h definitions, use
3385         hp-timing.h definitions.
3386         * pthread.c: Likewise.
3387         * manager.c: Likewise.
3388         * ptclock_gettime.c: New file.
3389         * ptclock_settime.c: New file.
3390         * internals.h: Fix parameter type for __pthread_clock_gettime and
3391         __pthread_clock_settime.
3393         * sysdeps/i386/i586/ptclock_gettime.c: Removed.
3394         * sysdeps/i386/i586/ptclock_settime.c: Removed.
3395         * sysdeps/i386/i586/Makefile: Removed.
3397 2001-04-22  Ulrich Drepper  <drepper@redhat.com>
3399         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_ASYNCH_IO.
3400         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3402 2001-04-21  Andreas Jaeger  <aj@suse.de>
3404         * sysdeps/pthread/timer_routines.c (thread_func): Add noreturn
3405         attribute, remove statements that will never be executed.
3406         (thread_func): Remove mutex_unlock call since it's never executed.
3407         (thread_func): Fix comment as suggested by Jakub Jelinek.
3409         * manager.c (__pthread_manager): Add noreturn
3410         attribute.
3411         (pthread_start_thread): Likewise, remove return statement.
3412         (pthread_start_thread_event): Likewise.
3413         Add noreturn attribute for pthread_handle_exit.
3414         * weaks.c: Add noreturn attribute for pthread_exit.
3416         * internals.h: Add __pthread_clock_gettime and
3417         __pthread_clock_settime prototypes.
3419 2001-04-21  Ulrich Drepper  <drepper@redhat.com>
3421         * internals.h: Include <cpuclock-init.h>.
3422         (struct _pthread_descr_struct): Add p_cpuclock_offset field if
3423         CPUCLOCK_VARDEF is defined.
3424         * pthread.c (__pthread_initialize_minimal): Initialize
3425         p_cpuclock_offset field for main thread if CPUCLOCK_INIT is defined.
3426         * manager.c (pthread_start_thread): Set p_cpuclock_offset field
3427         for new thread to current CPU clock value.
3429         * sysdeps/i386/useldt.h: Extend all the macros to handle 8-byte values.
3431         * sysdeps/i386/i586/Makefile: New file.
3432         * sysdeps/i386/i586/Versions: New file.
3433         * sysdeps/i386/i586/ptclock_gettime.c: New file.
3434         * sysdeps/i386/i586/ptclock_settime.c: New file.
3435         * sysdeps/i386/i686/Implies: New file.
3437 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
3439         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Put specs into
3440         $generated, not $postclean-generated.
3442 2001-04-18  Andreas Jaeger  <aj@suse.de>
3444         * Makefile (otherlibs): Added.
3446 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
3448         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
3450 2001-04-16  Ulrich Drepper  <drepper@redhat.com>
3452         * signals.c (sigwait): NSIG is no signal number.  Block all
3453         signals while in signal handler for signals in SET.
3454         Patch by Manfred Spraul <manfred@colorfullife.com>.
3456 2001-04-12  Ulrich Drepper  <drepper@redhat.com>
3458         * tst-cancel.c: Disable most tests.  Add new test where all
3459         cleanup handlers must run.
3460         * Makefile (tests): Add tst-cancel again.
3462         * cancel.c (__pthread_perform_cleanup): Correct condition for
3463         leaving cleanup loop early.
3465         * sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for
3466         all the files which use CURRENT_STACK_FRAME.
3467         * sysdeps/i386/pt-machine.h (CURRENT_STACK_FRAME): Define using
3468         __builtin_frame_address.
3469         * sysdeps/i386/i686/pt-machine.h: Likewise.
3471 2001-04-11  Ulrich Drepper  <drepper@redhat.com>
3473         * Makefile (tests): Comment out tst-cancel for now.
3475         * tst-cancel.c (main): Cleanup 4 is supposed to run.  Create
3476         temporary file in object directory.
3477         * Makefile: Don't allow inlining when compiling tst-cancel.c.
3478         Pass $(objpfx) to tst-cancel.
3480 2001-04-11  David S. Miller  <davem@redhat.com>
3482         * sysdeps/sparc/sparc32/pt-machine.h (stack_pointer): Advance
3483         up closer to user local variables so that new cleanup heuristics work.
3484         * sysdeps/sparc/sparc64/pt-machine.h (stack_pointer): Likewise.
3486 2001-04-11  Ulrich Drepper  <drepper@redhat.com>
3488         * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer
3489         and remove it.
3490         (_pthread_cleanup_push_defer): Likewise.
3492         * tst-cancel.c (main): Fix loop printing cleanup output.
3494 2001-04-10  kaz Kojima  <kkojima@rr.iij4u.or.jp>
3496         * sysdeps/sh/pspinlock.c (__pthread_spin_lock): Fix a reverse
3497         test.
3498         (__pthread_spin_trylock): Likewise.
3499         * sysdeps/sh/pt-machine.h (testandset): Likewise.
3501 2001-04-10  Ulrich Drepper  <drepper@redhat.com>
3503         * join.c (pthread_exit): Move code to new function __pthread_do_exit
3504         which takes an extra parameter with the current frame pointer.
3505         Call new function with CURRENT_STACK_FRAME.
3506         (__pthread_do_exit): New function.  Call __pthread_perform_cleanup
3507         with the new parameter.
3508         (pthread_join): Call __pthread_do_exit instead of pthread_exit.
3509         * cancel.c (__pthread_perform_cleanup): Takes extra parameter.  Use
3510         this parameter as the initial value the cleanup handler records are
3511         compared against.  No active cleanup handler record must have an
3512         address lower than the previous one and the initial record must be
3513         above (below on PA) the frame address passed in.
3514         (pthread_setcancelstate): Call __pthread_do_exit instead of
3515         pthread_exit.
3516         (pthread_setcanceltype): Likewise.
3517         (pthread_testcancel): Likewise.
3518         (_pthread_cleanup_pop_restore): Likewise.
3519         * condvar.c (pthread_cond_wait): Likewise.
3520         (pthread_cond_timedwait_relative): Likewise.
3521         * manager.c (pthread_start_thread): Likewise.
3522         * oldsemaphore.c (__old_sem_wait): Likewise.
3523         * pthread.c (pthread_handle_sigcancel): Likewise.
3524         * semaphore.c (__new_sem_wait): Likewise.
3525         (sem_timedwait): Likewise.
3526         * ptlongjmp.c (pthread_cleanup_upto): Also use current stack frame
3527         to limit the cleanup handlers which get run.
3528         * internals.h: Add prototype for __pthread_do_exit.  Adjust prototype
3529         for __pthread_perform_cleanup.
3531         * Makefile (tests): Add tst-cancel.
3532         * tst-cancel.c: New file.
3534 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
3536         * sysdeps/cris/pt-machine.h: New file.
3537         * sysdeps/cris/pspinlock.c: New file.
3539 2001-04-09  Hans-Peter Nilsson  <hp@axis.com>
3541         * shlib-versions: Add case for Linux on CRIS.
3543 2001-03-26  Ulrich Drepper  <drepper@redhat.com>
3545         * attr.c (pthread_getattr_np): Correct computation of stack size
3546         for machiens with register stack.
3548         * Examples/ex17.c (main): Correct detection of failed mmap call.
3550 2001-03-21  Jakub Jelinek  <jakub@redhat.com>
3552         * pthread.c (__pthread_initialize_manager): Fix a typo.
3554 2001-03-21  Jakub Jelinek  <jakub@redhat.com>
3556         * attr.c (__pthread_attr_setstack): Fix alignment check.
3557         (pthread_getattr_np): __stackaddr is top of stack, not bottom.
3558         * Makefile (tests): Add ex17 test.
3559         * Examples/ex17.c: New test.
3561 2001-03-20  Ulrich Drepper  <drepper@redhat.com>
3563         * Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c.
3564         * cancel.c (__pthread_perform_cleanup): Call __rpc_thread_destroy.
3565         * sysdeps/pthread/bits/libc-tsd.h: Define _LIBC_TSD_KEY_VARS.
3567 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
3569         * Makefile: When generating DSO link with libc_nonshared.a.
3571 2001-02-26  Jakub Jelinek  <jakub@redhat.com>
3573         * signals.c (pthread_sighandler): Use CALL_SIGHANDLER.
3575 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
3577         * internals.h (__pthread_init_max_stacksize): New prototype.
3578         * attr.c (__pthread_attr_setstacksize): Call
3579         __pthread_init_max_stacksize if not yet initialized.
3580         * pthread.c (__pthread_init_max_stacksize): New function.
3581         (__pthread_initialize_manager): Call it.
3582         Patch by <dtc@cmucl.cons.org>.
3584 2001-03-16  Ulrich Drepper  <drepper@redhat.com>
3586         * attr.c (pthread_getattr_np): Fix __stacksize computation for IA-64.
3588 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3590         * shlib-versions: Add rule for Linux on 64 bit S/390.
3591         * sysdeps/s390/s390-64/pt-machine.h: New file.
3592         * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: New file.
3594 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3596         * sysdeps/s390/pt-machine.h: Move to...
3597         * sysdeps/s390/s390-32/pt-machine.h: ...here.
3598         Add defines for FLOATING_STACK and ARCH_STACK_MAX_SIZE.
3600 2001-03-15  Ulrich Drepper  <drepper@redhat.com>
3602         * Versions [libpthread] (GLIBC_2.2.3): Add pthread_getattr_np.
3603         * attr.c: Implement pthread_getattr_np.
3604         * sysdeps/pthread/pthread.h: Add prototype for pthread_getattr_np.
3605         * internals.h (struct _pthread_descr_struct): Add p_inheritsched.
3606         * manager.c (pthread_handle_create): Initialize p_inheritsched.
3608 2001-03-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3610         * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for
3611         code alignment.
3613 2001-02-20  Hans Boehm  <hans_boehm@hp.com>
3615         * manager.c (manager_mask): Removed static vesion.  Now always local
3616         to __pthread_manager().
3617         (manager_mask_all): Removed completely.
3618         (__pthread_manager): Remove manager_mask_all initialization.
3619         (pthread_handle_create): Remove code to set and reset signal mask
3620         around __clone2() calls.
3622 2001-02-17  Jakub Jelinek  <jakub@redhat.com>
3624         * spinlock.c (__pthread_lock): Force lock->__status to be read from
3625         memory on every spin.
3627 2001-02-10  Andreas Jaeger  <aj@suse.de>
3629         * Makefile (extra-objs): New.
3631 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
3633         * sysdeps/pthread/pt-initfini.c (call_initialize_minimal): Add
3634         __pthread_initialize_minimal prototype.
3636 2001-02-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
3638         * sysdeps/unix/sysv/linux/sh/pt-initfini.c: New file.
3640 2001-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3642         * sysdeps/unix/sysv/linux/s390/pt-initfini.c: New file.
3644 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
3646         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: First attempt to fix the
3647         broken code.  Patch by Jes Sorensen.
3649 2001-02-06  Andreas Jaeger  <aj@suse.de>
3651         * sysdeps/pthread/pthread.h: Move __pthread_initialize from here
3652         to...
3653         * internals.h: ...here.
3655 2001-02-05  Jes Sorensen  <jes@linuxcare.com>
3657         * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
3659 2001-02-02  Ulrich Drepper  <drepper@redhat.com>
3661         * Versions: Remove __pthread_initialize_minimal.
3663 2001-02-01  Ulrich Drepper  <drepper@redhat.com>
3665         * Makefile: Add rules to build crti.o and make it being used in
3666         building libpthread.so.
3667         * sysdeps/i386/Makefile: New file.
3668         * sysdeps/pthread/pt-initfini.c: New file.
3670         * pthread.c: Cleanups.
3672 2001-01-28  Andreas Jaeger  <aj@suse.de>
3674         * oldsemaphore.c (__old_sem_init): Adjust for last change.
3675         * sysdeps/pthread/bits/libc-lock.h: Likewise.
3676         * spinlock.c: Likewise.
3678 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
3680         * sysdeps/pthread/bits/initspin.h: Make all names namespace clean.
3681         * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: Likewise.
3682         * manager.c: Adjust for namespace cleanup in bits/initspin.h.
3683         * pthread.c: Likewise.
3684         * spinlock.h: Likewise.
3685         * sysdeps/pthread/pthread.h: Likewise.
3687 2001-01-26  Ulrich Drepper  <drepper@redhat.com>
3689         * sysdeps/pthread/bits/pthreadtypes.h: Define pthread_attr_t also
3690         as struct __pthread_attr_s.
3692         * semaphore.h (sem_t): Cleanup namespace, rename status and
3693         spinlock elements.
3695 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
3697         * pthread.c (pthread_onexit_process): Clear
3698         __pthread_manager_thread_bos after freeing it.
3699         * Makefile (tests): Add ex16.
3700         * Examples/ex16.c: New file.
3702 2001-01-11  Jakub Jelinek  <jakub@redhat.com>
3704         * Makefile (CFLAGS-pthread.c): Pass -DHAVE_Z_NODELETE if ld supports
3705         -z nodelete.
3706         * pthread.c (pthread_exit_process): Rename to...
3707         (pthread_onexit_process): ...this.
3708         (pthread_atexit_process, pthread_atexit_retcode): New.
3709         (pthread_initialize): Call __cxa_atexit instead of __cxa_on_exit
3710         and only if HAVE_Z_NODELETE is not defined.
3711         (__pthread_initialize_manager): Register pthread_atexit_retcode
3712         with __cxa_atexit.
3714 2001-01-11  Ulrich Drepper  <drepper@redhat.com>
3716         * pthread.c (pthread_initialize): Use __cxs_on_exit not __cxa_atexit.
3718 2001-01-11  Jakub Jelinek  <jakub@redhat.com>
3720         * Makefile (tests): Add ex15.
3721         * Examples/ex15.c: New test.
3723 2001-01-08  Ulrich Drepper  <drepper@redhat.com>
3725         * pthread.c (pthread_exit_process): Free memory allocated for
3726         manager stack.
3728 2000-12-31  Ulrich Drepper  <drepper@redhat.com>
3730         * manager.c (pthread_alloca_stack): Remove MAP_FIXED from mmap calls.
3731         (pthread_free): Always unmap the stack.  It's safe now that we don't
3732         use MAP_FIXED to allocate stacks.
3734 2000-12-31  Ulrich Drepper  <drepper@redhat.com>
3736         * sysdeps/powerpc/pspinlock.c: Don't include pt-machine.h here.
3738         * manager.c (pthread_allocate_stack): Prepare for removal of MAP_FIXED.
3740 2000-11-15  Wolfram Gloger  <wg@malloc.de>
3742         * manager.c (pthread_free): [!FLOATING_STACKS]: Only remap the
3743         stack to PROT_NONE, don't unmap it, avoiding collisions with malloc.
3745 2000-12-27  Andreas Jaeger  <aj@suse.de>
3747         * Examples/ex13.c: Make local functions static.
3748         * ecmutex.c: Likewise.
3749         * joinrace.c: Likewise.
3750         * Examples/ex14.c: Likewise.
3752         * Examples/ex2.c: Make local functions static; reformat.
3753         * Examples/ex1.c: Likewise.
3754         * Examples/ex4.c: Likewise.
3755         * Examples/ex5.c: Likewise.
3756         * Examples/ex7.c: Likewise.
3758         * oldsemaphore.c: Add prototypes to shut up GCC.
3759         * pt-machine.c: Likewise.
3761         * weaks.c: Add prototype for pthread_exit.
3763         * internals.h: Add some prototypes, format prototypes and add
3764         missing externs.
3765         Move __libc_waitpid prototype to include/sys/wait.h.
3767         * rwlock.c: Include <bits/libc-lock.h> for prototypes.
3768         * mutex.c: Likewise.
3769         * specific.c: Likewise.
3770         * ptfork.c: Likewise.
3772         * lockfile.c: Include internals.h to get prototypes.
3773         * events.c: Likewise.
3774         * sysdeps/alpha/pspinlock.c: Likewise.
3775         * sysdeps/arm/pspinlock.c: Likewise.
3776         * sysdeps/hppa/pspinlock.c: Likewise.
3777         * sysdeps/i386/pspinlock.c: Likewise.
3778         * sysdeps/ia64/pspinlock.c: Likewise.
3779         * sysdeps/m68k/pspinlock.c: Likewise.
3780         * sysdeps/mips/pspinlock.c: Likewise.
3781         * sysdeps/powerpc/pspinlock.c: Likewise.
3782         * sysdeps/s390/pspinlock.c: Likewise.
3783         * sysdeps/sh/pspinlock.c: Likewise.
3784         * sysdeps/sparc/sparc32/pspinlock.c: Likewise.
3785         * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: Likewise.
3786         * sysdeps/sparc/sparc64/pspinlock.c: Likewise.
3788 2000-12-27  Ulrich Drepper  <drepper@redhat.com>
3790         * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element.
3791         (__pthread_attr_getstack): Return correct address.
3792         Add warnings for using pthread_attr_getstackaddr and
3793         pthread_attr_setstackaddr.
3795 2000-12-26  Ulrich Drepper  <drepper@redhat.com>
3797         * Examples/ex6.c (test_thread): Make static.
3798         * Examples/ex12.c (test_thread): Make static and add noreturn
3799         attribute.
3801 2000-12-18  Jes Sorensen  <jes@linuxcare.com>
3803         * linuxthreads/sysdeps/ia64/pt-machine.h: __compare_and_swap
3804         and compare_and_swap_with_release_semantics returns int not long.
3806 2000-12-17  Andreas Jaeger  <aj@suse.de>
3808         * sysdeps/s390/pt-machine.h (testandset): Use long int as return
3809         value.
3810         * sysdeps/arm/pt-machine.h (testandset): Likewise.
3811         * sysdeps/hppa/pt-machine.h (testandset): Likewise.
3812         * sysdeps/m68k/pt-machine.h (testandset): Likewise.
3813         * sysdeps/sh/pt-machine.h (testandset): Likewise.
3814         * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise.
3815         * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise.
3817 2000-12-17  Ulrich Drepper  <drepper@redhat.com>
3819         * sysdeps/i386/pt-machine.h (testandset): Adjust for prototype change.
3820         * sysdeps/i386/i686/pt-machine.h (testandset): Likewise.
3822 2000-12-17  Andreas Jaeger  <aj@suse.de>
3824         * internals.h: Add prototypes for testandset and
3825         __compare_and_swap to shut up gcc warnings.
3827 2000-12-06  Wolfram Gloger  <wg@malloc.de>
3829         * join.c (pthread_detach): Allow case where the thread has already
3830         terminated.
3832 2000-12-05  Andreas Jaeger  <aj@suse.de>
3834         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't set mips2.
3835         * sysdeps/mips/pt-machine.h (testandset): Likewise.
3836         (__compare_and_swap): Likewise.
3837         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3839 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
3841         * Examples/ex3.c (main): Cast int to long before casting to void *.
3842         (search): Cast void * to long, not int.
3843         * Examples/ex8.c (main, thread): Similarly.
3844         * Examples/ex11.c (main): Similarly.
3845         * Examples/ex14.c (worker, do_test): Similarly.
3846         * ecmutex.c (worker, do_test): Similarly.
3847         (nlocks): Cast to int.
3849 2000-11-08  Bruce Mitchener  <bruce@cubik.org>
3851         * linuxthreads.texi:  Add documentation for pthreads attributes
3852         guardsize, stackaddr, stacksize, and stack.  Fix typo in previous
3853         patch.  Document pthread_[sg]etconcurrency().  Mark
3854         pthread_mutexattr_[sg]ettype() as POSIX rather than GNU.
3856 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
3858         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_MESSAGE_PASSING):
3859         Don't define it.
3860         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3861         Reported by Christopher Yeoh <cyeoh@linuxcare.com.au>.
3863 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
3865         * cancel.c (pthread_cancel): Always set p_canceled, even if we are
3866         not doing it right now.
3867         Reported by Kaz Kylheku <kaz@ashi.footprints.net>.
3869 2000-10-30  Ulrich Drepper  <drepper@redhat.com>
3871         * Examples/ex4.c (main): Don't use exit() to avoid warning with
3872         broken compilers.
3874 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
3876         * attr.c (__pthread_attr_setguardsize): Don't round guardsize
3877         here.  Reported by Bruce Mitchener <bruce@cubik.org>.
3879         * linuxthreads.texi: Changes terminology to 'type' from 'kind' when
3880         discussing mutexes. (As per the Unix98 name for the API.)
3881         Changes documentation for pthread_mutexattr_setkind_np() and
3882         pthread_mutexattr_getkind_np() over to the Unix98 APIs for the
3883         same: pthread_mutexattr_settype() and pthread_mutexattr_gettype().
3884         Changes references to PTHREAD_MUTEXATTR_FAST_NP to
3885         PTHREAD_MUTEXATTR_ADAPTIVE_NP.
3886         Begins to introduce discussion of the ``timed'' mutex type.  This
3887         discussion is currently incomplete.
3888         Patch by Bruce Mitchener <bruce@cubik.org>.
3890 2000-10-26  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
3891             Yutaka Niibe  <gniibe@chroot.org>
3893         * sysdeps/sh/pt-machine.h (testandset): Since the operand of TAS.B
3894         has restrictions, use register.
3896 2000-10-23  Andreas Schwab  <schwab@suse.de>
3898         * Examples/ex14.c (TIMEOUT): Override default timeout.
3900 2000-10-16  Ulrich Drepper  <drepper@redhat.com>
3902         * specific.c: Protect tsd array modification in thread data
3903         structures by getting the thread lock in pthread_key_delete and
3904         __pthread_destroy_specifics.
3905         Patch by Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de>.
3907 2000-10-12  Alan Modra <alan@linuxcare.com.au>
3909         * sysdeps/pthread/bits/initspin.h: New file.
3910         * spinlock.h: Move LOCK_INITIALIZER definition to <bits/initspin.h>.
3911         (__pthread_init_lock): Initialize lock with LT_SPINLOCK_INIT.
3912         (__pthread_alt_init_lock): Likewise.
3913         (__pthread_alt_trylock): Release lock with LT_SPINLOCK_INIT.
3915 2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>
3917         * oldsemaphore.c (__old_sem_init): Release lock with
3918         LT_SPINLOCK_INIT, not zero.
3919         * spinlock.c (__pthread_unlock): Likewise.
3920         (__pthread_alt_lock): Likewise.
3921         (__pthread_alt_timedlock): Likewise.
3922         (__pthread_alt_unlock): Likewise.
3923         * sysdeps/pthread/bits/libc-lock.h: Initialize locks with
3924         LT_SPINLOCK_INIT if it is non-zero.  Likewise for init-once flags.
3925         * sysdeps/pthread/pthread.h: Include bits/initspin.h.  Use
3926         LT_SPINLOCK_INIT do initialize spinlocks not 0.
3928 2000-10-12  David Huggins-Daines <dhd@linuxcare.com>
3930         * shlib-versions: Add version definitions for hppa-linux.
3932 2000-10-12  Alan Modra <alan@linuxcare.com.au>
3934         * sysdeps/hppa/pspinlock.c: New file.
3935         * sysdeps/hppa/pt-machine.h: New file.
3936         * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: New file.
3938 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
3940         * mutex.c (__pthread_mutex_destroy): Correct test of
3941         busy mutex for mutexes using alternate fastlocks.
3942         Patch by dtc@cmucl.cons.org.
3944 2000-09-28  Martin Schwidefsksy    <schwidefsky@de.ibm.com>
3946         * sysdeps/s390/pt-machine.h: Make %a0 the thread register.
3948 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
3950         * mutex.c (__pthread_mutex_unlock): For PTHREAD_MUTEX_RECURSIVE_NP
3951         test for owner first.
3952         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
3954         * cancel.c (pthread_cancel): Don't do anything if cancelation is
3955         disabled.
3957 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
3959         * spinlock.h (__pthread_set_own_extricate_if): Optimize a bit.
3960         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
3962         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
3963         _POSIX_MONOTONIC_CLOCK.
3965         * spinlock.h (__pthread_set_own_extricate_if): Add back locking
3966         and explain why.
3968 2000-09-20  Andreas Jaeger  <aj@suse.de>
3970         * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of
3971         "testrtsig.h" conditional.
3973 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
3975         * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and
3976         pthread_attr_setstack.
3977         * Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and
3978         pthread_attr_setstack.
3979         * attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions.
3981 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
3983         * Examples/ex14.c: New file.
3984         * Makefile (tests): Add ex14.
3986         * mutex.c (__pthread_mutex_unlock): Correct test for already unlocked
3987         mutex.  Patch by dtc@cmucl.cons.org.
3989         * ecmutex.c: New file.
3990         * Makefile (tests): Add ecmutex.
3992 2000-09-04  H.J. Lu  <hjl@gnu.org>
3994         * attr.c (__pthread_attr_setguardsize): Use page_roundup
3995         instead of roundup to round up to the page size.
3997 2000-09-03  Mark Kettenis  <kettenis@gnu.org>
3999         * manager.c (pthread_exited): Correctly report event as TD_REAP
4000         instead of TD_DEATH.  Fix comments.
4002 2000-09-03  Ulrich Drepper  <drepper@redhat.com>
4004         * spinlock.h (testandset): Add cast to avoid warning.
4005         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4007 2000-09-02  Andreas Jaeger  <aj@suse.de>
4009         * sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
4010         prototype.
4012 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
4014         * sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
4015         Fix typo in last patch (_mode -> _flags).
4017         * sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
4018         Provide definition which respects _IO_USER_LOCK flag.
4020 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
4022         * manager.c (pthread_allocate_stack): Clear descriptor only if not
4023         mmaped.
4025 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
4027         * Makefile: Add rules to build and run unload.
4028         * unload.c: New file.
4030         * pthread.c (pthread_exit_process): Move thread_self use inside `if'.
4032         * sysdeps/pthread/pthread.h
4033         (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Defined.
4034         (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP: Defined.
4036 2000-08-24  Andreas Jaeger  <aj@suse.de>
4038         * Examples/ex13.c: Include <string.h> for strerror prototype and
4039         <stdlib.h> for abort prototype.
4040         (pthr_cond_signal_mutex): Rewrite to silence GCC.
4041         (thread_start): Remove unused variable err.
4042         (main): Silence GCC warnings.
4044 2000-08-22  Andreas Jaeger  <aj@suse.de>
4046         * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.
4048         * Makefile (tests): Add ex13.
4050 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
4052         * semaphore.h: Add restrict where required by AGd4.
4053         * sysdeps/pthread/pthread.h: Likewise.
4054         * sysdeps/pthread/unix/sysv/linux/bits/sigthread.h: Likewise.
4056 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
4058         * Makefile (tests): Add ex12.  Add rule to build it.
4059         * Examples/ex12.c: New file.
4061 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
4063         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_SEMAPHORES
4064         even though the implementation is not quite complete (but it reports
4065         it).  Define _POSIX_MESSAGE_PASSING to -1.
4066         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4068 2000-08-12  Andreas Jaeger  <aj@suse.de>
4070         * sysdeps/mips/pt-machine.h (testandset): Add .set mips2 for
4071         assembler.
4072         (__compare_and_swap): Likewise.
4073         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise.
4075 2000-08-10  Ulrich Drepper  <drepper@redhat.com>
4077         * pthread.c (__pthread_initial_thread): Initialize p_errnop and
4078         p_h_errnop correctly and not to NULL.
4080 2000-08-05  Ulrich Drepper  <drepper@redhat.com>
4082         * Banner: Bump version number to 0.9.
4084 2000-08-04  Ulrich Drepper  <drepper@redhat.com>
4086         * Makefile (tests): Add tststack.  Add rule to build the program.
4087         * tststack.c: New file.
4089         * internals.h: Declare __pthread_max_stacksize.
4090         * pthread.c (__pthread_max_stacksize): New variable.
4091         (__pthread_initialize_manager): Determine __pthread_initialize_manager
4092         value.
4093         * manager.c (thread_segment): Return always NULL if FLOATING_STACKS.
4094         (pthread_allocate_stack): Allow kernel to choose stack address if
4095         FLOATING_STACKS.  This also handles variable-sized stacks.
4096         Always allocate stack and guardpage together.  Use mprotect to
4097         change guardpage access.
4098         * sysdeps/i386/useldt.h: Define FLOATING_STACKS and
4099         ARCH_STACK_MAX_SIZE.
4101         * attr.c (__pthread_attr_setstacksize): Also test value against
4102         upper limit.
4104         * manager.c (__pthread_nonstandard_stacks): Define only if
4105         THREAD_SELF is not defined.
4106         (pthread_allocate_stack): Always initialize gardaddr to a correct
4107         value.
4108         (pthread_handle_create): Unmap thread with one call.
4109         (pthread_free): Remove test for initial thread before removing stack.
4110         Unmap stack with one call.
4112         * pthread.c (__pthread_initial_thread): Initialize p_userstack to
4113         1 to avoid removing the stack.
4115 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
4117         * sysdeps/ia64/pspinlock.c (__pthread_spin_lock): Add
4118         load of spin lock to prime the cache before the atomic compare and
4119         exchange operation (cmpxchg4). This avoids the spinning on the
4120         cmpxchg4 instruction and reduces movement of the cache line back
4121         and forth between the processors (explanation by Asis K. Mallick
4122         from Intel). This basically makes the implementation operate the
4123         same as the Linux kernel implementation.
4125         * shlib-versions: Use GLIBC_2_2 for Linux/ia64.
4126         * sysdeps/ia64/pspinlock.c: New file.
4128 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
4130         * pthread.c: Move definition of __pthread_set_own_extricate_if...
4131         * spinlock.h: ...here.  Remove locking.
4132         * internals.h: Remove __pthread_set_own_extricate_if prototype.
4134         * rwlock.c: Use THREAD_GETMEM And THREAD_SETMEM.
4135         (rwlock_rd_extricate_func): Don't determine self, let
4136         __pthread_lock do it.
4137         (rwlock_wr_extricate_func): Likewise.
4138         (rwlock_have_already): Optimize *pself handling a bit.
4140         * mutex.c: Use __builtin_expect.
4141         * pthread.c: Likewise.
4143 2000-08-02  Andreas Jaeger  <aj@suse.de>
4145         * sysdeps/s390/pspinlock.c: New file.
4146         * sysdeps/s390/pt-machine.h: New file.
4147         Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
4149 2000-07-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4151         * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Implement for
4152         R3K.
4153         * sysdeps/mips/pt-machine.h (testandset): Likewise.
4155 2000-07-26  Andreas Jaeger  <aj@suse.de>
4157         * pthread.c: Initialize p_sem_avail.
4159 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
4161         * internals.h (struct __pthread_descr_struct): Add p_sem_avail.
4162         * semaphore.c: Handle spurious wakeups.
4164         * sysdeps/pthread/pthread.h: Add back PTHREAD_MUTX_FAST_NP as an alias
4165         for PTHREAD_MUTEX_ADAPTIVE_NP for source code compatibility.
4167         * pthread.c (__pthread_set_own_extricate): Use THREAD_GETMEM.
4168         (__pthread_wait_for_restart): Likewise.
4170         * condvar.c (pthread_cond_wait): Also check whether thread is
4171         cancelable before aborting loop.
4172         (pthread_cond_timedwait): Likewise.
4174         * signals.c (pthread_sighandler): Remove special code to restrore
4175         %gs on x86.
4176         (pthread_sighandler_t): Likewise.
4178 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
4180         * internals.h (__RES_PTHREAD_INTERNAL): Remove define.
4181         * pthread.c: Include <resolv.h>.
4182         (_res): Undefine.  Add extern declaration.
4184 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
4186         * pthread.c (__pthread_initial_thread): Update initializer.
4187         (__pthread_manager_thread): Likewise.
4188         (pthread_initialize): Move setrlimit call to...
4189         (__pthread_initialize_manager): ...here.
4190         (__pthread_reset_main_thread): Reset also soft limit on stack size.
4192         * condvar.c: Handle spurious wakeups.  [PR libc/1749].
4193         * internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
4195 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
4197         * spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use
4198         __compare_and_swap to define testandset.
4199         * sysdeps/powerpc/pt-machine.h: Add volatile to asms.
4200         Define IMPLEMENT_TAS_WITH_CAS.
4202 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
4204         * Makefile: Pass -z nodelete to linker for libpthread.so
4205         generation if it understand this option.
4207 2000-07-18  Mark Kettenis  <kettenis@gnu.org>
4209         * manager.c (pthread_handle_create): Remove initialization of
4210         new_thread->p_res._sock.
4212 2000-07-19  Kaz Kylheku  <kaz@ashi.footprints.net>
4214         Bugfixes to the variant of the code for machines with no compare
4215         and swap.
4217         * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Wait
4218         node was not being properly enqueued, due to failing to update
4219         the lock->__status field.
4221         * spinlock.c (__pthread_alt_timedlock): The oldstatus variable was
4222         being set inappropriately, causing the suspend function to be called
4223         with a null self pointer and crash.
4225 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
4227         * spinlock.h (__pthread_alt_trylock): Fix code used if no
4228         compare&swap is available.
4230         * spinlock.h (__pthread_trylock): Use __compare_and_swap, not
4231         compare_and_swap.
4233         * pthread.c (pthread_initialize): Don't use sysconf to determine
4234         whether the machine has more than one processor.
4236         * spinlock.c (__pthread_alt_timedlock): Add back one of the
4237         removed thread_self calls.
4239 2000-07-18  Kaz Kylheku  <kaz@ashi.footprints.net>
4241         * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Changed
4242         __compare_and_swap to compare_and_swap in code which assumes
4243         compare swap is available.
4245 2000-07-18  Kaz Kylheku  <kaz@ashi.footprints.net>
4247         * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Fixed
4248         bug whereby thr field of waitnode structure would not be correctly
4249         set unless a null self pointer is passed to the functions.
4250         Eliminated redundant calls to thread_self().
4252 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
4254         * pthread.c (__pthread_initialize_manager): Lock
4255         __pthread_manager_thread.p_lock before calling clone.
4257 2000-05-05  H.J. Lu  <hjl@gnu.org>
4259         * sysdeps/ia64/pt-machine.h (__compare_and_swap): Change it to
4260         have acquire semantics.
4261         (__compare_and_swap_with_release_semantics): New inline
4262         function.
4263         (HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): New macro.
4265 2000-01-28  Hans Boehm  <hboehm@exch.hpl.hp.com>
4267         * manager.c: Fix the problem with signals at startup.
4268         Change the way that thread stacks are allocated on IA64.
4269         Clean up some of the guard page allocation stuff.
4271 1999-12-19  H.J. Lu  <hjl@gnu.org>
4273         * internals.h (page_roundup): New.
4274         * attr.c (__pthread_attr_setguardsize); Use page_roundup
4275         instead of roundup.
4276         * manager.c (pthread_allocate_stack): Make sure guardaddr is
4277         page aligned with page_roundup if NEED_SEPARATE_REGISTER_STACK
4278         is define.
4280 1999-12-17  Hans Boehm  <hboehm@exch.hpl.hp.com>
4282         * manager.c (pthread_allocate_stack): Unmap the stack top
4283         if failed to map the stack bottom.
4284         Fix the guard page.
4285         (pthread_free): Fix the guard page.
4287         * pthread.c (pthread_initialize): Set rlimit correctly for
4288         NEED_SEPARATE_REGISTER_STACK.
4290 1999-12-16  H.J. Lu  <hjl@gnu.org>
4292         * pthread.c (__pthread_initialize_manager): Pass
4293         __pthread_manager_thread_bos instead of
4294         __pthread_manager_thread_tos to __clone2.
4296 1999-12-16  H.J. Lu  <hjl@gnu.org>
4298         * manager.c (pthread_allocate_stack): Correct the calculation
4299         of "new_thread_bottom". Remove MAP_GROWSDOWN from mmap for
4300         stack bottom.
4302 1999-12-13  H.J. Lu  <hjl@gnu.org>
4304         * sysdeps/ia64/pt-machine.h (__compare_and_swap): Added a stop
4305         bit after setting ar.ccv.
4307 1999-12-12  H.J. Lu  <hjl@gnu.org>
4309         * manager.c (pthread_allocate_stack): Make the starting
4310         address of the stack bottom page aligned. FIXME: it may
4311         need changes in other places.
4312         (pthread_handle_create): Likewise.
4314 1999-12-11  Hans Boehm  <hboehm@exch.hpl.hp.com>
4316         * manager.c (pthread_allocate_stack): Handle
4317         NEED_SEPARATE_REGISTER_STACK.
4318         (pthread_handle_create): Likewise.
4319         * pthread.c (__pthread_initialize_manager): Likewise.
4321         * sysdeps/ia64/pt-machine.h: Use r13 for thread pointer.
4323 1999-12-02  H.J. Lu  <hjl@gnu.org>
4325         * sysdeps/ia64/pt-machine.h: New.
4327 2000-07-13  Ulrich Drepper  <drepper@redhat.com>
4329         * wrapsyscall.c: Mark non-__ protected names as weak.
4330         PR libc/1466.
4332 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4334         * Examples/ex8.c: Include <sys/wait.h>, not <wait.h>.
4336 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4338         * spinlock.c: Fix code for TEST_FOR_COMPARE_AND_SWAP being defined.
4339         Add tests also to new alternative spinlock implementation.
4340         * spinlock.h: Likewise.
4341         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4343 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
4345         * Version: Export __sigaction.
4346         * signals.c: Define __sigaction alias.  Use __libc_sigaction instead
4347         of __sigaction.
4348         * pthread.c: Use __libc_sigaction instead of __sigaction.
4350         * condvar.c: Implement pthread_condattr_getpshared and
4351         pthread_condattr_setpshared.
4352         * mutex.c: Implement pthread_mutexattr_getpshared and
4353          pthread_mutexattr_setpshared.
4354         * Versions: Export new functions.
4355         * sysdeps/pthread/pthread.h: Add prototypes for new functions.
4357         * rwlock.c (pthread_rwlockattr_init): Use PTHREAD_PROCESS_PRIVATE.
4358         (pthread_rwlockattr_setpshared): Fail if PTHREAD_PROCESS_PRIVATE
4359         is not selected.
4361 2000-07-04  Greg McGary  <greg@mcgary.org>
4363         * sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
4364         pragmas.  Include bp-sym.h only if _LIBC.
4366 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
4368         * spinlock.c (__pthread_unlock): Properly place write barrier.
4369         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4371 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
4373         * spinlock.c: Replace fast spinlocks by adaptive spinlocks which are
4374         faster on SMP systems.  No more emulation of compare&swap for adaptive
4375         spinlocks.
4376         * spinlock.h: Likewise.
4377         * sysdeps/pthread/pthread.h: Shuffle PTHREAD_MUTEX_* values around.
4378         Replace fast with adaptive mutex.
4379         * mutex.c: Rewrite for replacement of fast by adaptive mutex.
4380         * condvar.c: Likewise.
4381         * pthread.c: Define and initialize __pthread_smp_kernel variable.
4382         * internals.h: Declare __pthread_smp_kernel.
4383         * sysdeps/pthread/bits/pthreadtypes.h: Update comment of
4384         _pthread_fastlock structure.
4385         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4387         * pthread.c: Remove initialization to zero from global variables.
4389 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
4391         * shlib-versions: Make sparc64 GLIBC_2.2+ only.
4393 2000-06-28  Greg McGary  <greg@mcgary.org>
4395         * weaks.c: Wrap BP_SYM () around weak extern declarations of
4396         pthread functions that have pointers in their return+arg signatures.
4398 2000-06-27  Greg McGary  <greg@mcgary.org>
4400         * sysdeps/pthread/bits/libc-lock.h: Wrap BP_SYM () around weak
4401         extern declarations of pthread functions that have pointers in
4402         their return+arg signatures.
4404 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
4406         * Makefile (tests): Add ex11.  Add rules to build it.
4407         * Examples/ex11.c: New file.
4408         * rwlock.c: Fix complete braindamaged previous try to implement
4409         timedout functions.
4411         * spinlock.c: Pretty print.
4413 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
4415         * Makefile (tests): Add ex10.  Add rules to build it.
4416         * Versions [GLIBC_2.2] (libpthread): Add pthread_mutex_timedlock,
4417         pthread_rwlock_timedrdlock, and pthread_rwlock_timedwrlock.
4418         * condvar.c (pthread_cond_wait): Allow mutex of kind
4419         PTHREAD_MUTEX_TIMED_NP.
4420         (pthread_cond_timedwait_relative): Likewise.
4421         * mutex.c (__pthread_mutex_init): Default is PTHREAD_MUTEX_TIMED_NP.
4422         (__pthread_mutex_trylock): Use __pthread_alt_trylock for
4423         PTHREAD_MUTEX_ERRORCHECK_NP.  Handle PTHREAD_MUTEX_TIMED_NP.
4424         (__pthread_mutex_lock): Use __pthread_alt_lock for
4425         PTHREAD_MUTEX_ERRORCHECK_NP.  Handle PTHREAD_MUTEX_TIMED_NP.
4426         (__pthread_mutex_timedlock): New function.
4427         (__pthread_mutex_unlock): Use __pthread_alt_unlock for
4428         PTHREAD_MUTEX_ERRORCHECK_NP.  Handle PTHREAD_MUTEX_TIMED_NP.
4429         (__pthread_mutexattr_init): Use PTHREAD_MUTEX_TIMED_NP.
4430         (__pthread_mutexattr_settype): Allow PTHREAD_MUTEX_TIMED_NP.
4431         * spinlock.c: Implement alternate fastlocks.
4432         * spinlock.h: Add prototypes.
4433         * Examples/ex10.c: New file.
4434         * sysdeps/pthread/pthread.h: Add prototypes for new functions.
4435         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4437         * rwlock.c (__pthread_rwlock_rdlock): Optimize loop a bit.
4438         (__pthread_rwlock_timedrdlock): New function.
4439         (__pthread_rwlock_timedwrlock): New function.
4440         Use laternate fastlock function everywhere.
4442 2000-06-21  Andreas Jaeger  <aj@suse.de>
4444         * sysdeps/pthread/timer_routines.c: Include <string.h> for memset
4445         prototype.
4447         * join.c: Include <stdlib.h> for exit prototype.
4449 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
4451         * sysdeps/i386/useldt.h: Include <stdlib.h>.
4453         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_BARRIERS.
4454         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4456         * Makefile (libpthread-routines): Add barrier.
4457         (tests): Add ex9.  Add rule to build ex9.
4458         * Versions: Export barrier functions.
4459         * barrier.c: New file.
4460         * Examples/ex9.c: New file.
4461         * sysdeps/pthread/pthread.h: Add barrier data types and declarations.
4462         * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
4463         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4465 2000-06-19  H.J. Lu  <hjl@gnu.org>
4467         * spinlock.h (HAS_COMPARE_AND_SWAP): Defined if
4468         HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS is defined.
4469         (compare_and_swap_with_release_semantics): New. Default to
4470         compare_and_swap if HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS
4471         is not defined.
4473         * spinlock.c (__pthread_unlock): Call
4474         compare_and_swap_with_release_semantics () instead of
4475         compare_and_swap ().
4477 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
4479         * sysdeps/pthread/timer_create.c: Use _set_errno instead of assigning
4480         to errno directly.
4481         * sysdeps/pthread/timer_delete.c: Likewise.
4482         * sysdeps/pthread/timer_getoverr.c: Likewise.
4483         * sysdeps/pthread/timer_gettime.c: Likewise.
4484         * sysdeps/pthread/timer_settime.c: Likewise.
4486 2000-06-13  Kaz Kylheku  <kaz@ashi.footprints.net>
4488         Timer nodes are now reference counted, and can be marked
4489         as deleted. This allows for the safe release of the global mutex
4490         in the middle without losing the timer being operated on.
4492         * sysdeps/pthread/posix-timer.h (struct timer_node):  The inuse
4493         member is now an enum with three values, so that an intermediate
4494         state can be represented (deleted but not free for reuse yet).
4495         New refcount member added.
4496         * sysdeps/pthread/timer_routines.c: Likewise.
4498         * sysdeps/pthread/posix-timer.h (timer_addref, timer_delref,
4499         timer_valid): New inline functions added.
4501         * sysdeps/pthread/timer_gettime.c (timer_gettime): Function
4502         restructured, recursive deadlock bug fixed.
4504         * sysdeps/pthread/timer_gettime.c (timer_gettime): Uses new
4505         timer_addref to ensure that timer won't be deleted while mutex is not
4506         held. Also uses timer_invalid to perform validation of timer handle.
4507         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
4508         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
4510 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
4512         * shlib-versions: Add entry for SH.
4513         Patch by Kaz Kojima <kkojima@rr.iij4u.or.jp>.
4515 2000-06-13  Kaz Kylheku  <kaz@ashi.footprints.net>
4517         A few optimizations.  Got rid of unnecessary wakeups of timer threads,
4518         tightened up some critical regions and micro-optimized some list
4519         manipulation code.
4521         * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4522         Returns int value now to indicate whether timer was queued at head.
4523         * sysdeps/pthread/posix-timer.h: Likewise.
4524         * sysdeps/pthread/timer_settime.c (timer_settime): Takes advantage of
4525         new return value from __timer_thread_queue_timer to avoid waking
4526         up timer thread unnecessarily.
4528         * sysdeps/pthread/posix-timer.h (timer_id2ptr): No longer checks
4529         inuse flag, because this requires mutex to be held.  Callers updated
4530         to do the check when they have the mutex.
4531         * sysdeps/pthread/timer_getoverr.c: Add check for inuse here.
4533         * sysdeps/pthread/timer_settime.c (timer_settime): Tighter critical
4534         regions: avoids making system calls while holding timer mutex, and
4535         a few computations were moved outside of the mutex as well.
4536         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
4538         * sysdeps/pthread/posix-timer.h (list_unlink_ip): Function name changed
4539         to list_unlink_ip, meaning idempotent.  Pointer manipulation
4540         changed to get better better code out of gcc.
4541         * sysdeps/pthread/timer_routines.c (list_unlink): Non-idempotent
4542         version of list_unlink added here.
4543         * sysdeps/pthread/timer_delete.c: Use appropriate list unlink
4544         function in all places: idempotent one for timers, non-idempotent
4545         one for thread nodes.
4546         * sysdeps/pthread/timer_settime: Likewise.
4547         * sysdeps/pthread/timer_routines.c: Likewise.
4549 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
4551         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_TIMERS): Define.
4552         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4554         * sysdeps/pthread/Makefile: Remove tests definition.
4556 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
4557             Yutaka Niibe  <gniibe@chroot.org>
4559         * sysdeps/sh/pspinlock.c: New file.
4560         * sysdeps/sh/pt-machine.h: New file.
4562 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
4564         * Makefile (tests): Add joinrace.
4566         * Examples/ex6.c: Test return value of pthread_join.
4568 2000-06-11  Geoff Keating  <geoffk@cygnus.com>
4570         * sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement.
4571         (__pthread_spin_trylock): Implement.
4572         (__pthread_spin_unlock): Implement.
4573         (__pthread_spin_init): Implement.
4574         (__pthread_spin_destroy): Implement.
4576 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
4578         * sysdeps/pthread/timer_routines.c (list_append): Little fix to
4579         really append the entry.
4581 2000-06-10  Andreas Jaeger  <aj@suse.de>
4583         * lockfile.c (__fresetlockfiles): Remove unused variable fp.
4585 2000-06-10  Kaz Kylheku  <kaz@ashi.footprints.net>
4587         * sysdeps/pthread/timer_create.c: Thread matching now done on
4588         clock type as well as thread attributes.
4589         There are individual global signal-delivering threads for
4590         different clock types.
4591         * sysdeps/pthread/posix-timer.h: Likewise.
4592         * sysdeps/pthread/timer_routines.c: Likewise.
4594         * sysdeps/pthread/timer_routines.c: Thread allocation and
4595         deallocation function now remembers to put thread on active
4596         list and remove from active list.
4597         Thus now the feature of binding multiple timers
4598         to a single thread actually works.
4600 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
4602         * pthread.c (__pthread_create_2_1): Optimize a bit.
4604         * internals.h (invalid_handle): Also test for p_terminated != 0.
4605         (nonexisting_handle): New function.  Same as old invalid_handle.
4606         * join.c (pthread_join): Use nonexisting_handle instead of
4607         invalid_handle to test for acceptable thread handle.
4608         * manager.c (pthread_handle_free): Likewise.
4609         * joinrace.c: New file.
4610         Reported by Permaine Cheung <pcheung@cygnus.com>.
4612 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
4614         * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4615         Correct handling of matching variable.
4617         * sysdeps/pthread/tst-timer.c (main): Rewrite initializers to
4618         avoid warnings.
4620         * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4621         Be prepared for empty timer list.
4623         * sysdeps/pthread/timer_create.c (timer_create): Correct names of
4624         CPUTIME clock ID.  Add support for thread clocks.
4626         * sysdeps/pthread/posix-timer.h (timer_ptr2id): Operands in
4627         subtraction were switched.
4629         * sysdeps/pthread/timer_routines.c (init_module): Use
4630         THREAD_MAXNODES threads.
4632         * sysdeps/pthread/posix-timer.h (struct timer_node): Add creator_pid.
4633         * sysdeps/pthread/timer_create.c: Fill in creator_pid.
4634         * sysdeps/pthread/timer_routines.c (thread_expire_timer): Send signal
4635         with sigqueueinfo is this system call is available.
4637         * sysdeps/pthread/timer_create.c (timer_create): Allow
4638         CLOCK_CPUTIME if _POSIX_CPUTIME is defined.
4640         * sysdeps/pthread/Makefile: New file.  Add rules to build timer
4641         functionality.
4642         * sysdeps/unix/sysv/linux/bits/local_lim.h: Add TIMER_MAX.
4644 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
4646         * sysdeps/pthread/posix-timer.h: New file.
4647         * sysdeps/pthread/timer_create.c: New file.
4648         * sysdeps/pthread/timer_delete.c: New file.
4649         * sysdeps/pthread/timer_getoverr.c: New file.
4650         * sysdeps/pthread/timer_gettime.c: New file.
4651         * sysdeps/pthread/timer_routines.c: New file.
4652         * sysdeps/pthread/timer_settime.c: New file.
4653         * sysdeps/pthread/tst-timer.c: New file.
4655 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
4657         * sysdeps/unix/sysv/linux/bits/local_lim.h: Remove OPEN_MAX and
4658         LINK_MAX definitions if necessary.
4660 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
4662         Added missing fork time handling of global libio lock.
4664         * lockfile.c (__fresetlockfiles): Now also resets the list lock,
4665         not just the individual stream locks. Rewritten to use new
4666         iterator interface provided by libio rather than accessing
4667         global variable.
4669         * lockfile.c (__flockfilelist, _funlockfilelist): New functions
4670         which lock and unlock the stream list using the new interface
4671         provied by libio.
4672         * internals.h: Likewise.
4674         * ptfork.c (__fork): Now calls __flockfilelist before fork,
4675         and __funlockfilelist in the parent after the fork.
4676         Child still calls __fresetlockfiles as before.
4678         * linuxthreads.texi: Now explains what happens to streams at
4679         fork time. Also whole new section on forking and thread added.
4680         Definition of pthread_atfork moved out of Miscellaneous Functions
4681         to this new section.
4683 2000-06-04  Jakub Jelinek  <jakub@redhat.com>
4685         * sysdeps/sparc/sparc32/sparcv9/pspinlock.c (__pthread_spin_lock):
4686         Add missing register.
4687         * sysdeps/sparc/sparc64/pspinlock.c (__pthread_spin_lock): Likewise.
4689 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
4691         * sysdeps/sparc/sparc32/pspinlock.c: Implement spinlocks.
4692         * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: New.
4693         * sysdeps/sparc/sparc64/pspinlock.c: Implement spinlocks.
4695 2000-05-31  Andreas Jaeger  <aj@suse.de>
4697         * sysdeps/mips/pspinlock.c: Implement spinlocks.
4699 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
4701         * spinlock.c (__pthread_lock): Remove ASSERT.
4703         * Makefile (tests): Add ex8.
4704         * Examples/ex8.c: New file.
4706 2000-05-12  Kaz Kylheku  <kaz@ashi.footprints.net>
4708         Bugfix: The pthread_atfork mechanism now takes care of its
4709         own internal mutex at fork time.
4711         * ptfork.c (__fork): Revised so that the mutex is held across
4712         the fork operation and while the handlers are called, and so that
4713         the child resets the mutex.
4715         * linuxthreads.texi: Updated pthread_atfork documentation to make
4716         it clear that fork and pthread_atfork can't be reentered from
4717         atfork handlers, that pthread_atfork and fork are mutually atomic,
4718         and that the handlers are inherited by the child process.
4720 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
4722         * Makefile (libpthread-routines): Add pspinlock.
4723         * cancel.c: Rename __pthread_spin_unlock back to __pthread_unlock.
4724         Use struct _pthread_fastlock instead of pthread_spinlock_t.
4725         * condvar.c: Likewise.
4726         * internals.h: Likewise.
4727         * join.c: Likewise.
4728         * manager.c: Likewise.
4729         * mutex.c: Likewise.
4730         * pthread.c: Likewise.
4731         * rwlock.c: Likewise.
4732         * semaphore.c: Likewise.
4733         * signals.c: Likewise.
4734         * spinlock.h: Likewise.
4735         * spinlock.c: Likewise.  Remove pthread_spin_lock functions.
4736         * sysdeps/alpha/pspinlock.c: New file.
4737         * sysdeps/arm/pspinlock.c: New file.
4738         * sysdeps/i386/pspinlock.c: New file.
4739         * sysdeps/m68k/pspinlock.c: New file.
4740         * sysdeps/mips/pspinlock.c: New file.
4741         * sysdeps/powerpc/pspinlock.c: New file.
4742         * sysdeps/sparc/sparc32/pspinlock.c: New file.
4743         * sysdeps/sparc/sparc64/pspinlock.c: New file.
4744         * sysdeps/pthread/bits/pthreadtypes.h: Remove pthread_spinlock_t
4745         back to _pthread_fastlock.  Define new pthread_spinlock_t.
4747 2000-05-24  Andreas Jaeger  <aj@suse.de>
4749         * sysdeps/i386/i686/pt-machine.h: Only use LDT on newer kernels.
4751 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
4753         * manager.c (pthread_handle_create): Initialize p_res._sock to -1.
4755 2000-05-13  Jakub Jelinek  <jakub@redhat.com>
4757         * internals.h (__RES_PTHREAD_INTERNAL): Define.
4759 2000-05-06  Kaz Kylheku  <kaz@ashi.footprints.net>
4761         * mutex.c (pthread_once): IN_PROGRESS state of pthread_once_t
4762         object state is represented with additional bits which distinguish
4763         whether that state was set up in the current process, or
4764         in an ancestor process. If that state was set in an ancestor,
4765         it means that a fork happened while thread was executing the init
4766         function. In that case, the state is reset to NEVER.
4767         * mutex.c (__pthread_once_fork_prepare): New function.
4768         (__pthread_once_fork_child): Likewise
4769         (__pthread_once_fork_parent): Likewise
4770         (__pthread_reset_pthread_once): Removed.
4771         * ptfork.c (__fork): Call new handlers in mutex.c.
4772         * internals.h: Declarations of new mutex.c functions added.
4773         Declaration of removed function deleted.
4774         * linuxthreads.texi: Updated documentation about pthread_once
4775         to clarify what happens under cancellation and forking.
4777 2000-05-06  Kaz Kylheku  <kaz@ashi.footprints.net>
4779         * internals.h: New thread manager request type, REQ_KICK.
4780         * join.c (pthread_exit): main thread now calls exit() instead
4781         of _exit() in order to proper process cleanup.
4782         * manager.c (__pthread_manager): Do not terminate manager
4783         after unblocking main thread; wait for main thread's
4784         REQ_PROCESS_EXIT request instead.
4785         Also, added REQ_KICK case to handle new request; this just does
4786         nothing.
4787         * manager.c (pthread_exited): Do not terminate manager after
4788         unblocking main thread.
4789         * manager.c (__pthread_manager_sighandler): If the main thread
4790         is waiting for all other threads to die, send a REQ_KICK into
4791         the thread manager request pipe to get it to clean out the threads
4792         and unblock the main thread as soon as possible. This fixes
4793         the 2000 millisecond hang on shutdown bug.
4794         * Examples/ex7.c: New file, tests shutdown behavior when all threads
4795         including the main one call pthread_exit(), or implicitly do so.
4796         * Makefile (tests): Add ex7.
4798 2000-05-05  Andreas Jaeger  <aj@suse.de>
4800         * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4801         (pthread_getcpuclockid): Correct test for ourselves.
4803 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
4805         * internals.h (struct _pthread_descr_struct): Reorganization.
4806         Allocate room for 16 pointers at head of the structure for future
4807         thread-local data handling.  Move p_self member in this area.
4808         * manager.c (pthread_handle_create): Adjust use of p_self.
4809         * sysdeps/i386/useldt.h (THREAD_SELF): Likewise.
4810         * pthread.c (__pthread_initial_thread): Adjust initialization.
4811         (__pthread_manager_thread): Likewise.
4813 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
4815         * join.c (pthread_exit): Use THREAD_GETMEM_NC instead of THREAD_GETMEM
4816         for eventmask larger than 1 word.
4818 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
4820         * Versions [libpthread] (GLIBC_2.2): Add __pthread_initialize_minimal.
4821         * pthread.c (__pthread_initialize_minimal): New function.  Perform
4822         minimal initialization.
4823         (pthread_initialize): Remove this code here.
4824         * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h" again.  We
4825         are working around the problem in glibc.
4827 2000-04-25  Ulrich Drepper  <drepper@redhat.com>
4829         * sysdeps/i386/i686/pt-machine.h: Do not use "../useldt.h" for
4830         now.  First gcc must be fixed (more concrete: libgcc).
4832 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
4834         * pthread.c: Remove special treatement for interrupt handlers on x86.
4835         * manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF.
4836         * sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where
4837         necessary.
4838         * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h".
4840 2000-04-24  Mark Kettenis  <kettenis@gnu.org>
4842         * join.c (pthread_exit): Set p_terminated after reporting the
4843         termination event instead of before.
4845 2000-04-20  Jakub Jelinek  <jakub@redhat.com>
4847         * sysdeps/pthread/bits/libc-lock.h: Only declare __pthread_rwlock_*
4848         if __USE_UNIX98.
4850 2000-04-18  Andreas Jaeger  <aj@suse.de>
4852         * Versions: Use ld instead of ld.so.
4854 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
4856         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
4857         Remove the typedef keyword.
4859 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
4861         * sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Use membar,
4862         not stbar.
4863         (READ_MEMORY_BARRIER): Define.
4864         * spinlock.c (__pthread_spin_unlock): Use READ_MEMORY_BARRIER, not
4865         MEMORY_BARRIER.
4866         * internals.h (READ_MEMORY_BARRIER): Define if not defined in sysdep
4867         headers.
4869 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
4871         * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4872         (pthread_getcpuclockid): Don't compare thread_id with thread_self,
4873         use thread_handle().
4875 2000-04-16  Ulrich Drepper  <drepper@redhat.com>
4877         * condvar.c (pthread_cond_timedwait_relative): Don't test for owner
4878         if fast mutex is used.  Don't initialize `already_canceled' twice.
4879         Correctly test for return value of timedsuspend.
4881         * pthread.c: Correct long-time braino.  We never set SA_SIGINFO and
4882         therefore don't need the _rt versions of the signal handlers.
4884 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4886         * pthread.c (pthread_yield): New function.
4887         * sysdeps/pthread/pthread.h (pthread_yield): Add prototype.
4888         * Versions [libpthread] (GLIBC_2.2): Add pthread_yield.
4889         * internals.h: Declare __pthread_yield.
4891         * pthread.c (pthread_initialize): Avoid a bit more code if
4892         realtime signals are known to exist.
4894         * pthread.c: Is __ASSUME_REALTIME_SIGNALS then avoid generating code
4895         to dynamically detect RT signals and avoid generating compatibility
4896         functions with old kernel.
4897         * restart.h (restart) [__ASSUME_REALTIME_SIGNALS]: Use
4898         __pthread_restart_new directly.
4899         (suspend) [__ASSUME_REALTIME_SIGNALS]: Use
4900         __pthread_wait_for_restart_signal directly.
4901         (timedsuspend) [__ASSUME_REALTIME_SIGNALS]: Use
4902         __pthread_timedsuspend_new directly.
4904 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
4906         * condvar.c: Remove all the special code to handle cond_timedwait.
4907         Use timedsuspend instead.
4908         * internals.h: Declare __pthread_timedsuspend_old,
4909         __pthread_timedsuspend_new, and __pthread_timedsuspend.
4910         Remove declaration of __pthread_init_condvar.
4911         * pthread.c: Define __pthread_timedsuspend variable.
4912         (__pthread_timedsuspend_old): New function.  Timed suspension
4913         implementation for old Linux kernels.
4914         (__pthread_timedsuspend_new): New function.  Timed suspension
4915         implementation for new Linux kernels.
4916         * restart.h (timedsuspend): New function.  Call appropriate
4917         suspension function through __pthread_timedsuspend.
4918         * semaphore.c (sem_timedwait): Use timedsuspend, don't duplicate
4919         the code.
4920         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4922         * internals.h (WRITE_MEMORY_BARRIER): Define as MEMORY_BARRIER if
4923         undefined.
4924         * spinlock.c: Use WRITE_MEMORY_BARRIER instead of MEMORY_BARRIER
4925         where possible.
4926         * sysdeps/alpha/pt-machine.h: Define WRITE_MEMORY_BARRIER.
4927         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
4929         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _POSIX_SPAWN.
4930         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4932 2000-04-14  Andreas Jaeger  <aj@suse.de>
4934         * weaks.c: Fix typo.
4936         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
4937         2.2 for linuxthreads.
4939 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
4941         * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4942         (pthread_getcpuclockid): Fix typo.
4944 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
4946         * Makefile (libpthread-routines): Add getcpuclockid.
4947         * Versions [libpthread] (GLIBC_2.2): Add pthread_getcpuclockid.
4948         * sysdeps/pthread/getcpuclockid.c: New file.
4949         * sysdeps/unix/sysv/linux/i386/getcpuclockid.c: New file.
4950         * sysdeps/pthread/pthread.h: Add prototype for pthread_getcpuclockid.
4952         * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS):
4953         Defined.
4954         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4956         * sysdeps/pthread/pthread.h: Add prototypes for pthread_spin_init,
4957         pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
4958         and pthread_spin_unlock.
4959         * sysdeps/pthread/bits/pthreadtypes.h: Change struct _pthread_fastlock
4960         into pthread_spinlock_t.  Change all uses.
4961         * spinlock.c: Implement pthread_spin_lock.
4962         Rename __pthread_unlock to __pthread_spin_unlock and define weak
4963         alias for real name.
4964         Define pthread_spin_trylock, pthread_spin_init, and
4965         pthread_spin_destroy.
4966         Change all uses of _pthread_fastlock to pthread_spinlock_t.
4967         * spinlock.h: Rename __pthread_unlock to __pthread_spin_unlock.
4968         Change all uses of _pthread_fastlock to pthread_spinlock_t.
4969         * Versions [libpthread] (GLIBC_2.2): Add pthread_spin_init,
4970         pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
4971         and pthread_spin_unlock.
4972         * cancel.c: Use __pthread_spin_unlock instead of __pthread_unlock.
4973         Change all uses of _pthread_fastlock to pthread_spinlock_t.
4974         * condvar.c: Likewise.
4975         * internals.h: Likewise.
4976         * join.c: Likewise.
4977         * manager.c: Likewise.
4978         * mutex.c: Likewise.
4979         * pthread.c: Likewise.
4980         * rwlock.c: Likewise.
4981         * semaphore.c: Likewise.
4982         * signals.c: Likewise.
4984         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add various new POSIX
4985         macros.
4986         * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
4988 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
4990         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
4991         _POSIX_SHARED_MEMORY_OBJECTS.
4993 2000-04-11  Andreas Jaeger  <aj@suse.de>
4995         * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Define.
4996         (__compare_and_swap): Mark as modifying memory.
4998 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
5000         * sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be
5001         __volatile__.
5002         (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER.
5003         Don't have the 'asm' __volatile__.
5005 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
5007         * internals.h: Define MEMORY_BARRIER as empty if not defined already.
5008         * spinlock.c (__pthread_lock): Add memory barriers.
5009         (__pthread_unlock): Likewise.
5010         * sysdeps/alpha/pt-machine.h (MEMORY_BARRIER): Define using mb
5011         instruction.
5012         (RELEASE): Not needed anymore.
5013         (__compare_and_swap): Mark asm as modifying memory.
5014         * sysdeps/powerpc/pt-machine.h (sync): Remove.  Replace with definition
5015         of MEMORY_BARRIER.
5016         (__compare_and_swap): Use MEMORY_BARRIER instead of sync.
5017         * sysdeps/sparc/sparc32/pt-machine.h (RELEASE): Not needed anymore.
5018         (MEMORY_BARRIER): Define using stbar.
5019         * sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Define using
5020         stbar.
5021         (__compare_and_swap): Use MEMORY_BARRIER to ensure ordering.
5022         Patch by Xavier Leroy <Xavier.Leroy@inria.fr> based on comments by
5023         Mike Burrows <m3b@pa.dec.com>.
5025 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
5027         * signals.c (sigaction): Fix return value for the case SIG is one
5028         of the signals the implementation uses.
5029         Patch by Xavier.Leroy@inria.fr.
5031 2000-04-01  Andreas Jaeger  <aj@suse.de>
5033         * attr.c: Use shlib-compat macros.
5034         * oldsemaphore.c: Likewise.
5035         * pthread.c: Likewise.
5036         * weaks.c: Likewise.
5038 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
5040         * semaphore.c (sem_timedwait): New function.
5041         Patch by Carl Mailloux <carlm@oricom.ca>.
5042         * semaphore.h: Declare sem_timedwait.
5043         * Versions [libpthread] (GLIBC_2.2): Add sem_timedwait.
5045 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
5047         * sysdeps/pthread/Makefile: File removed.
5049 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
5051         * mutex.c (__pthread_reset_pthread_once): Reset once_masterlock.
5052         * internals.h (__pthread_reset_pthread_once): Add prototype.
5053         * ptfork.c (__fork): Call __pthread_reset_pthread_once.
5055         * manager.c (pthread_handle_create): Store ID of new thread before
5056         clone call.
5058 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
5060         * attr.c: Use new macros from shlib-compat.h to define versions.
5061         * oldsemaphore.c: Likewise.
5062         * semaphore.c: Likewise.
5063         * weaks.c: Likewise.
5065         * pthread.c: Update for new SHLIB_COMPAT definition.
5067         * manager.c (__pthread_manager): Unmask debug signal.
5069         * pthread.c (pthread_initialize): Test for address of __dso_handle
5070         being NULL, not value.  Use __on_exit, not on_exit.
5071         Patch by Andreas Jaeger <aj@suse.de>.
5073         * pthread.c: Use new macros from shlib-compat.h to define versions.
5075 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
5077         * pthread.c (pthread_initialize): Instead of on_exit use
5078         __cxa_atexit if __dso_label is available to allow unloading the
5079         libpthread shared library.
5081 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
5083         * condvar.c: Make tests for ownership of mutex less strict.
5085 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
5087         * condvar.c (pthread_cond_wait): Check whether mutex is owned by
5088         current thread and return error if not.
5089         (pthread_cond_timedwait_relative_old): Likewise.
5090         (pthread_cond_timedwait_relative_new): Likewise.
5092         * mutex.c (__pthread_once): Handle cancelled init function correctly.
5093         (pthread_once_cancelhandler): New function.
5094         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
5096 2000-03-14  Andreas Jaeger  <aj@suse.de>
5098         * pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to
5099         REG_GS.
5100         (pthread_handle_sigrestart_rt): Likewise.
5101         * signals.c (pthread_sighandler_rt): Likewise.
5103 2000-03-02  Andreas Jaeger  <aj@suse.de>
5105         * sysdeps/pthread/bits/libc-lock.h: Fix typo.
5106         Reported by Sean Chen <sean.chen@turbolinux.com>.
5108 2000-02-28  Andreas Jaeger  <aj@suse.de>
5110         * rwlock.c: Fix typo.
5112 2000-02-27  Ulrich Drepper  <drepper@redhat.com>
5114         * rwlock.c: Define __* variants of the functions and make old names
5115         aliases.
5116         * Versions [GLIBC_2.2]: Export the __pthread_rwlock_* functions.
5117         * sysdeps/pthread/bits/libc-lock.h: Define __libc_rwlock_* macros.
5119 2000-02-25  Andreas Jaeger  <aj@suse.de>
5121         * Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
5122         pwrite64, lseek64, open64, and __open64 with version 2.2.
5124 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
5126         * semaphore.h (SEM_FAILED): Use 0 not NULL.
5128 2000-02-14  Ulrich Drepper  <drepper@redhat.com>
5130         * condvar.c (pthread_cond_timedwait_relative_old): Tight loop with
5131         nanosleep does not work either.  Get absolute time inside the
5132         loop.
5133         (pthread_cond_timedwait_relative_new): Likewise.
5134         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
5136 2000-02-13  Andreas Jaeger  <aj@suse.de>
5138         * condvar.c (pthread_cond_timedwait_relative_new): Fix last patch.
5139         (pthread_cond_timedwait_relative_old): Likewise.
5141 2000-02-13  Ulrich Drepper  <drepper@redhat.com>
5143         * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch
5144         but keep the code around.  A bug in the kernel prevent us from
5145         using the code.
5146         (pthread_cond_timedwait_relative_new): Likewise.
5147         (PR libc/1597 and libc/1598).
5149 2000-02-01  Kaz Kylheku  <kaz@ashi.footprints.net>
5151         * condvar.c (pthread_cond_timedwait_relative_old): Do tight
5152         loop around nanosleep calls instead of around most of the function
5153         (pthread_cond_timedwait_relative_new): Likewise.
5154         body.  Got rid of backwards goto and one local.
5156 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
5158         * condvar.c (pthread_cond_timedwait_relative_old): Recompute time
5159         before every nanosleep call to account for time spent in the rest
5160         of the function.
5161         (pthread_cond_timedwait_relative_new): Likewise.
5162         Patch by khendricks@ivey.uwo.ca (PR libc/1564).
5164 2000-01-29  Ulrich Drepper  <drepper@redhat.com>
5166         * condvar.c (pthread_cond_timedwait_relative_old): Get remaining time
5167         from nanosleep call so that in case we restart we only wait for the
5168         remaining time.
5169         (pthread_cond_timedwait_relative_new): Likewise.
5170         Patch by khendricks@ivey.uwo.ca (PR libc/1561).
5172 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
5174         * manager.c (pthread_allocate_stack): Compute guard page address
5175         correctly.  Patch by HJ Lu.
5177         * sysdeps/pthread/pthread.h: Define
5178         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP.
5180 2000-01-16  Ulrich Drepper  <drepper@cygnus.com>
5182         * rwlock.c (pthread_rwlock_unlock): Correct one more problem with
5183         preference handling.
5184         (pthread_rwlockattr_setkind_np): Allow
5185         PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP.
5186         Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
5188 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
5190         * internals.h (pthread_readlock_info): New structure.
5191         (_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and
5192         p_untracked_readlock_count.
5193         * pthread.c (__pthread_initial_thread, pthread_manager_thread):
5194         Add initializers for new fields.
5195         * manager.c (pthread_free): Free read/write lock lists.
5196         * queue.h (queue_is_empty): New function.
5197         * rwlock.c: Implement requirements about when readers should get
5198         locks assigned.
5199         * sysdeps/pthread/pthread.h
5200         (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition.
5201         * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_rwlock_t):
5202         Define this name as well.
5203         Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
5205 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
5207         * pthread.c (__pthread_initial_thread, pthread_manager_thread):
5208         Adjust initializers for struct _pthread_descr_struct change.
5209         * internals.h (struct _pthread_descr_struct): Move new elements to
5210         the end.
5212 2000-01-03  Kaz Kylheku  <kaz@ashi.footprints.net>
5214         Redesigned how cancellation unblocks a thread from internal
5215         cancellation points (sem_wait, pthread_join,
5216         pthread_cond_{wait,timedwait}).
5217         Cancellation won't eat a signal in any of these functions
5218         (*required* by POSIX and Single Unix Spec!).
5219         * condvar.c: Spontaneous wakeup on pthread_cond_timedwait won't eat a
5220         simultaneous condition variable signal (not required by POSIX
5221         or Single Unix Spec, but nice).
5222         * spinlock.c: __pthread_lock queues back any received restarts
5223         that don't belong to it instead of assuming ownership of lock
5224         upon any restart; fastlock can no longer be acquired by two threads
5225         simultaneously.
5226         * restart.h: Restarts queue even on kernels that don't have
5227         queued real time signals (2.0, early 2.1), thanks to atomic counter,
5228         avoiding a rare race condition in pthread_cond_timedwait.
5230 1999-12-31  Andreas Jaeger  <aj@suse.de>
5232         * internals.h: Remove duplicate prototype declarations.
5234         * weaks.c: Remove __THROW from prototypes since the file is not
5235         compiled by a C++ compiler.
5236         * internals.h: Likewise.
5238 1999-12-30  Andreas Jaeger  <aj@suse.de>
5240         * sysdeps/pthread/pthread.h: Move internal functions to...
5241         * sysdeps/pthread/bits/libc-lock.h: ...here.
5243 1999-12-29  Andreas Jaeger  <aj@suse.de>
5245         * sysdeps/pthread/pthread.h: Fix typos, reformat comments.
5247 1999-12-28  Ulrich Drepper  <drepper@cygnus.com>
5249         * sysdeps/alpha/pt-machine.h: Move stack_pointer definition to the
5250         beginning.
5252         * manager.c (__pthread_start): Add one more cast to prevent
5253         warning on 64bit machines.
5255 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
5257         * manager.c (pthread_handle_create): Set p_pid of new thread
5258         before calling the callback function to report a new thread.
5260 1999-12-20  Andreas Jaeger  <aj@suse.de>
5262         * pthread.c (pthread_initialize): Move getrlimit call after
5263         setting of errno.
5265 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
5267         * Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
5268         pwrite64, lseek64, open64, and __open64.
5269         * wrapsyscall.c: Define pread, __pread64, pread64, pwrite, __pwrite64,
5270         pwrite64, lseek64, open64, and __open64.
5272         * manager.c (pthread_allocate_stack): Correct computation of
5273         new_thread_bottom.  Correct handling of stack size and when the
5274         rlimit method to guard for stack growth is used.
5275         * pthread.c (pthread_initialize): Stack limit must be STACK_SIZE
5276         minus one pagesize (not two).
5278 1999-12-03  Andreas Jaeger  <aj@suse.de>
5280         * Versions: Add __res_state with version GLIBC_2.2.
5282         * errno.c (__res_state): New function to return thread specific
5283         resolver state.
5285         * pthread.c (pthread_initialize): Initialize p_resp.
5286         (__pthread_reset_main_thread): Also set p_resp.
5288         * manager.c (pthread_handle_create): Initialize p_resp.
5290         * internals.h: Add thread specific resolver state.
5291         Based on patches by Adam D. Bradley <artdodge@cs.bu.edu>.
5293 1999-12-01  Ulrich Drepper  <drepper@cygnus.com>
5295         * sysdeps/i386/pt-machine.h: Move stack_pointer definition to the
5296         beginning.
5297         * sysdeps/i386/i686/pt-machine.h: Likewise.
5298         Patches by Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>.
5300 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
5302         * manager.c (pthread_start_thread_event): Initialize p_pid already
5303         here.
5305 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
5307         * internals.h: Add prototype for __pthread_manager_event.
5308         * manager.c (__pthread_manager_event): New function.
5309         (pthread_start_thread_event): Correct computation of self.
5310         Use INIT_THREAD_SELF.
5311         * pthread.c (__pthread_manager_thread): Initialize p_lock.
5312         (__pthread_initialize_manager): Respect event flags also for creation
5313         of the manager thread.
5315 1999-11-08  Ulrich Drepper  <drepper@cygnus.com>
5317         * pthread.c (__pthread_initialize_manager): Initialize
5318         __pthread_manager_thread.p_tid.
5320 1999-11-02  Ulrich Drepper  <drepper@cygnus.com>
5322         * internals.h: Declare __pthread_last_event.
5323         * manager.c: Define __pthread_last_event.
5324         (pthread_handle_create): Set __pthread_last_event.
5325         (pthread_exited): Likewise.
5326         * join.c (pthread_exit): Likewise.
5328         * Makefile (libpthread-routines): Add events.
5329         * events.c: New file.
5330         * internals.h: Protect against multiple inclusion.
5331         Include thread_dbP.h header.
5332         (struct _pthread_descr_struct): Add new fields p_report_events and
5333         p_eventbuf.
5334         Declare event reporting functions.
5335         * join.c (pthread_exit): Signal event if this is wanted.
5336         * manager.c (__pthread_threads_events): New variable.
5337         (pthread_handle_create): Take new parameters with event information.
5338         Signal TD_CREATE event if wanted.
5339         (__pthread_manager): Adjust pthread_handle_create call.
5340         (pthread_start_thread_event): New function.  Block until manager is
5341         finished and then call pthread_start_thread.
5342         (pthread_exited): Signal TD_REAP event if wanted.
5344 1999-10-26  Ulrich Drepper  <drepper@cygnus.com>
5346         * restart.h (suspend_with_cancellation): Rewrite as a macro.
5348         * condvar.c (pthread_cond_timedwait_relative): Don't mark as inline.
5350 1999-10-25  Andreas Jaeger  <aj@suse.de>
5352         * internals.h: Remove K&R compatibility.
5353         * no-tsd.c: Likewise.
5354         * semaphore.h: Likewise.
5355         * signals.c: Likewise.
5356         * sysdeps/pthread/bits/libc-tsd.h: Likewise.
5357         * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
5358         * weaks.c: Likewise.
5360 1999-10-21  Xavier Leroy  <Xavier.Leroy@inria.fr>
5362         * pthread.c: For i386, wrap pthread_handle_sigrestart and
5363         pthread_handle_sigcancel with functions that restore %gs from the
5364         signal context.  For each signal handling function, two wrappers
5365         are required, one for a non-RT signal and one for a RT signal.
5366         * signal.c: For i386, add code to restore %gs from the signal
5367         context in pthread_sighandler and pthread_sighandler_rt.
5369 1999-10-17  Ulrich Drepper  <drepper@cygnus.com>
5371         * internals.h (PTHREAD_START_ARGS_INITIALIZER): Add cast.
5373 1999-10-14  Ulrich Drepper  <drepper@cygnus.com>
5375         * pthread.c (__pthread_initial_thread): Pass argument to
5376         PTHREAD_START_ARGS_INITIALIZER.
5377         (__pthread_manager_thread): Likewise.
5379         * internals.h (PTHREAD_START_ARGS_INITIALIZER): Add parameter to
5380         initialize function.
5382         * manager.c (pthread_handle_create): Remove p_startfct initialization.
5384         * internals.h (_pthread_descr_struct): We don't need p_startfct field.
5386 1999-10-12  Ulrich Drepper  <drepper@cygnus.com>
5388         * internals.h: Correct return types for __libc_read and __libc_write.
5390 1999-10-09  Andreas Jaeger  <aj@suse.de>
5392         * internals.h: Add __new_sem_post to get prototype in
5393         manager.c; include semaphore.h for needed types.
5395 1999-10-08  Ulrich Drepper  <drepper@cygnus.com>
5397         * manager.c (__pthread_manager) [REQ_POST]: Use __new_sem_post
5398         directly instead of calling sem_post which should not be necessary
5399         but is faster and might help in some case to work around problems.
5400         Patch by khendricks@ivey.uwo.ca [libc/1382].
5402 1999-10-08  Andreas Schwab  <schwab@suse.de>
5404         * sysdeps/pthread/Subdirs: New file.
5405         * Implies: Removed.
5407 1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
5409         * Implies: New file.
5410         * internals.h (struct _pthread_descr_struct): Add p_startfct.
5411         * manager.c (pthread_handle_create): Initialize p_startfct.
5412         * pthread.c: Define __linuxthread_pthread_sizeof_descr variable.
5414 1999-09-25  Ulrich Drepper  <drepper@cygnus.com>
5416         * manager.c (__linuxthreads_pthread_threads_max): New variable.
5417         * specific.c (__linuxthreads_pthread_keys_max): New variable.
5418         (__linuxthreads_pthread_key_2ndlevel_size): New variable.
5420         * condvar.c (pthread_cond_timedwait_relative): Never return with
5421         EINTR.  Patch by Andreas Schwab.
5423 1999-09-19  Ulrich Drepper  <drepper@cygnus.com>
5425         * signals.c (sigaction): Correct last patch.  Don't select
5426         pthread_sighandler_rt based on the signal number but instead of
5427         the SA_SIGINFO flag.
5429 1999-09-23  Ulrich Drepper  <drepper@cygnus.com>
5431         * specific.c: Move definitions of struct pthread_key_struct and
5432         destr_function to ...
5433         * internals.h: ...here.
5435 1999-09-18  Ulrich Drepper  <drepper@cygnus.com>
5437         * pthread.c (pthread_handle_sigrestart_rt): New function.  Use
5438         this instead of pthread_handle_sigrestart if the signal is an RT
5439         signal.
5441         * signals.c: Handle passing through of sighandler arguments also
5442         for real-time signals.
5444 1999-09-03  Andreas Schwab  <schwab@suse.de>
5446         * ptfork.c (__fork): Renamed from fork and use __libc_fork.  Add
5447         fork as weak alias.
5448         (__vfork): New function, alias vfork.
5449         * Versions: Export __fork, vfork, and __vfork in libpthread.
5451 1999-08-23  Andreas Schwab  <schwab@suse.de>
5453         * signals.c (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to
5454         call to signal handler.
5456 1999-08-20  Ulrich Drepper  <drepper@cygnus.com>
5458         * pthread.c (__pthread_reset_main_thread): Undo last change.
5459         (__pthread_kill_other_threads_np): Reset signal handlers for the
5460         signals we used in the thread implementation here.
5462 1999-08-19  Ulrich Drepper  <drepper@cygnus.com>
5464         * pthread.c (__pthread_reset_main_thread): Reset signal handlers
5465         for the signals we used in the thread implementation [PR libc/1234].
5467         * Versions: Export __pthread_kill_other_threads_np from libpthread
5468         for GLIBC_2.1.2.
5470         * signals.c: Pass sigcontext through wrapper to the user function.
5472 1999-08-01  Ulrich Drepper  <drepper@cygnus.com>
5474         * Versions [ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and
5475         __libc_internal_tsd_set.
5477 1999-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5479         * manager.c: Remove inclusion of <linux/tasks.h> since it's not
5480         needed anymore.
5482 1999-07-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5484         * internals.h: Align _pthread_descr_struct to 32 bytes.
5485         Reported by Tim Hockin <thockin@cobaltnet.com>, close PR
5486         libc/1206.
5488 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
5490         * oldsemaphore.c (sem_compare_and_swap): Fix use of compare and
5491         swap function.
5493 1999-07-09  Cristian Gafton  <gafton@redhat.com>
5495         * Makefile (libpthread-routines): Add oldsemaphore routine.
5496         * Versions: Add sem_destroy, sem_getvalue, sem_init, sem_post,
5497         sem_trywait, and sem_wait to GLIBC_2.1.
5498         * oldsemaphore.c: New file.
5499         * semaphore.c: Add default_symbol_versions for the changed functions.
5500         (__new_sem_init): Rename from sem_init.
5501         (__new_sem_post): Rename from sem_post.
5502         (__new_sem_wait): Rename from sem_wait.
5503         (__new_sem_trywait): Rename from sem_trywait.
5504         (__new_sem_getvalue): Rename from sem_getvalue.
5505         (__new_sem_destroy): Rename from sem_destroy.
5507 1999-06-23  Robey Pointer  <robey@netscape.com>
5509         * internals.h: Added p_nextlock entry to separate queueing for a
5510         lock from queueing for a CV (sometimes a thread queues on a lock
5511         to serialize removing itself from a CV queue).
5512         * pthread.c: Added p_nextlock to initializers.
5513         * spinlock.c: Changed to use p_nextlock instead of p_nextwaiting.
5515 1999-07-09  Ulrich Drepper  <drepper@cygnus.com>
5517         * manager.c (pthread_handle_create): Free mmap region after stack
5518         if clone failed.  Patch by Kaz Kylheku <kaz@ashi.FootPrints.net>.
5520 1999-05-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5522         * man/pthread_cond_init.man: Correct example.
5523         Reported by Tomas Berndtsson <tomas@nocrew.org>.
5525         * linuxthreads.texi (Condition Variables): Likewise.
5527 1999-05-18  Jakub Jelinek  <jj@ultra.linux.cz>
5529         * sysdeps/sparc/sparc64/pt-machine.h (__compare_and_swap): Use
5530         casx not cas, also successful casx returns the old value in rd
5531         and not the new value.
5533 1999-05-16  Xavier Leroy  <Xavier.Leroy@inria.fr>
5535         * manager.c: If pthread_create() is given a NULL attribute
5536         and the thread manager runs with a realtime policy, set the
5537         scheduling policy of the newly created thread back to SCHED_OTHER.
5538         * manager.c: If the PTHREAD_INHERIT_SCHED attribute is given,
5539         initialize the schedpolicy field of new_thread->p_start_args
5540         to that of the calling thread.
5542 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
5544         * sysdeps/sparc/sparc64/pt-machine.h (__compare_and_swap): cas
5545         instruction does not allow memory element to use offset.
5547 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
5549         * manager.c (pthread_allocate_stack): Optimize initialization of new
5550         thread descriptor.
5552         * sysdeps/pthread/bits/libc-lock.h (__libc_lock_define_initialized):
5553         Don't use initializer since it is all zeroes.
5554         (__libc_once_define): Likewise.
5556 1999-04-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5558         * sysdeps/arm/Implies: Removed since cmpxchg/no-cmpxchg
5559         doesn't exist anymore.
5560         * sysdeps/i386/Implies: Likewise.
5561         * sysdeps/m68k/Implies: Likewise.
5562         * sysdeps/mips/Implies: Likewise.
5563         * sysdeps/powerpc/Implies: Likewise.
5564         * sysdeps/sparc/sparc32/Implies: Likewise.
5565         * sysdeps/sparc/sparc64/Implies: Likewise.
5567 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
5569         * sysdeps/alpha/bits/semaphore.h: Removed.
5570         * sysdeps/powerpc/bits/semaphore.h: Removed.
5571         * sysdeps/pthread/cmpxchg/bits/semaphore.h: Removed.
5572         * sysdeps/pthread/no-cmpxchg/bits/semaphore.h: Removed.
5573         * Makefile (headers): Remove bits/semaphore.h.
5575         * semaphore.h: Define _pthread_descr if necessary.
5576         Don't include limits.h.  Define SEM_VALUE_MAX directly.
5577         Define SEM_FAILED.
5578         (sem_t): Protect element names with leading __.
5579         Add declarations for sem_close, sem_open, and sem_unlink.
5580         * semaphore.c: Adjust all functions for new element names.
5581         Define sem_close, sem_open, and sem_unlink.
5582         * Versions (libthread): Add sem_close, sem_open, and sem_unlink for
5583         GLIBC_2.1.1.
5584         * sysdeps/pthread/bits/pthreadtypes.h: Define _pthread_descr only if
5585         necessary.
5587 1999-03-16  H.J. Lu  <hjl@gnu.org>
5589         * specific.c (pthread_key_delete): Check th->p_terminated to see
5590         if the thread is running.
5592         * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set):
5593         Added to GLIBC_2.0 for libc.so.
5595 1999-02-12  H.J. Lu  <hjl@gnu.org>
5597         * Versions (__libc_current_sigrtmin, __libc_current_sigrtmax,
5598         __libc_allocate_rtsig): Added to GLIBC_2.1.
5600         * internals.h (DEFAULT_SIG_RESTART): Removed.
5601         (DEFAULT_SIG_CANCEL): Removed.
5603         * pthread.c (init_rtsigs, __libc_current_sigrtmin,
5604         __libc_current_sigrtmax, __libc_allocate_rtsig): New functions.
5605         (__pthread_sig_restart, __pthread_sig_cancel,
5606         __pthread_sig_debug): Initialized.
5607         (pthread_initialize): Call init_rtsigs () to initialize
5608         real-time signals.
5610 1999-02-03  H.J. Lu  <hjl@gnu.org>
5612         * manager.c (__pthread_manager): Do block __pthread_sig_debug.
5613         Don't restart the thread which sent REQ_DEBUG.
5614         (pthread_start_thread): Check if __pthread_sig_debug > 0
5615         before debugging.
5617         * pthread.c (__pthread_initialize_manager): Suspend ourself
5618         after sending __pthread_sig_debug to gdb instead of
5619         __pthread_sig_cancel.
5621 1999-01-24  H.J. Lu  <hjl@gnu.org>
5623         * manager.c (__pthread_manager): Delete __pthread_sig_debug
5624         from mask if __pthread_sig_debug > 0.
5625         (pthread_handle_create): Increment __pthread_handles_num.
5627         * manager.c (pthread_handle_create): Don't pass CLONE_PTRACE to clone.
5628         * pthread.c (__pthread_initialize_manager): Likewise.
5630         * pthread.c (pthread_initialize): Use __libc_allocate_rtsig (1)
5631         instead of __libc_allocate_rtsig (2).
5632         (__pthread_initialize_manager): Send __pthread_sig_debug to gdb
5633         instead of __pthread_sig_cancel.
5634         (pthread_handle_sigdebug): Fix comments.
5636 1999-01-21  Ulrich Drepper  <drepper@cygnus.com>
5638         * manager.c (pthread_allocate_stack): Set
5639         __pthread_nonstandard_stacks if user-specified stack is used.
5641 1999-01-16  Ulrich Drepper  <drepper@cygnus.com>
5643         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _LFS_ASYNCHRONOUS_IO,
5644         _LFS_LARGEFILE, _LFS64_LARGEFILE, and _LFS64_STDIO from Unix98.
5646 1999-01-07  Xavier Leroy  <Xavier.Leroy@inria.fr>
5648         * pthread.c: Use a third signal __pthread_sig_debug distinct
5649         from __pthread_sig_cancel to notify gdb when a thread is
5650         created
5651         * manager.c: Likewise.
5652         * internals.h: Likewise.
5653         * signals.c: The implementation of sigwait(s) assumed that
5654         all signals in s have signal handlers already attached.
5655         This is not required by the standard, so make it work
5656         also if some of the signals have no handlers.
5658 1999-01-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5660         * linuxthreads.texi: Remove pointers from first @node.  Move old
5661         @node spec inside comment.
5663 1998-12-31  Ulrich Drepper  <drepper@cygnus.com>
5665         * sysdeps/pthread/bits/stdio-lock.h: Define _IO_lock_lock and
5666         _IO_lock_unlock.
5668 1998-12-29  Ulrich Drepper  <drepper@cygnus.com>
5670         * semaphore.c (sem_trywait): Don't forget to unlock the semaphore
5671         lock.  Patch by Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>.
5673 1998-12-21  Ulrich Drepper  <drepper@cygnus.com>
5675         * manager.c: Threads now send __pthread_sig_cancel on termination.
5676         Change clone call and signal masks.
5677         * thread.c (pthread_handle_sigrestart): Remove special code for
5678         manager.
5679         (pthread_handle_sigcancel): In manager thread call
5680         __pthread_manager_sighandler.
5681         * sysdeps/i386/pt-machine.h (__compare_and_swap): Add memory clobber.
5682         * sysdeps/i386/i686/pt-machine.h: Likewise.
5683         Patches by Xavier Leroy.
5685 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
5687         * spinlock.c (__pthread_unlock): Don't crash if called for an
5688         untaken mutex.  Reported by Ruslan V. Brushkoff <rus@Snif.Te.Net.UA>.
5690         * Examples/ex6.c: Unbuffer stdout and reduce sleep time to reduce
5691         overall runtime.
5693 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
5695         * Examples/ex3.c: Wait until all threads are started before
5696         searching for the number to avoid race condition on very fast
5697         systems.
5699 1998-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5701         * sysdeps/pthread/pthread.h: Remove __pthread_setcanceltype
5702         declaration since it's not needed.
5704         * sysdeps/pthread/pthread.h: Move internal functions to ...
5705         * internals.h: ...here.
5707 1998-12-02  H.J. Lu  <hjl@gnu.org>
5709         * pthread.c (__pthread_sig_restart): Initiliaze to 0 if
5710         SIGRTMIN is defined.
5711         (__pthread_sig_cancel): Likewise.
5713 1998-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5715         * wrapsyscall.c: Include <sys/mman.h> for msync,
5716         <stdlib.h> for system and <termios.h> for tcdrain prototype.
5717         Correct msync declaration.
5719 1998-11-29  Roland McGrath  <roland@baalperazim.frob.com>
5721         * sysdeps/pthread/bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_get,
5722         __libc_tsd_set): New macros for new interface.
5723         * no-tsd.c: New file, provide uninitialized defns of
5724         __libc_internal_tsd_get and __libc_internal_tsd_set.
5725         * Makefile (routines): Add no-tsd.
5727 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
5729         * internals.h: Include <bits/libc-tsd.h>, not <bits/libc-lock.h>.
5730         * sysdeps/pthread/bits/libc-lock.h (__libc_internal_tsd_get,
5731         __libc_internal_tsd_set): Move decls to ...
5732         * sysdeps/pthread/bits/libc-tsd.h: New file for __libc_internal_tsd_*
5733         declarations.
5735         * sysdeps/pthread/bits/libc-lock.h (__libc_internal_tsd_get,
5736         __libc_internal_tsd_set): Make these pointers to functions, not
5737         functions; remove #pragma weak decls for them.
5738         * specific.c (__libc_internal_tsd_get, __libc_internal_tsd_set):
5739         Define static functions and initialized pointers to them.
5741 1998-11-18  Ulrich Drepper  <drepper@cygnus.com>
5743         * Makefile (CFLAGS-mutex.c): Define as -D__NO_WEAK_PTHREAD_ALIASES.
5744         (CFLAGS-specific.c): Likewise.
5745         (CFLAGS-pthread.c): Likewise.
5746         (CFLAGS-ptfork.c): Likewise.
5747         (CFLAGS-cancel.c): Likewise.
5748         * sysdeps/pthread/bits/libc-lock.h: Don't mark __pthread_* functions
5749         as weak references if __NO_WEAK_PTHREAD_ALIASES is defined.
5751         * mutex.c (pthread_mutex_init): Define as strong symbol.
5752         (pthread_mutex_destroy): Likewise.
5753         (pthread_mutex_trylock): Likewise.
5754         (pthread_mutex_lock): Likewise.
5755         (pthread_mutex_unlock): Likewise.
5756         (pthread_mutexattr_init): Likewise.
5757         (pthread_mutexattr_destroy): Likewise.
5758         (pthread_once): Likewise.
5759         * ptfork.c (pthread_atfork): Likewise.
5760         * specific.c (pthread_key_create): Likewise.
5761         (pthread_setspecific): Likewise.
5762         (pthread_getspecific): Likewise.
5764 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5766         * linuxthreads.texi: Fix punctuation after xref.
5768 1998-11-10  H.J. Lu  <hjl@gnu.org>
5770         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
5771         if it is defined in <linux/limits.h>.
5773 1998-10-29 14:28  Ulrich Drepper  <drepper@cygnus.com>
5775         * spinlock.h (__pthread_trylock): Define inline.
5776         (__pthread_lock): Add extra parameter to declaration.  Declare
5777         using internal_function.
5778         (__pthread_unlock): Declare using internal_function.
5779         * spinlock.c (__pthread_lock): Add new parameter.  Use it instead
5780         of local variable self.  Avoid recomputing self.  Define using
5781         internal_function.
5782         (__pthread_trylock): Remove.
5783         (__pthread_unlock): Define using internal_function.
5784         * cancel.c: Adjust for __pthread_lock interface change.  Use already
5785         computed self value is possible.
5786         * condvar.c: Likewise.
5787         * join.c: Likewise.
5788         * manager.c: Likewise.
5789         * mutex.c: Likewise.
5790         * pthread.c: Likewise.
5791         * rwlock.c: Likewise.
5792         * semaphore.c: Likewise.
5793         * signals.c: Likewise.
5795 1998-10-27 13:46  Ulrich Drepper  <drepper@cygnus.com>
5797         * sysdeps/pthread/pthread.h (struct _pthread_cleanup_buffer): Prepend
5798         __ to field names of the struct.
5799         * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_fastlock):
5800         Likewise.
5801         (pthread_attr_t): Likewise.
5802         (pthread_cond_t): Likewise.
5803         (pthread_condattr_t): Likewise.
5804         (pthread_mutex_t): Likewise.
5805         (pthread_mutexattr_t): Likewise.
5806         (pthread_rwlock_t): Likewise.
5807         (pthread_rwlockattr_t): Likewise.
5808         * attr.c: Adjust for pthread.h and pthreadtypes.h change.
5809         * cancel.c: Likewise.
5810         * condvar.c: Likewise.
5811         * manager.c: Likewise.
5812         * mutex.c: Likewise.
5813         * pthread.c: Likewise.
5814         * ptlongjmp.c: Likewise.
5815         * rwlock.c: Likewise.
5816         * spinlock.c: Likewise.
5818 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
5820         * sysdeps/i386/pt-machine.h (get_eflags, set_eflags): Mark these
5821         also with PT_EI.
5823         * sysdeps/i386/i686/pt-machine.h: Remove unused inline
5824         definitions.
5826         * Makefile (libpthread-routines): Add pt-machine.
5827         * pt-machine.c: New file.
5828         * sysdeps/alpha/pt-machine.h: Define PT_EI as extern inline is not
5829         yet defined.  Use PT_EI in extern inline definitions.
5830         * sysdeps/arm/pt-machine.h: Likewise.
5831         * sysdeps/i386/pt-machine.h: Likewise.
5832         * sysdeps/i386/i686/pt-machine.h: Likewise.
5833         * sysdeps/m68k/pt-machine.h: Likewise.
5834         * sysdeps/mips/pt-machine.h: Likewise.
5835         * sysdeps/powerpc/pt-machine.h: Likewise.
5836         * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
5837         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5839 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5841         * semaphore.h: Include <sys/types.h> so that _pthread_descr
5842         is declared.
5844 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
5846         * sysdeps/sparc/sparc32/pt-machine.h (INIT_THREAD_SELF): Add nr
5847         argument.
5848         * sysdeps/sparc/sparc64/pt-machine.h (INIT_THREAD_SELF): Likewise.
5850 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5852         * sysdeps/unix/sysv/linux/bits/sigthread.h: Add multiple inclusion
5853         guard.
5855 1998-09-02 11:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5857         * signals.c (sigaction): Check that sig is less than NSIG to avoid
5858         array index overflow.
5860 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
5862         * sysdeps/pthread/semaphore.h: New file.
5864 1998-09-06 09:08  Ulrich Drepper  <drepper@cygnus.com>
5866         * sysdeps/pthread/bits/libc-lock.h (enum __libc_tsd_key_t): Add
5867         _LIBC_TSD_KEY_DL_ERROR.
5869 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
5871         * sysdeps/i386/i686/pt-machine.h (testandset): Add memory clobber.
5872         * sysdeps/i386/pt-machine.h: Likewise.
5873         Suggested by Roland McGrath.
5875 1998-08-28 13:58  Ulrich Drepper  <drepper@cygnus.com>
5877         * internals.h: Also define THREAD_GETMEM_NC and THREAD_SETMEM_NC to
5878         access thread data with non-constant offsets.
5879         * specific.c: Use THREAD_GETMEM_NC and THREAD_SETMEM_NC where
5880         necessary.
5882         * sysdeps/i386/useldt.h: Fix typo.  Add THREAD_GETMEM_NC and
5883         THREAD_SETMEM_NC definitions.
5885         * sysdeps/sparc/sparc32/pt-machine.h: Define THREAD_GETMEM_NC and
5886         THREAD_SETMEM_NC.
5887         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5889 1998-08-26 15:46  Ulrich Drepper  <drepper@cygnus.com>
5891         * internals.h: Define THREAD_GETMEM and THREAD_SETMEM to default if
5892         not already defined.
5893         (struct _pthread_descr_struct): Add p_self and p_nr field.
5894         * manager.c (__pthread_handles): Define second element to point
5895         to manager thread.
5896         (__pthread_handles_num): Initialize to 2.
5897         (__pthread_manager): Use INIT_THREAD_SELF with two arguments.
5898         (pthread_start_thread): Likewise.
5899         (pthread_handle_create): Start search for free slot at entry 2.
5900         Initialize new fields p_self and p_nr.
5901         Call __clone with CLONE_PTRACE if available.
5902         (pthread_free): Call FREE_THREAD_SELF if available.
5903         * pthread.c (__pthread_initial_thread): Initialize new fields.
5904         (__pthread_manager_thread): Likewise.
5905         (__pthread_initialize_manager): Call __clone with CLONE_PTRACE.
5907         * cancel.c: Use THREAD_GETMEM and THREAD_SETMEM to access the
5908         elements of the thread descriptor.
5909         * condvar.c: Likewise.
5910         * errno.c: Likewise.
5911         * join.c: Likewise.
5912         * manager.c: Likewise.
5913         * pthread.c: Likewise.
5914         * ptlongjmp.c: Likewise.
5915         * semaphore.c: Likewise.
5916         * signals.c: Likewise.
5917         * specific.c: Likewise.
5918         * spinlock.c: Likewise.
5920         * sysdeps/alpha/pt-machine.h (INIT_THREAD_SELF): Add extra parameter.
5922         * sysdeps/i386/useldt.h: New file.
5923         * sysdeps/i386/i686/pt-machine.h: Show how to use this file.
5925         * sysdeps/sparc/sparc32/pt-machine.h: Define THREAD_GETMEM and
5926         THREAD_SETMEM using __thread_self.
5927         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5929 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
5931         * spinlock.c (__pthread_lock): Reset p_nextwaiting to NULL if it
5932         turned out that we didn't need to queue after all.
5934 1998-08-22  Geoff Keating  <geoffk@ozemail.com.au>
5936         * sysdeps/powerpc/pt-machine.h: Remove testandset, it's not used
5937         and wastes space; correct types.
5939 1998-08-08 11:18  H.J. Lu  <hjl@gnu.org>
5941         * signals.c (sigaction): Handle NULL argument.
5943 1998-08-04  Ulrich Drepper  <drepper@cygnus.com>
5945         * sysdeps/unix/sysv/linux/bits/sigthread.h: Use __sigset_t instead
5946         of sigset_t.
5948 1998-08-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5950         * Makefile (linuxthreads-version): Extract correct number from
5951         Banner.
5953 1998-07-29  Xavier Leroy  <Xavier.Leroy@inria.fr>
5955         * Banner: Bump version number to 0.8
5956         * FAQ.html: Many updates, in particular w.r.t. debugging.
5957         * manager.c: Support for non-default stacksize for
5958         LinuxThreads-allocated stacks;
5959         don't use guard pages for stacks with default size, rely on
5960         rlimit(RLIMIT_STACK) instead (it's cheaper).
5961         * attr.c: Likewise.
5962         * cancel.c: Use __pthread_sig_cancel and __pthread_sig_restart
5963         everywhere instead of PTHREAD_SIG_CANCEL and PTHREAD_SIG_RESTART.
5964         * condvar.c: Likewise.
5965         * internals.h: Likewise.
5966         * restart.h: Likewise.
5967         * signals.c: Likewise.
5968         * pthread.c: Likewise; set rlimit(RLIMIT_STACK) as we need it.
5970 1998-07-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5972         * weaks.c: Define pthread_mutexattr_[sg]ettype instead of
5973         __pthread_mutexattr_[sg]ettype.  Add more weak aliases.
5974         * Versions: Put __pthread_mutexattr_settype under version
5975         GLIBC_2.0.  Don't export __pthread_mutexattr_setkind_np and
5976         __pthread_mutexattr_gettype.
5978 1998-07-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5980         * sysdeps/pthread/bits/libc-lock.h: Make
5981         __pthread_mutexattr_settype weak.  Don't make
5982         __pthread_mutexattr_setkind_np weak.
5984 1998-07-16 10:52  Ulrich Drepper  <drepper@cygnus.com>
5986         * manager.c (pthread_handle_create): Check whether sched_setscheduler
5987         call can succeed here.
5989         * mutex.c: Define __pthread_mutexattr_settype and make
5990         __pthread_mutexattr_setkind_np an alias.
5991         Likewise for __pthread_mutexattr_gettype.
5993 1998-07-15 11:00 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5995         * attr.c (pthread_attr_setschedpolicy): Don't check whether caller
5996         is root.
5998 1998-07-14 19:38  Ulrich Drepper  <drepper@cygnus.com>
6000         * sysdeps/pthread/bits/libc-lock.h: Define __libc_cleanup_end.
6002 1998-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6004         * Examples/ex6.c: Include <unistd.h> for usleep.
6006 1998-06-13 11:04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6008         * Examples/ex4.c (main): Use exit, not pthread_exit.
6010 1998-07-09 13:39  Ulrich Drepper  <drepper@cygnus.com>
6012         * Versions: Add __pthread_mutexattr_gettype and
6013         __pthread_mutexattr_settype.
6014         * lockfile.c: Use __pthread_mutexattr_settype instead of
6015         __pthread_mutexattr_setkind_np.
6016         * mutex.c: Define __pthread_mutexattr_gettype and
6017         __pthread_mutexattr_settype.
6018         * weak.c: Likewise.
6019         * sysdeps/pthread/pthread.h: Declare __pthread_mutexattr_gettype and
6020         __pthread_mutexattr_settype.
6021         * sysdeps/pthread/bits/libc-lock.h (__libc_lock_init_recursive):
6022         Use __pthread_mutexattr_settype.
6024 1998-07-08 22:26  Ulrich Drepper  <drepper@cygnus.com>
6026         * Versions: Add pthread_mutexattr_gettype, pthread_mutexattr_settype.
6027         * mutex.c: Define weak alias pthread_mutexattr_gettype and
6028         pthread_mutexattr_settype.
6029         * sysdeps/pthread/pthread.h: Declare these functions.
6030         Move pthread_sigmask and pthread_kill declaration in separate header.
6031         * sysdeps/unix/sysv/linux/bits/sigthread.h: New file.
6033 1998-07-07 15:20  Ulrich Drepper  <drepper@cygnus.com>
6035         * Makefile: Add rules to compile and run tests.
6036         * Examples/ex1.c: Little changes to fix warnings.
6037         * Examples/ex2.c: Likewise.
6038         * Examples/ex3.c: Likewise.
6039         * Examples/ex4.c: Likewise.
6040         * Examples/ex5.c: Likewise.
6041         * Examples/ex6.c: New file.
6043 1998-07-05 11:54  Ulrich Drepper  <drepper@cygnus.com>
6045         * Versions: Add pthread_attr_init to GLIBC_2.1 version in libc.
6047 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6049         * attr.c: Include <string.h>.
6051 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
6053         * attr.c: Include errno.h.  Use memcpy to copy sched_param.
6054         * internals.h: Include limits.h.
6055         * manager.c: Use memcpy to copy sched_param.
6056         * ptfork.c: Include errno.h.
6057         * pthread.c: Likewise.
6058         * semaphore.c: Likewise.
6059         * specific.c: Likewise.
6060         * spinlock.h: Likewise.
6061         * sysdeps/pthread/pthread.h: Include only allowed headers.  Move
6062         type definition to ...
6063         * sysdeps/pthread/bits/pthreadtypes.h: ...here.  New file.
6065 1998-06-29 12:34  Ulrich Drepper  <drepper@cygnus.com>
6067         * sysdeps/pthread/pthread.h: Use __PMT not __P for function pointers.
6069         * sysdeps/pthread/pthread.h: Define various PTHREAD_* symbols also
6070         as macros as demanded in POSIX.1, Annex C.
6072 1998-06-29 12:29  Ulrich Drepper  <drepper@cygnus.com>
6074         * internals.h (struct pthread_request): For free use pthread_t
6075         instead of pthread_descr.
6076         * join.c (pthread_join): Pass thread_id, not th to manager.
6077         (pthread_detach): Likewise.
6078         * manager.c (__pthread_manager): Except thread ID in FREE_REQ case.
6079         (pthread_exited): Remove detached queue code.
6080         (pthread_handle_free): Expect thread ID parameter and use it to
6081         validate the thread decsriptor.  Don't use detached queue.
6082         Patches by Xavier Leroy.
6084 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6086         * libpthread.map: Export accept, longjmp, sigaction, siglongjmp,
6087         _IO_flockfile, _IO_ftrylockfile, _IO_funlockfile,
6088         __pthread_atfork, __pthread_key_create, __pthread_once.
6089         * internals.h: Doc fix.
6090         * pthread.c (__pthread_initialize): Define again.
6092 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
6094         * manager.c (pthread_exited): If thread is not detached put it on
6095         special list.
6096         (pthread_handle_free): If thread is not on list with living threads
6097         search on list with detached threads.
6099         * sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct
6100         for new definition of pthread_rwlock_t.
6102         * spinlock.c: Correct test whether to compile
6103         __pthread_compare_and_swap or not.
6105 1998-06-25 19:27  Ulrich Drepper  <drepper@cygnus.com>
6107         * attr.c: Finish user stack support.  Change locking code to be safe
6108         in situations with different priorities.
6109         * cancel.c: Likewise.
6110         * condvar.c: Likewise.
6111         * internals.h: Likewise.
6112         * join.c: Likewise.
6113         * manager.c: Likewise.
6114         * mutex.c: Likewise.
6115         * pthread.c: Likewise.
6116         * ptlongjmp.c: Likewise.
6117         * queue.h: Likewise.
6118         * rwlock.c: Likewise.
6119         * semaphore.c: Likewise.
6120         * semaphore.h: Likewise.
6121         * signals.c: Likewise.
6122         * spinlock.c: Likewise.
6123         * spinlock.h: Likewise.
6124         * sysdeps/pthread/pthread.h: Likewise.
6125         Patches by Xavier Leroy.
6127         * sysdeps/i386/i686/pt-machine.h: New file.
6129 1998-06-25  Ulrich Drepper  <drepper@cygnus.com>
6131         * sysdeps/pthread/pthread.h: Make [sg]et_stacksize and
6132         [sg]et_stackaddr prototypes always available.
6134         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
6135         _POSIX_THREAD_ATTR_STACKSIZE and _POSIX_THREAD_ATTR_STACKADDR.
6137 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
6139         * manager.c (pthread_free): Undo patch from 980430.
6140         Reported by David Wragg <dpw@doc.ic.ac.uk>.
6142 1998-06-09 15:07  Ulrich Drepper  <drepper@cygnus.com>
6144         * manager.c: Define __pthread_manager_adjust_prio and use it to
6145         increase priority when needed.
6146         * internals.h: Add prototype for __pthread_manager_adjust_prio.
6147         * mutex.c: Optimize mutexes to wake up only one thread.
6148         * pthread.c: Move PID of manager for global variable in structure
6149         element.
6150         Patches by Xavier Leroy.
6152 1998-06-07 13:47  Ulrich Drepper  <drepper@cygnus.com>
6154         * sysdeps/pthread/bits/libc-lock.h: Optimize cleanup handlers a bit.
6156 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6158         * attr.c: Correct typo.
6160 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
6162         * manager.c (pthread_free): Unmap guard before the stack.
6163         Patch by Matthias Urlichs.
6165 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
6167         * manager.c (pthread_free): Detect already free child.
6168         Patch by Xavier Leroy, reported by Matthias Urlichs.
6170 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6172         * Makefile (linuxthreads-version): Renamed back from
6173         libpthread-version.
6175 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
6177         * ptlongjmp.c: Add prototypes for __libc_siglongjmp and
6178         __libc_longjmp.
6180 1998-04-20 14:55  Ulrich Drepper  <drepper@cygnus.com>
6182         * Makefile (libpthread-routines): Add ptlongjmp and spinlock.
6183         * internals.h: Add definitions for new spinlock implementation.
6184         * ptlongjmp.c: New file.
6185         * spinlock.c: New file.
6186         * spinlock.h (acquire): Don't reschedule using __sched_yield, use
6187         new function __pthread_acquire to prevent deadlocks with thread
6188         with different priorities.
6189         Patches by Xavier Leroy <Xavier.Leroy@inria.fr>.
6191 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6193         * manager.c (__pthread_manager): Reduce first argument to select
6194         to include just the needed file descriptor.
6196 1998-03-17 00:06  Ulrich Drepper  <drepper@cygnus.com>
6198         * manager.c: Fix last patch which caused core dumps.
6200         * pthread.c: Correctly handle missing SIGRTMIN.
6202 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6204         * libpthread.map: Add __libc_internal_tsd_get and
6205         __libc_internal_tsd_set.  Add missing cancelable functions. Export
6206         libc internal versions of the cancelable functions.
6208 1998-03-13 16:51  Ulrich Drepper  <drepper@cygnus.com>
6210         * weaks.c: Define pthread_attr_init as GLIBC_2.0 and GLIBC_2.1.
6212 1998-03-13 00:46  Ulrich Drepper  <drepper@cygnus.com>
6214         * attr.c: Implement pthread_attr_[gs]etguardsize,
6215         pthread_attr_[gs]setstackaddr, pthread_attr_[gs]etstacksize.
6216         Change pthread_attr_init to have two interfaces.
6217         * internals.h (struct _pthread_descr_struct): Add new fields for
6218         above functions.
6219         * libpthread.map: Add names in GLIBC_2.1 section.
6220         * manager.c (pthread_handle_create): Implement guardsize and
6221         user stack.
6222         (pthread_free): Likewise.
6223         * pthread.c (pthread_create): Add new interface for changed
6224         pthread_attr_t.
6225         * sysdeps/pthread/pthread.h: Add prototypes for new functions.
6226         * sysdeps/unix/sysv/linux/bits/local_lim.h: Add definition of
6227         PTHREAD_STACK_MIN.
6229 1998-03-11 00:42  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6231         * manager.c: Enable resetting of the thread scheduling policy
6232         to SCHED_OTHER when the parent thread has a different one.
6234 1998-02-01 13:51  Ulrich Drepper  <drepper@cygnus.com>
6236         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
6237         _POSIX_ASYNCHRONOUS_IO.
6239         * sysdeps/pthread/pthread.h: Define bits for Unix98 variants of
6240         mutexes.
6241         * mutex.c: Implement new mutex types.
6243         * internals.h: Include <signal.h>.
6245         * libpthread.map: Add __erno_location and __h_errno_location.
6247         * errno.c: Return pointer to variable actually in use.  This might
6248         not be the one in the thread structure.
6249         * internals.h (struct _pthread_descr_struct): Add new fields p_errnop
6250         and p_h_errnop.
6251         * manager.c (__pthread_manager): Set p_errnop and p_h_errnop member
6252         of manager thread structure.
6253         (pthread_handle_create): Set p_errnop and p_h_errnop members for new
6254         thread.
6255         * pthread.c: Adapt initializer for thread structures.
6256         (__pthread_initial_thread): Set p_errnop and p_h_errnop member.
6257         (__pthread_reset_main_thread): Reset p_errnop and p_h_errnop of
6258         current thread to global variables.
6260 1998-01-31 17:27  Ulrich Drepper  <drepper@cygnus.com>
6262         * rwlock.c: New file.
6263         * Makefile (libpthread-routines): Add rwlock.
6264         * sysdeps/pthread/pthread.h: Define data structures and declare
6265         functions.
6266         * libpthread.map: Add new functions.
6268 1997-12-18 13:50  Philip Blundell  <pb@nexus.co.uk>
6270         * sysdeps/arm/pt-machine.h: New file; add ARM support.
6271         * sysdeps/arm/Implies: likewise.
6272         * README: Document it.
6274 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6276         * signals.c: Remove unneeded initializer for sigwaited, saving a
6277         warning.
6279 1997-04-11 01:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6281         * semaphore.c (sem_init): Set sem_spinlock only if available.
6283 1997-12-04 01:48  Ulrich Drepper  <drepper@cygnus.com>
6285         * mutex.c: Implement PTHREAD_MUTEX_CHECKERROR.
6286         * sysdeps/pthread/pthread.h: Define PTHREAD_MUTEX_CHECKERROR.
6288         * Makefile: Update from LinuxThreads 0.7.
6289         * internals.h. Likewise.
6290         * manager.c: Likewise.
6291         * mutex.c: Likewise.
6292         * pthread.c: Likewise.
6293         * signals.c: Likewise.
6294         * specific.c: Likewise.
6295         * Examples/ex3.c: Likewise.
6297 1997-11-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
6299         * pthread.c (__pthread_reset_main_thread): Close pipe only if still
6300         open.
6302 1997-10-29 05:38  Ulrich Drepper  <drepper@cygnus.com>
6304         * wrapsyscall.c: Add socket functions which are also cancelation
6305         points.
6307 1997-10-19 21:40  Wolfram Gloger  <wg@wolfram.dent.med.uni-muenchen.de>
6309         * specific.c (__libc_internal_tsd_set, __libc_internal_tsd_get):
6310         New functions for fast thread specific data within libc.
6312         * internals.h: Add new array p_libc_specific to struct
6313         _pthread_descr_struct.
6315         * sysdeps/pthread/bits/libc-lock.h: Declare new functions.
6317 1997-10-13 05:39  Ulrich Drepper  <drepper@cygnus.com>
6319         * semaphore.h: Add __BEGIN_DECLS/__END_DECLS.
6320         Reported by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
6322 1997-08-29 03:05  Ulrich Drepper  <drepper@cygnus.com>
6324         * internals.h (struct _pthread_descr_struct): Add definitions for
6325         two-level specific key handling.
6326         * manager.c (pthread_handle_create): Initialize specific memory array.
6327         * specific.c: Implement two-level key handling.
6328         * weaks.c: Don't provide dummy key handling.
6329         * sysdeps/pthread/bits/libc-lock.h: Typedef __libc_lock_t (no #define).
6330         Add definition of __libc_key_t.
6331         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define PTHREAD_KEYS_MAX
6332         as 1024.
6333         Add definition of _POSIX_THREAD_DESTRUCTOR_ITERATIONS and
6334         PTHREAD_DESTRUCTOR_ITERATIONS.
6336         * manager.c (pthread_handle_create): Compare mmap result with
6337         MAP_FAILED.
6339         * ptfork.c: Rename to __pthread_atfork and make old name a weak alias.
6340         * sysdeps/pthread/bits/pthread.h: Add prototype for __pthread_atfork.
6342 1997-08-22 19:04  Richard Henderson  <rth@cygnus.com>
6344         sysdeps/sparc -> sysdeps/sparc/sparc32
6345         sysdeps/sparc64 -> sysdeps/sparc/sparc64
6347         * internals.h: Change definition of THREAD_SELF to be an expression,
6348         not a statement that did a return.
6349         * sysdeps/alpha/pt-machine.h (THREAD_SELF): Update accordingly.
6350         * sysdeps/sparc/sparc32/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
6351         Follow Solaris and use a "system reserved" register (%g6) to hold
6352         the thread descriptor.
6353         * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
6355 1997-08-03 00:09  Ulrich Drepper  <drepper@cygnus.com>
6357         * mutex.c: Correct pthread_once.  Patch by Xavier Leroy.
6358         * sysdeps/pthread/pthread.h: Add prototype for __pthread_once.
6359         * sysdeps/pthread/bits/pthread.h: Add macros for __libc_once.
6361         * semaphore.c: Include spinlock.h only when needed.
6363         * specific.c (__pthread_setsepcific, __pthread_getspecific): Reject
6364         keys for entries not in use.
6366         * weaks.c: Implement key handling functions for real.
6368 1997-06-29  01:04  Richard Henderson  <richard@gnu.ai.mit.edu>
6370         Initial sparc64-linux support:
6371         * sysdeps/sparc64/Implies: New file.
6372         * sysdeps/sparc64/pt-machine.h: Likewise.
6374 1997-06-29 00:48  Ulrich Drepper  <drepper@cygnus.com>
6376         * semaphore.c: Include spinlock.h at correct place.
6377         Patch by HJ Lu.
6379 1997-06-13 10:06  Richard Henderson  <rth@tamu.edu>
6381         The Great Bit File Move:
6382         * sysdeps/alpha/semaphorebits.h: -> .../bits/semaphore.h.
6383         * sysdeps/powerpc/semaphorebits.h: Likewise.
6384         * sysdeps/pthread/cmpxchg/semaphorebits.h: Likewise.
6385         * sysdeps/pthread/no-cmpxchg/semaphorebits.h: Likewise.
6386         * sysdeps/pthread/libc-lock.h: -> bits/
6387         * sysdeps/pthread/stdio-lock.h: Likewise.
6388         * sysdeps/unix/sysv/linux/local_lim.h: Likewise.
6389         * sysdeps/unix/sysv/linux/posix_opt.h: Likewise.
6390         * semaphore.h: Likewise.
6391         * sysdeps/pthread/pthread.h: Likewise.
6393         * lockfile.c: <foo.h> -> <bits/foo.h>.
6394         * semaphore.h: Likewise.
6396         * Makefile: (headers): foo.h -> bits/foo.h.
6397         * sysdeps/pthread/Makefile: Likewise.
6399 1997-04-11 01:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6401         * semaphore.c (sem_init): Set sem_spinlock only if available.
6403         * sysdeps/m68k/pt-machine.h (testandset, __compare_and_swap): Fix
6404         asm constraints.
6406 1997-04-09 03:00  Ulrich Drepper  <drepper@cygnus.com>
6408         Update from LinuxThreads 0.6.
6410         * attr.c (pthread_attr_getdetachstate): Use __sched_get_priority_max
6411         and __sched_get_priority_min instead of names without `__'.
6413         * manager.c: Rewrite large parts to implement opaque pthread_t.
6415         * cancel.c: Adapt for opaque pthread_t type.
6416         * condvar.c: Likewise.
6417         * errno.c: Likewise.
6418         * join.c: Likewise.
6419         * mutex.c: Likewise.
6420         * pthread.c: Likewise.
6421         * signals.c: Likewise.
6422         * specific.c: Likewise.
6423         * restart.h: Likewise.
6424         * queue.h: Likewise.
6425         * Examples/ex3.c: Likewise.
6426         * Examples/ex4.c: Likewise.
6427         * sysdeps/pthread/pthread.h: Likewise.
6429         * pthread.c: Accumulate time for all threads in thread manager.
6431         * semaphore.c: Implement fallback implementation for architectures
6432         sometimes missing compare-exchange operations.
6434         * cancel.c (pthread_cancel): Validate handle argument.
6435         * join.c (pthread_join): Likewise.
6436         (pthread_detach): Likewise.
6437         * signals.c (pthread_kill): Likewise.
6439         * spinlock.h (acquire): Use __sched_yield not sched_yield.
6441         * queue.h (enqueue): Enqueue thread according to priority.
6443         * internals.c (struct pthread_start_args): New struct for passing
6444         args to cloning function.
6445         (struct _pthread): Rename to _pthread_descr_struct and adapt for
6446         opaque pthread_t.
6448         * Examples/Makefile (clean): Pass -f option to rm.
6450         * sysdeps/i386/pt-machine.h: Add check for compare-exchange instruction
6451         and define TEST_FOR_COMPARE_AND_SWAP.
6452         * sysdeps/i386/i486/pt-machine.h: Removed.
6454         * sysdeps/unix/sysv/linux/local_lim.h (PTHREAD_THREADS_MAX): Increase
6455         to 1024.
6457 1997-04-04 16:38  Ulrich Drepper  <drepper@cygnus.com>
6459         * restart.h (suspend): Clear p_signal before suspending.
6460         (suspend_with_cancellation): Likewise.
6461         Patch by Xavier Leroy <Xavier.Leroy@inria.fr>.
6463         * weaks.c: Make __pthread_key_create return 1.
6464         * sysdeps/pthread/libc-lock.h: Define __libc_key_create,
6465         __libc_getspecific, __libc_setspecific, and __libc_key_t.
6466         * sysdeps/pthread/stdio-lock.h: Don't care for implementation not
6467         using libio.
6469 1997-03-19 15:13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
6471         * sysdeps/sparc/pt-machine (RELEASE): Fix.
6473 1997-03-01 07:55  Geoff Keating  <geoffk@ozemail.com.au>
6475         * sysdeps/powerpc/Implies: Added.
6476         * sysdeps/powerpc/pt-machine.h: Added.
6477         * sysdeps/powerpc/semaphorebits.h: Added.
6479 1997-01-22 01:22  Ulrich Drepper  <drepper@cygnus.com>
6481         * pthread.c (__pthread_initial_thread): Correct
6482         initializer.
6483         (__pthread_manager_thread): Likewise.
6484         Reported by Andreas Jaeger.
6486 1997-01-18 22:15  Richard Henderson  <rth@tamu.edu>
6488         Since sigset_t no longer fits in a register, we can't pass in the
6489         thread's initial mask so easily.  Take this opportunity to simplify
6490         the clone implementation by only accepting a single void* argument.
6492         * manager.c (__pthread_manager): Put thread vitals in the thread
6493         struct instead of as arguments through clone.
6494         (pthread_start_thread): Look for them there.
6495         * internals.h (struct _pthread): Add p_initial_fn,
6496         p_initial_fn_arg, p_initial_mask.  Fix __pthread_manager proto.
6497         * pthread.c (pthread_initialize_manager): Revise clone invocation.