1 2004-09-25 Roland McGrath <roland@redhat.com>
4 * sysdeps/i386/i686/pt-machine.h: Don't #include "../useldt.h" if
5 [_TLS_H], since sysdeps/i386/tls.h includes it after including us.
7 2004-09-24 Roland McGrath <roland@redhat.com>
10 * sysdeps/i386/tls.h: Move #include "useldt.h" outside
11 of [__ASSUME_LDT_WORKS > 0] test.
12 Reported by Carlos Velasco <carlos.velasco@newipnet.com>.
14 2004-09-21 Roland McGrath <roland@redhat.com>
16 * Versions: Add comment about linuxthreads' frozen ABI.
18 2004-09-20 Ulrich Drepper <drepper@redhat.com>
20 * Versions: Remove exports for pthread_set*id_np functions.
21 * sysdeps/pthread/pthread.h: Remove pthread_set*id_np prototypes
23 * Makefile: Don't build pthread_set*id code for now.
25 2004-09-19 Ulrich Drepper <drepper@redhat.com>
27 * sysdeps/pthread/pthread.h: Declare pthread_setgid_np,
28 pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
29 pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
30 and pthread_setresuid_np.
31 * pthread_setgid_np.c: New file.
32 * pthread_setuid_np.c: New file.
33 * pthread_setegid_np.c: New file.
34 * pthread_seteuid_np.c: New file.
35 * pthread_setregid_np.c: New file.
36 * pthread_setreuid_np.c: New file.
37 * pthread_setresgid_np.c: New file.
38 * pthread_setresuid_np.c: New file.
39 * Versions [libpthread, GLIBC_2.3.4]: Add pthread_setgid_np,
40 pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
41 pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
42 and pthread_setresuid_np.
43 * Makefile (libpthread-routines): Add pthread_setuid, pthread_seteuid,
44 pthread_setreuid, pthread_setresuid, pthread_setgid, pthread_setegid,
45 pthread_setregid, and pthread_setresgid.
47 2004-09-12 Ulrich Drepper <drepper@redhat.com>
49 * sysdeps/pthread/pthread.h: Make rwlock prototypes available also
51 * sysdeps/pthread/bits/pthreadtypes.h: Define rwlock types also
52 for __USE_XOPEN2K. [BZ #320]
54 2004-09-04 Jakub Jelinek <jakub@redhat.com>
56 * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
58 2004-09-07 Ulrich Drepper <drepper@redhat.com>
60 * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since
61 the initialization function might throw.
63 2004-08-30 Roland McGrath <roland@frob.com>
65 * Makefile (libpthread-abi-frozen): New variable.
67 2004-08-26 Roland McGrath <roland@redhat.com>
69 * configure.in: New file. If nptl add-on is also selected, barf if
70 explicit and elide ourselves if implicit.
71 * configure: Now generated.
73 2004-08-25 Richard Sandiford <rsandifo@redhat.com>
75 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (CENABLE, CDISABLE,
76 __local_multiple_threads): Fix definitions for IS_IN_librt.
77 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
79 2004-08-22 Andreas Schwab <schwab@suse.de>
81 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO) [IS_IN_librt]:
82 Save gp around CENABLE/CDISABLE calls.
84 2004-08-15 Roland McGrath <roland@frob.com>
86 * pthread_atfork.c: Update copyright terms including special exception
87 for these trivial files, which are statically linked into executables
88 that use dynamic linking for the significant library code.
90 2004-08-09 Jakub Jelinek <jakub@redhat.com>
92 * libc-tsd.c: Move resolv.h include before the #if.
93 (__res_maybe_init): New function. Add libc_hidden_def.
95 2004-08-02 Ulrich Drepper <drepper@redhat.com>
97 * linuxthreads.texi (Cleanup Handlers): Fix typo.
98 Reported by Bjoern Engelmann <bjengelmann@gmx.de>.
100 2004-07-23 Jakub Jelinek <jakub@redhat.com>
103 * sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
104 instead of clockid_t.
106 2004-07-21 Roland McGrath <roland@redhat.com>
108 * Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
110 2004-07-02 Roland McGrath <roland@redhat.com>
112 * configure: Don't exit.
114 2004-07-20 Alexandre Oliva <aoliva@redhat.com>
116 * sysdeps/mips/pt-machine.h: Use standard names for ABI macros,
118 * sysdeps/mips/atomicity.h: Likewise.
120 2004-07-19 Alexandre Oliva <aoliva@redhat.com>
122 * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s):
123 Remove redundant override that missed -g0.
125 2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
127 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
128 (__local_multiple_threads): Define for librt.
129 (SINGLE_THREAD_P): Likewise.
131 2004-07-07 Jakub Jelinek <jakub@redhat.com>
133 * sysdeps/pthread/getcpuclockid.c (pthread_getcpuclockid): Allow
134 using other thread's clock.
135 * ptclock_gettime.c (__pthread_clock_gettime): Likewise.
136 * ptclock_settime.c (__pthread_clock_settime): Likewise.
137 * internals.h (__pthread_clock_gettime, __pthread_clock_settime):
139 Reported by Bernd Schmidt <bernds@redhat.com>.
140 * Makefile (librt-tests): Add tst-clock1.
141 * tst-clock1.c: New test.
143 * sysdeps/x86_64/Versions: New file.
144 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: New file.
145 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: New file.
147 2004-04-16 Andreas Schwab <schwab@suse.de>
149 * sysdeps/ia64/tls.h (INIT_SYSINFO): Cast dl_sysinfo to void*.
151 2004-07-05 Jakub Jelinek <jakub@redhat.com>
153 * sysdeps/s390/pspinlock.c (__pthread_spin_lock,
154 __pthread_spin_trylock): Use constraint "m" instead of "0" for
156 * sysdeps/ia64/pt-machine.h (__compare_and_swap,
157 __compare_and_swap_with_release_semantic, testandset): Use
158 constraint "m" instead of "0" for futex.
160 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
162 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Fix
163 branch offset for a PLT entry.
164 (CDISABLE): Likewise.
166 2004-05-31 Andreas Jaeger <aj@suse.de>
168 * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s):
169 Set to -fno-unit-at-a-time.
170 Patch by Dan Kegel <dank@kegel.com>.
172 2004-05-04 Jakub Jelinek <jakub@redhat.com>
174 * tst-stack1.c: Don't include mcheck.h.
175 (do_test): Make sure user defined stacks aren't reused,
176 don't free them at the end. [BZ #110]
178 2004-05-02 Jakub Jelinek <jakub@redhat.com>
180 * manager.c: Include not-cancel.h.
181 (__pthread_manager): Use read_not_cancel instead of __libc_read.
182 (pthread_start_thread, __pthread_manager_sighandler): Use
183 write_not_cancel instead of __libc_write.
184 (pthread_reap_children): Use waitpid_not_cancel instead of
186 * pthread.c: Include not-cancel.h.
187 (__pthread_initialize_minimal, __pthread_create_2_1,
188 pthread_onexit_process, __pthread_message): Use
189 write_not_cancel instead of __libc_write.
190 (__pthread_initialize_manager): Likewise. Use close_not_cancel
191 instead of __libc_close.
192 (__pthread_reset_main_thread): Use close_not_cancel instead of
194 * join.c: Include not-cancel.h.
195 (__pthread_do_exit, pthread_join, pthread_detach): Use
196 write_not_cancel instead of __libc_write.
197 * semaphore.c: Include not-cancel.h.
198 (__new_sem_post): Use write_not_cancel instead of __libc_write.
199 * specific.c: Include not-cancel.h.
200 (pthread_key_delete): Use write_not_cancel instead of __libc_write.
202 2004-05-01 Jakub Jelinek <jakub@redhat.com>
204 * Versions (libc): Add __on_exit and __libc_sigaction.
206 2004-04-28 Jakub Jelinek <jakub@redhat.com>
208 * semaphore.c (sem_timedwait): Return -1 and set errno instead of
209 returning error number [BZ #133]. Patch by <rmhaddad@yahoo.com>.
211 2004-04-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
213 * sysdeps/unix/sysv/linux/sh/vfork.S: Fix wrong function pointer
214 reference in PIC case.
216 2004-04-20 Jakub Jelinek <jakub@redhat.com>
218 * oldsemaphore.c (SEM_VALUE_MAX): Remove.
220 2004-04-19 Kaz Kojima <kkojima@rr.iij4u.or.jp>
222 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Define
223 for librt. Save the return value to a safe register.
224 (CDISABLE): Define for librt. Set the function argument correctly.
226 2004-04-18 Jakub Jelinek <jakub@redhat.com>
228 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
229 (PSEUDO_CANCEL): Define.
231 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (CENABLE,
232 CDISABLE): For librt, append @PLT.
234 2004-04-17 Jakub Jelinek <jakub@redhat.com>
236 * sysdeps/x86_64/tls.h [!__ASSEMBLER__]: Include tcb-offsets.h.
238 * sysdeps/pthread/timer_gettime.c (timer_gettime): For expired timer
239 return it_value { 0, 0 }.
240 * sysdeps/pthread/timer_create.c (timer_create): Handle SIGEV_NONE
242 * sysdeps/pthread/timer_routines.c (thread_expire_timer): Remove
243 assertion for SIGEV_NONE.
244 (thread_attr_compare): Compare all attributes, not just a partial
247 * sysdeps/unix/sysv/linux/mq_notify.c: Include stdlib.h.
249 2004-04-17 Ulrich Drepper <drepper@redhat.com>
251 * semaphore.h (SEM_VALUE_MAX): Just use a plain number.
253 2004-04-16 Ulrich Drepper <drepper@redhat.com>
255 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix last patch.
257 2004-04-13 Jakub Jelinek <jakub@redhat.com>
259 * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
261 2004-04-12 Ulrich Drepper <drepper@redhat.com>
263 * sysdeps/unix/sysv/linux/mq_notify.c: New file.
265 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (CENABLE): Define
267 (CDISABLE): Likewise.
269 2004-04-08 Jakub Jelinek <jakub@redhat.com>
271 * sysdeps/unix/sysv/linux/bits/local_lim.h (MQ_PRIO_MAX): Define.
272 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h (MQ_PRIO_MAX): Define.
273 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h (MQ_PRIO_MAX): Define.
274 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h (MQ_PRIO_MAX): Define.
275 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_MESSAGE_PASSING):
277 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
278 (_POSIX_MESSAGE_PASSING): Define.
280 2004-04-10 Andreas Jaeger <aj@suse.de>
282 * sysdeps/x86_64/pt-machine.h: Add used attribute to stack_pointer
283 to avoid warnings with GCC 3.5.
285 2004-04-09 Steven Munroe <sjmunroe@us.ibm.com>
287 * sysdeps/powerpc/tls.h (TLS_INIT_TP): Eliminate lvalue cast from
288 __thread_self assignment.
289 (THREAD_DTV): Replace __thread_register with __thread_self.
290 (INIT_THREAD_SELF): Eliminate lvalue cast from __thread_self
293 2004-04-08 Alexandre Oliva <aoliva@redhat.com>
295 * signals.c (pthread_sigmask): Don't ever block or mask
298 2004-03-11 Steven Munroe <sjmunroe@us.ibm.com>
300 * sysdeps/powerpc/tls.h: Remove __powerpc64__ conditional.
302 2004-03-23 Ulrich Drepper <drepper@redhat.com>
304 * sysdeps/ia64/pt-machine.h (BUSY_WAIT_NOP): Define.
305 * sysdeps/x86_64/pt-machine.h (BUSY_WAIT_NOP): Likewise.
307 2004-03-12 Ulrich Drepper <drepper@redhat.com>
309 * sysdeps/unix/sysv/linux/bits/local_lim.h: Add HOST_NAME_MAX.
310 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: Likewise.
311 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: Likewise.
312 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Likewise.
314 2004-03-08 Andreas Jaeger <aj@suse.de>
316 * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT_KERNEL_CHECK):
317 dl_osversion is readonly.
319 2004-03-07 Ulrich Drepper <drepper@redhat.com>
321 * sysdeps/i386/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
323 * sysdeps/ia64/tls.h (INIT_SYSINFO): Likewise.
325 2004-02-20 Steven Munroe <sjmunroe@us.ibm.com>
327 * sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c [SHARED]: Code only
328 valid for SHARED case. Correct spelling of __vmx_longjmp.
330 * sysdeps/powerpc/pspinlock.c: Move from here.
331 * sysdeps/powerpc/powerpc32/pspinlock.c: To here.
332 * sysdeps/powerpc/powerpc64/pspinlock.c: New file.
333 * sysdeps/powerpc/powerpc64/pt-machine.h: Define __compare_and_swap32
334 and __compare_and_swap32_with_release_semantics.
336 2004-02-20 Jakub Jelinek <jakub@redhat.com>
338 * Makefile (generated): Remove tst-stack1.mtrace and tst-stack1-mem.
339 (tests): Remove $(objpfx)tst-stack1-mem.
340 (tst-stack1-ENV): Remove.
341 ($(objpfx)tst-stack1-mem): Remove.
343 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
344 (__syscall_error_handler2): Call CDISABLE.
345 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
346 (__syscall_error_handler2): Call CDISABLE.
348 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
350 2004-02-10 Steven Munroe <sjmunroe@us.ibm.com>
352 * Makefile (libpthread-routines): Add ptcleanup.
353 * ptlongjmp.c: Removed.
354 * ptcleanup.c: Copied __pthread_cleanup_upto to here. New file.
355 * sysdeps/pthread/ptlongjmp.c: Copied longjmp to here. New file.
356 * sysdeps/unix/sysv/linux/powerpc/Versions: New file.
357 Version longjmp, siglongjmp for GLIBC_2.3.4.
358 * sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c: New File.
360 2004-01-22 Andreas Jaeger <aj@suse.de>
362 * spinlock.c (__pthread_lock): Fix contraint to avoid warning.
363 (__pthread_release): Likewise.
365 2004-01-16 Richard Henderson <rth@redhat.com>
367 * attr.c: Include ldsodefs.h.
368 (pthread_getattr_np): Don't declare __libc_stack_end.
370 2004-01-09 Steven Munroe <sjmunroe@us.ibm.com>
372 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
373 [!HAVE_TLS_SUPPORT]: Define SINGLE_THREAD_P using static
374 __lib*_multiple_threads.
375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
376 [!HAVE_TLS_SUPPORT]: Likewise.
378 2004-01-13 Roland McGrath <roland@redhat.com>
380 * sysdeps/powerpc/tcb-offsets.sym: Put -- separator line before any
383 2004-01-10 Andreas Jaeger <aj@suse.de>
385 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Add cfi directives.
387 2004-01-01 Andreas Jaeger <aj@suse.de>
389 * Makefile (generated): Add missing files.
391 2003-12-31 Ulrich Drepper <drepper@redhat.com>
393 * attr.c (pthread_getattr_np): Make sure stack info returned for
394 main thread does not overlap with any other VMA.
395 Patch by Jakub Jelinek.
397 2003-12-29 Jakub Jelinek <jakub@redhat.com>
399 * sysdeps/ia64/tls.h: Include dl-sysdep.h.
400 (INIT_SYSINFO): Define.
401 (TLS_INIT_TP): Use it.
403 2003-12-28 Carlos O'Donell <carlos@baldric.uwo.ca>
405 * attr.c (pthread_getattr_np): Add _STACK_GROWS_UP case.
407 2003-12-26 Jakub Jelinek <jakub@redhat.com>
409 * sysdeps/pthread/pthread.h (pthread_setcancelstate,
410 pthread_setcanceltype, pthread_cancel, pthread_testcancel): Remove
412 * semaphore.h (sem_wait, sem_timedwait): Likewise.
414 2003-12-17 Jakub Jelinek <jakub@redhat.com>
416 * manager.c (pthread_free): Call _dl_deallocate_tls even for
418 * pthread.c (__pthread_initialize_manager): Call _dl_deallocate_tls
420 (pthread_onexit_process): Update comment.
421 * Makefile (tests): Add tst-stack1. Depend on $(objpfx)tst-stack1-mem.
422 (generated): Add tst-stack1.mtrace and tst-stack1-mem.
423 (tst-stack1-ENV): Set.
424 ($(objpfx)tst-stack1-mem): New.
425 * tst-stack1.c: New test.
427 2003-12-16 Steven Munroe <sjmunroe@us.ibm.com>
429 * sysdeps/powerpc/tcb-offsets.sym [!__powerpc64__]: Remove
430 conditional so MULTIPLE_THREADS_OFFSET is generated for both.
431 * sysdeps/powerpc/tls.h [!__powerpc64__]: Remove conditional
432 so TLS_MULTIPLE_THREADS_IN_TCB is generated for both.
433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
436 2003-12-04 Steven Munroe <sjmunroe@us.ibm.com>
438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
439 (SINGLE_THREAD_P): Test using thread local p_multiple_threads field.
441 2003-12-10 David Mosberger <davidm@hpl.hp.com>
443 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Update copyright
444 message. Add include of <stddef.h>.
445 (INIT_NEW_WAY): New macro.
446 (INIT_OLD_WAY): Likewise.
447 (_init): Add unwind directives. Invoke
448 __pthread_initialize_minimal() via INIT_NEW_WAY or INIT_OLD_WAY,
450 (_init_EPILOG_BEGINS): Add unwind-directives. Drop unused .regstk
452 (_fini): Add unwind directives. Drop unnecessary .align 16
453 directive (bundles are always 16-byte aligned).
454 (_fini_EPILOG_BEGINS): Add unwind-directives.
456 2003-11-19 David Mosberger <davidm@hpl.hp.com>
458 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: New file.
460 2003-12-10 Andreas Jaeger <aj@suse.de>
461 Ruediger Oertel <ro@suse.de>
463 * sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra .prologue.
465 2003-11-30 Andreas Jaeger <aj@suse.de>
467 * Makefile (CFLAGS-pt-initfini.s): Add $(fno_unit_at_a_time).
468 * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
471 2003-11-04 Jakub Jelinek <jakub@redhat.com>
473 * signals.c (__pthread_sigaction): Set __sighandler[sig].old before
474 __libc_sigaction if it has been one of the special values before.
476 2003-10-06 Carlos O'Donell <carlos@baldric.uwo.ca>
478 * pthread.c (__pthread_self_stack): _STACK_GROWS_UP case added.
479 (__pthread_find_self): Likewise.
480 * manager.c (thread_segment): _STACK_GROWS_UP case added.
482 2003-10-10 Carlos O'Donell <carlos@baldric.uwo.ca>
484 * linuxthreads/sysdeps/unix/sysv/linux/hppa/malloc-machine.h: New file.
486 2003-10-10 Carlos O'Donell <carlos@baldric.uwo.ca>
488 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: New file.
490 2003-10-07 Jakub Jelinek <jakub@redhat.com>
492 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Backout 2003-10-02
494 (SAVE_OLDTYPE_0): Fix a typo.
496 2003-10-02 Ulrich Drepper <drepper@redhat.com>
498 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (DOCARGS_1): Use
501 2003-10-02 Jakub Jelinek <jakub@redhat.com>
503 * Makefile (tests): Add tst-cancel8.
504 * tst-cancel8.c: New test.
506 2003-10-02 Ulrich Drepper <drepper@redhat.com>
508 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and
509 restoring of the old cancellation type.
511 2003-09-10 Chris Demetriou <cgd@broadcom.com>
513 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: New file.
515 2003-09-30 Jakub Jelinek <jakub@redhat.com>
517 * sysdeps/pthread/malloc-machine.h [!__libc_maybe_call2] (mutex_init,
518 mutex_lock, mutex_trylock, mutex_unlock): Remove.
520 2003-09-27 Wolfram Gloger <wg@malloc.de>
522 * sysdeps/pthread/malloc-machine.h: New file.
524 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>
526 * attr.c (__pthread_attr_init_2_1): Double __guardsize size
527 if NEED_SEPARATE_REGISTER_STACK is defined.
529 2003-09-22 Philip Blundell <philb@gnu.org>
531 * forward.c: Add _pthread_cleanup_push, _pthread_cleanup_pop.
532 * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
534 * pthread.c (__pthread_elements): Initialise these new elements.
535 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_push): Use
537 (__libc_cleanup_pop): Likewise.
539 2003-09-22 Jakub Jelinek <jakub@redhat.com>
541 * attr.c: Include stdlib.h.
543 2003-09-18 Jakub Jelinek <jakub@redhat.com>
545 * sysdeps/pthread/pthread.h (pthread_getattr_np): Clarify usage.
547 * tst-attr1.c: New test.
548 * Makefile (tests): Add tst-attr1.
550 2003-09-17 Philip Blundell <philb@gnu.org>
552 * sysdeps/unix/sysv/linux/arm/vfork.S: Branch to fork if
553 libpthread is loaded. Elide backwards compatibility code when not
556 2003-09-17 Jakub Jelinek <jakub@redhat.com>
558 * descr.h (manager_thread): Rename to...
559 (__pthread_manager_threadp): ... this.
560 * pthread.c (manager_thread): Define to __pthread_manager_threadp.
561 (__pthread_manager_threadp): New variable.
562 * internals.h (__manager_thread): Define to
563 __pthread_manager_threadp if USE_TLS.
565 2003-09-15 Jakub Jelinek <jakub@redhat.com>
567 * sysdeps/i386/Makefile (CFLAGS-cancel.c, CFLAGS-manager.c,
568 CFLAGS-pthread.c, CFLAGS-sighandler.c): Add
569 -mpreferred-stack-boundary=4.
571 2003-09-16 Ulrich Drepper <drepper@redhat.com>
573 * attr.c (pthread_getattr_np): Correctly fill in the stack-related
574 values for the initial thread.
576 2003-09-17 Jakub Jelinek <jakub@redhat.com>
578 * pthread.c (manager_thread): Remove static, add attribute_hidden.
579 (thread_self_stack): Rename to...
580 (__pthread_self_stack): ... this. Remove static.
581 (pthread_handle_sigcancel): Use check_thread_self ().
582 (pthread_handle_sigrestart): Likewise.
583 * sighandler.c (__pthread_sighandler, __pthread_sighandler_rt):
585 * descr.h (manager_thread): Declare.
586 * internals.h (__pthread_self_stack): New prototype.
587 (__manager_thread): Define.
588 (check_thread_self): New function.
590 2003-09-15 Jakub Jelinek <jakub@redhat.com>
592 * Makefile (CFLAGS-mutex.c): Add $(uses-callbacks).
593 (CFLAGS-sighandler.c): Change $(exceptions) into $(uses-callbacks).
595 2003-09-12 Jakub Jelinek <jakub@redhat.com>
597 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New.
598 (__SSIZE_T_TYPE): Define to __SWORD_TYPE for gcc 2.95.x and
599 __SLONGWORD_TYPE otherwise.
601 2003-09-11 Steven Munroe <sjmunroe@us.ibm.com>
603 * sysdeps/powerpc/powerpc64/pt-machine.h [MEMORY_BARRIER]: Use lwsync.
604 [READ_MEMORY_BARRIER]: Define.
605 [WRITE_MEMORY_BARRIER]: Define.
607 2003-09-10 Jakub Jelinek <jakub@redhat.com>
609 * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Move
610 ptr___pthread_cond_timedwait to the end of the structure to avoid
611 breaking Wine unnecessarily.
613 2003-09-08 Jakub Jelinek <jakub@redhat.com>
615 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Remove.
617 2003-09-02 Jakub Jelinek <jakub@redhat.com>
619 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: New file.
620 * sysdeps/unix/sysv/linux/alpha/Versions: New file.
621 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: New file.
622 * sysdeps/unix/sysv/linux/ia64/Versions: New file.
623 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: New file.
624 * sysdeps/unix/sysv/linux/sparc/Versions: New file.
625 * attr.c (__old_pthread_attr_setstacksize,
626 __old_pthread_attr_setstack): New functions.
627 (pthread_attr_setstacksize): If PTHREAD_STACK_MIN != 16384, export
628 as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.1.
629 (pthread_attr_setstack): If PTHREAD_STACK_MIN != 16384, export
630 as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.2.
631 * tststack.c: Include limits.h and sys/param.h.
632 (main): Set size to MAX (70 * 1024, PTHREAD_STACK_MIN).
634 * barrier.c (__pthread_barrierattr_getpshared): Always
635 return PTHREAD_PROCESS_PRIVATE.
636 (pthread_barrierattr_setpshared): Return EINVAL if pshared
637 is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
639 2003-09-02 Ulrich Drepper <drepper@redhat.com>
641 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h
642 (DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends
645 * barrier.c (pthread_barrierattr_setpshared): We don't handle
646 inter-process barriers.
648 2003-09-01 Jakub Jelinek <jakub@redhat.com>
650 * Makefile (tests): Add tst-tls1.
651 (module-names): Add tst-tls1mod{,a,b,c,d,e,f}.
652 ($(objpfx)tst-tls1mod{,a,b,c,d,e,f}.so-no-z-defs): Set to yes.
653 ($(objpfx)tst-tls1): New.
654 ($(objpfx)tst-tls2.out): Likewise.
655 (tests): Depend on $(objpfx)tst-tls2.out.
656 * tst-tls1.c: New test.
658 * tst-tls1mod.c: New.
659 * tst-tls1moda.c: New.
660 * tst-tls1modb.c: New.
661 * tst-tls1modc.c: New.
662 * tst-tls1modd.c: New.
663 * tst-tls1mode.c: New.
664 * tst-tls1modf.c: New.
665 * tst-tls2.sh: New test.
667 * internals.h (__pthread_cond_timedwait): New prototype.
668 * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Add
669 ptr___pthread_cond_timedwait.
670 * pthread.c (__pthread_functions): Initialize them.
671 * forward.c (pthread_cond_timedwait@GLIBC_2.0,
672 pthread_cond_timedwait@@GLIBC_2.3.2): New forwards.
673 * Versions (libc): Export pthread_cond_timedwait@GLIBC_2.0,
674 pthread_cond_timedwait@@GLIBC_2.3.2.
676 2003-08-27 Ulrich Drepper <drepper@redhat.com>
678 * sysdeps/pthread/pthread.h: Don't mark pthread_exit,
679 pthread_join, pthread_cond_wait, and pthread_cond_timedwait with
680 __THROW to match NPTL.
682 2003-08-13 Ulrich Drepper <drepper@redhat.com>
684 * sysdeps/pthread/Makefile [subdir=rt] (CPPFLAGS): Add
685 -DBROKEN_THREAD_SIGNALS.
687 2003-08-11 Steven Munroe <sjmunroe@us.ibm.com>
689 * manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]:
690 Correct spelling of per thread resolver state.
692 2003-08-07 Jakub Jelinek <jakub@redhat.com>
694 * sysdeps/pthread/bits/libc-lock.h [_LIBC && SHARED]
695 (__rtld_lock_default_lock_recursive,
696 __rtld_lock_default_unlock_recursive): Define.
697 [_LIBC && SHARED] (__rtld_lock_lock_recursive,
698 __rtld_lock_unlock_recursive): Define using
699 GL(_dl_rtld_*lock_recursive).
700 * pthread.c (pthread_initialize): Initialize _dl_rtld_lock_recursive
701 and _dl_rtld_unlock_recursive. Lock GL(_dl_load_lock) the same
702 number of times as GL(_dl_load_lock) using non-mt implementation was
705 2003-07-31 Jakub Jelinek <jakub@redhat.com>
707 * sysdeps/pthread/bits/typesizes.h (__SSIZE_T_TYPE): Define.
708 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__SSIZE_T_TYPE):
710 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__SSIZE_T_TYPE):
712 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New file.
714 * sysdeps/pthread/pthread.h (pthread_attr_setstackaddr,
715 pthread_attr_setstacksize): Change PTHREAD_STACK_SIZE to
716 PTHREAD_STACK_MIN in comments.
718 * sysdeps/alpha/pt-machine.h (PT_EI): Add
719 __attribute__((always_inline)).
720 * sysdeps/arm/pt-machine.h (PT_EI): Likewise.
721 * sysdeps/cris/pt-machine.h (PT_EI): Likewise.
722 * sysdeps/hppa/pt-machine.h (PT_EI): Likewise.
723 * sysdeps/i386/i686/pt-machine.h (PT_EI): Likewise.
724 * sysdeps/i386/pt-machine.h (PT_EI): Likewise.
725 * sysdeps/ia64/pt-machine.h (PT_EI): Likewise.
726 * sysdeps/m68k/pt-machine.h (PT_EI): Likewise.
727 * sysdeps/mips/pt-machine.h (PT_EI): Likewise.
728 * sysdeps/powerpc/powerpc32/pt-machine.h (PT_EI): Likewise.
729 * sysdeps/powerpc/powerpc64/pt-machine.h (PT_EI): Likewise.
730 * sysdeps/s390/s390-32/pt-machine.h (PT_EI): Likewise.
731 * sysdeps/s390/s390-64/pt-machine.h (PT_EI): Likewise.
732 * sysdeps/sh/pt-machine.h (PT_EI): Likewise.
733 * sysdeps/sparc/sparc32/pt-machine.h (PT_EI): Likewise.
734 * sysdeps/sparc/sparc64/pt-machine.h (PT_EI): Likewise.
735 * sysdeps/x86_64/pt-machine.h (PT_EI): Likewise.
736 * spinlock.h (__pthread_set_own_extricate_if): Likewise.
737 * sysdeps/ia64/tls.h (TLS_INIT_TP): Cast tcbp to __typeof
739 * Examples/ex13.c (main): Change res type to void * to avoid
741 * tst-cancel.c (cleanup, inner, tf1, tf2, tf3): Comment out.
743 2003-07-30 Jakub Jelinek <jakub@redhat.com>
745 * pthread.c (init_one_static_tls, __pthread_init_static_tls): New
747 (pthread_initialize): Initialize GL(dl_init_static_tls).
749 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
751 * sysdeps/pthread/timer_create.c (timer_create): Call timer_delref
752 before __timer_dealloc.
753 * sysdeps/pthread/timer_routines.c (__timer_thread_find_matching):
754 Don't call list_unlink.
756 2003-07-29 Roland McGrath <roland@redhat.com>
758 * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
760 2003-07-25 Roland McGrath <roland@redhat.com>
762 * manager.c (pthread_start_thread): Fix typo in last change.
764 2003-07-14 Guido Guenther <agx@sigxcpu.org>
766 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Add IS_IN_librt,
767 use L() for local labels.
769 2003-07-22 Jakub Jelinek <jakub@redhat.com>
771 * descr.h (struct _pthread_descr_struct): Provide p_res member
772 even if USE_TLS && HAVE___THREAD.
773 * sysdeps/pthread/res-state.c (__res_state): Return __resp
775 * manager.c: Include resolv.h.
776 (pthread_start_thread): Initialize __resp.
777 * libc-tls-loc.c (__res_state): Return __resp.
778 * Makefile (tests): Add tst-_res1.
779 (modules-names, extra-objs, test-extras, test-modules): Add support
781 ($(objpfx)tst-_res1mod2.so): Depend on $(objpfx)tst-_res1mod1.so.
782 ($(objpfx)tst-_res1): Depend on $(objpfx)tst-_res1mod2.so and
784 * tst-_res1.c: New test.
785 * tst-_res1mod1.c: New test.
786 * tst-_res1mod2.c: New test.
788 2003-07-20 Ulrich Drepper <drepper@redhat.com>
790 * sysdeps/pthread/bits/libc-lock.h: Define __libc_cleanup_push and
793 * tst-cancel-wrappers.sh: lseek and llseek are no cancellation points.
795 2003-07-14 Ulrich Drepper <drepper@redhat.com>
797 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Fix typo
798 in test for compilation in libc.
800 2003-07-04 Jakub Jelinek <jakub@redhat.com>
802 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Use
803 different symbol for the cancellation syscall wrapper and
804 non-cancellation syscall wrapper.
805 (PSEUDO_END): Define.
807 2003-07-05 Richard Henderson <rth@redhat.com>
809 * sysdeps/alpha/elf/pt-initfini.c: Avoid .ent/.end.
811 2003-06-20 Kaz Kojima <kkojima@rr.iij4u.or.jp>
813 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation
816 2003-06-21 Andreas Schwab <schwab@suse.de>
818 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Support cancellation
821 2003-06-20 Richard Henderson <rth@redhat.com>
823 * sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines):
824 Remove ptw-osf_sigprocmask.
826 2003-06-18 Jakub Jelinek <jakub@redhat.com>
828 * internals.h (__librt_multiple_threads, __librt_enable_asynccancel,
829 __librt_disable_asynccancel): Declare.
830 (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET, LIBC_CANCEL_HANDLED): Define
832 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Support cancellation
834 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
835 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
836 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
837 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
838 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
839 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
840 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
841 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
842 * sysdeps/x86_64/tcb-offsets.sym: New file.
843 * sysdeps/x86_64/Makefile: New file.
844 * sysdeps/x86_64/tls.h (tcbhead_t): Add multiple_threads.
845 * Versions (libc): Export __librt_enable_asynccancel,
846 __librt_disable_asynccancel and __librt_multiple_threads as
848 * libc-cancellation.c (__librt_multiple_threads,
849 __librt_enable_asynccancel, __librt_disable_asynccancel): New aliases.
851 2003-06-12 Steven Munroe <sjmunroe@us.ibm.com>
853 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
854 (SINGLE_THREAD_P): Replace @ got notation with @toc.
856 2003-06-11 Ulrich Drepper <drepper@redhat.com>
858 * sysdeps/powerpc/pspinlock.c (__pthread_spin_init): Fix
859 initializer [PR libc/5052].
861 2003-06-09 Andreas Schwab <schwab@suse.de>
863 * Makefile: Move inclusion of ../Rules down after extra-objs is
866 2003-06-06 Ulrich Drepper <drepper@redhat.com>
868 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New sequences for
869 5+ arg syscalls only needed for PIC.
870 Patch by Ralph Siemsen <ralphs@netwinder.org>.
872 2003-06-05 Richard Henderson <rth@redhat.com>
874 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use
875 and require CFI assembler directives.
876 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
878 2003-05-30 Andreas Jaeger <aj@suse.de>
880 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h
881 (SAVESTK_0): Add CFI directives.
882 (SAVESTK_3): Likewise.
883 (SAVESTK_5): Likewise.
884 (RESTSTK_0): Likewise.
885 (RESTSTK_3): Likewise.
886 (RESTSTK_5): Likewise.
888 2003-05-05 Ulrich Drepper <drepper@redhat.com>
890 * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add \n to error
893 2003-05-04 Roland McGrath <roland@redhat.com>
895 * Makefile ($(objpfx)../libc.so): New target.
897 2003-04-26 Ulrich Drepper <drepper@redhat.com>
899 * pthread.c (__pthread_initialize_manager): Remove one last
900 p_multiple_threads call.
902 2003-04-22 Jakub Jelinek <jakub@redhat.com>
904 * pthread.c (__pthread_initialize_manager): Subtract
905 TLS_PRE_TCB_SIZE bytes from tcbp to get to descr.
906 * manager.c (pthread_handle_create): Subtract or add TLS_PRE_TCB_SIZE
907 instead of sizeof (pthread_descr).
908 (pthread_free): Add TLS_PRE_TCB_SIZE instead of sizeof (pthread_descr).
909 * sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define to 0.
910 (TLS_INIT_TCB_ALIGN, TLS_TCB_ALIGN): Define to alignment of
912 (TLS_PRE_TCB_SIZE): Increase to cover tcbhead_t preceeded by pad
914 (INSTALL_DTV, GET_DTV, THREAD_DTV): tcbhead_t is immediately before
916 (TLS_INIT_TP, THREAD_SELF, INIT_THREAD_SELF): Don't add TLS_TCB_SIZE
918 (NO_TLS_OFFSET): Define.
920 2003-04-22 Roland McGrath <roland@redhat.com>
922 * Makeconfig (shared-thread-library): Reverse link order to work
925 2003-04-20 Ulrich Drepper <drepper@redhat.com>
927 * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the
928 compiler knows we use the ldt_entry variable and that the syscall
931 * internals.h: Split pthread_functions definition into...
932 * sysdeps/pthread/pthread-functions.h: ...new file.
934 * sysdeps/i386/useldt.h: Include <sysdep.h>.
936 2003-04-13 Jakub Jelinek <jakub@redhat.com>
938 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Rename macros to
939 match changes in NPTL sysdep-cancel.h.
941 2003-04-11 Roland McGrath <roland@redhat.com>
943 * Makefile (multidir): Don't set the variable here with $(shell ...).
944 ($(objpfx)multidir.mk): New target, generated makefile; include that.
945 (generated): Append it.
947 2003-04-10 Jakub Jelinek <jakub@redhat.com>
949 * Makefile (multidir, crti-objs, crtn-objs): New variables.
950 (generated-dirs): Add pathname component of multidir.
951 (omit-deps, extra-objs): Include $(multidir)/crt? as well.
952 ($(objpfx)libpthread.so): Depend on $(multidir)/crt?.o as well.
953 ($(objpfx)$(multidir), $(objpfx)$(multidir)/crti.o,
954 $(objpfx)$(multidir)/crtn.o): New.
955 * sysdeps/unix/sysv/linux/sparc/Makefile: Removed.
956 * sysdeps/unix/sysv/linux/x86_64/Makefile (LDFLAGS-pthread.so,
957 before-compile, generated): Don't generate and use specs.
958 ($(objpfx)specs): Remove.
960 2003-04-11 Martin Schwidefsky <schwidefsky@de.ibm.com>
962 * sysdeps/s390/pspinlock.c (__pthread_spin_unlock): Fix asm contraints.
964 2003-04-03 Ulrich Drepper <drepper@redhat.com>
966 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add
967 missing ; after ENTRY use [PR libc/4997].
969 2003-04-03 Jakub Jelinek <jakub@redhat.com>
971 * pthread.c (pthread_initialize): Unblock __pthread_sig_cancel
972 in case the parent blocked it.
974 2003-04-02 Jakub Jelinek <jakub@redhat.com>
976 * Makefile (libpthread-routines): Add pthread_atfork.
977 (libpthread-static-only-routines): Add pthread_atfork.
979 2003-04-01 Jakub Jelinek <jakub@redhat.com>
981 * pthread.c (__pthread_wait_for_restart_signal): Use
982 __pthread_sigsuspend instead of sigsuspend.
983 * internals.h (__pthread_sigsuspend): New prototype.
984 * Makefile (libpthread-routines): Add pt-sigsuspend.
985 (tests): Add tst-cancel7.
986 * sysdeps/unix/sysv/linux/pt-sigsuspend.c: New file.
987 * sysdeps/unix/sysv/linux/alpha/pt-sigsuspend.S: New file.
988 * sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c: New file.
989 * sysdeps/unix/sysv/linux/s390/s390-64/pt-sigsuspend.c: New file.
990 * sysdeps/unix/sysv/linux/sparc/sparc64/pt-sigsuspend.c: New file.
991 * sysdeps/unix/sysv/linux/x86_64/pt-sigsuspend.c: New file.
992 * tst-cancel7.c: New test.
994 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
996 * alloca_cutoff.c: Include internals.h.
997 * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h.
998 * sysdeps/pthread/herrno-loc.c: Likewise.
999 * sysdeps/pthread/res-state.c: Likewise.
1001 2003-03-25 Ulrich Drepper <drepper@redhat.com>
1003 * sysdeps/pthread/bits/typesizes.h: New file.
1004 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
1005 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
1007 2003-03-24 Daniel Jacobowitz <drow@mvista.com>
1009 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
1010 (DOARGS_5, DOARGS_6, DOARGS_7): Rewritten.
1012 2003-03-22 Jakub Jelinek <jakub@redhat.com>
1014 * sysdeps/unix/sysv/linux/fork.c (__fork): Add libc_hidden_def.
1016 2003-03-21 Daniel Jacobowitz <drow@mvista.com>
1018 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
1019 (SINGLE_THREAD_P_PIC): Use "reg" instead of "lr".
1021 2003-03-21 Jakub Jelinek <jakub@redhat.com>
1023 * sysdeps/i386/tls.h [__ASSUME_SET_THREAD_AREA_SYSCALL]
1024 (TLS_SETUP_GS_SEGMENT): Fix a typo.
1026 2003-03-19 Ulrich Drepper <drepper@redhat.com>
1028 * sysdeps/pthread/Makefile: Fix cut&paste error.
1030 2003-03-18 Roland McGrath <roland@redhat.com>
1032 * Versions (libpthread: GLIBC_2.2): Remove
1033 pthread_barrierattr_getpshared, never really existed.
1034 (libpthread: GLIBC_2.0): Move __pthread_initialize to ...
1035 (libpthread: GLIBC_PRIVATE): ... here.
1037 2003-03-14 Jakub Jelinek <jakub@redhat.com>
1039 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
1040 * sysdeps/unix/sysv/linux/sparc/Makefile ($(objpfx)specs): Use full
1043 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
1045 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't .set
1047 * sysdeps/mips/pt-machine.h (__compare_and_swap): Likewise.
1048 Handle 64-bit longs on n64.
1050 2003-03-07 Jakub Jelinek <jakub@redhat.com>
1052 * sysdeps/ia64/pspinlock.c (__pthread_spin_lock,
1053 __pthread_spin_trylock): Rewritten.
1055 2003-03-06 Ulrich Drepper <drepper@redhat.com>
1057 * tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset
1060 2003-03-02 Ulrich Drepper <drepper@redhat.com>
1062 * sysdeps/pthread/timer_create.c (timer_create): Return correct
1063 error for CPU clocks.
1065 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
1066 _POSIX_MONOTONIC_CLOCK.
1067 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
1069 2003-03-01 Roland McGrath <roland@redhat.com>
1071 * sysdeps/powerpc/powerpc64/pt-machine.h
1072 (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC):
1074 * sysdeps/powerpc/tls.h: Don't define those here.
1076 * sysdeps/powerpc/tls.h [! USE_TLS && !__powerpc64__]: Define
1077 tcbhead_t with multiple_threads member.
1078 [USE_TLS] (tcbhead_t): Define minimal one-word version.
1079 [USE_TLS && !__powerpc64__] (TLS_MULTIPLE_THREADS_IN_TCB): Define.
1080 * sysdeps/powerpc/tcb-offsets.sym [USE_TLS]: Use tls.h macros to
1081 derive thread register offset of p_multiple_threads member.
1083 * descr.h (struct _pthread_descr_struct) [!USE_TLS || !TLS_DTV_AT_TP]:
1084 Conditionalize p_header member on this.
1085 [TLS_MULTIPLE_THREADS_IN_TCB]: Add p_multiple_threads alternatively.
1086 * sysdeps/ia64/tls.h [USE_TLS] (TLS_MULTIPLE_THREADS_IN_TCB): Define.
1087 * sysdeps/sh/tls.h: Likewise.
1088 * sysdeps/ia64/tcb-offsets.sym [USE_TLS]: Use p_multiple_threads.
1089 * sysdeps/sh/tcb-offsets.sym: Likewise.
1090 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
1091 (SINGLE_THREAD_P): Likewise.
1092 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1093 (SINGLE_THREAD_P): Likewise.
1094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
1095 (SINGLE_THREAD_P): Likewise.
1096 * pthread.c (__pthread_initialize_manager): Likewise.
1097 * manager.c (pthread_handle_create): Likewise.
1099 * sysdeps/powerpc/tls.h [HAVE_TLS_SUPPORT]: Define USE_TLS and all
1102 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
1104 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [SHARED]:
1105 Conditionalize .toc section magic on this.
1107 2003-02-21 Roland McGrath <roland@redhat.com>
1109 * cancel.c (__pthread_perform_cleanup): Call __libc_thread_freeres
1110 instead of __rpc_thread_destroy.
1112 2003-02-21 Jakub Jelinek <jakub@redhat.com>
1114 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Call
1115 __fork instead of branching to it if BROKEN_SPARC_WDISP22.
1116 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
1118 * sysdeps/unix/sysv/linux/sparc/Makefile (specs): Add ./ prefix
1119 to crti.o and crtn.o.
1120 * sysdeps/unix/sysv/linux/x86_64/Makefile (specs): Likewise.
1122 2003-02-21 Roland McGrath <roland@redhat.com>
1124 * Makefile (install-lib-ldscripts): New variable.
1126 2003-02-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1128 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
1129 interprocedure branches.
1131 2003-02-19 Ulrich Drepper <drepper@redhat.com>
1133 * specific.c (pthread_key_delete_helper): Don't use GETMEM, we
1134 need the target thread's lock.
1136 2003-02-17 Ulrich Drepper <drepper@redhat.com>
1138 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
1141 2003-02-17 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
1142 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1144 * sysdeps/powerpc/Makefile: Handle tcb-offsets.sym.
1145 * sysdeps/powerpc/tcb-offsets.sym: New file.
1146 * sysdeps/powerpc/tls.h: New file.
1147 * sysdeps/powerpc/powerpc32/pt-machine.h (FLOATING_STACKS): Define.
1148 (ARCH_STACK_MAX_SIZE): Define.
1149 (THREAD_SELF): Define.
1150 (INIT_THREAD_SELF): Define.
1151 (THREAD_GETMEM): Define.
1152 (THREAD_GETMEM_NC): Define.
1153 (THREAD_SETMEM): Define.
1154 (THREAD_SETMEM_NC): Define.
1155 (__thread_self): Declare.
1156 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Adjust
1157 for thread register.
1159 2003-02-14 Steven Munroe <sjmunroe@us.ibm.com>
1161 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1162 Check pthread_create existance, not __pthread_fork.
1164 2003-02-12 Ulrich Drepper <drepper@redhat.com>
1166 * sysdeps/pthread/Makefile: Define CFLAGS-confstr.c.
1168 2003-02-10 Jakub Jelinek <jakub@redhat.com>
1170 * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Check
1171 pthread_create existance, not __pthread_fork.
1172 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise.
1173 * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise.
1174 * sysdeps/unix/sysv/linux/m68k/vfork.S (__vfork): Likewise.
1175 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1177 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
1178 * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
1179 * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
1180 Add .weak pthread_create.
1181 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Fix a typo.
1182 Check pthread_create existance, not __pthread_fork.
1183 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1184 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Branch to
1185 __fork whenever libpthread.so is loaded.
1187 2003-02-09 Andreas Jaeger <aj@suse.de>
1189 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h:
1190 Rework: %r9 is destroyed by functions so don't use it as
1191 temporary, align stack correctly, fix parameter for CDISABLE.
1193 2003-02-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1195 * sysdeps/sh/Makefile: New file.
1196 * sysdeps/sh/tcb-offsets.sym: Likewise.
1197 * sysdeps/sh/tls.h: Don't include sysdep.h. Move include
1198 of linuxthreads/descr.h after the definition of THREAD_SELF.
1199 (tcbhead_t): Use IA64 type tcbhead_t for TLS case.
1200 (TLS_TCB_SIZE): Set size of tcbhead_t.
1201 (TLS_PRE_TCB_SIZE): Define.
1202 (INSTALL_NEW_DTV): Set dtv of tcbhead_t structure instead of
1203 a member of thread structure.
1204 (THREAD_DTV): Likewise.
1205 (TLS_INIT_TP_EXPENSIVE): Remove.
1206 (TLS_INIT_TP): Set gbr register only.
1208 (INIT_THREAD_SELF): Likewise.
1209 (NONTLS_INIT_TP): New.
1210 * sysdeps/unix/sysv/linux/sh/pt-initfini.c (__fpscr_values):
1212 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Add
1213 SYSCALL_INST_PAD macro after DO_CALL.
1214 (SINGLE_THREAD_P): Fix non-PIC and TLS case so to read the
1216 * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Branch to __fork
1217 whenever libpthread.so is loaded.
1219 2003-02-08 Andreas Schwab <schwab@suse.de>
1221 * sysdeps/unix/sysv/linux/m68k/vfork.S: Branch to __fork whenever
1222 libpthread.so is loaded.
1224 2003-02-07 Ulrich Drepper <drepper@redhat.com>
1226 * sysdeps/unix/sysv/linux/i386/vfork.S: Make sure
1227 __ASSUME_VFORK_SYSCALL is not defined if the kernel headers have
1228 no __NR_vfork definition.
1230 2003-02-07 Jakub Jelinek <jakub@redhat.com>
1232 * tst-popen2.c: New test.
1233 * Makefile (tests): Add tst-popen2.
1234 * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Branch to __fork
1235 whenever libpthread.so is loaded.
1236 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise.
1237 * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise.
1238 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
1239 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1241 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
1242 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1243 * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
1245 2003-02-05 Ulrich Drepper <drepper@redhat.com>
1247 * sysdeps/pthread/bits/libc-lock.h (__libc_once): Set control
1248 variable for non-libpthread case to the same value the
1249 pthread_once function would use.
1251 2003-02-03 Jakub Jelinek <jakub@redhat.com>
1253 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): If
1254 BROKEN_SPARC_WDISP22, handle SHARED the same way as non-SHARED.
1256 2003-02-04 Andreas Jaeger <aj@suse.de>
1258 * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: Do not use
1261 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1263 * sysdeps/s390/tls.h (TLS_INIT_TP): Return NULL, not 0.
1265 2003-01-30 Jakub Jelinek <jakub@redhat.com>
1267 * sysdeps/alpha/tls.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1268 THREAD_SETMEM, THREAD_SETMEM_NC): Avoid warnings about unused self
1270 * sysdeps/ia64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1271 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1272 * sysdeps/s390/s390-32/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1273 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1274 * sysdeps/s390/s390-64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1275 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1276 * sysdeps/sh/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1277 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1278 * sysdeps/sparc/sparc32/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1279 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1280 * sysdeps/sparc/sparc64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1281 THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
1283 2003-01-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
1285 * sysdeps/s390/s390-32/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
1286 Define TLS versions.
1287 * sysdeps/s390/s390-64/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
1289 * sysdeps/s390/tls.h [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE,
1290 TLS_INIT_TCB_ALIGN, TLS_TCB_SIZE, TLS_TCB_ALIGN, TLS_TCB_AT_TP,
1291 INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_DTV):
1293 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO): Use
1294 branch with 32 bit offset.
1295 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1297 2003-01-24 Jakub Jelinek <jakub@redhat.com>
1299 * sysdeps/sparc/sparc32/pt-machine.h (__thread_self): Change to %g7,
1300 as required by TLS ABI.
1301 * sysdeps/sparc/sparc64/pt-machine.h (__thread_self): Likewise.
1302 * sysdeps/sparc/tls.h [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE,
1303 TLS_INIT_TCB_ALIGN, TLS_TCB_SIZE, TLS_TCB_ALIGN, TLS_TCB_AT_TP,
1304 INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_DTV):
1306 [HAVE_TLS_SUPPORT]: Include descr.h and sysdep.h.
1307 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Use %g7
1308 instead of %g6 for thread pointer.
1309 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
1310 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1311 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
1313 2003-01-25 Guido Guenther <agx@sigxcpu.org>
1315 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: New file.
1316 * sysdeps/unix/sysv/linux/mips/Makefile: New file.
1318 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1320 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Avoid non pc relative
1321 reference to __fork.
1323 2003-01-17 Richard Henderson <rth@redhat.com>
1325 * sysdeps/alpha/tls.h (tcbhead_t): Clarify second member.
1326 (TLS_TCB_SIZE, TLS_TCB_ALIGN): Set for tcbhead_t.
1327 (TLS_PRE_TCB_SIZE): New.
1328 (TLS_INIT_TP, THREAD_SELF, INIT_THREAD_SELF): Update for
1329 new ia64-style thread pointer layout.
1330 (THREAD_GETMEM, THREAD_GETMEM_NC): New.
1331 (THREAD_SETMEM, THREAD_SETMEM_NC): New.
1332 * sysdeps/unix/sysv/linux/alpha/vfork.S: Don't tail-call to __fork
1335 2003-01-15 Jakub Jelinek <jakub@redhat.com>
1337 * sysdeps/ia64/tls.h (tcbhead_t): Use the TLS ABI required layout
1339 (NONTLS_INIT_TP): Revert last change.
1340 * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Define to
1341 offsetof (tcbhead_t, multiple_threads) if USE_TLS not defined.
1343 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1345 * pthread.c (_pthread_initialize_minimal): Use
1346 GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has
1347 been already initialized.
1349 2003-01-16 Jakub Jelinek <jakub@redhat.com>
1351 * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize head->sysinfo even
1354 2003-01-15 Jakub Jelinek <jakub@redhat.com>
1356 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_init,
1357 __libc_lock_init_recursive): Initialize fields directly.
1359 2003-01-15 Jakub Jelinek <jakub@redhat.com>
1361 * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Allow
1362 __fork to be far away from __vfork ifndef SHARED.
1363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
1365 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
1366 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
1367 Add a missing instruction.
1368 * sysdeps/unix/sysv/linux/arm/vfork.S (__vfork): Conditionally
1369 branch to __fork even if __NR_vfork is not defined.
1371 2003-01-14 Ulrich Drepper <drepper@redhat.com>
1373 * tst-cancel-wrappers.sh: Allow .__*_asynccancel functions names
1376 2003-01-14 Steven Munroe <sjmunroe@us.ibm.com>
1378 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
1380 2003-01-14 Jakub Jelinek <jakub@redhat.com>
1382 * sysdeps/unix/sysv/linux/ia64/vfork.S (JUMPTARGET): Remove.
1384 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
1386 * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c: Avoid
1387 unterminated string literals.
1388 * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: Likewise.
1390 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
1392 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
1393 (PSEUDO): Code reordering. Move CENABLE and CDISABLE literals from
1394 PSEUDO_END to PSEUDO.
1395 (PSEUDO_END): Remove.
1396 (SINGLE_THREAD_P): Save an instruction.
1397 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Add missing
1398 parameter to SINGLE_THREAD_P call.
1399 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
1402 2003-01-10 Andreas Schwab <schwab@suse.de>
1404 * sysdeps/unix/sysv/linux/m68k/vfork.S: New file.
1406 2003-01-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
1408 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Setup
1409 backchain in pseudo_cancel. Minor code improvements.
1410 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
1413 2003-01-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
1415 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: New file.
1416 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: New file.
1418 2002-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
1422 2002-01-09 Richard Henderson <rth@redhat.com>
1424 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Assume only
1425 ret follows pseudo, and thus avoid branch-to-branch in cancel
1426 case. Use SYSCALL_ERROR_LABEL.
1428 2003-01-11 Philip Blundell <philb@gnu.org>
1430 * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
1431 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO_RET):
1432 Correctly unstack lr.
1433 (UNDOARGS_5): Fix ordering of pushes and pops.
1434 (SINGLE_THREAD_P_PIC): New.
1435 (SINGLE_THREAD_P_INT): New.
1436 (SINGLE_THREAD_P): Implement in terms of above. Restore lr if it
1438 (PSEUDO): Use SINGLE_THREAD_P_INT.
1440 2003-01-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1442 * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
1444 2003-01-11 Jakub Jelinek <jakub@redhat.com>
1446 * sysdeps/ia64/tls.h (tcbhead_t): Change into dtv_t *, void *.
1447 [HAVE_TLS_SUPPORT] (USE_TLS, TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN,
1448 TLS_TCB_SIZE, TLS_PRE_TCB_SIZE, TLS_TCB_ALIGN, TLS_DTV_AT_TP,
1449 INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV, TLS_INIT_TP, THREAD_SELF,
1450 INIT_THREAD_SELF): Define.
1451 [HAVE_TLS_SUPPORT]: Include descr.h.
1452 (NONTLS_INIT_TP): Point __thread_self at the end of dummy
1453 struct _pthread_descr_struct.
1454 * sysdeps/ia64/pt-machine.h (THREAD_GETMEM, THREAD_GETMEM_NC,
1455 THREAD_SETMEM, THREAD_SETMEM_NC): Define using THREAD_SELF,
1457 * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Adjust
1459 * pthread.c (__pthread_initialize_minimal): Use tcbp, not self
1461 (__pthread_initialize_manager): Rename tcb to mgr.
1462 Use tcbp for TCB pointer, if TLS_DTV_AT_TP set mgr to sizeof (struct
1463 _pthread_descr) below tcbp, otherwise to tcbp.
1464 * manager.c (pthread_handle_create): If TLS_DTV_AT_TP, set
1465 new_thread to be below _dl_allocate_tls (). Adjust new_thread back
1466 before freeing. Fix clone arguments if report_events and USE_TLS.
1467 (pthread_free): Adjust th back before freeing.
1469 2003-01-10 Steven Munroe <sjmunroe@us.ibm.com>
1471 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile: Moved to ...
1472 * sysdeps/unix/sysv/linux/powerpc/Makefile: ...here.
1473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: New File.
1475 2003-01-09 Jakub Jelinek <jakub@redhat.com>
1477 * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
1478 * sysdeps/unix/sysv/linux/ia64/vfork.S: New file.
1479 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1480 [__ASSEMBLER__] (SINGLE_THREAD_P): Remove trailing ;;.
1481 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: New file.
1482 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: New file.
1483 * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
1484 * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
1485 * tst-popen.c: New test.
1486 * Makefile (tests): Add tst-popen.
1488 2003-01-06 Jakub Jelinek <jakub@redhat.com>
1490 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Add
1491 INTERNAL_SYSCALL_DECL, add err argument to INTERNAL_SYSCALL* macros.
1493 2003-01-06 Jakub Jelinek <jakub@redhat.com>
1495 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use
1496 PSEUDO_PREPARE_ARGS. Fix branch condition after SINGLE_THREAD_P.
1498 2003-01-06 Philip Blundell <philb@gnu.org>
1500 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New file.
1502 2003-01-06 Jakub Jelinek <jakub@redhat.com>
1504 * internals.h (LIBC_CANCEL_HANDLED): Define.
1505 * sysdeps/unix/sysv/linux/sigwait.c (LIBC_CANCEL_HANDLED): Add.
1506 * signals.c (LIBC_CANCEL_HANDLED): Add.
1507 * pt-system.c (LIBC_CANCEL_HANDLED): Add.
1508 * tst-cancel-wrappers.sh: Remove all exceptions.
1510 * sysdeps/unix/sysv/linux/alpha/Makefile: New file.
1512 2003-01-05 Andreas Schwab <schwab@suse.de>
1514 * sysdeps/m68k/Makefile: New file, use -fPIC for nonshared
1517 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h (SINGLE_THREAD_P):
1519 (CENABLE): Likewise.
1520 (CDISABLE): Likewise.
1522 2003-01-05 Ulrich Drepper <drepper@redhat.com>
1524 * tst-cancel-wrappers.sh: Invoke gawk not awk since we use GNU awk
1525 features. Reported by Marijn Ros <marijn@mad.scientist.com>.
1527 * Makefile (libc.so-no-z-defs): Define to yes.
1529 2003-01-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1531 * sysdeps/sh/tls.h: Include dl-sysdep.h and stdint.h.
1532 (tcbhead_t): Add multiple_threads member.
1533 (TLS_INIT_TP_EXPENSIVE): Define.
1534 * sysdeps/unix/sysv/linux/sh/pt-initfini.c: Don't use multi-line
1535 strings. Remove unused code.
1536 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: New file.
1538 2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: New file.
1541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile: New file.
1543 2003-01-04 Jakub Jelinek <jakub@redhat.com>
1545 * internals.h (LIBC_THREAD_GETMEM, LIBC_THREAD_SETMEM): Define
1546 even if NOT_IN_libc is defined.
1548 2003-01-05 Jakub Jelinek <jakub@redhat.com>
1550 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: New file.
1551 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: New file.
1552 * sysdeps/s390/Makefile: New file.
1553 * sysdeps/s390/tcb-offsets.sym: New file.
1554 * sysdeps/s390/tls.h: New file.
1556 2003-01-03 Richard Henderson <rth@redhat.com>
1558 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: New file.
1560 2003-01-03 Andreas Jaeger <aj@suse.de>
1562 * sysdeps/pthread/bits/libc-tsd.h: Declare weak_extern functions.
1564 2003-01-03 Jakub Jelinek <jakub@redhat.com>
1566 * Makefile ($(objpfx)libpthread.so): Depend on ld.so.
1568 2003-01-02 Ulrich Drepper <drepper@redhat.com>
1570 * tst-cancel-wrappers.sh: Exclude sigwait.c as well, it does not have
1573 2003-01-02 Jakub Jelinek <jakub@redhat.com>
1575 * internals.h (struct pthread_functions): Rename
1576 ptr_pthread_cond_* fields to ptr___pthread_cond_*.
1577 * pthread.c (pthread_functions): Adjust.
1578 * forward.c: Export both pthread_cond_*@@GLIBC_2.3.2 and
1579 pthread_cond_*@GLIBC_2.0 compatibility symbols.
1580 * Versions [libc] (GLIBC_2.3.2): Export pthread_cond_broadcast,
1581 pthread_cond_destroy, pthread_cond_init, pthread_cond_signal
1582 and pthread_cond_wait.
1584 * sysdeps/pthread/bits/pthreadtypes.h (__pthread_cond_align_t): New
1586 (pthread_cond_t): Add __align member, shorten __padding.
1587 * sysdeps/pthread/pthread.h (PHTREAD_COND_INITIALIZER): Initialize
1588 __padding and __align too.
1590 * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call2): Add
1592 * sysdeps/pthread/sigaction.c: New file.
1593 * sysdeps/unix/sysv/linux/raise.c: New file.
1594 * sysdeps/unix/sysv/linux/sigwait.c: New file.
1595 * sysdeps/unix/sysv/linux/fork.c (__pthread_fork): Protect
1596 weak_extern with #ifndef SHARED.
1597 * sysdeps/unix/sysv/linux/jmp-unwind.c (__pthread_cleanup_upto):
1599 * signals.c (__sigaction): Renamed to...
1600 (__pthread_sigaction): ... this.
1601 (__sigaction): New strong alias, #ifdef SHARED only.
1602 (sigaction): Protect with #ifdef SHARED.
1603 (sigwait): Renamed to...
1604 (__pthread_sigwait): ... this.
1605 (sigwait): New strong alias, #ifdef SHARED only.
1606 (raise): Renamed to...
1607 (__pthread_raise): ... this.
1608 (raise): New strong alias, #ifdef SHARED only.
1609 * internals.h (__pthread_sigaction, __pthread_sigwait,
1610 __pthread_raise): New prototypes.
1611 (struct pthread_functions): Add ptr_pthread_sigaction,
1612 ptr_pthread_sigwait, ptr_pthread_raise.
1613 * pthread.c (pthread_functions): Renamed to...
1614 (__pthread_functions): ... this. No longer static, no longer
1615 SHARED only. Initialize ptr_pthread_sigaction, ptr_pthread_sigwait
1616 and ptr_pthread_raise.
1617 [SHARED] (ptr_pthread_functions): Change to &__pthread_functions.
1618 * libc-cancellation.c (__pthread_thread_self): Remove weak_extern.
1619 * ptfork.c (__fork, __vfork): Protect with #ifdef SHARED.
1620 * ptlongjmp.c (siglongjmp, longjmp): Protect with #ifdef SHARED.
1622 * Makefile (tests, tests-static): Add tst-cancel-static.
1623 * tst-cancel-static.c: New test.
1625 2003-01-02 Jakub Jelinek <jakub@redhat.com>
1627 * Makefile (CFLAGS-pthread_atfork.c): Add -DNOT_IN_libc.
1629 2003-01-02 Ulrich Drepper <drepper@redhat.com>
1631 * sysdeps/pthread/bits/pthreadtypes.h (pthread_cond_t): Add padding.
1632 * condvar.c: Add symbol versioning. The compatibility versions
1633 are the same as the change in the interface does not effect this
1635 * Versions [libpthread]: Add definitions for new pthread_cond_*
1636 interfaces for version GLIBC_2.3.2.
1638 2002-12-31 Ulrich Drepper <drepper@redhat.com>
1640 * sysdeps/unix/sysv/linux/fork.h: Add libc_hidden_proto for
1642 * sysdeps/unix/sysv/linux/register-atfork.c: Add libc_hidden_def
1643 for __register_atfork.
1645 2002-12-31 Jakub Jelinek <jakub@redhat.com>
1647 * sysdeps/i386/i686/pt-machine.h: Use __ASSEMBLER__ instead of
1648 ASSEMBLER test macro.
1649 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1650 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1651 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1652 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1653 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1654 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1656 * sysdeps/pthread/errno-loc.c (__errno_location): Add
1658 * sysdeps/pthread/herrno-loc.c (__h_errno_location): Likewise.
1659 * sysdeps/pthread/res-state.c (__res_state): Likewise.
1660 * sysdeps/unix/sysv/linux/allocrtsig.c (__libc_current_sigrtmin,
1661 __libc_current_sigrtmax): Likewise.
1662 * Versions [libc] (GLIBC_PRIVATE): Remove __libc_internal_tsd_get,
1663 __libc_internal_tsd_set, __libc_internal_tsd_address,
1664 __libc_alloca_cutoff.
1665 [libpthread] (GLIBC_PRIVATE): Remove __libc_internal_tsd_get,
1666 __libc_internal_tsd_set, __libc_internal_tsd_address.
1668 * sysdeps/pthread/list.h: Remove assert.h include.
1669 * sysdeps/unix/sysv/linux/fork.c: Include <fork.h>, not "fork.h".
1671 * sysdeps/pthread/list.h: New file.
1672 * sysdeps/unix/sysv/linux/jmp-unwind.c: New file.
1673 * sysdeps/unix/sysv/linux/fork.c: New file.
1674 * sysdeps/unix/sysv/linux/fork.h: New file.
1675 * sysdeps/unix/sysv/linux/ia64/fork.h: New file.
1676 * sysdeps/unix/sysv/linux/sparc/fork.h: New file.
1677 * sysdeps/unix/sysv/linux/register-atfork.c: New file.
1678 * sysdeps/unix/sysv/linux/unregister-atfork.c: New file.
1679 * sysdeps/unix/sysv/linux/Makefile: New file.
1680 * sysdeps/unix/sysv/linux/Versions: New file.
1681 * ptlongjmp.c (pthread_cleanup_upto): Rename to...
1682 (__pthread_cleanup_upto): ...this. Add targetframe argument,
1683 use it instead of currentframe. No longer static.
1684 (siglongjmp, longjmp): Remove pthread_cleanup_upto calls.
1685 * internals.h (__pthread_cleanup_upto, __pthread_fork): New prototypes.
1686 (struct pthread_functions): Add ptr_pthread_fork,
1687 ptr_pthread_cleanup_upto.
1688 * pthread.c (pthread_functions): Initialize ptr_pthread_fork and
1689 ptr_pthread_cleanup_upto.
1690 * ptfork.c: Include fork.h.
1691 (struct handler_list, struct handler_list_block): Remove.
1692 (pthread_atfork_lock, pthread_atfork_prepare, pthread_atfork_parent,
1693 pthread_atfork_child): Remove.
1694 (pthread_insert_list, __pthread_atfork, pthread_call_handlers): Remove.
1695 (__pthread_fork): New function.
1696 (__fork, __vfork): Call __libc_fork.
1697 * Makefile (libpthread-routines): Add old_pthread_atfork.
1698 (libpthread-nonshared): Add pthread_atfork.
1699 (others): Depend on $(objpfx)libpthread_nonshared.a.
1700 ($(objpfx)libpthread_nonshared.a): New rule.
1701 (install): Depend on $(inst_libdir)/libpthread.so.
1702 ($(inst_libdir)/libpthread.so, $(inst_libdir)/libpthread_nonshared.a):
1704 (tests): Depend on libpthread_nonshared.a too.
1705 * old_pthread_atfork.c: New file.
1706 * pthread_atfork.c: New file.
1707 * Makeconfig (shared-thread-library): Include libpthread_nonshared.a
1710 2002-12-30 Jakub Jelinek <jakub@redhat.com>
1712 * forward.c: Make all functions available by default again. It
1713 caused too much trouble.
1714 * internals.h (struct pthread_functions): Rename ptr_pthread_exit
1715 and ptr_pthread_attr_init_2_* to ptr___pthread_exit and
1716 ptr___pthread_attr_init_2_*.
1717 * pthread.c (pthread_functions): Adjust.
1719 2002-12-28 Jakub Jelinek <jakub@redhat.com>
1721 * libc_pthread_init.c (__libc_pthread_init): Remove
1722 MULTIPLE_THREADS_OFFSET check.
1723 * sysdeps/i386/tls.h: Include tcb-offsets.h in assembler.
1724 (SYSINFO_OFFSET): Remove.
1725 * sysdeps/i386/Makefile [csu] (gen-as-const-headers): Add
1727 * sysdeps/i386/tcb-offsets.sym: New file.
1728 * sysdeps/pthread/tcb-offsets.h: New file.
1729 * sysdeps/sparc/sparc32/tls.h: Removed.
1730 * sysdeps/sparc/sparc64/tls.h: Move...
1731 * sysdeps/sparc/tls.h: ...here. Include tcb-offsets.h in assembler.
1732 * sysdeps/sparc/Makefile: New file.
1733 * sysdeps/sparc/tcb-offsets.sym: New file.
1734 * sysdeps/ia64/tls.h: Include tcb-offsets.h in assembler.
1735 * sysdeps/ia64/Makefile: New file.
1736 * sysdeps/ia64/tcb-offsets.sym: New file.
1737 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
1738 (MULTIPLE_THREADS_OFFSET): Remove.
1739 Replace defined MULTIPLE_THREADS_OFFSET
1740 with defined FLOATING_STACKS && USE___THREAD.
1741 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1742 (MULTIPLE_THREADS_OFFSET): Remove.
1743 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
1744 (MULTIPLE_THREADS_OFFSET): Remove.
1745 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
1746 (MULTIPLE_THREADS_OFFSET): Remove.
1747 * pthread.c (__pthread_initialize_manager): Remove
1748 MULTIPLE_THREADS_OFFSET cbeck.
1750 * tst-cancel-wrappers.sh: Add line continuations.
1752 2002-12-27 Jakub Jelinek <jakub@redhat.com>
1754 * sysdeps/pthread/bits/libc-tsd.h: Include linuxthreads/descr.h
1755 and bits/libc-lock.h.
1756 (__libc_internal_tsd_get, __libc_internal_tsd_set,
1757 __libc_internal_tsd_address): Remove.
1758 (__pthread_internal_tsd_address, __pthread_internal_tsd_get,
1759 __pthread_internal_tsd_set): New weak_externs.
1760 (__libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Define
1761 using __libc_maybe_call2.
1762 (__libc_tsd_key_t): Move to ...
1763 * descr.h (__libc_tsd_key_t): ...here.
1764 Remove bits/libc-tsd.h include.
1765 * sysdeps/pthread/errno-loc.c: New file.
1766 * sysdeps/pthread/herrno-loc.c: New file.
1767 * sysdeps/pthread/res-state.c: New file.
1768 * libc-cancellation.c (THREAD_GETMEM, THREAD_SETMEM): Remove.
1769 (__libc_enable_asynccancel, __libc_disable_asynccancel): Use
1770 thread_self unconditionally. Use LIBC_THREAD_[SG]ETMEM instead
1771 of THREAD_[SG]ETMEM.
1772 * specific.c (libc_internal_tsd_set): Renamed to...
1773 __pthread_internal_tsd_set. Remove static.
1774 (libc_internal_tsd_get): Renamed to...
1775 __pthread_internal_tsd_get. Remove static.
1776 (libc_internal_tsd_address): Renamed to...
1777 __pthread_internal_tsd_address. Remove static.
1778 (__libc_internal_tsd_set, __libc_internal_tsd_get,
1779 __libc_internal_tsd_address, __libc_alloca_cutoff): Remove.
1780 * internals.h [!NOT_IN_libc] (LIBC_THREAD_GETMEM, LIBC_THREAD_SETMEM):
1782 (__pthread_internal_tsd_set, __pthread_internal_tsd_get,
1783 __pthread_internal_tsd_address): New prototypes.
1784 (struct pthread_functions): Add
1785 ptr_pthread_internal_tsd_([sg]et|address) fields.
1786 [!NOT_IN_libc && !FLOATING_STACKS] (thread_self): Define.
1787 * pthread.c (pthread_functions) [!USE_TLS && !HAVE___THREAD]:
1788 Initialize ptr_pthread_internal_tsd_([sg]et|address) fields.
1789 * Versions (libpthread): Remove __libc_alloca_cutoff@GLIBC_PRIVATE.
1790 * alloca_cutoff.c: New file.
1791 * no-tsd.c: Removed.
1792 * Makefile (routines): Remove no-tsd. Add alloca_cutoff.
1793 * pt-system.c (system): Remove cancellation handling.
1794 * tst-cancel-wrappers.sh: Allow pt-system.o* to not use the
1795 cancellation routines.
1797 * sysdeps/i386/tls.h: Include dl-sysdep.h and stdint.h.
1798 (tcbhead_t): Add sysinfo field.
1799 (SYSINFO_OFFSET, INIT_SYSINFO): Define.
1800 (TLS_INIT_TP): Use INIT_SYSINFO.
1801 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: New file.
1802 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
1803 (MULTIPLE_THREADS_OFFSET): Adjust.
1804 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
1805 (MULTIPLE_THREADS_OFFSET): Likewise.
1806 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
1807 (MULTIPLE_THREADS_OFFSET): Likewise.
1808 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
1809 (MULTIPLE_THREADS_OFFSET): Likewise.
1810 * descr.h: Include stdint.h.
1811 (struct _pthread_descr_struct): Add p_header.data.sysinfo field.
1813 2002-12-22 Jakub Jelinek <jakub@redhat.com>
1815 * libc_pthread_init.c: Include stdlib.h.
1816 * sysdeps/i386/tls.h (tcbhead_t): Add multiple_threads member.
1817 (TLS_INIT_TP_EXPENSIVE): Define.
1818 * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call,
1819 __libc_maybe_call2): In _LIBC check SHARED define.
1820 * sysdeps/ia64/tls.h: New file.
1821 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: New file.
1822 * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
1823 * sysdeps/x86_64/tls.h (TLS_INIT_TP_EXPENSIVE): Define.
1824 * sysdeps/sparc/sparc32/tls.h: New file.
1825 * sysdeps/sparc/sparc64/tls.h: New file.
1826 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: New file.
1827 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: New file.
1828 * Makefile (tests): Add tst-cancel[1-6].
1829 (tests-reverse): Add tst-cancel5.
1830 Link libc.so before libpthread.so for tests-reverse.
1831 * tst-cancel1.c: New file.
1832 * tst-cancel2.c: New file.
1833 * tst-cancel3.c: New file.
1834 * tst-cancel4.c: New file.
1835 * tst-cancel5.c: New file.
1836 * tst-cancel6.c: New file.
1838 2002-12-27 Andreas Schwab <schwab@suse.de>
1840 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: New file.
1842 2002-12-22 Roland McGrath <roland@redhat.com>
1844 * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).
1846 2002-12-21 Ulrich Drepper <drepper@redhat.com>
1848 * pthread.c (init_rtsigs): Remove incomplete __builtin_expect.
1849 Reported by Art Hass <ahaas@airmail.net>.
1851 2002-12-19 Jakub Jelinek <jakub@redhat.com>
1853 * forward.c (pthread_attr_init_2_0, pthread_attr_init_2_1):
1854 Use return 0 as 6th argument to FORWARD4.
1856 2002-12-18 Jakub Jelinek <jakub@redhat.com>
1858 * sysdeps/i386/useldt.h (FLOATING_STACKS, ARCH_STACK_MAX_SIZE): Only
1859 define if __ASSUME_LDT_WORKS > 0.
1860 * libc-cancellation.c (THREAD_GETMEM, THREAD_SETMEM): Redefine to
1861 struct member access if !FLOATING_STACKS.
1862 * sysdeps/pthread/flockfile.c (flockfile): Change into weak alias.
1864 2002-12-18 Jakub Jelinek <jakub@redhat.com>
1866 * internals.h (__pthread_thread_self): New prototype.
1867 (struct pthread_functions): Add ptr_pthread_thread_self field.
1868 * pthread.c (pthread_functions): Initialize ptr_pthread_thread_self.
1869 (__pthread_thread_self): New function.
1870 * libc-cancellation.c (__pthread_thread_self): Add weak_extern.
1871 (__libc_enable_asynccancel, __libc_disable_asynccancel): Don't
1872 use thread_self() directly if not FLOATING_STACKS.
1874 2002-12-18 Jakub Jelinek <jakub@redhat.com>
1876 * sysdeps/x86_64/pt-machine.h: Guard most of the header
1877 with #ifndef __ASSEMBLER__.
1878 * pthread.c (pthread_functions): Use SHLIB_COMPAT around
1879 pthread_attr_init_2_0 use.
1881 2002-12-17 Jakub Jelinek <jakub@redhat.com>
1883 * wrapsyscall.c: Removed.
1885 * Makefile (distribute): Add tst-cancel-wrappers.sh.
1886 (routines): Remove weaks. Add forward,
1887 libc_pthread_init, libc-cancellation.
1888 (shared-only-routines): Remove weaks. Add forward.
1889 (libpthread-routines): Remove wrapsyscall.
1890 Add ptw-write, ptw-read, ptw-close, ptw-fcntl, ptw-accept,
1891 ptw-connect, ptw-recv, ptw-recvfrom, ptw-recvmsg, ptw-send,
1892 ptw-sendmsg, ptw-sendto, ptw-fsync, ptw-lseek, ptw-lseek64,
1893 ptw-llseek, ptw-msync, ptw-nanosleep, ptw-open, ptw-open64,
1894 ptw-pause, ptw-pread, ptw-pread64, ptw-pwrite, ptw-pwrite64,
1895 ptw-tcdrain, ptw-wait, ptw-waitpid, pt-system, pt-allocrtsig.
1896 (libpthread-shared-only-routines): Add pt-allocrtsig.
1897 (tests): Depend on $(objpfx)tst-cancel-wrappers.out.
1898 ($(objpfx)tst-cancel-wrappers.out): New rule.
1899 * sysdeps/pthread/bits/libc-lock.h: Include linuxthreads/internals.h
1901 (__libc_maybe_call): In libpthread.* don't check for existance
1903 (__libc_maybe_call2): Define.
1904 (__libc_lock_init, __libc_lock_fini, __libc_lock_lock,
1905 __libc_lock_trylock, __libc_lock_unlock): Use it.
1906 * sysdeps/pthread/flockfile.c: New file.
1907 * sysdeps/pthread/ftrylockfile.c: New file.
1908 * sysdeps/pthread/funlockfile.c: New file.
1909 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: New file.
1910 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: New file.
1911 * sysdeps/unix/sysv/linux/allocrtsig.c: New file.
1912 * libc-cancellation.c: New file.
1913 * forward.c: New file.
1914 * libc_pthread_init.c: New file.
1915 * pt-system.c: New file.
1916 * pthread.c: Remove locale.h.
1917 (__pthread_manager_thread): Initialize multiple_threads.
1918 (__pthread_multiple_threads): Declare.
1919 (pthread_functions): New variable.
1920 (__pthread_initialize_minimal): Remove __uselocale call.
1921 Call __libc_pthread_init.
1922 (__pthread_initialize_manager): Initialize __pthread_multiple_threads,
1923 initial thread's multiple_threads and __libc_multiple_threads.
1924 Check MULTIPLE_THREADS_OFFSET value. Initialize manager thread's
1926 (pthread_setschedparam, pthread_getschedparam): Rename to __
1927 prefixed variants. Add strong_alias.
1928 (current_rtmin, current_rtmax, __libc_current_sigrtmin,
1929 __libc_current_sigrtmax, __libc_allocate_rtsig): Remove.
1930 (init_rtsigs): Use __libc_current_sigrtmin_private.
1931 (pthread_initialize): Only call init_rtsigs if
1932 !__ASSUME_REALTIME_SIGNALS.
1933 (__pthread_require_wrappers, __pthread_require_lockfile): Remove.
1934 * internals.h (__pthread_attr_destroy, __pthread_attr_setdetachstate,
1935 __pthread_attr_getdetachstate, __pthread_attr_setschedparam,
1936 __pthread_attr_getschedparam, __pthread_attr_setschedpolicy,
1937 __pthread_attr_getschedpolicy, __pthread_attr_setinheritsched,
1938 __pthread_attr_getinheritsched, __pthread_attr_setscope,
1939 __pthread_attr_getscope, __pthread_cond_init,
1940 __pthread_cond_destroy, __pthread_cond_wait,
1941 __pthread_cond_signal, __pthread_cond_broadcast,
1942 __pthread_condattr_init, __pthread_condattr_destroy,
1943 __pthread_equal, __pthread_getschedparam,
1944 __pthread_setschedparam, __pthread_setcancelstate,
1945 __pthread_setcanceltype, __pthread_enable_asynccancel,
1946 __libc_enable_asynccancel, __libc_pthread_init): New prototype.
1947 (__pthread_mutex_init, __pthread_mutex_destroy,
1948 __pthread_mutex_lock, __pthread_mutex_unlock,
1949 __pthread_mutex_trylock): Likewise.
1951 (struct pthread_functions): New type.
1952 (__libc_pthread_functions): New variable.
1953 (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET): Define.
1954 * descr.h (struct _pthread_descr_struct): Add
1955 p_header.data.multiple_threads field.
1956 * manager.c (pthread_handle_create): Initialize multiple_threads.
1957 * cancel.c (__pthread_enable_asynccancel,
1958 __pthread_disable_asynccancel): New functions.
1959 (__pthread_provide_wrappers): Remove.
1960 (pthread_setcancelstate, pthread_setcanceltype): Rename to __
1961 prefixed variants. Add strong_alias.
1962 * condvar.c (pthread_cond_init, pthread_cond_destroy,
1963 pthread_cond_wait, pthread_cond_signal, pthread_cond_broadcast,
1964 pthread_condattr_init, pthread_condattr_destroy): Likewise.
1965 * join.c (pthread_exit): Likewise.
1966 * attr.c (pthread_attr_destroy, pthread_attr_setdetachstate,
1967 pthread_attr_getdetachstate, pthread_attr_setschedparam,
1968 pthread_attr_getschedparam, pthread_attr_setschedpolicy,
1969 pthread_attr_getschedpolicy, pthread_attr_setinheritsched,
1970 pthread_attr_getinheritsched, pthread_attr_setscope,
1971 pthread_attr_getscope): Likewise.
1972 * mutex.c (__pthread_mutex_init, __pthread_mutex_destroy,
1973 __pthread_mutex_lock, __pthread_mutex_unlock,
1974 __pthread_mutex_trylock): Add hidden_def.
1975 * Versions (libc): Add __libc_pthread_init,
1976 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1977 __libc_allocate_rtsig_private @@GLIBC_PRIVATE.
1978 * lockfile.c: Remove some USE_IN_LIBIO guards.
1979 (__pthread_provide_lockfile): Remove.
1980 * pt-allocrtsig.c: New file.
1981 * tst-cancel-wrappers.sh: New test.
1983 2002-12-15 Ulrich Drepper <drepper@redhat.com>
1985 * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect,
1986 readv, select, sigpause, sigsuspend, sigwaitinfo, waitid, writev.
1987 * wrapsyscall.c: Remove creat, poll, pselect, readv, select,
1988 sigpause, sigsuspend, sigwaitinfo, waitid, and writev wrappers.
1990 2002-12-10 Ulrich Drepper <drepper@redhat.com>
1992 * wrapsyscall.c (CANCELABLE_SYSCALL): Don't define function as
1993 weak. There is no reason for that.
1994 (CANCELABLE_SYSCALL_VA): Likewise.
1996 2002-12-09 Ulrich Drepper <drepper@redhat.com>
1998 * wrapsyscall.c: Add wrappers for creat, poll, pselect, readv, select,
1999 sigpause, __xpg_sigpause, sigsuspend, sigwaitinfo, waitid, and writev.
2000 * Versions: Export creat, poll, pselect, readv, select, sigpause,
2001 __xpg_sigpause, sigsuspend, sigwaitinfo, waitid, and writev from
2002 libpthread in version GLIBC_2.3.2.
2004 2002-12-06 Ulrich Drepper <drepper@redhat.com>
2006 * sysdeps/pthread/bits/libc-lock.h: Define __rtld_lock_* macros.
2008 2002-12-05 Roland McGrath <roland@redhat.com>
2010 * pthread.c (__pthread_initialize_minimal)
2011 [USE_TLS && SHARED && !USE___THREAD]: Initialize TLS and set up the
2012 TCB if the dynamic linker didn't do it at startup.
2014 * sysdeps/i386/tls.h (TLS_INIT_TP): Make it return zero or an error
2016 (TLS_DO_SET_THREAD_AREA, TLS_DO_MODIFY_LDT, TLS_SETUP_GS_SEGMENT):
2018 * sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
2019 * sysdeps/alpha/tls.h (TLS_INIT_TP): Likewise (always zero).
2021 2002-12-03 Roland McGrath <roland@redhat.com>
2023 * pthread.c (pthread_initialize) [SHARED]: Copy dl_error_tsd value
2024 from dynamic linker internal cell to new libc cell.
2026 2002-11-28 Roland McGrath <roland@redhat.com>
2028 * tst-context.c: #define IS_IN_libpthread around #include <tls.h>
2029 before other headers, so FLOATING_STACKS is not defined wrongly.
2031 * sysdeps/i386/tls.h [!IS_IN_libpthread]: Enable TLS support
2032 even if [! FLOATING_STACKS].
2033 (TLS_DO_MODIFY_LDT_KERNEL_CHECK): New macro.
2034 If not under [__ASSUME_LDT_WORKS > 0], then do a runtime check of
2035 dl_osversion >= 2.3.99 and fatal if not.
2036 (TLS_DO_MODIFY_LDT): Use it.
2038 2002-11-28 Ulrich Drepper <drepper@redhat.com>
2040 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
2041 require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT.
2042 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
2044 2002-11-19 Ulrich Drepper <drepper@redhat.com>
2046 * Versions (libc: GLIBC_2.0): Remove names of functions which are
2047 not defined in libc.
2048 * Makefile (shared-only-routines): Add weaks.
2049 * weaks.c: Remove functions which are not exported from libc.so.
2051 2002-11-14 Roland McGrath <roland@redhat.com>
2053 * libc-tsd.c: New file.
2054 * Makefile (distribute): Add it.
2055 (libc-link.so): New variable.
2056 ($(objpfx)libpthread.so): Depend on that instead of libc.so file name.
2057 (libc-ok-for-link): New variable.
2058 [$(versioning) = yes]: Include $(common-objpfx)tls.make and define
2059 libc-ok-for-link to $(use-thread).
2060 [$(libc-ok-for-link) = no]
2061 (libc-link.so): Set to $(objpfx)libc.so, not $(common-objpfx)libc.so.
2062 ($(objpfx)libc_pic_lite.a,$(objpfx)libc_pic_lite.os, $(objpfx)libc.so):
2064 (generated): Append them.
2065 (extra-objs): Append libc-tsd.os.
2067 * libc-tls-loc.c: New file.
2068 * Makefile (libpthread-routines): Add it.
2070 2002-11-14 Andreas Schwab <schwab@suse.de>
2072 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Fix unterminated
2075 2002-11-13 Roland McGrath <roland@redhat.com>
2077 * Examples/ex6.c (main): Improve error reporting.
2079 2002-11-04 Ulrich Drepper <drepper@redhat.com>
2081 * sysdeps/i386/Makefile: Compile pthread.c and sighandler.c with
2082 -fno-omit-frame-pointer. Patch by Andreas Steinmetz <ast@domdv.de>.
2084 * sysdeps/i386/useldt.h [PIC] (USETLS_LOAD_EBX): Use correct input
2086 (DO_SET_THREAD_AREA): Mark asm output specifiers correctly.
2088 2002-10-22 Jakub Jelinek <jakub@redhat.com>
2090 * manager.c (pthread_start_thread): Call __uselocale even
2091 if [! SHARED]. Patch by Leon Kanter <leon@geon.donetsk.ua>.
2093 2002-10-17 Roland McGrath <roland@redhat.com>
2095 * Makefile (unload): Don't link in libpthread.so.
2096 ($(objpfx)unload.out): Do depend on it.
2097 * unload.c (main): Improve error reporting.
2099 2002-10-09 Roland McGrath <roland@redhat.com>
2101 * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call): New macro.
2102 Under [__PIC__], call the function via the pointer fetched for
2103 comparison rather than a call by name that uses the PLT.
2104 (__libc_lock_init, __libc_rwlock_init, __libc_lock_fini)
2105 (__libc_rwlock_fini, __libc_lock_lock, __libc_rwlock_rdlock)
2106 (__libc_rwlock_wrlock, __libc_lock_trylock, __libc_rwlock_tryrdlock)
2107 (__libc_rwlock_trywrlock, __libc_lock_unlock, __libc_rwlock_unlock)
2108 (__libc_key_create, __libc_getspecific, __libc_setspecific)
2109 (__libc_atfork): Use it.
2111 * pthread.c [SHARED] (__libc_dl_error_tsd): New function.
2112 (pthread_initialize) [SHARED]: Set _dl_error_catch_tsd to that.
2113 * Versions (libc: GLIBC_PRIVATE): Add __libc_dl_error_tsd.
2114 (ld: GLIBC_PRIVATE): Set removed.
2116 2002-10-11 Ulrich Drepper <drepper@redhat.com>
2118 * sysdeps/unix/sysv/linux/execve.c: New file.
2120 2002-10-09 Jakub Jelinek <jakub@redhat.com>
2122 * no-tsd.c: Include stdlib.h.
2124 2002-10-07 Jakub Jelinek <jakub@redhat.com>
2126 * sysdeps/unix/sysv/linux/allocalim.h: New file.
2127 * descr.h (struct _pthread_descr_struct): Add p_alloca_cutoff
2129 * manager.c (__pthread_allocate_stack): Add out_stacksize argument.
2130 Pass stack size to caller.
2131 (pthread_handle_create): Set p_alloca_cutoff.
2132 * pthread.c (__pthread_initial_thread): Use C99 designated
2133 initializers. Set p_alloca_cutoff.
2134 (__pthread_manager_thread): Likewise.
2135 (__pthread_initialize_minimal) [USE_TLS]: Set p_alloca_cutoff
2137 (__pthread_init_max_stacksize): Possibly decrease p_alloca_cutoff
2139 (__pthread_initialize_manager) [USE_TLS]: Set p_alloca_cutoff
2141 * specific.c (__libc_alloca_cutoff): New function.
2142 * no-tsd.c (__libc_alloca_cutoff): New function.
2143 * Versions: Export __libc_alloca_cutoff@@GLIBC_PRIVATE from libc
2146 2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2148 * sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__.
2149 * sysdeps/sh/tls.h: Likewise.
2150 * sysdeps/unix/sysv/linux/sh/smp.h: New file.
2152 2002-09-29 Jakub Jelinek <jakub@redhat.com>
2154 * sysdeps/pthread/tst-timer.c (main): Clear
2155 SIGEV2.sigev_notify_attributes.
2157 2002-09-29 Ulrich Drepper <drepper@redhat.com>
2159 * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Don't use
2160 INLINE_SYSCALL for set_thread_area syscall.
2162 2002-09-28 Roland McGrath <roland@redhat.com>
2164 * pthread.c (__pthread_reset_main_thread) [FLOATING_STACKS]:
2165 Don't call setrlimit, since we did no prior bogon we need to undo.
2167 2002-09-27 Roland McGrath <roland@redhat.com>
2169 * sysdeps/x86_64/tls.h [__ASSEMBLER__]: Don't include <pt-machine.h>.
2171 2002-09-24 Roland McGrath <roland@redhat.com>
2173 * sysdeps/x86_64/tls.h: New file.
2175 2002-09-23 Roland McGrath <roland@redhat.com>
2177 * Examples/ex13.c (dump_mut): int -> size_t for counter.
2179 2002-09-18 Bruno Haible <bruno@clisp.org>
2181 * Examples/ex10.c (thread): Fail if pthread_mutex_timedlock() returns
2182 an unexpected error code.
2184 * internals.h (__pthread_message): Add const to first parameter type.
2185 * pthread.c (__pthread_message): Likewise.
2187 * sysdeps/unix/sysv/linux/configure: Moved to ../sysdeps/pthread.
2189 2002-09-17 Roland McGrath <roland@redhat.com>
2191 * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT, TLS_DO_SET_THREAD_AREA):
2192 Set the descriptor limit to the full 4GB, so %gs:OFFSET works for any
2193 offset (positive or negative) relative to the thread struct.
2194 * sysdeps/i386/useldt.h (DO_MODIFY_LDT, DO_SET_THREAD_AREA): Likewise.
2196 2002-09-12 Jakub Jelinek <jakub@redhat.com>
2198 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Move...
2199 * sysdeps/unix/sysv/linux/sparc/Makefile: ...here.
2200 Replace /usr/lib/crt[in].o with crt[in].o too.
2202 2002-09-11 Steven Munroe <sjmunroe@us.ibm.com>
2204 * sysdeps/powerpc/powerpc64/pt-machine.h: New file.
2206 2002-09-04 Bruno Haible <bruno@clisp.org>
2208 * pthread.c: Include <sys/time.h>.
2209 (is_smp_system): Move to sysdeps/unix/sysv/linux/smp.h.
2210 * sysdeps/unix/sysv/linux/smp.h: New file, extracted from pthread.c.
2211 * Makefile (distribute): Add smp.h to the list.
2213 2002-09-04 Bruno Haible <bruno@clisp.org>
2215 * sysdeps/alpha/pt-machine.h: Choose different include file location
2216 on non-Linux platforms.
2218 * wrapsyscall.c (PROMOTE_INTEGRAL_TYPE): New macro.
2219 (open, open64): Change va_arg argument type to the integral type to
2220 which mode_t promotes.
2222 * sysdeps/pthread/tst-timer.c (main): Don't assume anything about
2223 the structure of 'struct sigevent'.
2225 * errno.c (__errno_location, __h_errno_location, __res_state):
2226 Use prototype function definitions.
2228 2002-07-29 Steven Munroe <sjmunroe@us.ibm.com>
2230 * shlib-versions: Set libpthread version to 2.3 for powerpc64.
2231 * sysdeps/powerpc/pt-machine.h: moved to...
2232 * sysdeps/powerpc/powerpc32/pt-machine.h: ...here
2233 * sysdeps/powerpc/powerpc64/pt-machine.h: New file.
2235 2002-09-02 Roland McGrath <roland@redhat.com>
2237 * sysdeps/powerpc/Makefile (CFLAGS-pt-initfini.s): New variable.
2239 2002-09-01 Roland McGrath <roland@redhat.com>
2241 * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t): Add new keys
2242 CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
2244 * sysdeps/pthread/bits/libc-tsd.h (__libc_tsd_address): New macro.
2245 (__libc_internal_tsd_address): Declare it.
2246 * Versions (libc, ld, libpthread: GLIBC_PRIVATE): Add
2247 __libc_internal_tsd_address.
2248 * specific.c (libc_internal_tsd_address): New function.
2249 (__libc_internal_tsd_address): New variable.
2250 * no-tsd.c (__libc_internal_tsd_address): New variable.
2252 2002-08-31 Ulrich Drepper <drepper@redhat.com>
2254 * Makefile: Don't use rule for crt%.o, spell it out as rules for
2257 2002-08-30 Roland McGrath <roland@redhat.com>
2259 * Makefile (extra-objs, omit-deps): Add crtn.
2260 ($(objpfx)libpthread.so): Depend on $(objpfx)crtn.o.
2261 ($(objpfx)libpthread.so: +postinit): Append $(objpfx)crtn.o.
2262 ($(objpfx)crtn.S): New target.
2263 ($(objpfx)crt%.o): Pattern rule replaces crti.o target.
2264 (generated): Add crtn.S.
2266 * sysdeps/unix/sysv/linux/x86_64/Makefile ($(objpfx)specs): Massage
2267 crtn.o pathname too.
2269 2002-08-30 Jakub Jelinek <jakub@redhat.com>
2271 * pthread.c (__pthread_initialize_minimal): Call __uselocale even
2274 2002-08-30 Roland McGrath <roland@redhat.com>
2276 * tst-static-locale.c: New file.
2277 * Makefile (tests, tests-static): Add it.
2279 2002-04-24 Steven Munroe <sjmunroe@us.ibm.com>
2281 * spinlock.c (__pthread_lock): Fix spurious wakeup
2282 handling. Don't clear lowest bit of list pointer as sign the thread
2283 is still on the wait list. Don't restart after spurious wakeup
2284 with spinning to get the lock.
2285 (__pthread_unlock): Take set lowest bit into account when handling
2286 pointer to list elements.
2287 Patch by Steve Munroe <sjmunroe@us.ibm.com>.
2289 2002-08-28 Roland McGrath <roland@redhat.com>
2291 * sysdeps/pthread/timer_routines.c (thread_func): Fix type in cast.
2293 2002-08-28 Jakub Jelinek <jakub@redhat.com>
2295 * sysdeps/unix/sysv/linux/hppa/aio_cancel.c: New file.
2296 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: New file.
2297 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: New file.
2299 2002-08-28 Ulrich Drepper <drepper@redhat.com>
2301 * sysdeps/pthread/timer_routines.c (thread_func): Change return
2302 type to void and add casts in use to avoid warnings with all gcc
2305 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2307 * sysdeps/unix/sysv/linux/bits/local_lim.h (PTHREAD_THREADS_MAX):
2309 * manager.c (__pthread_handles): Remove.
2310 * pthandles.c: New file.
2311 * pthread.c (__pthread_initialize_minimal): Initialize
2312 __pthread_handles[0] and __pthread_handles[1].
2313 * Makefile (libpthread-routines): Add pthandles (must be last).
2315 2002-08-26 Brian Youmans <3diff@gnu.org>
2317 * Examples/ex10.c: Corrected version number in Lesser GPL copying
2318 permission notice from 2 to 2.1.
2319 * Examples/ex11.c: Likewise.
2320 * Examples/ex13.c: Likewise.
2321 * Examples/ex8.c: Likewise.
2322 * Examples/ex9.c: Likewise.
2323 * barrier.c: Likewise.
2324 * events.c: Likewise.
2325 * lockfile.c: Likewise.
2326 * no-tsd.c: Likewise.
2327 * pt-machine.c: Likewise.
2328 * ptclock_gettime.c: Likewise.
2329 * ptclock_settime.c: Likewise.
2330 * rwlock.c: Likewise.
2331 * sysdeps/alpha/pspinlock.c: Likewise.
2332 * sysdeps/alpha/pt-machine.h: Likewise.
2333 * sysdeps/arm/pspinlock.c: Likewise.
2334 * sysdeps/arm/pt-machine.h: Likewise.
2335 * sysdeps/cris/pspinlock.c: Likewise.
2336 * sysdeps/cris/pt-machine.h: Likewise.
2337 * sysdeps/hppa/pspinlock.c: Likewise.
2338 * sysdeps/hppa/pt-machine.h: Likewise.
2339 * sysdeps/i386/i686/pt-machine.h: Likewise.
2340 * sysdeps/i386/pspinlock.c: Likewise.
2341 * sysdeps/i386/pt-machine.h: Likewise.
2342 * sysdeps/i386/useldt.h: Likewise.
2343 * sysdeps/ia64/pspinlock.c: Likewise.
2344 * sysdeps/ia64/pt-machine.h: Likewise.
2345 * sysdeps/m68k/pspinlock.c: Likewise.
2346 * sysdeps/m68k/pt-machine.h: Likewise.
2347 * sysdeps/mips/pspinlock.c: Likewise.
2348 * sysdeps/mips/pt-machine.h: Likewise.
2349 * sysdeps/powerpc/pspinlock.c: Likewise.
2350 * sysdeps/powerpc/pt-machine.h: Likewise.
2351 * sysdeps/pthread/bits/initspin.h: Likewise.
2352 * sysdeps/pthread/bits/libc-lock.h: Likewise.
2353 * sysdeps/pthread/bits/libc-tsd.h: Likewise.
2354 * sysdeps/pthread/getcpuclockid.c: Likewise.
2355 * sysdeps/pthread/posix-timer.h: Likewise.
2356 * sysdeps/pthread/timer_create.c: Likewise.
2357 * sysdeps/pthread/timer_delete.c: Likewise.
2358 * sysdeps/pthread/timer_getoverr.c: Likewise.
2359 * sysdeps/pthread/timer_gettime.c: Likewise.
2360 * sysdeps/pthread/timer_routines.c: Likewise.
2361 * sysdeps/pthread/timer_settime.c: Likewise.
2362 * sysdeps/pthread/tst-timer.c: Likewise.
2363 * sysdeps/s390/pspinlock.c: Likewise.
2364 * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2365 * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2366 * sysdeps/sh/pspinlock.c: Likewise.
2367 * sysdeps/sh/pt-machine.h: Likewise.
2368 * sysdeps/sparc/sparc32/pspinlock.c: Likewise.
2369 * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2370 * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: Likewise.
2371 * sysdeps/sparc/sparc64/pspinlock.c: Likewise.
2372 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2373 * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
2374 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2375 * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
2376 * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: Likewise.
2377 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
2378 * tststack.c: Likewise.
2379 * unload.c: Likewise.
2380 * weaks.c: Likewise.
2381 * wrapsyscall.c: Likewise.
2383 * sysdeps/pthread/pt-initfini.c: Changed copying
2384 permission notice to Lesser GPL from Library GPL, including the
2385 references in the special exception.
2386 * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: Likewise.
2387 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Likewise.
2388 * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c:
2390 * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c:
2392 * sysdeps/unix/sysv/linux/sh/pt-initfini.c: Likewise.
2394 2002-08-26 Ulrich Drepper <drepper@redhat.com>
2396 * Examples/ex10.c (thread): tv_nsec == 1000000000 is already
2397 overflow [PR libc/4244].
2399 2002-08-25 Ulrich Drepper <drepper@redhat.com>
2401 * sysdeps/pthread/timer_routines.c (thread_func): Make the
2402 compiler happy by adding a return statement which will never be
2405 * tst-context.c (main): Cast to long before casting to pointer.
2407 * Examples/ex17.c (main): Use correct format string.
2409 * Examples/ex9.c (thread): Remove incorrect return statement.
2411 2002-08-23 Ulrich Drepper <drepper@redhat.com>
2413 * pthread.c (__linuxthreads_version): New global constant.
2415 2002-08-23 Andreas Jaeger <aj@suse.de>
2417 * sysdeps/x86_64/pt-machine.h: Use %fs instead of %gs
2418 as thread specific register.
2419 (testandset): Fix inline asm.
2420 (THREAD_GETMEM): Fix inline asm.
2422 2002-08-22 Roland McGrath <roland@redhat.com>
2424 * sysdeps/i386/useldt.h (INIT_THREAD_SELF): Remove [HAVE_TLS_SUPPORT]
2426 (INIT_THREAD_SELF): Pass second arg to DO_SET_THREAD_AREA.
2427 (DO_SET_THREAD_AREA): Take second arg, pass to DO_SET_THREAD_AREA_REUSE
2428 macro. That chooses whether to reuse %gs value or let kernel set it.
2429 [USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, always 1.
2430 [!USE_TLS] (DO_SET_THREAD_AREA_REUSE): New macro, true if arg is
2433 2002-08-21 Ulrich Drepper <drepper@redhat.com>
2435 * sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter
2436 also to the third definition of this macro.
2438 2002-06-17 Andreas Jaeger <aj@suse.de>
2440 * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
2443 2002-08-20 Ulrich Drepper <drepper@redhat.com>
2445 * sysdeps/i386/useldt.h: Go back to using 16-bit instructions when
2446 loading/reading segment registers. Some old hardware doesn't
2447 handle the 32-bit instructions as expected.
2448 * sysdeps/i386/tls.h: Likewise.
2450 * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Second parameter is
2451 renamed to secondcall and use is negated.
2452 (TLS_SETUP_GS_SEGMENT): Likewise.
2453 (TLS_INIT_TP): Likewise.
2454 * sysdeps/sh/tls.h (TLS_INIT_TP): Second parameter is renamed to
2457 * sysdeps/i386/tls.h: Use 32-bit operations when handling segment
2458 registers. No need to mask upper 16 bits in this case.
2459 * sysdeps/i386/useldt.h: Likewise.
2460 (DO_SET_THREAD_AREA): We have to load %gs again even if the value
2461 is the same since the GDT content changed.
2463 * sysdeps/i386/tls.h (TLS_INIT_TP): Add new parameter and pass it on
2464 to TLS_SETUP_GS_SEGMENT.
2465 (TLS_SETUP_GS_SEGMENT): Add new parameter and pass it on to
2466 TLS_DO_SET_THREAD_AREA.
2467 (TLS_DO_SET_THREAD_AREA): If new parameter is zero determine
2468 entry number from %gs value.
2469 * sysdeps/sh/tls.h (TLS_INIT_TP): Add new parameter and simply
2472 * manager.c (pthread_handle_create): Pass NULL to _dl_allocate_tls.
2473 Pass true to _dl_deallocate_tls.
2474 (pthread_free): Likewise.
2475 * pthread.c (__pthread_initialize_manager): Likewise.
2477 2002-08-19 Ulrich Drepper <drepper@redhat.com>
2479 * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Use correct shift when
2480 computing index from %gs value.
2482 2002-08-16 Roland McGrath <roland@redhat.com>
2484 * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Calculate segment
2485 register value from entry number properly.
2487 * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Rewrite asm to use %ebx
2488 optimally conditional on [__PIC__].
2489 (TLS_DO_SET_THREAD_AREA): New macro, implement inline syscall
2490 without touching errno, and use latest modify_ldt-like interface.
2491 (TLS_SETUP_GS_SEGMENT): Use that instead of INLINE_SYSCALL.
2492 * sysdeps/i386/useldt.h (DO_MODIFY_LDT): Set %gs in this macro.
2493 (DO_SET_THREAD_AREA): New macro, uses current syscall interface with
2494 existing %gs value as the segment to set.
2495 (INIT_THREAD_SELF): Rewritten using those. Use set_thread_area only
2496 under [HAVE_TLS_SUPPORT] so we can rely on the initialization done
2497 by the first thread's early TLS setup.
2499 2002-08-15 Roland McGrath <roland@redhat.com>
2501 * sysdeps/i386/tls.h (TLS_INIT_TP): Use statement expression and
2502 return a value as callers now expect.
2504 2002-08-11 Roland McGrath <roland@redhat.com>
2506 * pthread.c (__pthread_initialize_manager): Initialize
2507 p_header.data.tcb field of manager thread's descriptor.
2508 (__pthread_initialize_minimal): Don't initialize p_header.data.self
2509 field, already done by TLS_INIT_TP.
2511 * manager.c (pthread_handle_create): Move p_header field initializers
2514 2002-08-08 Ulrich Drepper <drepper@redhat.com>
2516 * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Removed.
2518 2002-08-07 Ulrich Drepper <drepper@redhat.com>
2520 * pthread.c (__linuxthreads_initial_report_events): New variable.
2521 (__pthread_initialize_manager): Use it to initialize p_report_events
2523 [TLS]: Store pointer to descriptor of manager in __pthread_handles.
2525 2002-08-07 Roland McGrath <roland@redhat.com>
2527 * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with
2528 an "m" constraint to the asm so the compiler knows LDT_ENTRY was used.
2530 2002-08-02 Roland McGrath <roland@redhat.com>
2532 * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t):
2533 Add _LIBC_TSD_KEY_LOCALE.
2534 * manager.c (pthread_start_thread) [!(USE_TLS && HAVE___THREAD)]:
2535 Call __uselocale to initialize our per-thread locale pointer to
2537 * pthread.c (__pthread_initialize_minimal): Likewise.
2539 * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s.
2541 2002-08-02 Ulrich Drepper <drepper@redhat.com>
2543 * pthread.c: Declare _errno, _h_errno, and _res unless we use TLS
2546 * cancel.c (__pthread_perform_cleanup) [USE_TLS && HAVE___THREAD]:
2547 Don't use p_libc_specific element in thread descriptor.
2549 2002-07-30 Roland McGrath <roland@redhat.com>
2551 * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>.
2552 [USE_TLS && HAVE___THREAD]: Just include the sysdeps/generic file,
2553 which does the right thing when __thread support is available.
2554 * descr.h (struct _pthread_descr_struct) [USE_TLS && HAVE___THREAD]:
2555 Omit `p_libc_specific', `p_errnop', `p_errno', `p_h_errnop',
2556 `p_h_errno', `p_resp', and `p_res' members.
2557 * pthread.c (__pthread_initialize_minimal) [USE_TLS && HAVE___THREAD]:
2558 Don't initialize `p_errnop' and `p_h_errnop' members.
2559 (__pthread_reset_main_thread): Likewise.
2560 (__pthread_initialize_manager): Likewise.
2561 * manager.c (__pthread_manager, pthread_handle_create): Likewise.
2562 * pthread.c (pthread_initialize) [USE_TLS && HAVE___THREAD]:
2563 Don't initialize `p_resp' member.
2564 (__pthread_reset_main_thread): Likewise.
2565 * manager.c (pthread_handle_create): Likewise.
2566 * specific.c (libc_internal_tsd_set, libc_internal_tsd_get):
2567 Conditionalize these on [!(USE_TLS && HAVE___THREAD)].
2568 * no-tsd.c: Conditionalize contents on [!(USE_TLS && HAVE___THREAD)].
2569 * errno.c [USE_TLS && HAVE___THREAD]
2570 (__h_errno_location, __res_state): Don't define these at all.
2572 * sysdeps/i386/tls.h (INSTALL_DTV): Add parens around arguments!
2573 (INSTALL_NEW_DTV, GET_DTV): Likewise.
2574 * sysdeps/sh/tls.h (INSTALL_DTV, INSTALL_NEW_DTV, GET_DTV): Likewise.
2576 * weaks.c: Don't include <errno.h> here.
2578 2002-08-01 Roland McGrath <roland@redhat.com>
2580 * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): New macro, broken out of
2582 (TLS_DO_SET_THREAD_AREA): New macro, uses thread_set_area syscall.
2583 (TLS_SETUP_GS_SEGMENT): New macro, try one or the other or both.
2584 (TLS_INIT_TP): Use that.
2586 2002-08-02 Jakub Jelinek <jakub@redhat.com>
2588 * sysdeps/i386/useldt.h (DO_MODIFY_LDT): Move from INIT_THREAD_SELF.
2589 (INIT_THREAD_SELF): Use sys_thread_area syscall instead if available.
2590 (FREE_THREAD): Avoid modify_ldt if using GDT.
2591 * sysdeps/i386/pspinlock.c (__have_no_set_thread_area): New variable.
2593 2002-07-25 Jakub Jelinek <jakub@redhat.com>
2595 * sysdeps/i386/tls.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2596 * sysdeps/i386/pt-machine.h: Likewise.
2597 * sysdeps/i386/useldt.h: Likewise.
2599 2002-07-22 Ulrich Drepper <drepper@redhat.com>
2601 * pthread.c (__pthread_initialize_minimal): If !SHARED and TLS
2602 call __libc_setup_tls first.
2603 * Makefile: Actually create tst-signal.out file when running the test.
2604 (tests): Add tststatic.
2605 * Examples/tststatic.c: New file.
2607 2002-07-19 Ulrich Drepper <drepper@redhat.com>
2609 * errno.c (__errno_location): Don't define unless !USE_TLS
2611 * sysdeps/i386/pt-machine.c: Protect C code with #ifndef ASSEMBLER.
2612 * sysdeps/i386/tls.h: Likewise.
2613 * sysdeps/i386/useldt.h: Likewise.
2614 * sysdeps/i386/i686/pt-machine.h: Likewise.
2616 2002-07-02 H.J. Lu <hjl@gnu.org>
2618 * sysdeps/mips/pspinlock.c: Don't include <sgidefs.h>. Always
2620 * sysdeps/mips/pt-machine.h: Likewise.
2622 2002-07-14 Ulrich Drepper <drepper@redhat.com>
2624 * manager.c (pthread_handle_create): Initialize self-reference in
2627 2002-07-01 Jakub Jelinek <jakub@redhat.com>
2629 * Examples/ex9.c (main): Remove unused th variable.
2631 2002-07-10 Ulrich Drepper <drepper@redhat.com>
2633 * wrapsyscall.c: Add __nanosleep alias.
2634 * Versions (GLIBC_2.2.6): Add __nanosleep.
2635 * bug-sleep.c: New file.
2636 * Makefile (tests): Add bug-sleep.
2638 2002-06-19 Steven Munroe <sjmunroe@vnet.ibm.com>
2640 * Examples/ex9.c (main): Use list of children and join them.
2641 (thread): Do not call exit.
2643 2002-06-20 Ulrich Drepper <drepper@redhat.com>
2645 * spinlock.c (wait_node_alloc): We cannot use compare-and-exchange.
2646 Unconditionally use the code using spinlock. Use __pthread_release
2648 (wait_node_free): Likewise.
2649 (__pthread_acquire, __pthread_release): Unconditionally define.
2651 2002-06-07 Jakub Jelinek <jakub@redhat.com>
2653 * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Fix typo.
2655 2002-05-24 Ulrich Drepper <drepper@redhat.com>
2657 * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Use __sync_synchronize.
2659 2002-05-21 Ulrich Drepper <drepper@redhat.com>
2661 * sysdeps/pthread/pthread.h (pthread_create): Rename first
2663 (pthread_cancel): Likewise.
2664 * internals.h (__pthread_create_2_1): Likewise.
2665 * sysdeps/unix/sysv/linux/bits/sigthread.h (pthread_kill): Likewise.
2667 2002-05-20 Ulrich Drepper <drepper@redhat.com>
2669 * sysdeps/alpha/pt-machine.c (THREAD_SELF): Remove clobber.
2670 Patch by Glen Nakamura <gen@flex.com>.
2672 2002-05-03 Ulrich Drepper <drepper@redhat.com>
2674 * signals.c: Move sighandler functions to...
2675 * sighandler.c: ...here. New file.
2676 * signals.c: Move signal handler related type definitions to...
2677 * internals.h: ...here. Add prototypes for signal handlers.
2678 * Makefile (libpthread-routines): Add sighandler.
2679 (CFLAGS-sighandler.c): Add $(exceptions).
2681 2002-04-30 Jakub Jelinek <jakub@redhat.com>
2683 * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
2685 2002-04-08 Ulrich Drepper <drepper@redhat.com>
2687 * sysdeps/pthread/timer_getoverr.c: Return real overrun.
2688 * sysdeps/pthread/posix-timer.h (struct timer_node): Add overrun_count.
2689 * sysdeps/pthread/timer_routines.c (thread_func): Schedule next timeout
2690 based on previous one and not on current time. Count overruns.
2691 Patch by Eric F. Sorton <eric@cctcorp.com>.
2693 * sysdeps/unix/sysv/linux/bits/local_lim.h: Add DELAYTIMER_MAX.
2695 2002-04-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
2697 * sysdeps/sh/pt-machine.h: Define _PT_MACHINE_H
2698 if it isn't defined yet.
2699 (FLOATING_STACKS, ARCH_STACK_MAX_SIZE): Defined.
2700 (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC):
2702 * sysdeps/sh/tls.h: New file.
2704 2002-04-08 Jakub Jelinek <jakub@redhat.com>
2706 * manager.c (__pthread_manager_event): Use self instead of arg
2707 for INIT_THREAD_SELF.
2708 * sysdeps/i386/useldt.h (INIT_THREAD_SELF): Use sizeof (struct
2709 _pthread_descr_struct) instead of sizeof (*descr).
2711 2002-04-05 Ulrich Drepper <drepper@redhat.com>
2713 * sysdeps/ia64/pt-machine.h: Protect against multiple inclusion.
2714 * sysdeps/alpha/pt-machine.h: Likewise.
2715 * sysdeps/arm/pt-machine.h: Likewise.
2716 * sysdeps/cris/pt-machine.h: Likewise.
2717 * sysdeps/hppa/pt-machine.h: Likewise.
2718 * sysdeps/m68k/pt-machine.h: Likewise.
2719 * sysdeps/mips/pt-machine.h: Likewise.
2720 * sysdeps/powerpc/pt-machine.h: Likewise.
2721 * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2722 * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2723 * sysdeps/sh/pt-machine.h: Likewise.
2724 * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2725 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2726 * sysdeps/x86_64/pt-machine.h: Likewise.
2728 2002-04-05 Jakub Jelinek <jakub@redhat.com>
2730 * man/pthread_mutexattr_init.man (pthread_mutexattr_settype): Document
2731 instead of pthread_mutexattr_setkind_np.
2732 (pthread_mutexattr_gettype): Similarly.
2733 * man/pthread_mutexattr_setkind_np.man: New.
2734 * man/Makefile (SOURCES): Add pthread_mutexattr_setkind_np.man.
2736 2002-04-02 Ulrich Drepper <drepper@redhat.com>
2738 * sysdeps/ia64/pt-machine.h (MEMORY_BARRIER): Define.
2740 2002-03-22 Jakub Jelinek <jakub@redhat.com>
2742 * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove.
2744 2002-03-22 Ulrich Drepper <drepper@redhat.com>
2746 * internals.h (MEMORY_BARRIER): Define as asm with memory as clobber.
2748 2002-03-17 Andreas Jaeger <aj@suse.de>
2750 * sysdeps/i386/pt-machine.h: Add testandset and __compare_and_swap
2752 * sysdeps/alpha/pt-machine.h: Likewise.
2753 * sysdeps/arm/pt-machine.h: Likewise.
2754 * sysdeps/cris/pt-machine.h: Likewise.
2755 * sysdeps/hppa/pt-machine.h: Likewise.
2756 * sysdeps/i386/i686/pt-machine.h: Likewise.
2757 * sysdeps/ia64/pt-machine.h: Likewise.
2758 * sysdeps/m68k/pt-machine.h: Likewise.
2759 * sysdeps/mips/pt-machine.h: Likewise.
2760 * sysdeps/powerpc/pt-machine.h: Likewise.
2761 * sysdeps/s390/s390-32/pt-machine.h: Likewise.
2762 * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2763 * sysdeps/sh/pt-machine.h: Likewise.
2764 * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
2765 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
2766 * sysdeps/x86_64/pt-machine.h: Likewise.
2768 * internals.h: Move testandset and __compare_and_swap prototypes
2771 2002-03-03 Andreas Jaeger <aj@suse.de>
2773 * errno.c: Include resolv.h to avoid warning.
2775 2002-02-27 Ulrich Drepper <drepper@redhat.com>
2777 * pthread.c [USE_TLS] (thread_self_stack): Correct check for upper
2780 2002-02-23 Ulrich Drepper <drepper@redhat.com>
2782 * attr.c (pthread_getattr_np): Don't take thread descriptor size
2783 into account if USE_TLS.
2784 * manager.c (pthread_handle_create): Free TLS data structures if call
2785 failed. Pass correct stack to clone if USE_TLS.
2786 * sysdeps/i386/pt-machine.h: Handle multiple inclusion.
2787 * sysdeps/i386/i686/pt-machine.h: Likewise.
2788 * sysdeps/i386/tls.h: Unconditionally include <pt-machine.h>.
2790 * descr.h (struct _pthread_descr_struct): Update p_header for TLS.
2791 Add p_stackaddr element #if USE_TLS.
2792 * internals.c: Include <tls.h>.
2793 * manager.c: Integrate creating and handling of thread descriptor
2795 * pthread.c: Likewise.
2796 * sysdeps/i386/tls.h (tcbhead_t): Add self pointer.
2797 Include <linuxthreads/descr.h> only if TLS is really used.
2798 (GET_DTV): New macro.
2799 (TLS_INIT_TP): Initialize self pointer.
2801 2002-02-17 Andreas Schwab <schwab@suse.de>
2803 * signals.c (sigwait): Check for old sighandler being SIG_ERR,
2806 2002-02-12 Ulrich Drepper <drepper@redhat.com>
2808 * sysdeps/i386/tls.c (INSTALL_NEW_DTV): Define.
2809 (INSTALL_DTV): Adjust for being passed pointer to element with length.
2811 2002-02-08 Ulrich Drepper <drepper@redhat.com>
2813 * sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
2815 2002-02-08 Richard Henderson <rth@redhat.com>
2817 * sysdeps/alpha/elf/pt-initfini.c: Use \n\ for multiline string.
2819 2002-02-08 Ulrich Drepper <drepper@redhat.com>
2821 * sysdeps/i386/tls.h: TLS cannot be supported with FLOATING_STACKS
2824 2002-02-07 H.J. Lu <hjl@gnu.org>
2826 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Silence the
2828 (__pthread_spin_lock): Remove ".set noreorder".
2829 * sysdeps/mips/pt-machine.h (__compare_and_swap): Liekwise.
2831 2002-02-05 H.J. Lu <hjl@gnu.org>
2833 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Not use
2835 * sysdeps/mips/pt-machine.h (testandset): Likewise.
2836 (__compare_and_swap): Likewise.
2838 2002-02-07 Ulrich Drepper <drepper@redhat.com>
2840 * internals.h: Move declarations/definitions of
2841 __pthread_initial_thread_bos, __pthread_initial_thread,
2842 __pthread_manager_thread_bos, __pthread_manager_thread_tos,
2843 __pthread_manager_thread, __pthread_nonstandard_stacks, STACK_SIZE,
2844 CURRENT_STACK_FRAME, __pthread_find_self, and thread_self...
2846 * sysdeps/i386/tls.h: Add TLS definitions also for !FLOATING_STACKS.
2847 Define THREAD_GETMEM accordingly.
2849 2002-02-06 Ulrich Drepper <drepper@redhat.com>
2851 * sysdeps/i386/tls.h: Include <stddef.h> for size_t.
2853 * sysdeps/i386/tls.h: Define THREAD_DTV.
2855 2002-02-04 Ulrich Drepper <drepper@redhat.com>
2857 * internals.h: Move thread descriptor definition...
2858 * descr.h.: ...here. New file.
2859 * sysdeps/i386/tls.h: New file.
2861 2002-02-01 H.J. Lu <hjl@gnu.org>
2863 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Use a
2864 different register in the delayed slot. Use branch likely.
2866 * sysdeps/mips/pt-machine.h (testandset): Call _test_and_set.
2867 (__compare_and_swap): Return 0 only when failed to compare. Use
2870 2002-02-01 Jakub Jelinek <jakub@redhat.com>
2872 * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set,
2873 __pthread_kill_other_threads_np): Move to GLIBC_PRIVATE.
2874 * sysdeps/i386/i586/Versions: Move all symbols to GLIBC_PRIVATE.
2875 * sysdeps/i386/i686/Versions: Move all symbols to GLIBC_PRIVATE.
2876 * sysdeps/sparc/sparc32/sparcv9/Versions: New file.
2877 * sysdeps/sparc/sparc64/Versions: New file.
2878 * sysdeps/ia64/Versions: Move all symbols to GLIBC_PRIVATE.
2880 2002-01-31 Ulrich Drepper <drepper@redhat.com>
2882 * pthread.c: _dl_cpuclock_offset is not any longer a global variable
2883 in SHARED code, use GL(dl_cpuclock_offset).
2885 2002-01-28 Andreas Jaeger <aj@suse.de>
2887 * sysdeps/mips/pspinlock.c (__pthread_spin_init): Clear *LOCK to
2888 0. Patch by Machida Hiroyuki <machida@sm.sony.co.jp>.
2890 2002-01-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
2892 * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define.
2893 (CURRENT_STACK_FRAME): Remove duplicate definition.
2894 * sysdeps/s390/s390-64/pt-machine.h: Likewise.
2896 2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com>
2898 * Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent
2901 2002-01-12 Andreas Schwab <schwab@suse.de>
2903 * Makefile (test-srcs): Add tst-signal.
2904 (tests): Run tst-signal.
2905 (distribute): Add tst-signal.sh.
2906 * tst-signal.c, tst-signal.sh: New files.
2908 2002-01-14 Andreas Jaeger <aj@suse.de>
2910 * sysdeps/x86_64/pt-machine.h (INIT_THREAD_SELF): Avoid warning.
2912 2002-01-11 Andreas Schwab <schwab@suse.de>
2914 * signals.c (sighandler): Initialize all elements to SIG_ERR.
2915 (__sigaction): Don't use value from sighandler if it is SIG_ERR.
2917 2002-01-06 Richard Henderson <rth@redhat.com>
2919 * sysdeps/alpha/elf/pt-initfini.c: New file.
2921 2001-12-29 Andreas Jaeger <aj@suse.de>
2923 * Examples/ex9.c: Add noreturn attribute for thread.
2924 * Examples/ex10.c: Likewise.
2925 * Examples/ex13.c (thread_start): Likewise.
2926 * Examples/ex15.c (worker): Likewise.
2928 * Examples/ex18.c: Include unistd.h for prototype of sleep.
2930 2001-12-14 Ulrich Drepper <drepper@redhat.com>
2932 * man/pthread_atfork.man: Adjust description of mutex handling
2933 after fork for current implementation.
2934 * linuxthreads.texi: Likewise [PR libc/2519].
2936 2001-12-13 Andreas Schwab <schwab@suse.de>
2938 * specific.c (pthread_key_delete): Don't contact the thread
2939 manager if no threads have been created yet.
2941 2001-12-12 NIIBE Yutaka <gniibe@m17n.org>
2943 * sysdeps/sh/pt-machine.h (INIT_THREAD_SELF): Added __volatile__
2944 qualifier to be safe.
2946 2001-11-30 Andreas Schwab <schwab@suse.de>
2948 * pthread.c (pthread_handle_sigcancel) [THREAD_SELF]: Double check
2949 that self is the manager thread, and initialize the thread
2951 (thread_self_stack) [THREAD_SELF]: New function to find self via
2953 * manager.c (pthread_handle_create): Don't block cancel signal any
2956 2001-11-29 Andreas Jaeger <aj@suse.de>
2958 * sysdeps/x86_64/pt-machine.h: Use %gs as thread specific register.
2960 (INIT_THREAD_SELF): New.
2961 (THREAD_GETMEM): New.
2963 (THREAD_SETMEM): New.
2964 (THREAD_SETMEM_NC): New.
2965 (FLOATING_STACKS): Define.
2966 (ARCH_STACK_MAX_SIZE): Define.
2968 2001-11-28 Kaz Kylheku <kaz@ashi.footprints.net>
2970 Bugfix to pthread_key_delete. It was iterating over the thread
2971 manager's linked list of threads, behind the thread manager's
2972 back causing a race. The fix is to have the manager iterate over
2973 the threads instead, using a new request type for doing so.
2974 * internals.h (struct pthread_request): New manager request type
2975 REQ_FOR_EACH_THREAD.
2976 * manager.c (pthread_for_each_thread): New function.
2977 (__pthread_manager): Handle new REQ_FOR_EACH_THREAD request.
2978 * specific.c (struct pthread_key_delete_helper_args): New type.
2979 (pthread_key_delete_helper): New static function.
2980 (pthread_key_delete): Use the new thread manager
2981 REQ_FOR_EACH_THREAD function to iterate over the threads and set
2982 the delete key slot to a null value in each thread.
2983 * Examples/ex18.c: New test.
2984 * Makefile (tests): Add ex18.
2986 2001-11-22 Wolfram Gloger <wg@malloc.de>
2988 * pthread.c (pthread_onexit_process): Don't call free
2989 after threads have been asynchronously terminated.
2991 * manager.c (pthread_handle_exit): Surround cancellation
2992 of threads with __flockfilelist()/__funlockfilelist().
2994 2001-11-26 Andreas Schwab <schwab@suse.de>
2996 * manager.c (pthread_handle_create): Start the child thread with
2997 the cancel signal blocked, so that it does not handle it before
2998 the thread register is set up. Save errno from failed clone call.
3000 2001-11-15 Ulrich Drepper <drepper@redhat.com>
3002 * sysdeps/i386/i686/Implies: Removed.
3003 * sysdeps/i386/i686/Versions: New file.
3005 2001-10-31 Andreas Jaeger <aj@suse.de>
3007 * sysdeps/x86_64/Makefile: Remove, we do not need it anymore.
3009 2001-10-05 Kevin Buettner <kevinb@cygnus.com>
3011 * pthread.c (__linuxthread_pthread_sizeof_descr): Change name
3012 to __linuxthreads_pthread_sizeof_descr to match name used by
3013 symbol_list_arr[LINUXTHREADS_PTHREAD_SIZEOF_DESCR] in
3014 linuxthreads_db/td_symbol_list.c.
3016 2001-09-22 Andreas Jaeger <aj@suse.de>
3018 * linuxthreads/tst-context.c: Avoid compile warning.
3020 2001-09-20 Andreas Jaeger <aj@suse.de>
3022 * shlib-versions: Add x86-64.
3024 2001-09-19 Andreas Jaeger <aj@suse.de>
3026 * sysdeps/x86_64/Makefile: New file.
3027 * sysdeps/x86_64/pspinlock.c: New file.
3028 * sysdeps/x86_64/pt-machine.h: New file.
3030 2001-09-12 Jakub Jelinek <jakub@redhat.com>
3032 * sysdeps/pthread/timer_delete.c (timer_delete): Thread may be NULL
3034 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
3036 2001-09-11 Ulrich Drepper <drepper@redhat.com>
3037 Wolfram Gloger <wg@malloc.de>
3039 * join.c: Protect all communications from and to manager with
3041 * manager.c: Likewise.
3042 * pthread.c: Likewise.
3043 * smeaphore.c: Likewise.
3045 2001-08-29 Ulrich Drepper <drepper@redhat.com>
3047 * spinlock.c (__pthread_lock): Top max_count value with
3048 MAX_ADAPTIVE_SPIN_COUNT.
3049 * internals.h (MAX_ADAPTIVE_SPIN_COUNT): Define if not already done.
3051 * sysdeps/i386/i686/pt-machine.h (BUSY_WAIT_NOP): New macro to
3054 2001-08-27 Jakub Jelinek <jakub@redhat.com>
3056 * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_t): Only define to
3057 non-opaque type if __USE_UNIX98.
3059 2001-08-26 Jakub Jelinek <jakub@redhat.com>
3061 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_t): Define
3062 non-opaque lock types also if _IO_MTSAFE_IO is defined.
3064 2001-08-23 Roland McGrath <roland@frob.com>
3066 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): Take
3067 new first argument, skip the cleanup handler if it's zero.
3068 (_LIBC_LOCK_RECURSIVE_INITIALIZER): New macro.
3069 (__libc_lock_define_initialized_recursive): Use it.
3070 * sysdeps/pthread/bits/stdio-lock.h: File removed.
3071 The sysdeps/generic file from the main tree now suffices.
3073 2001-08-22 Roland McGrath <roland@frob.com>
3075 * sysdeps/pthread/bits/stdio-lock.h: Include <bits/libc-lock.h>
3076 instead of <pthread.h>.
3077 (_IO_lock_t): Define this typedef using __libc_lock_define_recursive.
3078 (_IO_lock_initializer): Add braces.
3079 (_IO_lock_lock): Use __libc_lock_lock_recursive.
3080 (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
3082 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_recursive_t): New type.
3083 (__libc_lock_define_initialized_recursive): Use it.
3084 (__libc_lock_init_recursive): Likewise.
3085 (__libc_lock_fini_recursive): Likewise.
3086 (__libc_lock_lock_recursive): Likewise.
3087 (__libc_lock_trylock_recursive): Likewise.
3088 (__libc_lock_unlock_recursive): Likewise.
3089 (__libc_lock_define_recursive): New macro.
3091 2001-08-14 Jakub Jelinek <jakub@redhat.com>
3093 * lockfile.c (__pthread_provide_lockfile): New variable.
3094 * pthread.c (__pthread_require_lockfile): New variable.
3095 * cancel.c (__pthread_require_lockfile): New variable.
3097 2001-07-31 Ulrich Drepper <drepper@redhat.com>
3099 * tst-context.c (threadfct): Initialize context before calling
3102 * Examples/ex17.c: Make sure test thread is around long enough.
3104 2001-07-26 kaz Kojima <kkojima@rr.iij4u.or.jp>
3106 * sysdeps/sh/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF): Defined.
3108 2001-07-24 Ulrich Drepper <drepper@redhat.com>
3110 * tst-context.c (main): Print explanation before bailing out
3111 because context handling is not supported.
3113 2001-07-23 Ulrich Drepper <drepper@redhat.com>
3115 * Makefile (tests): Add tst-context.
3116 * tst-context.c: New file.
3118 * sysdeps/pthread/bits/stdio-lock.h: Define
3119 _IO_cleanup_region_start_noarg.
3121 2001-07-23 Jakub Jelinek <jakub@redhat.com>
3123 * sysdeps/alpha/pt-machine.h (FLOATING_STACKS): Define.
3124 (ARCH_STACK_MAX_SIZE): Define.
3125 * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
3126 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
3128 2001-07-19 Jakub Jelinek <jakub@redhat.com>
3130 * sysdeps/i386/useldt.h: Fix typo in ARCH_STACK_MAX_SIZE comment.
3132 * sysdeps/ia64/pt-machine.h (FLOATING_STACKS): Define.
3133 (ARCH_STACK_MAX_SIZE): Define.
3134 * manager.c (pthread_allocate_stack): Handle FLOATING_STACKS with
3135 NEED_SEPARATE_REGISTER_STACK.
3137 2001-07-16 Andreas Schwab <schwab@suse.de>
3139 * Makefile (before-compile): Don't add $(objpfx)crti.o.
3140 (omit-deps): Add crti.
3141 ($(objpfx)libpthread.so): Depend on $(objpfx)crti.o, but make sure
3142 it is filtered out of the link command.
3144 2001-07-16 Ulrich Drepper <drepper@redhat.com>
3146 * pthread.c (pthread_initialize): For FLOATING_STACKS don't bother
3147 to find the right value for __pthread_initial_thread_bos, it's not
3148 used. If not FLOATING_STACKS first run
3149 __pthread_init_max_stacksize.
3151 2001-06-16 H.J. Lu <hjl@gnu.org>
3153 * internals.h: Include <stackinfo.h>.
3155 * attr.c: Don't include <stackinfo.h> here.
3156 * cancel.c: Likewise.
3157 * manager.c: Likewise.
3158 * pthread.c: Likewise.
3159 * ptlongjmp.c: Likewise.
3161 2001-03-23 Matthew Wilcox <willy@ldl.fc.hp.com>
3163 * attr.c: Make _STACK_GROWS_UP work.
3164 * internals.h: Likewise.
3165 * manager.c: Likewise.
3166 * pthread.c: Likewise.
3168 2001-06-15 H.J. Lu <hjl@gnu.org>
3170 * pthread.c (__pthread_reset_main_thread): Fix a typo.
3172 2001-02-02 John S. Marvin <jsm@udlkern.fc.hp.com>
3174 * semaphore.h: Use struct _pthread_fastlock as an element of
3175 sem_t instead of an identical struct.
3176 * rwlock.c: Remove casts.
3177 * semaphore.c: Likewise.
3179 2001-04-30 Alan Modra <amodra@one.net.au>
3181 * sysdeps/unix/sysv/linux/hppa/pt-initfini.c: New.
3183 2001-05-25 Bruce Mitchener <bruce@cubik.org>
3185 * linuxthreads.texi: Spelling corrections.
3187 2001-05-25 Ulrich Drepper <drepper@redhat.com>
3189 * oldsemaphore.c (__old_sem_wait): Clear p_nextwaiting before
3190 returning successfully.
3191 Patch by Gene Cooperman <gene@ccs.neu.edu>.
3193 2001-05-24 Ulrich Drepper <drepper@redhat.com>
3195 * spinlock.c (__pthread_lock) [HAS_COMPARE_AND_SWAP]: Before doing any
3196 serious work try once whether the lock is uncontested.
3197 Remove duplicate reading of __status before loop.
3198 Change suggested by Hans Boehm <hans_boehm@hp.com>.
3200 * spinlock.h (__pthread_trylock): Remove need for oldstatus variable.
3201 (__pthread_alt_trylock): Likewise.
3203 2001-05-01 Kaz Kylheku <kaz@ashi.footprints.net>
3205 Memory barrier overhaul following line by line inspection.
3206 * mutex.c (pthread_once): Missing memory barriers added.
3207 * pthread.c (__pthread_wait_for_restart_signal,
3208 __pthread_timedsuspend_new, __pthread_restart_new): Added
3209 memory barriers ``just in case'' and for documentary value.
3210 * spinlock.c (__pthread_release): New inline function for releasing
3211 spinlock, to complement __pthread_acquire. Includes memory
3212 barrier prior to assignment to spinlock, and __asm __volatile
3213 dance to prevent reordering or optimization of the spinlock access.
3214 * spinlock.c (__pthread_unlock, __pthread_alt_lock,
3215 __pthread_alt_timedlock, __pthread_alt_unlock,
3216 __pthread_compare_and_swap): Updated to use new __pthread_release
3217 instead of updating spinlock directly.
3218 * spinlock.c (__pthread_lock, __pthread_unlock, wait_node_alloc,
3219 wait_node_free, wait_node_dequeue, __pthread_alt_lock,
3220 __pthread_alt_timedlock, __pthread_alt_unlock, __pthread_acquire):
3221 Memory barrier overhaul. Lots of missing memory barriers added,
3222 a couple needless ones removed.
3223 * spinlock.c (__pthread_compare_and_swap): testandset optimization
3224 removed, just calls __pthread_acquire, which has the new read
3225 barrier in it before its testandset.
3227 2001-05-20 Roland McGrath <roland@frob.com>
3229 * Makeconfig: New file, variables used to be in main libc Makeconfig.
3231 2001-05-09 Geoff Keating <geoffk@redhat.com>
3233 * sysdeps/powerpc/pt-machine.h
3234 (HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): Define.
3235 (__compare_and_swap): Remove memory barriers.
3236 (__compare_and_swap_with_release_semantics): New function.
3238 2001-04-24 Andreas Jaeger <aj@suse.de>
3240 * wrapsyscall.c: send* and recv* return ssize_t.
3242 * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Unlock the
3243 mutex instead of double locking it.
3244 Reported by Pierre Artaud <partaud@sodatec.com>.
3246 2001-04-23 Ulrich Drepper <drepper@redhat.com>
3248 * sysdeps/pthread/getcpuclockid.c: Make function generic, test
3249 using #ifdef whether the clock is available.
3250 * sysdeps/unix/sysv/linux/i386/getcpuclockid.c: Removed.
3252 * sysdeps/ia64/Versions: New file.
3254 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init): We don't
3255 have to call __gmon_start__ in the libpthread DSO.
3256 * sysdeps/pthread/pt-initfini.c (_init): Likewise.
3258 * Makefile (libpthread-routines): Add ptclock_gettime and
3260 * internals.h: Don't use cpuclock-init.h definitions, use
3261 hp-timing.h definitions.
3262 * pthread.c: Likewise.
3263 * manager.c: Likewise.
3264 * ptclock_gettime.c: New file.
3265 * ptclock_settime.c: New file.
3266 * internals.h: Fix parameter type for __pthread_clock_gettime and
3267 __pthread_clock_settime.
3269 * sysdeps/i386/i586/ptclock_gettime.c: Removed.
3270 * sysdeps/i386/i586/ptclock_settime.c: Removed.
3271 * sysdeps/i386/i586/Makefile: Removed.
3273 2001-04-22 Ulrich Drepper <drepper@redhat.com>
3275 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_ASYNCH_IO.
3276 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3278 2001-04-21 Andreas Jaeger <aj@suse.de>
3280 * sysdeps/pthread/timer_routines.c (thread_func): Add noreturn
3281 attribute, remove statements that will never be executed.
3282 (thread_func): Remove mutex_unlock call since it's never executed.
3283 (thread_func): Fix comment as suggested by Jakub Jelinek.
3285 * manager.c (__pthread_manager): Add noreturn
3287 (pthread_start_thread): Likewise, remove return statement.
3288 (pthread_start_thread_event): Likewise.
3289 Add noreturn attribute for pthread_handle_exit.
3290 * weaks.c: Add noreturn attribute for pthread_exit.
3292 * internals.h: Add __pthread_clock_gettime and
3293 __pthread_clock_settime prototypes.
3295 2001-04-21 Ulrich Drepper <drepper@redhat.com>
3297 * internals.h: Include <cpuclock-init.h>.
3298 (struct _pthread_descr_struct): Add p_cpuclock_offset field if
3299 CPUCLOCK_VARDEF is defined.
3300 * pthread.c (__pthread_initialize_minimal): Initialize
3301 p_cpuclock_offset field for main thread if CPUCLOCK_INIT is defined.
3302 * manager.c (pthread_start_thread): Set p_cpuclock_offset field
3303 for new thread to current CPU clock value.
3305 * sysdeps/i386/useldt.h: Extend all the macros to handle 8-byte values.
3307 * sysdeps/i386/i586/Makefile: New file.
3308 * sysdeps/i386/i586/Versions: New file.
3309 * sysdeps/i386/i586/ptclock_gettime.c: New file.
3310 * sysdeps/i386/i586/ptclock_settime.c: New file.
3311 * sysdeps/i386/i686/Implies: New file.
3313 2001-04-18 Jakub Jelinek <jakub@redhat.com>
3315 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Put specs into
3316 $generated, not $postclean-generated.
3318 2001-04-18 Andreas Jaeger <aj@suse.de>
3320 * Makefile (otherlibs): Added.
3322 2001-04-18 Jakub Jelinek <jakub@redhat.com>
3324 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
3326 2001-04-16 Ulrich Drepper <drepper@redhat.com>
3328 * signals.c (sigwait): NSIG is no signal number. Block all
3329 signals while in signal handler for signals in SET.
3330 Patch by Manfred Spraul <manfred@colorfullife.com>.
3332 2001-04-12 Ulrich Drepper <drepper@redhat.com>
3334 * tst-cancel.c: Disable most tests. Add new test where all
3335 cleanup handlers must run.
3336 * Makefile (tests): Add tst-cancel again.
3338 * cancel.c (__pthread_perform_cleanup): Correct condition for
3339 leaving cleanup loop early.
3341 * sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for
3342 all the files which use CURRENT_STACK_FRAME.
3343 * sysdeps/i386/pt-machine.h (CURRENT_STACK_FRAME): Define using
3344 __builtin_frame_address.
3345 * sysdeps/i386/i686/pt-machine.h: Likewise.
3347 2001-04-11 Ulrich Drepper <drepper@redhat.com>
3349 * Makefile (tests): Comment out tst-cancel for now.
3351 * tst-cancel.c (main): Cleanup 4 is supposed to run. Create
3352 temporary file in object directory.
3353 * Makefile: Don't allow inlining when compiling tst-cancel.c.
3354 Pass $(objpfx) to tst-cancel.
3356 2001-04-11 David S. Miller <davem@redhat.com>
3358 * sysdeps/sparc/sparc32/pt-machine.h (stack_pointer): Advance
3359 up closer to user local variables so that new cleanup heuristics work.
3360 * sysdeps/sparc/sparc64/pt-machine.h (stack_pointer): Likewise.
3362 2001-04-11 Ulrich Drepper <drepper@redhat.com>
3364 * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer
3366 (_pthread_cleanup_push_defer): Likewise.
3368 * tst-cancel.c (main): Fix loop printing cleanup output.
3370 2001-04-10 kaz Kojima <kkojima@rr.iij4u.or.jp>
3372 * sysdeps/sh/pspinlock.c (__pthread_spin_lock): Fix a reverse
3374 (__pthread_spin_trylock): Likewise.
3375 * sysdeps/sh/pt-machine.h (testandset): Likewise.
3377 2001-04-10 Ulrich Drepper <drepper@redhat.com>
3379 * join.c (pthread_exit): Move code to new function __pthread_do_exit
3380 which takes an extra parameter with the current frame pointer.
3381 Call new function with CURRENT_STACK_FRAME.
3382 (__pthread_do_exit): New function. Call __pthread_perform_cleanup
3383 with the new parameter.
3384 (pthread_join): Call __pthread_do_exit instead of pthread_exit.
3385 * cancel.c (__pthread_perform_cleanup): Takes extra parameter. Use
3386 this parameter as the initial value the cleanup handler records are
3387 compared against. No active cleanup handler record must have an
3388 address lower than the previous one and the initial record must be
3389 above (below on PA) the frame address passed in.
3390 (pthread_setcancelstate): Call __pthread_do_exit instead of
3392 (pthread_setcanceltype): Likewise.
3393 (pthread_testcancel): Likewise.
3394 (_pthread_cleanup_pop_restore): Likewise.
3395 * condvar.c (pthread_cond_wait): Likewise.
3396 (pthread_cond_timedwait_relative): Likewise.
3397 * manager.c (pthread_start_thread): Likewise.
3398 * oldsemaphore.c (__old_sem_wait): Likewise.
3399 * pthread.c (pthread_handle_sigcancel): Likewise.
3400 * semaphore.c (__new_sem_wait): Likewise.
3401 (sem_timedwait): Likewise.
3402 * ptlongjmp.c (pthread_cleanup_upto): Also use current stack frame
3403 to limit the cleanup handlers which get run.
3404 * internals.h: Add prototype for __pthread_do_exit. Adjust prototype
3405 for __pthread_perform_cleanup.
3407 * Makefile (tests): Add tst-cancel.
3408 * tst-cancel.c: New file.
3410 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
3412 * sysdeps/cris/pt-machine.h: New file.
3413 * sysdeps/cris/pspinlock.c: New file.
3415 2001-04-09 Hans-Peter Nilsson <hp@axis.com>
3417 * shlib-versions: Add case for Linux on CRIS.
3419 2001-03-26 Ulrich Drepper <drepper@redhat.com>
3421 * attr.c (pthread_getattr_np): Correct computation of stack size
3422 for machiens with register stack.
3424 * Examples/ex17.c (main): Correct detection of failed mmap call.
3426 2001-03-21 Jakub Jelinek <jakub@redhat.com>
3428 * pthread.c (__pthread_initialize_manager): Fix a typo.
3430 2001-03-21 Jakub Jelinek <jakub@redhat.com>
3432 * attr.c (__pthread_attr_setstack): Fix alignment check.
3433 (pthread_getattr_np): __stackaddr is top of stack, not bottom.
3434 * Makefile (tests): Add ex17 test.
3435 * Examples/ex17.c: New test.
3437 2001-03-20 Ulrich Drepper <drepper@redhat.com>
3439 * Makefile: Define -D_RPC_THREAD_SAFE_ for cancel.c.
3440 * cancel.c (__pthread_perform_cleanup): Call __rpc_thread_destroy.
3441 * sysdeps/pthread/bits/libc-tsd.h: Define _LIBC_TSD_KEY_VARS.
3443 2001-03-18 Ulrich Drepper <drepper@redhat.com>
3445 * Makefile: When generating DSO link with libc_nonshared.a.
3447 2001-02-26 Jakub Jelinek <jakub@redhat.com>
3449 * signals.c (pthread_sighandler): Use CALL_SIGHANDLER.
3451 2001-02-23 Jakub Jelinek <jakub@redhat.com>
3453 * internals.h (__pthread_init_max_stacksize): New prototype.
3454 * attr.c (__pthread_attr_setstacksize): Call
3455 __pthread_init_max_stacksize if not yet initialized.
3456 * pthread.c (__pthread_init_max_stacksize): New function.
3457 (__pthread_initialize_manager): Call it.
3458 Patch by <dtc@cmucl.cons.org>.
3460 2001-03-16 Ulrich Drepper <drepper@redhat.com>
3462 * attr.c (pthread_getattr_np): Fix __stacksize computation for IA-64.
3464 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
3466 * shlib-versions: Add rule for Linux on 64 bit S/390.
3467 * sysdeps/s390/s390-64/pt-machine.h: New file.
3468 * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: New file.
3470 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
3472 * sysdeps/s390/pt-machine.h: Move to...
3473 * sysdeps/s390/s390-32/pt-machine.h: ...here.
3474 Add defines for FLOATING_STACK and ARCH_STACK_MAX_SIZE.
3476 2001-03-15 Ulrich Drepper <drepper@redhat.com>
3478 * Versions [libpthread] (GLIBC_2.2.3): Add pthread_getattr_np.
3479 * attr.c: Implement pthread_getattr_np.
3480 * sysdeps/pthread/pthread.h: Add prototype for pthread_getattr_np.
3481 * internals.h (struct _pthread_descr_struct): Add p_inheritsched.
3482 * manager.c (pthread_handle_create): Initialize p_inheritsched.
3484 2001-03-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3486 * sysdeps/unix/sysv/linux/s390/pt-initfini.c: Use 0x07 padding for
3489 2001-02-20 Hans Boehm <hans_boehm@hp.com>
3491 * manager.c (manager_mask): Removed static vesion. Now always local
3492 to __pthread_manager().
3493 (manager_mask_all): Removed completely.
3494 (__pthread_manager): Remove manager_mask_all initialization.
3495 (pthread_handle_create): Remove code to set and reset signal mask
3496 around __clone2() calls.
3498 2001-02-17 Jakub Jelinek <jakub@redhat.com>
3500 * spinlock.c (__pthread_lock): Force lock->__status to be read from
3501 memory on every spin.
3503 2001-02-10 Andreas Jaeger <aj@suse.de>
3505 * Makefile (extra-objs): New.
3507 2001-02-09 Jakub Jelinek <jakub@redhat.com>
3509 * sysdeps/pthread/pt-initfini.c (call_initialize_minimal): Add
3510 __pthread_initialize_minimal prototype.
3512 2001-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
3514 * sysdeps/unix/sysv/linux/sh/pt-initfini.c: New file.
3516 2001-02-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
3518 * sysdeps/unix/sysv/linux/s390/pt-initfini.c: New file.
3520 2001-02-06 Ulrich Drepper <drepper@redhat.com>
3522 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: First attempt to fix the
3523 broken code. Patch by Jes Sorensen.
3525 2001-02-06 Andreas Jaeger <aj@suse.de>
3527 * sysdeps/pthread/pthread.h: Move __pthread_initialize from here
3529 * internals.h: ...here.
3531 2001-02-05 Jes Sorensen <jes@linuxcare.com>
3533 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
3535 2001-02-02 Ulrich Drepper <drepper@redhat.com>
3537 * Versions: Remove __pthread_initialize_minimal.
3539 2001-02-01 Ulrich Drepper <drepper@redhat.com>
3541 * Makefile: Add rules to build crti.o and make it being used in
3542 building libpthread.so.
3543 * sysdeps/i386/Makefile: New file.
3544 * sysdeps/pthread/pt-initfini.c: New file.
3546 * pthread.c: Cleanups.
3548 2001-01-28 Andreas Jaeger <aj@suse.de>
3550 * oldsemaphore.c (__old_sem_init): Adjust for last change.
3551 * sysdeps/pthread/bits/libc-lock.h: Likewise.
3552 * spinlock.c: Likewise.
3554 2001-01-28 Ulrich Drepper <drepper@redhat.com>
3556 * sysdeps/pthread/bits/initspin.h: Make all names namespace clean.
3557 * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: Likewise.
3558 * manager.c: Adjust for namespace cleanup in bits/initspin.h.
3559 * pthread.c: Likewise.
3560 * spinlock.h: Likewise.
3561 * sysdeps/pthread/pthread.h: Likewise.
3563 2001-01-26 Ulrich Drepper <drepper@redhat.com>
3565 * sysdeps/pthread/bits/pthreadtypes.h: Define pthread_attr_t also
3566 as struct __pthread_attr_s.
3568 * semaphore.h (sem_t): Cleanup namespace, rename status and
3571 2001-01-13 Jakub Jelinek <jakub@redhat.com>
3573 * pthread.c (pthread_onexit_process): Clear
3574 __pthread_manager_thread_bos after freeing it.
3575 * Makefile (tests): Add ex16.
3576 * Examples/ex16.c: New file.
3578 2001-01-11 Jakub Jelinek <jakub@redhat.com>
3580 * Makefile (CFLAGS-pthread.c): Pass -DHAVE_Z_NODELETE if ld supports
3582 * pthread.c (pthread_exit_process): Rename to...
3583 (pthread_onexit_process): ...this.
3584 (pthread_atexit_process, pthread_atexit_retcode): New.
3585 (pthread_initialize): Call __cxa_atexit instead of __cxa_on_exit
3586 and only if HAVE_Z_NODELETE is not defined.
3587 (__pthread_initialize_manager): Register pthread_atexit_retcode
3590 2001-01-11 Ulrich Drepper <drepper@redhat.com>
3592 * pthread.c (pthread_initialize): Use __cxs_on_exit not __cxa_atexit.
3594 2001-01-11 Jakub Jelinek <jakub@redhat.com>
3596 * Makefile (tests): Add ex15.
3597 * Examples/ex15.c: New test.
3599 2001-01-08 Ulrich Drepper <drepper@redhat.com>
3601 * pthread.c (pthread_exit_process): Free memory allocated for
3604 2000-12-31 Ulrich Drepper <drepper@redhat.com>
3606 * manager.c (pthread_alloca_stack): Remove MAP_FIXED from mmap calls.
3607 (pthread_free): Always unmap the stack. It's safe now that we don't
3608 use MAP_FIXED to allocate stacks.
3610 2000-12-31 Ulrich Drepper <drepper@redhat.com>
3612 * sysdeps/powerpc/pspinlock.c: Don't include pt-machine.h here.
3614 * manager.c (pthread_allocate_stack): Prepare for removal of MAP_FIXED.
3616 2000-11-15 Wolfram Gloger <wg@malloc.de>
3618 * manager.c (pthread_free): [!FLOATING_STACKS]: Only remap the
3619 stack to PROT_NONE, don't unmap it, avoiding collisions with malloc.
3621 2000-12-27 Andreas Jaeger <aj@suse.de>
3623 * Examples/ex13.c: Make local functions static.
3624 * ecmutex.c: Likewise.
3625 * joinrace.c: Likewise.
3626 * Examples/ex14.c: Likewise.
3628 * Examples/ex2.c: Make local functions static; reformat.
3629 * Examples/ex1.c: Likewise.
3630 * Examples/ex4.c: Likewise.
3631 * Examples/ex5.c: Likewise.
3632 * Examples/ex7.c: Likewise.
3634 * oldsemaphore.c: Add prototypes to shut up GCC.
3635 * pt-machine.c: Likewise.
3637 * weaks.c: Add prototype for pthread_exit.
3639 * internals.h: Add some prototypes, format prototypes and add
3641 Move __libc_waitpid prototype to include/sys/wait.h.
3643 * rwlock.c: Include <bits/libc-lock.h> for prototypes.
3644 * mutex.c: Likewise.
3645 * specific.c: Likewise.
3646 * ptfork.c: Likewise.
3648 * lockfile.c: Include internals.h to get prototypes.
3649 * events.c: Likewise.
3650 * sysdeps/alpha/pspinlock.c: Likewise.
3651 * sysdeps/arm/pspinlock.c: Likewise.
3652 * sysdeps/hppa/pspinlock.c: Likewise.
3653 * sysdeps/i386/pspinlock.c: Likewise.
3654 * sysdeps/ia64/pspinlock.c: Likewise.
3655 * sysdeps/m68k/pspinlock.c: Likewise.
3656 * sysdeps/mips/pspinlock.c: Likewise.
3657 * sysdeps/powerpc/pspinlock.c: Likewise.
3658 * sysdeps/s390/pspinlock.c: Likewise.
3659 * sysdeps/sh/pspinlock.c: Likewise.
3660 * sysdeps/sparc/sparc32/pspinlock.c: Likewise.
3661 * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: Likewise.
3662 * sysdeps/sparc/sparc64/pspinlock.c: Likewise.
3664 2000-12-27 Ulrich Drepper <drepper@redhat.com>
3666 * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element.
3667 (__pthread_attr_getstack): Return correct address.
3668 Add warnings for using pthread_attr_getstackaddr and
3669 pthread_attr_setstackaddr.
3671 2000-12-26 Ulrich Drepper <drepper@redhat.com>
3673 * Examples/ex6.c (test_thread): Make static.
3674 * Examples/ex12.c (test_thread): Make static and add noreturn
3677 2000-12-18 Jes Sorensen <jes@linuxcare.com>
3679 * linuxthreads/sysdeps/ia64/pt-machine.h: __compare_and_swap
3680 and compare_and_swap_with_release_semantics returns int not long.
3682 2000-12-17 Andreas Jaeger <aj@suse.de>
3684 * sysdeps/s390/pt-machine.h (testandset): Use long int as return
3686 * sysdeps/arm/pt-machine.h (testandset): Likewise.
3687 * sysdeps/hppa/pt-machine.h (testandset): Likewise.
3688 * sysdeps/m68k/pt-machine.h (testandset): Likewise.
3689 * sysdeps/sh/pt-machine.h (testandset): Likewise.
3690 * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise.
3691 * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise.
3693 2000-12-17 Ulrich Drepper <drepper@redhat.com>
3695 * sysdeps/i386/pt-machine.h (testandset): Adjust for prototype change.
3696 * sysdeps/i386/i686/pt-machine.h (testandset): Likewise.
3698 2000-12-17 Andreas Jaeger <aj@suse.de>
3700 * internals.h: Add prototypes for testandset and
3701 __compare_and_swap to shut up gcc warnings.
3703 2000-12-06 Wolfram Gloger <wg@malloc.de>
3705 * join.c (pthread_detach): Allow case where the thread has already
3708 2000-12-05 Andreas Jaeger <aj@suse.de>
3710 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't set mips2.
3711 * sysdeps/mips/pt-machine.h (testandset): Likewise.
3712 (__compare_and_swap): Likewise.
3713 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3715 2000-11-20 Jakub Jelinek <jakub@redhat.com>
3717 * Examples/ex3.c (main): Cast int to long before casting to void *.
3718 (search): Cast void * to long, not int.
3719 * Examples/ex8.c (main, thread): Similarly.
3720 * Examples/ex11.c (main): Similarly.
3721 * Examples/ex14.c (worker, do_test): Similarly.
3722 * ecmutex.c (worker, do_test): Similarly.
3723 (nlocks): Cast to int.
3725 2000-11-08 Bruce Mitchener <bruce@cubik.org>
3727 * linuxthreads.texi: Add documentation for pthreads attributes
3728 guardsize, stackaddr, stacksize, and stack. Fix typo in previous
3729 patch. Document pthread_[sg]etconcurrency(). Mark
3730 pthread_mutexattr_[sg]ettype() as POSIX rather than GNU.
3732 2000-11-07 Ulrich Drepper <drepper@redhat.com>
3734 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_MESSAGE_PASSING):
3736 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3737 Reported by Christopher Yeoh <cyeoh@linuxcare.com.au>.
3739 2000-11-06 Ulrich Drepper <drepper@redhat.com>
3741 * cancel.c (pthread_cancel): Always set p_canceled, even if we are
3742 not doing it right now.
3743 Reported by Kaz Kylheku <kaz@ashi.footprints.net>.
3745 2000-10-30 Ulrich Drepper <drepper@redhat.com>
3747 * Examples/ex4.c (main): Don't use exit() to avoid warning with
3750 2000-10-29 Ulrich Drepper <drepper@redhat.com>
3752 * attr.c (__pthread_attr_setguardsize): Don't round guardsize
3753 here. Reported by Bruce Mitchener <bruce@cubik.org>.
3755 * linuxthreads.texi: Changes terminology to 'type' from 'kind' when
3756 discussing mutexes. (As per the Unix98 name for the API.)
3757 Changes documentation for pthread_mutexattr_setkind_np() and
3758 pthread_mutexattr_getkind_np() over to the Unix98 APIs for the
3759 same: pthread_mutexattr_settype() and pthread_mutexattr_gettype().
3760 Changes references to PTHREAD_MUTEXATTR_FAST_NP to
3761 PTHREAD_MUTEXATTR_ADAPTIVE_NP.
3762 Begins to introduce discussion of the ``timed'' mutex type. This
3763 discussion is currently incomplete.
3764 Patch by Bruce Mitchener <bruce@cubik.org>.
3766 2000-10-26 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
3767 Yutaka Niibe <gniibe@chroot.org>
3769 * sysdeps/sh/pt-machine.h (testandset): Since the operand of TAS.B
3770 has restrictions, use register.
3772 2000-10-23 Andreas Schwab <schwab@suse.de>
3774 * Examples/ex14.c (TIMEOUT): Override default timeout.
3776 2000-10-16 Ulrich Drepper <drepper@redhat.com>
3778 * specific.c: Protect tsd array modification in thread data
3779 structures by getting the thread lock in pthread_key_delete and
3780 __pthread_destroy_specifics.
3781 Patch by Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de>.
3783 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3785 * sysdeps/pthread/bits/initspin.h: New file.
3786 * spinlock.h: Move LOCK_INITIALIZER definition to <bits/initspin.h>.
3787 (__pthread_init_lock): Initialize lock with LT_SPINLOCK_INIT.
3788 (__pthread_alt_init_lock): Likewise.
3789 (__pthread_alt_trylock): Release lock with LT_SPINLOCK_INIT.
3791 2000-10-12 David Huggins-Daines <dhd@linuxcare.com>
3793 * oldsemaphore.c (__old_sem_init): Release lock with
3794 LT_SPINLOCK_INIT, not zero.
3795 * spinlock.c (__pthread_unlock): Likewise.
3796 (__pthread_alt_lock): Likewise.
3797 (__pthread_alt_timedlock): Likewise.
3798 (__pthread_alt_unlock): Likewise.
3799 * sysdeps/pthread/bits/libc-lock.h: Initialize locks with
3800 LT_SPINLOCK_INIT if it is non-zero. Likewise for init-once flags.
3801 * sysdeps/pthread/pthread.h: Include bits/initspin.h. Use
3802 LT_SPINLOCK_INIT do initialize spinlocks not 0.
3804 2000-10-12 David Huggins-Daines <dhd@linuxcare.com>
3806 * shlib-versions: Add version definitions for hppa-linux.
3808 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3810 * sysdeps/hppa/pspinlock.c: New file.
3811 * sysdeps/hppa/pt-machine.h: New file.
3812 * sysdeps/unix/sysv/linux/hppa/bits/initspin.h: New file.
3814 2000-10-05 Jakub Jelinek <jakub@redhat.com>
3816 * mutex.c (__pthread_mutex_destroy): Correct test of
3817 busy mutex for mutexes using alternate fastlocks.
3818 Patch by dtc@cmucl.cons.org.
3820 2000-09-28 Martin Schwidefsksy <schwidefsky@de.ibm.com>
3822 * sysdeps/s390/pt-machine.h: Make %a0 the thread register.
3824 2000-09-28 Ulrich Drepper <drepper@redhat.com>
3826 * mutex.c (__pthread_mutex_unlock): For PTHREAD_MUTEX_RECURSIVE_NP
3827 test for owner first.
3828 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
3830 * cancel.c (pthread_cancel): Don't do anything if cancelation is
3833 2000-09-26 Ulrich Drepper <drepper@redhat.com>
3835 * spinlock.h (__pthread_set_own_extricate_if): Optimize a bit.
3836 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
3838 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
3839 _POSIX_MONOTONIC_CLOCK.
3841 * spinlock.h (__pthread_set_own_extricate_if): Add back locking
3844 2000-09-20 Andreas Jaeger <aj@suse.de>
3846 * pthread.c [!__ASSUME_REALTIME_SIGNALS]: Make inclusion of
3847 "testrtsig.h" conditional.
3849 2000-09-11 Ulrich Drepper <drepper@redhat.com>
3851 * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and
3852 pthread_attr_setstack.
3853 * Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and
3854 pthread_attr_setstack.
3855 * attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions.
3857 2000-09-05 Ulrich Drepper <drepper@redhat.com>
3859 * Examples/ex14.c: New file.
3860 * Makefile (tests): Add ex14.
3862 * mutex.c (__pthread_mutex_unlock): Correct test for already unlocked
3863 mutex. Patch by dtc@cmucl.cons.org.
3865 * ecmutex.c: New file.
3866 * Makefile (tests): Add ecmutex.
3868 2000-09-04 H.J. Lu <hjl@gnu.org>
3870 * attr.c (__pthread_attr_setguardsize): Use page_roundup
3871 instead of roundup to round up to the page size.
3873 2000-09-03 Mark Kettenis <kettenis@gnu.org>
3875 * manager.c (pthread_exited): Correctly report event as TD_REAP
3876 instead of TD_DEATH. Fix comments.
3878 2000-09-03 Ulrich Drepper <drepper@redhat.com>
3880 * spinlock.h (testandset): Add cast to avoid warning.
3881 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3883 2000-09-02 Andreas Jaeger <aj@suse.de>
3885 * sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
3888 2000-09-01 Ulrich Drepper <drepper@redhat.com>
3890 * sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
3891 Fix typo in last patch (_mode -> _flags).
3893 * sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
3894 Provide definition which respects _IO_USER_LOCK flag.
3896 2000-08-30 Ulrich Drepper <drepper@redhat.com>
3898 * manager.c (pthread_allocate_stack): Clear descriptor only if not
3901 2000-08-25 Ulrich Drepper <drepper@redhat.com>
3903 * Makefile: Add rules to build and run unload.
3904 * unload.c: New file.
3906 * pthread.c (pthread_exit_process): Move thread_self use inside `if'.
3908 * sysdeps/pthread/pthread.h
3909 (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Defined.
3910 (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP: Defined.
3912 2000-08-24 Andreas Jaeger <aj@suse.de>
3914 * Examples/ex13.c: Include <string.h> for strerror prototype and
3915 <stdlib.h> for abort prototype.
3916 (pthr_cond_signal_mutex): Rewrite to silence GCC.
3917 (thread_start): Remove unused variable err.
3918 (main): Silence GCC warnings.
3920 2000-08-22 Andreas Jaeger <aj@suse.de>
3922 * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.
3924 * Makefile (tests): Add ex13.
3926 2000-08-20 Ulrich Drepper <drepper@redhat.com>
3928 * semaphore.h: Add restrict where required by AGd4.
3929 * sysdeps/pthread/pthread.h: Likewise.
3930 * sysdeps/pthread/unix/sysv/linux/bits/sigthread.h: Likewise.
3932 2000-08-15 Ulrich Drepper <drepper@redhat.com>
3934 * Makefile (tests): Add ex12. Add rule to build it.
3935 * Examples/ex12.c: New file.
3937 2000-08-13 Ulrich Drepper <drepper@redhat.com>
3939 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_SEMAPHORES
3940 even though the implementation is not quite complete (but it reports
3941 it). Define _POSIX_MESSAGE_PASSING to -1.
3942 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3944 2000-08-12 Andreas Jaeger <aj@suse.de>
3946 * sysdeps/mips/pt-machine.h (testandset): Add .set mips2 for
3948 (__compare_and_swap): Likewise.
3949 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise.
3951 2000-08-10 Ulrich Drepper <drepper@redhat.com>
3953 * pthread.c (__pthread_initial_thread): Initialize p_errnop and
3954 p_h_errnop correctly and not to NULL.
3956 2000-08-05 Ulrich Drepper <drepper@redhat.com>
3958 * Banner: Bump version number to 0.9.
3960 2000-08-04 Ulrich Drepper <drepper@redhat.com>
3962 * Makefile (tests): Add tststack. Add rule to build the program.
3963 * tststack.c: New file.
3965 * internals.h: Declare __pthread_max_stacksize.
3966 * pthread.c (__pthread_max_stacksize): New variable.
3967 (__pthread_initialize_manager): Determine __pthread_initialize_manager
3969 * manager.c (thread_segment): Return always NULL if FLOATING_STACKS.
3970 (pthread_allocate_stack): Allow kernel to choose stack address if
3971 FLOATING_STACKS. This also handles variable-sized stacks.
3972 Always allocate stack and guardpage together. Use mprotect to
3973 change guardpage access.
3974 * sysdeps/i386/useldt.h: Define FLOATING_STACKS and
3975 ARCH_STACK_MAX_SIZE.
3977 * attr.c (__pthread_attr_setstacksize): Also test value against
3980 * manager.c (__pthread_nonstandard_stacks): Define only if
3981 THREAD_SELF is not defined.
3982 (pthread_allocate_stack): Always initialize gardaddr to a correct
3984 (pthread_handle_create): Unmap thread with one call.
3985 (pthread_free): Remove test for initial thread before removing stack.
3986 Unmap stack with one call.
3988 * pthread.c (__pthread_initial_thread): Initialize p_userstack to
3989 1 to avoid removing the stack.
3991 2000-07-27 Jes Sorensen <jes@linuxcare.com>
3993 * sysdeps/ia64/pspinlock.c (__pthread_spin_lock): Add
3994 load of spin lock to prime the cache before the atomic compare and
3995 exchange operation (cmpxchg4). This avoids the spinning on the
3996 cmpxchg4 instruction and reduces movement of the cache line back
3997 and forth between the processors (explanation by Asis K. Mallick
3998 from Intel). This basically makes the implementation operate the
3999 same as the Linux kernel implementation.
4001 * shlib-versions: Use GLIBC_2_2 for Linux/ia64.
4002 * sysdeps/ia64/pspinlock.c: New file.
4004 2000-08-03 Ulrich Drepper <drepper@redhat.com>
4006 * pthread.c: Move definition of __pthread_set_own_extricate_if...
4007 * spinlock.h: ...here. Remove locking.
4008 * internals.h: Remove __pthread_set_own_extricate_if prototype.
4010 * rwlock.c: Use THREAD_GETMEM And THREAD_SETMEM.
4011 (rwlock_rd_extricate_func): Don't determine self, let
4012 __pthread_lock do it.
4013 (rwlock_wr_extricate_func): Likewise.
4014 (rwlock_have_already): Optimize *pself handling a bit.
4016 * mutex.c: Use __builtin_expect.
4017 * pthread.c: Likewise.
4019 2000-08-02 Andreas Jaeger <aj@suse.de>
4021 * sysdeps/s390/pspinlock.c: New file.
4022 * sysdeps/s390/pt-machine.h: New file.
4023 Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
4025 2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4027 * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Implement for
4029 * sysdeps/mips/pt-machine.h (testandset): Likewise.
4031 2000-07-26 Andreas Jaeger <aj@suse.de>
4033 * pthread.c: Initialize p_sem_avail.
4035 2000-07-25 Ulrich Drepper <drepper@redhat.com>
4037 * internals.h (struct __pthread_descr_struct): Add p_sem_avail.
4038 * semaphore.c: Handle spurious wakeups.
4040 * sysdeps/pthread/pthread.h: Add back PTHREAD_MUTX_FAST_NP as an alias
4041 for PTHREAD_MUTEX_ADAPTIVE_NP for source code compatibility.
4043 * pthread.c (__pthread_set_own_extricate): Use THREAD_GETMEM.
4044 (__pthread_wait_for_restart): Likewise.
4046 * condvar.c (pthread_cond_wait): Also check whether thread is
4047 cancelable before aborting loop.
4048 (pthread_cond_timedwait): Likewise.
4050 * signals.c (pthread_sighandler): Remove special code to restrore
4052 (pthread_sighandler_t): Likewise.
4054 2000-07-25 Mark Kettenis <kettenis@gnu.org>
4056 * internals.h (__RES_PTHREAD_INTERNAL): Remove define.
4057 * pthread.c: Include <resolv.h>.
4058 (_res): Undefine. Add extern declaration.
4060 2000-07-24 Ulrich Drepper <drepper@redhat.com>
4062 * pthread.c (__pthread_initial_thread): Update initializer.
4063 (__pthread_manager_thread): Likewise.
4064 (pthread_initialize): Move setrlimit call to...
4065 (__pthread_initialize_manager): ...here.
4066 (__pthread_reset_main_thread): Reset also soft limit on stack size.
4068 * condvar.c: Handle spurious wakeups. [PR libc/1749].
4069 * internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
4071 2000-07-21 Ulrich Drepper <drepper@redhat.com>
4073 * spinlock.h: If IMPLEMENT_TAS_WITH_CAS is defined use
4074 __compare_and_swap to define testandset.
4075 * sysdeps/powerpc/pt-machine.h: Add volatile to asms.
4076 Define IMPLEMENT_TAS_WITH_CAS.
4078 2000-07-20 Ulrich Drepper <drepper@redhat.com>
4080 * Makefile: Pass -z nodelete to linker for libpthread.so
4081 generation if it understand this option.
4083 2000-07-18 Mark Kettenis <kettenis@gnu.org>
4085 * manager.c (pthread_handle_create): Remove initialization of
4086 new_thread->p_res._sock.
4088 2000-07-19 Kaz Kylheku <kaz@ashi.footprints.net>
4090 Bugfixes to the variant of the code for machines with no compare
4093 * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Wait
4094 node was not being properly enqueued, due to failing to update
4095 the lock->__status field.
4097 * spinlock.c (__pthread_alt_timedlock): The oldstatus variable was
4098 being set inappropriately, causing the suspend function to be called
4099 with a null self pointer and crash.
4101 2000-07-18 Ulrich Drepper <drepper@redhat.com>
4103 * spinlock.h (__pthread_alt_trylock): Fix code used if no
4104 compare&swap is available.
4106 * spinlock.h (__pthread_trylock): Use __compare_and_swap, not
4109 * pthread.c (pthread_initialize): Don't use sysconf to determine
4110 whether the machine has more than one processor.
4112 * spinlock.c (__pthread_alt_timedlock): Add back one of the
4113 removed thread_self calls.
4115 2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
4117 * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Changed
4118 __compare_and_swap to compare_and_swap in code which assumes
4119 compare swap is available.
4121 2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
4123 * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Fixed
4124 bug whereby thr field of waitnode structure would not be correctly
4125 set unless a null self pointer is passed to the functions.
4126 Eliminated redundant calls to thread_self().
4128 2000-07-18 Jakub Jelinek <jakub@redhat.com>
4130 * pthread.c (__pthread_initialize_manager): Lock
4131 __pthread_manager_thread.p_lock before calling clone.
4133 2000-05-05 H.J. Lu <hjl@gnu.org>
4135 * sysdeps/ia64/pt-machine.h (__compare_and_swap): Change it to
4136 have acquire semantics.
4137 (__compare_and_swap_with_release_semantics): New inline
4139 (HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS): New macro.
4141 2000-01-28 Hans Boehm <hboehm@exch.hpl.hp.com>
4143 * manager.c: Fix the problem with signals at startup.
4144 Change the way that thread stacks are allocated on IA64.
4145 Clean up some of the guard page allocation stuff.
4147 1999-12-19 H.J. Lu <hjl@gnu.org>
4149 * internals.h (page_roundup): New.
4150 * attr.c (__pthread_attr_setguardsize); Use page_roundup
4152 * manager.c (pthread_allocate_stack): Make sure guardaddr is
4153 page aligned with page_roundup if NEED_SEPARATE_REGISTER_STACK
4156 1999-12-17 Hans Boehm <hboehm@exch.hpl.hp.com>
4158 * manager.c (pthread_allocate_stack): Unmap the stack top
4159 if failed to map the stack bottom.
4161 (pthread_free): Fix the guard page.
4163 * pthread.c (pthread_initialize): Set rlimit correctly for
4164 NEED_SEPARATE_REGISTER_STACK.
4166 1999-12-16 H.J. Lu <hjl@gnu.org>
4168 * pthread.c (__pthread_initialize_manager): Pass
4169 __pthread_manager_thread_bos instead of
4170 __pthread_manager_thread_tos to __clone2.
4172 1999-12-16 H.J. Lu <hjl@gnu.org>
4174 * manager.c (pthread_allocate_stack): Correct the calculation
4175 of "new_thread_bottom". Remove MAP_GROWSDOWN from mmap for
4178 1999-12-13 H.J. Lu <hjl@gnu.org>
4180 * sysdeps/ia64/pt-machine.h (__compare_and_swap): Added a stop
4181 bit after setting ar.ccv.
4183 1999-12-12 H.J. Lu <hjl@gnu.org>
4185 * manager.c (pthread_allocate_stack): Make the starting
4186 address of the stack bottom page aligned. FIXME: it may
4187 need changes in other places.
4188 (pthread_handle_create): Likewise.
4190 1999-12-11 Hans Boehm <hboehm@exch.hpl.hp.com>
4192 * manager.c (pthread_allocate_stack): Handle
4193 NEED_SEPARATE_REGISTER_STACK.
4194 (pthread_handle_create): Likewise.
4195 * pthread.c (__pthread_initialize_manager): Likewise.
4197 * sysdeps/ia64/pt-machine.h: Use r13 for thread pointer.
4199 1999-12-02 H.J. Lu <hjl@gnu.org>
4201 * sysdeps/ia64/pt-machine.h: New.
4203 2000-07-13 Ulrich Drepper <drepper@redhat.com>
4205 * wrapsyscall.c: Mark non-__ protected names as weak.
4208 2000-07-12 Bruno Haible <haible@clisp.cons.org>
4210 * Examples/ex8.c: Include <sys/wait.h>, not <wait.h>.
4212 2000-07-12 Ulrich Drepper <drepper@redhat.com>
4214 * spinlock.c: Fix code for TEST_FOR_COMPARE_AND_SWAP being defined.
4215 Add tests also to new alternative spinlock implementation.
4216 * spinlock.h: Likewise.
4217 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4219 2000-07-06 Ulrich Drepper <drepper@redhat.com>
4221 * Version: Export __sigaction.
4222 * signals.c: Define __sigaction alias. Use __libc_sigaction instead
4224 * pthread.c: Use __libc_sigaction instead of __sigaction.
4226 * condvar.c: Implement pthread_condattr_getpshared and
4227 pthread_condattr_setpshared.
4228 * mutex.c: Implement pthread_mutexattr_getpshared and
4229 pthread_mutexattr_setpshared.
4230 * Versions: Export new functions.
4231 * sysdeps/pthread/pthread.h: Add prototypes for new functions.
4233 * rwlock.c (pthread_rwlockattr_init): Use PTHREAD_PROCESS_PRIVATE.
4234 (pthread_rwlockattr_setpshared): Fail if PTHREAD_PROCESS_PRIVATE
4237 2000-07-04 Greg McGary <greg@mcgary.org>
4239 * sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
4240 pragmas. Include bp-sym.h only if _LIBC.
4242 2000-07-04 Ulrich Drepper <drepper@redhat.com>
4244 * spinlock.c (__pthread_unlock): Properly place write barrier.
4245 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4247 2000-07-03 Ulrich Drepper <drepper@redhat.com>
4249 * spinlock.c: Replace fast spinlocks by adaptive spinlocks which are
4250 faster on SMP systems. No more emulation of compare&swap for adaptive
4252 * spinlock.h: Likewise.
4253 * sysdeps/pthread/pthread.h: Shuffle PTHREAD_MUTEX_* values around.
4254 Replace fast with adaptive mutex.
4255 * mutex.c: Rewrite for replacement of fast by adaptive mutex.
4256 * condvar.c: Likewise.
4257 * pthread.c: Define and initialize __pthread_smp_kernel variable.
4258 * internals.h: Declare __pthread_smp_kernel.
4259 * sysdeps/pthread/bits/pthreadtypes.h: Update comment of
4260 _pthread_fastlock structure.
4261 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4263 * pthread.c: Remove initialization to zero from global variables.
4265 2000-06-29 Jakub Jelinek <jakub@redhat.com>
4267 * shlib-versions: Make sparc64 GLIBC_2.2+ only.
4269 2000-06-28 Greg McGary <greg@mcgary.org>
4271 * weaks.c: Wrap BP_SYM () around weak extern declarations of
4272 pthread functions that have pointers in their return+arg signatures.
4274 2000-06-27 Greg McGary <greg@mcgary.org>
4276 * sysdeps/pthread/bits/libc-lock.h: Wrap BP_SYM () around weak
4277 extern declarations of pthread functions that have pointers in
4278 their return+arg signatures.
4280 2000-06-26 Ulrich Drepper <drepper@redhat.com>
4282 * Makefile (tests): Add ex11. Add rules to build it.
4283 * Examples/ex11.c: New file.
4284 * rwlock.c: Fix complete braindamaged previous try to implement
4287 * spinlock.c: Pretty print.
4289 2000-06-25 Ulrich Drepper <drepper@redhat.com>
4291 * Makefile (tests): Add ex10. Add rules to build it.
4292 * Versions [GLIBC_2.2] (libpthread): Add pthread_mutex_timedlock,
4293 pthread_rwlock_timedrdlock, and pthread_rwlock_timedwrlock.
4294 * condvar.c (pthread_cond_wait): Allow mutex of kind
4295 PTHREAD_MUTEX_TIMED_NP.
4296 (pthread_cond_timedwait_relative): Likewise.
4297 * mutex.c (__pthread_mutex_init): Default is PTHREAD_MUTEX_TIMED_NP.
4298 (__pthread_mutex_trylock): Use __pthread_alt_trylock for
4299 PTHREAD_MUTEX_ERRORCHECK_NP. Handle PTHREAD_MUTEX_TIMED_NP.
4300 (__pthread_mutex_lock): Use __pthread_alt_lock for
4301 PTHREAD_MUTEX_ERRORCHECK_NP. Handle PTHREAD_MUTEX_TIMED_NP.
4302 (__pthread_mutex_timedlock): New function.
4303 (__pthread_mutex_unlock): Use __pthread_alt_unlock for
4304 PTHREAD_MUTEX_ERRORCHECK_NP. Handle PTHREAD_MUTEX_TIMED_NP.
4305 (__pthread_mutexattr_init): Use PTHREAD_MUTEX_TIMED_NP.
4306 (__pthread_mutexattr_settype): Allow PTHREAD_MUTEX_TIMED_NP.
4307 * spinlock.c: Implement alternate fastlocks.
4308 * spinlock.h: Add prototypes.
4309 * Examples/ex10.c: New file.
4310 * sysdeps/pthread/pthread.h: Add prototypes for new functions.
4311 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4313 * rwlock.c (__pthread_rwlock_rdlock): Optimize loop a bit.
4314 (__pthread_rwlock_timedrdlock): New function.
4315 (__pthread_rwlock_timedwrlock): New function.
4316 Use laternate fastlock function everywhere.
4318 2000-06-21 Andreas Jaeger <aj@suse.de>
4320 * sysdeps/pthread/timer_routines.c: Include <string.h> for memset
4323 * join.c: Include <stdlib.h> for exit prototype.
4325 2000-06-20 Ulrich Drepper <drepper@redhat.com>
4327 * sysdeps/i386/useldt.h: Include <stdlib.h>.
4329 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_BARRIERS.
4330 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4332 * Makefile (libpthread-routines): Add barrier.
4333 (tests): Add ex9. Add rule to build ex9.
4334 * Versions: Export barrier functions.
4335 * barrier.c: New file.
4336 * Examples/ex9.c: New file.
4337 * sysdeps/pthread/pthread.h: Add barrier data types and declarations.
4338 * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
4339 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4341 2000-06-19 H.J. Lu <hjl@gnu.org>
4343 * spinlock.h (HAS_COMPARE_AND_SWAP): Defined if
4344 HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS is defined.
4345 (compare_and_swap_with_release_semantics): New. Default to
4346 compare_and_swap if HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS
4349 * spinlock.c (__pthread_unlock): Call
4350 compare_and_swap_with_release_semantics () instead of
4351 compare_and_swap ().
4353 2000-06-19 Ulrich Drepper <drepper@redhat.com>
4355 * sysdeps/pthread/timer_create.c: Use _set_errno instead of assigning
4357 * sysdeps/pthread/timer_delete.c: Likewise.
4358 * sysdeps/pthread/timer_getoverr.c: Likewise.
4359 * sysdeps/pthread/timer_gettime.c: Likewise.
4360 * sysdeps/pthread/timer_settime.c: Likewise.
4362 2000-06-13 Kaz Kylheku <kaz@ashi.footprints.net>
4364 Timer nodes are now reference counted, and can be marked
4365 as deleted. This allows for the safe release of the global mutex
4366 in the middle without losing the timer being operated on.
4368 * sysdeps/pthread/posix-timer.h (struct timer_node): The inuse
4369 member is now an enum with three values, so that an intermediate
4370 state can be represented (deleted but not free for reuse yet).
4371 New refcount member added.
4372 * sysdeps/pthread/timer_routines.c: Likewise.
4374 * sysdeps/pthread/posix-timer.h (timer_addref, timer_delref,
4375 timer_valid): New inline functions added.
4377 * sysdeps/pthread/timer_gettime.c (timer_gettime): Function
4378 restructured, recursive deadlock bug fixed.
4380 * sysdeps/pthread/timer_gettime.c (timer_gettime): Uses new
4381 timer_addref to ensure that timer won't be deleted while mutex is not
4382 held. Also uses timer_invalid to perform validation of timer handle.
4383 * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
4384 * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
4386 2000-06-14 Ulrich Drepper <drepper@redhat.com>
4388 * shlib-versions: Add entry for SH.
4389 Patch by Kaz Kojima <kkojima@rr.iij4u.or.jp>.
4391 2000-06-13 Kaz Kylheku <kaz@ashi.footprints.net>
4393 A few optimizations. Got rid of unnecessary wakeups of timer threads,
4394 tightened up some critical regions and micro-optimized some list
4397 * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4398 Returns int value now to indicate whether timer was queued at head.
4399 * sysdeps/pthread/posix-timer.h: Likewise.
4400 * sysdeps/pthread/timer_settime.c (timer_settime): Takes advantage of
4401 new return value from __timer_thread_queue_timer to avoid waking
4402 up timer thread unnecessarily.
4404 * sysdeps/pthread/posix-timer.h (timer_id2ptr): No longer checks
4405 inuse flag, because this requires mutex to be held. Callers updated
4406 to do the check when they have the mutex.
4407 * sysdeps/pthread/timer_getoverr.c: Add check for inuse here.
4409 * sysdeps/pthread/timer_settime.c (timer_settime): Tighter critical
4410 regions: avoids making system calls while holding timer mutex, and
4411 a few computations were moved outside of the mutex as well.
4412 * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
4414 * sysdeps/pthread/posix-timer.h (list_unlink_ip): Function name changed
4415 to list_unlink_ip, meaning idempotent. Pointer manipulation
4416 changed to get better better code out of gcc.
4417 * sysdeps/pthread/timer_routines.c (list_unlink): Non-idempotent
4418 version of list_unlink added here.
4419 * sysdeps/pthread/timer_delete.c: Use appropriate list unlink
4420 function in all places: idempotent one for timers, non-idempotent
4421 one for thread nodes.
4422 * sysdeps/pthread/timer_settime: Likewise.
4423 * sysdeps/pthread/timer_routines.c: Likewise.
4425 2000-06-13 Ulrich Drepper <drepper@redhat.com>
4427 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_TIMERS): Define.
4428 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4430 * sysdeps/pthread/Makefile: Remove tests definition.
4432 2000-06-12 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
4433 Yutaka Niibe <gniibe@chroot.org>
4435 * sysdeps/sh/pspinlock.c: New file.
4436 * sysdeps/sh/pt-machine.h: New file.
4438 2000-06-12 Ulrich Drepper <drepper@redhat.com>
4440 * Makefile (tests): Add joinrace.
4442 * Examples/ex6.c: Test return value of pthread_join.
4444 2000-06-11 Geoff Keating <geoffk@cygnus.com>
4446 * sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement.
4447 (__pthread_spin_trylock): Implement.
4448 (__pthread_spin_unlock): Implement.
4449 (__pthread_spin_init): Implement.
4450 (__pthread_spin_destroy): Implement.
4452 2000-06-10 Ulrich Drepper <drepper@redhat.com>
4454 * sysdeps/pthread/timer_routines.c (list_append): Little fix to
4455 really append the entry.
4457 2000-06-10 Andreas Jaeger <aj@suse.de>
4459 * lockfile.c (__fresetlockfiles): Remove unused variable fp.
4461 2000-06-10 Kaz Kylheku <kaz@ashi.footprints.net>
4463 * sysdeps/pthread/timer_create.c: Thread matching now done on
4464 clock type as well as thread attributes.
4465 There are individual global signal-delivering threads for
4466 different clock types.
4467 * sysdeps/pthread/posix-timer.h: Likewise.
4468 * sysdeps/pthread/timer_routines.c: Likewise.
4470 * sysdeps/pthread/timer_routines.c: Thread allocation and
4471 deallocation function now remembers to put thread on active
4472 list and remove from active list.
4473 Thus now the feature of binding multiple timers
4474 to a single thread actually works.
4476 2000-06-10 Ulrich Drepper <drepper@redhat.com>
4478 * pthread.c (__pthread_create_2_1): Optimize a bit.
4480 * internals.h (invalid_handle): Also test for p_terminated != 0.
4481 (nonexisting_handle): New function. Same as old invalid_handle.
4482 * join.c (pthread_join): Use nonexisting_handle instead of
4483 invalid_handle to test for acceptable thread handle.
4484 * manager.c (pthread_handle_free): Likewise.
4485 * joinrace.c: New file.
4486 Reported by Permaine Cheung <pcheung@cygnus.com>.
4488 2000-06-08 Ulrich Drepper <drepper@redhat.com>
4490 * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4491 Correct handling of matching variable.
4493 * sysdeps/pthread/tst-timer.c (main): Rewrite initializers to
4496 * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
4497 Be prepared for empty timer list.
4499 * sysdeps/pthread/timer_create.c (timer_create): Correct names of
4500 CPUTIME clock ID. Add support for thread clocks.
4502 * sysdeps/pthread/posix-timer.h (timer_ptr2id): Operands in
4503 subtraction were switched.
4505 * sysdeps/pthread/timer_routines.c (init_module): Use
4506 THREAD_MAXNODES threads.
4508 * sysdeps/pthread/posix-timer.h (struct timer_node): Add creator_pid.
4509 * sysdeps/pthread/timer_create.c: Fill in creator_pid.
4510 * sysdeps/pthread/timer_routines.c (thread_expire_timer): Send signal
4511 with sigqueueinfo is this system call is available.
4513 * sysdeps/pthread/timer_create.c (timer_create): Allow
4514 CLOCK_CPUTIME if _POSIX_CPUTIME is defined.
4516 * sysdeps/pthread/Makefile: New file. Add rules to build timer
4518 * sysdeps/unix/sysv/linux/bits/local_lim.h: Add TIMER_MAX.
4520 2000-06-04 Kaz Kylheku <kaz@ashi.footprints.net>
4522 * sysdeps/pthread/posix-timer.h: New file.
4523 * sysdeps/pthread/timer_create.c: New file.
4524 * sysdeps/pthread/timer_delete.c: New file.
4525 * sysdeps/pthread/timer_getoverr.c: New file.
4526 * sysdeps/pthread/timer_gettime.c: New file.
4527 * sysdeps/pthread/timer_routines.c: New file.
4528 * sysdeps/pthread/timer_settime.c: New file.
4529 * sysdeps/pthread/tst-timer.c: New file.
4531 2000-06-08 Ulrich Drepper <drepper@redhat.com>
4533 * sysdeps/unix/sysv/linux/bits/local_lim.h: Remove OPEN_MAX and
4534 LINK_MAX definitions if necessary.
4536 2000-06-04 Kaz Kylheku <kaz@ashi.footprints.net>
4538 Added missing fork time handling of global libio lock.
4540 * lockfile.c (__fresetlockfiles): Now also resets the list lock,
4541 not just the individual stream locks. Rewritten to use new
4542 iterator interface provided by libio rather than accessing
4545 * lockfile.c (__flockfilelist, _funlockfilelist): New functions
4546 which lock and unlock the stream list using the new interface
4548 * internals.h: Likewise.
4550 * ptfork.c (__fork): Now calls __flockfilelist before fork,
4551 and __funlockfilelist in the parent after the fork.
4552 Child still calls __fresetlockfiles as before.
4554 * linuxthreads.texi: Now explains what happens to streams at
4555 fork time. Also whole new section on forking and thread added.
4556 Definition of pthread_atfork moved out of Miscellaneous Functions
4557 to this new section.
4559 2000-06-04 Jakub Jelinek <jakub@redhat.com>
4561 * sysdeps/sparc/sparc32/sparcv9/pspinlock.c (__pthread_spin_lock):
4562 Add missing register.
4563 * sysdeps/sparc/sparc64/pspinlock.c (__pthread_spin_lock): Likewise.
4565 2000-06-02 Jakub Jelinek <jakub@redhat.com>
4567 * sysdeps/sparc/sparc32/pspinlock.c: Implement spinlocks.
4568 * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: New.
4569 * sysdeps/sparc/sparc64/pspinlock.c: Implement spinlocks.
4571 2000-05-31 Andreas Jaeger <aj@suse.de>
4573 * sysdeps/mips/pspinlock.c: Implement spinlocks.
4575 2000-05-28 Ulrich Drepper <drepper@redhat.com>
4577 * spinlock.c (__pthread_lock): Remove ASSERT.
4579 * Makefile (tests): Add ex8.
4580 * Examples/ex8.c: New file.
4582 2000-05-12 Kaz Kylheku <kaz@ashi.footprints.net>
4584 Bugfix: The pthread_atfork mechanism now takes care of its
4585 own internal mutex at fork time.
4587 * ptfork.c (__fork): Revised so that the mutex is held across
4588 the fork operation and while the handlers are called, and so that
4589 the child resets the mutex.
4591 * linuxthreads.texi: Updated pthread_atfork documentation to make
4592 it clear that fork and pthread_atfork can't be reentered from
4593 atfork handlers, that pthread_atfork and fork are mutually atomic,
4594 and that the handlers are inherited by the child process.
4596 2000-05-24 Ulrich Drepper <drepper@redhat.com>
4598 * Makefile (libpthread-routines): Add pspinlock.
4599 * cancel.c: Rename __pthread_spin_unlock back to __pthread_unlock.
4600 Use struct _pthread_fastlock instead of pthread_spinlock_t.
4601 * condvar.c: Likewise.
4602 * internals.h: Likewise.
4604 * manager.c: Likewise.
4605 * mutex.c: Likewise.
4606 * pthread.c: Likewise.
4607 * rwlock.c: Likewise.
4608 * semaphore.c: Likewise.
4609 * signals.c: Likewise.
4610 * spinlock.h: Likewise.
4611 * spinlock.c: Likewise. Remove pthread_spin_lock functions.
4612 * sysdeps/alpha/pspinlock.c: New file.
4613 * sysdeps/arm/pspinlock.c: New file.
4614 * sysdeps/i386/pspinlock.c: New file.
4615 * sysdeps/m68k/pspinlock.c: New file.
4616 * sysdeps/mips/pspinlock.c: New file.
4617 * sysdeps/powerpc/pspinlock.c: New file.
4618 * sysdeps/sparc/sparc32/pspinlock.c: New file.
4619 * sysdeps/sparc/sparc64/pspinlock.c: New file.
4620 * sysdeps/pthread/bits/pthreadtypes.h: Remove pthread_spinlock_t
4621 back to _pthread_fastlock. Define new pthread_spinlock_t.
4623 2000-05-24 Andreas Jaeger <aj@suse.de>
4625 * sysdeps/i386/i686/pt-machine.h: Only use LDT on newer kernels.
4627 2000-05-21 Jakub Jelinek <jakub@redhat.com>
4629 * manager.c (pthread_handle_create): Initialize p_res._sock to -1.
4631 2000-05-13 Jakub Jelinek <jakub@redhat.com>
4633 * internals.h (__RES_PTHREAD_INTERNAL): Define.
4635 2000-05-06 Kaz Kylheku <kaz@ashi.footprints.net>
4637 * mutex.c (pthread_once): IN_PROGRESS state of pthread_once_t
4638 object state is represented with additional bits which distinguish
4639 whether that state was set up in the current process, or
4640 in an ancestor process. If that state was set in an ancestor,
4641 it means that a fork happened while thread was executing the init
4642 function. In that case, the state is reset to NEVER.
4643 * mutex.c (__pthread_once_fork_prepare): New function.
4644 (__pthread_once_fork_child): Likewise
4645 (__pthread_once_fork_parent): Likewise
4646 (__pthread_reset_pthread_once): Removed.
4647 * ptfork.c (__fork): Call new handlers in mutex.c.
4648 * internals.h: Declarations of new mutex.c functions added.
4649 Declaration of removed function deleted.
4650 * linuxthreads.texi: Updated documentation about pthread_once
4651 to clarify what happens under cancellation and forking.
4653 2000-05-06 Kaz Kylheku <kaz@ashi.footprints.net>
4655 * internals.h: New thread manager request type, REQ_KICK.
4656 * join.c (pthread_exit): main thread now calls exit() instead
4657 of _exit() in order to proper process cleanup.
4658 * manager.c (__pthread_manager): Do not terminate manager
4659 after unblocking main thread; wait for main thread's
4660 REQ_PROCESS_EXIT request instead.
4661 Also, added REQ_KICK case to handle new request; this just does
4663 * manager.c (pthread_exited): Do not terminate manager after
4664 unblocking main thread.
4665 * manager.c (__pthread_manager_sighandler): If the main thread
4666 is waiting for all other threads to die, send a REQ_KICK into
4667 the thread manager request pipe to get it to clean out the threads
4668 and unblock the main thread as soon as possible. This fixes
4669 the 2000 millisecond hang on shutdown bug.
4670 * Examples/ex7.c: New file, tests shutdown behavior when all threads
4671 including the main one call pthread_exit(), or implicitly do so.
4672 * Makefile (tests): Add ex7.
4674 2000-05-05 Andreas Jaeger <aj@suse.de>
4676 * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4677 (pthread_getcpuclockid): Correct test for ourselves.
4679 2000-05-05 Ulrich Drepper <drepper@redhat.com>
4681 * internals.h (struct _pthread_descr_struct): Reorganization.
4682 Allocate room for 16 pointers at head of the structure for future
4683 thread-local data handling. Move p_self member in this area.
4684 * manager.c (pthread_handle_create): Adjust use of p_self.
4685 * sysdeps/i386/useldt.h (THREAD_SELF): Likewise.
4686 * pthread.c (__pthread_initial_thread): Adjust initialization.
4687 (__pthread_manager_thread): Likewise.
4689 2000-04-29 Bruno Haible <haible@clisp.cons.org>
4691 * join.c (pthread_exit): Use THREAD_GETMEM_NC instead of THREAD_GETMEM
4692 for eventmask larger than 1 word.
4694 2000-04-27 Ulrich Drepper <drepper@redhat.com>
4696 * Versions [libpthread] (GLIBC_2.2): Add __pthread_initialize_minimal.
4697 * pthread.c (__pthread_initialize_minimal): New function. Perform
4698 minimal initialization.
4699 (pthread_initialize): Remove this code here.
4700 * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h" again. We
4701 are working around the problem in glibc.
4703 2000-04-25 Ulrich Drepper <drepper@redhat.com>
4705 * sysdeps/i386/i686/pt-machine.h: Do not use "../useldt.h" for
4706 now. First gcc must be fixed (more concrete: libgcc).
4708 2000-04-24 Ulrich Drepper <drepper@redhat.com>
4710 * pthread.c: Remove special treatement for interrupt handlers on x86.
4711 * manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF.
4712 * sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where
4714 * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h".
4716 2000-04-24 Mark Kettenis <kettenis@gnu.org>
4718 * join.c (pthread_exit): Set p_terminated after reporting the
4719 termination event instead of before.
4721 2000-04-20 Jakub Jelinek <jakub@redhat.com>
4723 * sysdeps/pthread/bits/libc-lock.h: Only declare __pthread_rwlock_*
4726 2000-04-18 Andreas Jaeger <aj@suse.de>
4728 * Versions: Use ld instead of ld.so.
4730 2000-04-18 Jakub Jelinek <jakub@redhat.com>
4732 * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h (struct sigcontext):
4733 Remove the typedef keyword.
4735 2000-04-18 Jakub Jelinek <jakub@redhat.com>
4737 * sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Use membar,
4739 (READ_MEMORY_BARRIER): Define.
4740 * spinlock.c (__pthread_spin_unlock): Use READ_MEMORY_BARRIER, not
4742 * internals.h (READ_MEMORY_BARRIER): Define if not defined in sysdep
4745 2000-04-17 Ulrich Drepper <drepper@redhat.com>
4747 * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4748 (pthread_getcpuclockid): Don't compare thread_id with thread_self,
4749 use thread_handle().
4751 2000-04-16 Ulrich Drepper <drepper@redhat.com>
4753 * condvar.c (pthread_cond_timedwait_relative): Don't test for owner
4754 if fast mutex is used. Don't initialize `already_canceled' twice.
4755 Correctly test for return value of timedsuspend.
4757 * pthread.c: Correct long-time braino. We never set SA_SIGINFO and
4758 therefore don't need the _rt versions of the signal handlers.
4760 2000-04-15 Ulrich Drepper <drepper@redhat.com>
4762 * pthread.c (pthread_yield): New function.
4763 * sysdeps/pthread/pthread.h (pthread_yield): Add prototype.
4764 * Versions [libpthread] (GLIBC_2.2): Add pthread_yield.
4765 * internals.h: Declare __pthread_yield.
4767 * pthread.c (pthread_initialize): Avoid a bit more code if
4768 realtime signals are known to exist.
4770 * pthread.c: Is __ASSUME_REALTIME_SIGNALS then avoid generating code
4771 to dynamically detect RT signals and avoid generating compatibility
4772 functions with old kernel.
4773 * restart.h (restart) [__ASSUME_REALTIME_SIGNALS]: Use
4774 __pthread_restart_new directly.
4775 (suspend) [__ASSUME_REALTIME_SIGNALS]: Use
4776 __pthread_wait_for_restart_signal directly.
4777 (timedsuspend) [__ASSUME_REALTIME_SIGNALS]: Use
4778 __pthread_timedsuspend_new directly.
4780 2000-04-15 Ulrich Drepper <drepper@redhat.com>
4782 * condvar.c: Remove all the special code to handle cond_timedwait.
4783 Use timedsuspend instead.
4784 * internals.h: Declare __pthread_timedsuspend_old,
4785 __pthread_timedsuspend_new, and __pthread_timedsuspend.
4786 Remove declaration of __pthread_init_condvar.
4787 * pthread.c: Define __pthread_timedsuspend variable.
4788 (__pthread_timedsuspend_old): New function. Timed suspension
4789 implementation for old Linux kernels.
4790 (__pthread_timedsuspend_new): New function. Timed suspension
4791 implementation for new Linux kernels.
4792 * restart.h (timedsuspend): New function. Call appropriate
4793 suspension function through __pthread_timedsuspend.
4794 * semaphore.c (sem_timedwait): Use timedsuspend, don't duplicate
4796 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4798 * internals.h (WRITE_MEMORY_BARRIER): Define as MEMORY_BARRIER if
4800 * spinlock.c: Use WRITE_MEMORY_BARRIER instead of MEMORY_BARRIER
4802 * sysdeps/alpha/pt-machine.h: Define WRITE_MEMORY_BARRIER.
4803 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
4805 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _POSIX_SPAWN.
4806 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4808 2000-04-14 Andreas Jaeger <aj@suse.de>
4810 * weaks.c: Fix typo.
4812 * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
4813 2.2 for linuxthreads.
4815 2000-04-13 Ulrich Drepper <drepper@redhat.com>
4817 * sysdeps/unix/sysv/linux/i386/getcpuclockid.c
4818 (pthread_getcpuclockid): Fix typo.
4820 2000-04-12 Ulrich Drepper <drepper@redhat.com>
4822 * Makefile (libpthread-routines): Add getcpuclockid.
4823 * Versions [libpthread] (GLIBC_2.2): Add pthread_getcpuclockid.
4824 * sysdeps/pthread/getcpuclockid.c: New file.
4825 * sysdeps/unix/sysv/linux/i386/getcpuclockid.c: New file.
4826 * sysdeps/pthread/pthread.h: Add prototype for pthread_getcpuclockid.
4828 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_SPIN_LOCKS):
4830 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
4832 * sysdeps/pthread/pthread.h: Add prototypes for pthread_spin_init,
4833 pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
4834 and pthread_spin_unlock.
4835 * sysdeps/pthread/bits/pthreadtypes.h: Change struct _pthread_fastlock
4836 into pthread_spinlock_t. Change all uses.
4837 * spinlock.c: Implement pthread_spin_lock.
4838 Rename __pthread_unlock to __pthread_spin_unlock and define weak
4839 alias for real name.
4840 Define pthread_spin_trylock, pthread_spin_init, and
4841 pthread_spin_destroy.
4842 Change all uses of _pthread_fastlock to pthread_spinlock_t.
4843 * spinlock.h: Rename __pthread_unlock to __pthread_spin_unlock.
4844 Change all uses of _pthread_fastlock to pthread_spinlock_t.
4845 * Versions [libpthread] (GLIBC_2.2): Add pthread_spin_init,
4846 pthread_spin_destroy, pthread_spin_lock, pthread_spin_trylock,
4847 and pthread_spin_unlock.
4848 * cancel.c: Use __pthread_spin_unlock instead of __pthread_unlock.
4849 Change all uses of _pthread_fastlock to pthread_spinlock_t.
4850 * condvar.c: Likewise.
4851 * internals.h: Likewise.
4853 * manager.c: Likewise.
4854 * mutex.c: Likewise.
4855 * pthread.c: Likewise.
4856 * rwlock.c: Likewise.
4857 * semaphore.c: Likewise.
4858 * signals.c: Likewise.
4860 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add various new POSIX
4862 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
4864 2000-04-11 Ulrich Drepper <drepper@redhat.com>
4866 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
4867 _POSIX_SHARED_MEMORY_OBJECTS.
4869 2000-04-11 Andreas Jaeger <aj@suse.de>
4871 * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Define.
4872 (__compare_and_swap): Mark as modifying memory.
4874 2000-04-11 Geoff Keating <geoffk@cygnus.com>
4876 * sysdeps/powerpc/pt-machine.h (MEMORY_BARRIER): Don't be
4878 (__compare_and_swap): Replace other 'sync' with MEMORY_BARRIER.
4879 Don't have the 'asm' __volatile__.
4881 2000-04-11 Ulrich Drepper <drepper@redhat.com>
4883 * internals.h: Define MEMORY_BARRIER as empty if not defined already.
4884 * spinlock.c (__pthread_lock): Add memory barriers.
4885 (__pthread_unlock): Likewise.
4886 * sysdeps/alpha/pt-machine.h (MEMORY_BARRIER): Define using mb
4888 (RELEASE): Not needed anymore.
4889 (__compare_and_swap): Mark asm as modifying memory.
4890 * sysdeps/powerpc/pt-machine.h (sync): Remove. Replace with definition
4892 (__compare_and_swap): Use MEMORY_BARRIER instead of sync.
4893 * sysdeps/sparc/sparc32/pt-machine.h (RELEASE): Not needed anymore.
4894 (MEMORY_BARRIER): Define using stbar.
4895 * sysdeps/sparc/sparc64/pt-machine.h (MEMORY_BARRIER): Define using
4897 (__compare_and_swap): Use MEMORY_BARRIER to ensure ordering.
4898 Patch by Xavier Leroy <Xavier.Leroy@inria.fr> based on comments by
4899 Mike Burrows <m3b@pa.dec.com>.
4901 2000-04-09 Ulrich Drepper <drepper@redhat.com>
4903 * signals.c (sigaction): Fix return value for the case SIG is one
4904 of the signals the implementation uses.
4905 Patch by Xavier.Leroy@inria.fr.
4907 2000-04-01 Andreas Jaeger <aj@suse.de>
4909 * attr.c: Use shlib-compat macros.
4910 * oldsemaphore.c: Likewise.
4911 * pthread.c: Likewise.
4912 * weaks.c: Likewise.
4914 2000-03-26 Ulrich Drepper <drepper@redhat.com>
4916 * semaphore.c (sem_timedwait): New function.
4917 Patch by Carl Mailloux <carlm@oricom.ca>.
4918 * semaphore.h: Declare sem_timedwait.
4919 * Versions [libpthread] (GLIBC_2.2): Add sem_timedwait.
4921 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
4923 * sysdeps/pthread/Makefile: File removed.
4925 2000-03-23 Ulrich Drepper <drepper@redhat.com>
4927 * mutex.c (__pthread_reset_pthread_once): Reset once_masterlock.
4928 * internals.h (__pthread_reset_pthread_once): Add prototype.
4929 * ptfork.c (__fork): Call __pthread_reset_pthread_once.
4931 * manager.c (pthread_handle_create): Store ID of new thread before
4934 2000-03-21 Ulrich Drepper <drepper@redhat.com>
4936 * attr.c: Use new macros from shlib-compat.h to define versions.
4937 * oldsemaphore.c: Likewise.
4938 * semaphore.c: Likewise.
4939 * weaks.c: Likewise.
4941 * pthread.c: Update for new SHLIB_COMPAT definition.
4943 * manager.c (__pthread_manager): Unmask debug signal.
4945 * pthread.c (pthread_initialize): Test for address of __dso_handle
4946 being NULL, not value. Use __on_exit, not on_exit.
4947 Patch by Andreas Jaeger <aj@suse.de>.
4949 * pthread.c: Use new macros from shlib-compat.h to define versions.
4951 2000-03-19 Ulrich Drepper <drepper@redhat.com>
4953 * pthread.c (pthread_initialize): Instead of on_exit use
4954 __cxa_atexit if __dso_label is available to allow unloading the
4955 libpthread shared library.
4957 2000-03-16 Ulrich Drepper <drepper@redhat.com>
4959 * condvar.c: Make tests for ownership of mutex less strict.
4961 2000-03-14 Ulrich Drepper <drepper@redhat.com>
4963 * condvar.c (pthread_cond_wait): Check whether mutex is owned by
4964 current thread and return error if not.
4965 (pthread_cond_timedwait_relative_old): Likewise.
4966 (pthread_cond_timedwait_relative_new): Likewise.
4968 * mutex.c (__pthread_once): Handle cancelled init function correctly.
4969 (pthread_once_cancelhandler): New function.
4970 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4972 2000-03-14 Andreas Jaeger <aj@suse.de>
4974 * pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to
4976 (pthread_handle_sigrestart_rt): Likewise.
4977 * signals.c (pthread_sighandler_rt): Likewise.
4979 2000-03-02 Andreas Jaeger <aj@suse.de>
4981 * sysdeps/pthread/bits/libc-lock.h: Fix typo.
4982 Reported by Sean Chen <sean.chen@turbolinux.com>.
4984 2000-02-28 Andreas Jaeger <aj@suse.de>
4986 * rwlock.c: Fix typo.
4988 2000-02-27 Ulrich Drepper <drepper@redhat.com>
4990 * rwlock.c: Define __* variants of the functions and make old names
4992 * Versions [GLIBC_2.2]: Export the __pthread_rwlock_* functions.
4993 * sysdeps/pthread/bits/libc-lock.h: Define __libc_rwlock_* macros.
4995 2000-02-25 Andreas Jaeger <aj@suse.de>
4997 * Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
4998 pwrite64, lseek64, open64, and __open64 with version 2.2.
5000 2000-02-22 Ulrich Drepper <drepper@redhat.com>
5002 * semaphore.h (SEM_FAILED): Use 0 not NULL.
5004 2000-02-14 Ulrich Drepper <drepper@redhat.com>
5006 * condvar.c (pthread_cond_timedwait_relative_old): Tight loop with
5007 nanosleep does not work either. Get absolute time inside the
5009 (pthread_cond_timedwait_relative_new): Likewise.
5010 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
5012 2000-02-13 Andreas Jaeger <aj@suse.de>
5014 * condvar.c (pthread_cond_timedwait_relative_new): Fix last patch.
5015 (pthread_cond_timedwait_relative_old): Likewise.
5017 2000-02-13 Ulrich Drepper <drepper@redhat.com>
5019 * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch
5020 but keep the code around. A bug in the kernel prevent us from
5022 (pthread_cond_timedwait_relative_new): Likewise.
5023 (PR libc/1597 and libc/1598).
5025 2000-02-01 Kaz Kylheku <kaz@ashi.footprints.net>
5027 * condvar.c (pthread_cond_timedwait_relative_old): Do tight
5028 loop around nanosleep calls instead of around most of the function
5029 (pthread_cond_timedwait_relative_new): Likewise.
5030 body. Got rid of backwards goto and one local.
5032 2000-01-31 Ulrich Drepper <drepper@redhat.com>
5034 * condvar.c (pthread_cond_timedwait_relative_old): Recompute time
5035 before every nanosleep call to account for time spent in the rest
5037 (pthread_cond_timedwait_relative_new): Likewise.
5038 Patch by khendricks@ivey.uwo.ca (PR libc/1564).
5040 2000-01-29 Ulrich Drepper <drepper@redhat.com>
5042 * condvar.c (pthread_cond_timedwait_relative_old): Get remaining time
5043 from nanosleep call so that in case we restart we only wait for the
5045 (pthread_cond_timedwait_relative_new): Likewise.
5046 Patch by khendricks@ivey.uwo.ca (PR libc/1561).
5048 2000-01-18 Ulrich Drepper <drepper@cygnus.com>
5050 * manager.c (pthread_allocate_stack): Compute guard page address
5051 correctly. Patch by HJ Lu.
5053 * sysdeps/pthread/pthread.h: Define
5054 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP.
5056 2000-01-16 Ulrich Drepper <drepper@cygnus.com>
5058 * rwlock.c (pthread_rwlock_unlock): Correct one more problem with
5059 preference handling.
5060 (pthread_rwlockattr_setkind_np): Allow
5061 PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP.
5062 Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
5064 2000-01-12 Ulrich Drepper <drepper@cygnus.com>
5066 * internals.h (pthread_readlock_info): New structure.
5067 (_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and
5068 p_untracked_readlock_count.
5069 * pthread.c (__pthread_initial_thread, pthread_manager_thread):
5070 Add initializers for new fields.
5071 * manager.c (pthread_free): Free read/write lock lists.
5072 * queue.h (queue_is_empty): New function.
5073 * rwlock.c: Implement requirements about when readers should get
5075 * sysdeps/pthread/pthread.h
5076 (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition.
5077 * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_rwlock_t):
5078 Define this name as well.
5079 Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
5081 2000-01-05 Ulrich Drepper <drepper@cygnus.com>
5083 * pthread.c (__pthread_initial_thread, pthread_manager_thread):
5084 Adjust initializers for struct _pthread_descr_struct change.
5085 * internals.h (struct _pthread_descr_struct): Move new elements to
5088 2000-01-03 Kaz Kylheku <kaz@ashi.footprints.net>
5090 Redesigned how cancellation unblocks a thread from internal
5091 cancellation points (sem_wait, pthread_join,
5092 pthread_cond_{wait,timedwait}).
5093 Cancellation won't eat a signal in any of these functions
5094 (*required* by POSIX and Single Unix Spec!).
5095 * condvar.c: Spontaneous wakeup on pthread_cond_timedwait won't eat a
5096 simultaneous condition variable signal (not required by POSIX
5097 or Single Unix Spec, but nice).
5098 * spinlock.c: __pthread_lock queues back any received restarts
5099 that don't belong to it instead of assuming ownership of lock
5100 upon any restart; fastlock can no longer be acquired by two threads
5102 * restart.h: Restarts queue even on kernels that don't have
5103 queued real time signals (2.0, early 2.1), thanks to atomic counter,
5104 avoiding a rare race condition in pthread_cond_timedwait.
5106 1999-12-31 Andreas Jaeger <aj@suse.de>
5108 * internals.h: Remove duplicate prototype declarations.
5110 * weaks.c: Remove __THROW from prototypes since the file is not
5111 compiled by a C++ compiler.
5112 * internals.h: Likewise.
5114 1999-12-30 Andreas Jaeger <aj@suse.de>
5116 * sysdeps/pthread/pthread.h: Move internal functions to...
5117 * sysdeps/pthread/bits/libc-lock.h: ...here.
5119 1999-12-29 Andreas Jaeger <aj@suse.de>
5121 * sysdeps/pthread/pthread.h: Fix typos, reformat comments.
5123 1999-12-28 Ulrich Drepper <drepper@cygnus.com>
5125 * sysdeps/alpha/pt-machine.h: Move stack_pointer definition to the
5128 * manager.c (__pthread_start): Add one more cast to prevent
5129 warning on 64bit machines.
5131 1999-12-21 Ulrich Drepper <drepper@cygnus.com>
5133 * manager.c (pthread_handle_create): Set p_pid of new thread
5134 before calling the callback function to report a new thread.
5136 1999-12-20 Andreas Jaeger <aj@suse.de>
5138 * pthread.c (pthread_initialize): Move getrlimit call after
5141 1999-12-18 Ulrich Drepper <drepper@cygnus.com>
5143 * Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
5144 pwrite64, lseek64, open64, and __open64.
5145 * wrapsyscall.c: Define pread, __pread64, pread64, pwrite, __pwrite64,
5146 pwrite64, lseek64, open64, and __open64.
5148 * manager.c (pthread_allocate_stack): Correct computation of
5149 new_thread_bottom. Correct handling of stack size and when the
5150 rlimit method to guard for stack growth is used.
5151 * pthread.c (pthread_initialize): Stack limit must be STACK_SIZE
5152 minus one pagesize (not two).
5154 1999-12-03 Andreas Jaeger <aj@suse.de>
5156 * Versions: Add __res_state with version GLIBC_2.2.
5158 * errno.c (__res_state): New function to return thread specific
5161 * pthread.c (pthread_initialize): Initialize p_resp.
5162 (__pthread_reset_main_thread): Also set p_resp.
5164 * manager.c (pthread_handle_create): Initialize p_resp.
5166 * internals.h: Add thread specific resolver state.
5167 Based on patches by Adam D. Bradley <artdodge@cs.bu.edu>.
5169 1999-12-01 Ulrich Drepper <drepper@cygnus.com>
5171 * sysdeps/i386/pt-machine.h: Move stack_pointer definition to the
5173 * sysdeps/i386/i686/pt-machine.h: Likewise.
5174 Patches by Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>.
5176 1999-11-23 Ulrich Drepper <drepper@cygnus.com>
5178 * manager.c (pthread_start_thread_event): Initialize p_pid already
5181 1999-11-22 Ulrich Drepper <drepper@cygnus.com>
5183 * internals.h: Add prototype for __pthread_manager_event.
5184 * manager.c (__pthread_manager_event): New function.
5185 (pthread_start_thread_event): Correct computation of self.
5186 Use INIT_THREAD_SELF.
5187 * pthread.c (__pthread_manager_thread): Initialize p_lock.
5188 (__pthread_initialize_manager): Respect event flags also for creation
5189 of the manager thread.
5191 1999-11-08 Ulrich Drepper <drepper@cygnus.com>
5193 * pthread.c (__pthread_initialize_manager): Initialize
5194 __pthread_manager_thread.p_tid.
5196 1999-11-02 Ulrich Drepper <drepper@cygnus.com>
5198 * internals.h: Declare __pthread_last_event.
5199 * manager.c: Define __pthread_last_event.
5200 (pthread_handle_create): Set __pthread_last_event.
5201 (pthread_exited): Likewise.
5202 * join.c (pthread_exit): Likewise.
5204 * Makefile (libpthread-routines): Add events.
5205 * events.c: New file.
5206 * internals.h: Protect against multiple inclusion.
5207 Include thread_dbP.h header.
5208 (struct _pthread_descr_struct): Add new fields p_report_events and
5210 Declare event reporting functions.
5211 * join.c (pthread_exit): Signal event if this is wanted.
5212 * manager.c (__pthread_threads_events): New variable.
5213 (pthread_handle_create): Take new parameters with event information.
5214 Signal TD_CREATE event if wanted.
5215 (__pthread_manager): Adjust pthread_handle_create call.
5216 (pthread_start_thread_event): New function. Block until manager is
5217 finished and then call pthread_start_thread.
5218 (pthread_exited): Signal TD_REAP event if wanted.
5220 1999-10-26 Ulrich Drepper <drepper@cygnus.com>
5222 * restart.h (suspend_with_cancellation): Rewrite as a macro.
5224 * condvar.c (pthread_cond_timedwait_relative): Don't mark as inline.
5226 1999-10-25 Andreas Jaeger <aj@suse.de>
5228 * internals.h: Remove K&R compatibility.
5229 * no-tsd.c: Likewise.
5230 * semaphore.h: Likewise.
5231 * signals.c: Likewise.
5232 * sysdeps/pthread/bits/libc-tsd.h: Likewise.
5233 * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
5234 * weaks.c: Likewise.
5236 1999-10-21 Xavier Leroy <Xavier.Leroy@inria.fr>
5238 * pthread.c: For i386, wrap pthread_handle_sigrestart and
5239 pthread_handle_sigcancel with functions that restore %gs from the
5240 signal context. For each signal handling function, two wrappers
5241 are required, one for a non-RT signal and one for a RT signal.
5242 * signal.c: For i386, add code to restore %gs from the signal
5243 context in pthread_sighandler and pthread_sighandler_rt.
5245 1999-10-17 Ulrich Drepper <drepper@cygnus.com>
5247 * internals.h (PTHREAD_START_ARGS_INITIALIZER): Add cast.
5249 1999-10-14 Ulrich Drepper <drepper@cygnus.com>
5251 * pthread.c (__pthread_initial_thread): Pass argument to
5252 PTHREAD_START_ARGS_INITIALIZER.
5253 (__pthread_manager_thread): Likewise.
5255 * internals.h (PTHREAD_START_ARGS_INITIALIZER): Add parameter to
5256 initialize function.
5258 * manager.c (pthread_handle_create): Remove p_startfct initialization.
5260 * internals.h (_pthread_descr_struct): We don't need p_startfct field.
5262 1999-10-12 Ulrich Drepper <drepper@cygnus.com>
5264 * internals.h: Correct return types for __libc_read and __libc_write.
5266 1999-10-09 Andreas Jaeger <aj@suse.de>
5268 * internals.h: Add __new_sem_post to get prototype in
5269 manager.c; include semaphore.h for needed types.
5271 1999-10-08 Ulrich Drepper <drepper@cygnus.com>
5273 * manager.c (__pthread_manager) [REQ_POST]: Use __new_sem_post
5274 directly instead of calling sem_post which should not be necessary
5275 but is faster and might help in some case to work around problems.
5276 Patch by khendricks@ivey.uwo.ca [libc/1382].
5278 1999-10-08 Andreas Schwab <schwab@suse.de>
5280 * sysdeps/pthread/Subdirs: New file.
5283 1999-10-07 Ulrich Drepper <drepper@cygnus.com>
5285 * Implies: New file.
5286 * internals.h (struct _pthread_descr_struct): Add p_startfct.
5287 * manager.c (pthread_handle_create): Initialize p_startfct.
5288 * pthread.c: Define __linuxthread_pthread_sizeof_descr variable.
5290 1999-09-25 Ulrich Drepper <drepper@cygnus.com>
5292 * manager.c (__linuxthreads_pthread_threads_max): New variable.
5293 * specific.c (__linuxthreads_pthread_keys_max): New variable.
5294 (__linuxthreads_pthread_key_2ndlevel_size): New variable.
5296 * condvar.c (pthread_cond_timedwait_relative): Never return with
5297 EINTR. Patch by Andreas Schwab.
5299 1999-09-19 Ulrich Drepper <drepper@cygnus.com>
5301 * signals.c (sigaction): Correct last patch. Don't select
5302 pthread_sighandler_rt based on the signal number but instead of
5303 the SA_SIGINFO flag.
5305 1999-09-23 Ulrich Drepper <drepper@cygnus.com>
5307 * specific.c: Move definitions of struct pthread_key_struct and
5308 destr_function to ...
5309 * internals.h: ...here.
5311 1999-09-18 Ulrich Drepper <drepper@cygnus.com>
5313 * pthread.c (pthread_handle_sigrestart_rt): New function. Use
5314 this instead of pthread_handle_sigrestart if the signal is an RT
5317 * signals.c: Handle passing through of sighandler arguments also
5318 for real-time signals.
5320 1999-09-03 Andreas Schwab <schwab@suse.de>
5322 * ptfork.c (__fork): Renamed from fork and use __libc_fork. Add
5324 (__vfork): New function, alias vfork.
5325 * Versions: Export __fork, vfork, and __vfork in libpthread.
5327 1999-08-23 Andreas Schwab <schwab@suse.de>
5329 * signals.c (pthread_sighandler): Add SIGCONTEXT_EXTRA_ARGS to
5330 call to signal handler.
5332 1999-08-20 Ulrich Drepper <drepper@cygnus.com>
5334 * pthread.c (__pthread_reset_main_thread): Undo last change.
5335 (__pthread_kill_other_threads_np): Reset signal handlers for the
5336 signals we used in the thread implementation here.
5338 1999-08-19 Ulrich Drepper <drepper@cygnus.com>
5340 * pthread.c (__pthread_reset_main_thread): Reset signal handlers
5341 for the signals we used in the thread implementation [PR libc/1234].
5343 * Versions: Export __pthread_kill_other_threads_np from libpthread
5346 * signals.c: Pass sigcontext through wrapper to the user function.
5348 1999-08-01 Ulrich Drepper <drepper@cygnus.com>
5350 * Versions [ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and
5351 __libc_internal_tsd_set.
5353 1999-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5355 * manager.c: Remove inclusion of <linux/tasks.h> since it's not
5358 1999-07-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5360 * internals.h: Align _pthread_descr_struct to 32 bytes.
5361 Reported by Tim Hockin <thockin@cobaltnet.com>, close PR
5364 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
5366 * oldsemaphore.c (sem_compare_and_swap): Fix use of compare and
5369 1999-07-09 Cristian Gafton <gafton@redhat.com>
5371 * Makefile (libpthread-routines): Add oldsemaphore routine.
5372 * Versions: Add sem_destroy, sem_getvalue, sem_init, sem_post,
5373 sem_trywait, and sem_wait to GLIBC_2.1.
5374 * oldsemaphore.c: New file.
5375 * semaphore.c: Add default_symbol_versions for the changed functions.
5376 (__new_sem_init): Rename from sem_init.
5377 (__new_sem_post): Rename from sem_post.
5378 (__new_sem_wait): Rename from sem_wait.
5379 (__new_sem_trywait): Rename from sem_trywait.
5380 (__new_sem_getvalue): Rename from sem_getvalue.
5381 (__new_sem_destroy): Rename from sem_destroy.
5383 1999-06-23 Robey Pointer <robey@netscape.com>
5385 * internals.h: Added p_nextlock entry to separate queueing for a
5386 lock from queueing for a CV (sometimes a thread queues on a lock
5387 to serialize removing itself from a CV queue).
5388 * pthread.c: Added p_nextlock to initializers.
5389 * spinlock.c: Changed to use p_nextlock instead of p_nextwaiting.
5391 1999-07-09 Ulrich Drepper <drepper@cygnus.com>
5393 * manager.c (pthread_handle_create): Free mmap region after stack
5394 if clone failed. Patch by Kaz Kylheku <kaz@ashi.FootPrints.net>.
5396 1999-05-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5398 * man/pthread_cond_init.man: Correct example.
5399 Reported by Tomas Berndtsson <tomas@nocrew.org>.
5401 * linuxthreads.texi (Condition Variables): Likewise.
5403 1999-05-18 Jakub Jelinek <jj@ultra.linux.cz>
5405 * sysdeps/sparc/sparc64/pt-machine.h (__compare_and_swap): Use
5406 casx not cas, also successful casx returns the old value in rd
5407 and not the new value.
5409 1999-05-16 Xavier Leroy <Xavier.Leroy@inria.fr>
5411 * manager.c: If pthread_create() is given a NULL attribute
5412 and the thread manager runs with a realtime policy, set the
5413 scheduling policy of the newly created thread back to SCHED_OTHER.
5414 * manager.c: If the PTHREAD_INHERIT_SCHED attribute is given,
5415 initialize the schedpolicy field of new_thread->p_start_args
5416 to that of the calling thread.
5418 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
5420 * sysdeps/sparc/sparc64/pt-machine.h (__compare_and_swap): cas
5421 instruction does not allow memory element to use offset.
5423 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
5425 * manager.c (pthread_allocate_stack): Optimize initialization of new
5428 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_define_initialized):
5429 Don't use initializer since it is all zeroes.
5430 (__libc_once_define): Likewise.
5432 1999-04-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5434 * sysdeps/arm/Implies: Removed since cmpxchg/no-cmpxchg
5435 doesn't exist anymore.
5436 * sysdeps/i386/Implies: Likewise.
5437 * sysdeps/m68k/Implies: Likewise.
5438 * sysdeps/mips/Implies: Likewise.
5439 * sysdeps/powerpc/Implies: Likewise.
5440 * sysdeps/sparc/sparc32/Implies: Likewise.
5441 * sysdeps/sparc/sparc64/Implies: Likewise.
5443 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
5445 * sysdeps/alpha/bits/semaphore.h: Removed.
5446 * sysdeps/powerpc/bits/semaphore.h: Removed.
5447 * sysdeps/pthread/cmpxchg/bits/semaphore.h: Removed.
5448 * sysdeps/pthread/no-cmpxchg/bits/semaphore.h: Removed.
5449 * Makefile (headers): Remove bits/semaphore.h.
5451 * semaphore.h: Define _pthread_descr if necessary.
5452 Don't include limits.h. Define SEM_VALUE_MAX directly.
5454 (sem_t): Protect element names with leading __.
5455 Add declarations for sem_close, sem_open, and sem_unlink.
5456 * semaphore.c: Adjust all functions for new element names.
5457 Define sem_close, sem_open, and sem_unlink.
5458 * Versions (libthread): Add sem_close, sem_open, and sem_unlink for
5460 * sysdeps/pthread/bits/pthreadtypes.h: Define _pthread_descr only if
5463 1999-03-16 H.J. Lu <hjl@gnu.org>
5465 * specific.c (pthread_key_delete): Check th->p_terminated to see
5466 if the thread is running.
5468 * Versions (__libc_internal_tsd_get, __libc_internal_tsd_set):
5469 Added to GLIBC_2.0 for libc.so.
5471 1999-02-12 H.J. Lu <hjl@gnu.org>
5473 * Versions (__libc_current_sigrtmin, __libc_current_sigrtmax,
5474 __libc_allocate_rtsig): Added to GLIBC_2.1.
5476 * internals.h (DEFAULT_SIG_RESTART): Removed.
5477 (DEFAULT_SIG_CANCEL): Removed.
5479 * pthread.c (init_rtsigs, __libc_current_sigrtmin,
5480 __libc_current_sigrtmax, __libc_allocate_rtsig): New functions.
5481 (__pthread_sig_restart, __pthread_sig_cancel,
5482 __pthread_sig_debug): Initialized.
5483 (pthread_initialize): Call init_rtsigs () to initialize
5486 1999-02-03 H.J. Lu <hjl@gnu.org>
5488 * manager.c (__pthread_manager): Do block __pthread_sig_debug.
5489 Don't restart the thread which sent REQ_DEBUG.
5490 (pthread_start_thread): Check if __pthread_sig_debug > 0
5493 * pthread.c (__pthread_initialize_manager): Suspend ourself
5494 after sending __pthread_sig_debug to gdb instead of
5495 __pthread_sig_cancel.
5497 1999-01-24 H.J. Lu <hjl@gnu.org>
5499 * manager.c (__pthread_manager): Delete __pthread_sig_debug
5500 from mask if __pthread_sig_debug > 0.
5501 (pthread_handle_create): Increment __pthread_handles_num.
5503 * manager.c (pthread_handle_create): Don't pass CLONE_PTRACE to clone.
5504 * pthread.c (__pthread_initialize_manager): Likewise.
5506 * pthread.c (pthread_initialize): Use __libc_allocate_rtsig (1)
5507 instead of __libc_allocate_rtsig (2).
5508 (__pthread_initialize_manager): Send __pthread_sig_debug to gdb
5509 instead of __pthread_sig_cancel.
5510 (pthread_handle_sigdebug): Fix comments.
5512 1999-01-21 Ulrich Drepper <drepper@cygnus.com>
5514 * manager.c (pthread_allocate_stack): Set
5515 __pthread_nonstandard_stacks if user-specified stack is used.
5517 1999-01-16 Ulrich Drepper <drepper@cygnus.com>
5519 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _LFS_ASYNCHRONOUS_IO,
5520 _LFS_LARGEFILE, _LFS64_LARGEFILE, and _LFS64_STDIO from Unix98.
5522 1999-01-07 Xavier Leroy <Xavier.Leroy@inria.fr>
5524 * pthread.c: Use a third signal __pthread_sig_debug distinct
5525 from __pthread_sig_cancel to notify gdb when a thread is
5527 * manager.c: Likewise.
5528 * internals.h: Likewise.
5529 * signals.c: The implementation of sigwait(s) assumed that
5530 all signals in s have signal handlers already attached.
5531 This is not required by the standard, so make it work
5532 also if some of the signals have no handlers.
5534 1999-01-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5536 * linuxthreads.texi: Remove pointers from first @node. Move old
5537 @node spec inside comment.
5539 1998-12-31 Ulrich Drepper <drepper@cygnus.com>
5541 * sysdeps/pthread/bits/stdio-lock.h: Define _IO_lock_lock and
5544 1998-12-29 Ulrich Drepper <drepper@cygnus.com>
5546 * semaphore.c (sem_trywait): Don't forget to unlock the semaphore
5547 lock. Patch by Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>.
5549 1998-12-21 Ulrich Drepper <drepper@cygnus.com>
5551 * manager.c: Threads now send __pthread_sig_cancel on termination.
5552 Change clone call and signal masks.
5553 * thread.c (pthread_handle_sigrestart): Remove special code for
5555 (pthread_handle_sigcancel): In manager thread call
5556 __pthread_manager_sighandler.
5557 * sysdeps/i386/pt-machine.h (__compare_and_swap): Add memory clobber.
5558 * sysdeps/i386/i686/pt-machine.h: Likewise.
5559 Patches by Xavier Leroy.
5561 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
5563 * spinlock.c (__pthread_unlock): Don't crash if called for an
5564 untaken mutex. Reported by Ruslan V. Brushkoff <rus@Snif.Te.Net.UA>.
5566 * Examples/ex6.c: Unbuffer stdout and reduce sleep time to reduce
5569 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
5571 * Examples/ex3.c: Wait until all threads are started before
5572 searching for the number to avoid race condition on very fast
5575 1998-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5577 * sysdeps/pthread/pthread.h: Remove __pthread_setcanceltype
5578 declaration since it's not needed.
5580 * sysdeps/pthread/pthread.h: Move internal functions to ...
5581 * internals.h: ...here.
5583 1998-12-02 H.J. Lu <hjl@gnu.org>
5585 * pthread.c (__pthread_sig_restart): Initiliaze to 0 if
5586 SIGRTMIN is defined.
5587 (__pthread_sig_cancel): Likewise.
5589 1998-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5591 * wrapsyscall.c: Include <sys/mman.h> for msync,
5592 <stdlib.h> for system and <termios.h> for tcdrain prototype.
5593 Correct msync declaration.
5595 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
5597 * sysdeps/pthread/bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_get,
5598 __libc_tsd_set): New macros for new interface.
5599 * no-tsd.c: New file, provide uninitialized defns of
5600 __libc_internal_tsd_get and __libc_internal_tsd_set.
5601 * Makefile (routines): Add no-tsd.
5603 1998-10-12 Roland McGrath <roland@baalperazim.frob.com>
5605 * internals.h: Include <bits/libc-tsd.h>, not <bits/libc-lock.h>.
5606 * sysdeps/pthread/bits/libc-lock.h (__libc_internal_tsd_get,
5607 __libc_internal_tsd_set): Move decls to ...
5608 * sysdeps/pthread/bits/libc-tsd.h: New file for __libc_internal_tsd_*
5611 * sysdeps/pthread/bits/libc-lock.h (__libc_internal_tsd_get,
5612 __libc_internal_tsd_set): Make these pointers to functions, not
5613 functions; remove #pragma weak decls for them.
5614 * specific.c (__libc_internal_tsd_get, __libc_internal_tsd_set):
5615 Define static functions and initialized pointers to them.
5617 1998-11-18 Ulrich Drepper <drepper@cygnus.com>
5619 * Makefile (CFLAGS-mutex.c): Define as -D__NO_WEAK_PTHREAD_ALIASES.
5620 (CFLAGS-specific.c): Likewise.
5621 (CFLAGS-pthread.c): Likewise.
5622 (CFLAGS-ptfork.c): Likewise.
5623 (CFLAGS-cancel.c): Likewise.
5624 * sysdeps/pthread/bits/libc-lock.h: Don't mark __pthread_* functions
5625 as weak references if __NO_WEAK_PTHREAD_ALIASES is defined.
5627 * mutex.c (pthread_mutex_init): Define as strong symbol.
5628 (pthread_mutex_destroy): Likewise.
5629 (pthread_mutex_trylock): Likewise.
5630 (pthread_mutex_lock): Likewise.
5631 (pthread_mutex_unlock): Likewise.
5632 (pthread_mutexattr_init): Likewise.
5633 (pthread_mutexattr_destroy): Likewise.
5634 (pthread_once): Likewise.
5635 * ptfork.c (pthread_atfork): Likewise.
5636 * specific.c (pthread_key_create): Likewise.
5637 (pthread_setspecific): Likewise.
5638 (pthread_getspecific): Likewise.
5640 1998-11-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5642 * linuxthreads.texi: Fix punctuation after xref.
5644 1998-11-10 H.J. Lu <hjl@gnu.org>
5646 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
5647 if it is defined in <linux/limits.h>.
5649 1998-10-29 14:28 Ulrich Drepper <drepper@cygnus.com>
5651 * spinlock.h (__pthread_trylock): Define inline.
5652 (__pthread_lock): Add extra parameter to declaration. Declare
5653 using internal_function.
5654 (__pthread_unlock): Declare using internal_function.
5655 * spinlock.c (__pthread_lock): Add new parameter. Use it instead
5656 of local variable self. Avoid recomputing self. Define using
5658 (__pthread_trylock): Remove.
5659 (__pthread_unlock): Define using internal_function.
5660 * cancel.c: Adjust for __pthread_lock interface change. Use already
5661 computed self value is possible.
5662 * condvar.c: Likewise.
5664 * manager.c: Likewise.
5665 * mutex.c: Likewise.
5666 * pthread.c: Likewise.
5667 * rwlock.c: Likewise.
5668 * semaphore.c: Likewise.
5669 * signals.c: Likewise.
5671 1998-10-27 13:46 Ulrich Drepper <drepper@cygnus.com>
5673 * sysdeps/pthread/pthread.h (struct _pthread_cleanup_buffer): Prepend
5674 __ to field names of the struct.
5675 * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_fastlock):
5677 (pthread_attr_t): Likewise.
5678 (pthread_cond_t): Likewise.
5679 (pthread_condattr_t): Likewise.
5680 (pthread_mutex_t): Likewise.
5681 (pthread_mutexattr_t): Likewise.
5682 (pthread_rwlock_t): Likewise.
5683 (pthread_rwlockattr_t): Likewise.
5684 * attr.c: Adjust for pthread.h and pthreadtypes.h change.
5685 * cancel.c: Likewise.
5686 * condvar.c: Likewise.
5687 * manager.c: Likewise.
5688 * mutex.c: Likewise.
5689 * pthread.c: Likewise.
5690 * ptlongjmp.c: Likewise.
5691 * rwlock.c: Likewise.
5692 * spinlock.c: Likewise.
5694 1998-10-09 Ulrich Drepper <drepper@cygnus.com>
5696 * sysdeps/i386/pt-machine.h (get_eflags, set_eflags): Mark these
5699 * sysdeps/i386/i686/pt-machine.h: Remove unused inline
5702 * Makefile (libpthread-routines): Add pt-machine.
5703 * pt-machine.c: New file.
5704 * sysdeps/alpha/pt-machine.h: Define PT_EI as extern inline is not
5705 yet defined. Use PT_EI in extern inline definitions.
5706 * sysdeps/arm/pt-machine.h: Likewise.
5707 * sysdeps/i386/pt-machine.h: Likewise.
5708 * sysdeps/i386/i686/pt-machine.h: Likewise.
5709 * sysdeps/m68k/pt-machine.h: Likewise.
5710 * sysdeps/mips/pt-machine.h: Likewise.
5711 * sysdeps/powerpc/pt-machine.h: Likewise.
5712 * sysdeps/sparc/sparc32/pt-machine.h: Likewise.
5713 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5715 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5717 * semaphore.h: Include <sys/types.h> so that _pthread_descr
5720 1998-09-15 David S. Miller <davem@pierdol.cobaltmicro.com>
5722 * sysdeps/sparc/sparc32/pt-machine.h (INIT_THREAD_SELF): Add nr
5724 * sysdeps/sparc/sparc64/pt-machine.h (INIT_THREAD_SELF): Likewise.
5726 1998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
5728 * sysdeps/unix/sysv/linux/bits/sigthread.h: Add multiple inclusion
5731 1998-09-02 11:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5733 * signals.c (sigaction): Check that sig is less than NSIG to avoid
5734 array index overflow.
5736 1998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
5738 * sysdeps/pthread/semaphore.h: New file.
5740 1998-09-06 09:08 Ulrich Drepper <drepper@cygnus.com>
5742 * sysdeps/pthread/bits/libc-lock.h (enum __libc_tsd_key_t): Add
5743 _LIBC_TSD_KEY_DL_ERROR.
5745 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
5747 * sysdeps/i386/i686/pt-machine.h (testandset): Add memory clobber.
5748 * sysdeps/i386/pt-machine.h: Likewise.
5749 Suggested by Roland McGrath.
5751 1998-08-28 13:58 Ulrich Drepper <drepper@cygnus.com>
5753 * internals.h: Also define THREAD_GETMEM_NC and THREAD_SETMEM_NC to
5754 access thread data with non-constant offsets.
5755 * specific.c: Use THREAD_GETMEM_NC and THREAD_SETMEM_NC where
5758 * sysdeps/i386/useldt.h: Fix typo. Add THREAD_GETMEM_NC and
5759 THREAD_SETMEM_NC definitions.
5761 * sysdeps/sparc/sparc32/pt-machine.h: Define THREAD_GETMEM_NC and
5763 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5765 1998-08-26 15:46 Ulrich Drepper <drepper@cygnus.com>
5767 * internals.h: Define THREAD_GETMEM and THREAD_SETMEM to default if
5768 not already defined.
5769 (struct _pthread_descr_struct): Add p_self and p_nr field.
5770 * manager.c (__pthread_handles): Define second element to point
5772 (__pthread_handles_num): Initialize to 2.
5773 (__pthread_manager): Use INIT_THREAD_SELF with two arguments.
5774 (pthread_start_thread): Likewise.
5775 (pthread_handle_create): Start search for free slot at entry 2.
5776 Initialize new fields p_self and p_nr.
5777 Call __clone with CLONE_PTRACE if available.
5778 (pthread_free): Call FREE_THREAD_SELF if available.
5779 * pthread.c (__pthread_initial_thread): Initialize new fields.
5780 (__pthread_manager_thread): Likewise.
5781 (__pthread_initialize_manager): Call __clone with CLONE_PTRACE.
5783 * cancel.c: Use THREAD_GETMEM and THREAD_SETMEM to access the
5784 elements of the thread descriptor.
5785 * condvar.c: Likewise.
5786 * errno.c: Likewise.
5788 * manager.c: Likewise.
5789 * pthread.c: Likewise.
5790 * ptlongjmp.c: Likewise.
5791 * semaphore.c: Likewise.
5792 * signals.c: Likewise.
5793 * specific.c: Likewise.
5794 * spinlock.c: Likewise.
5796 * sysdeps/alpha/pt-machine.h (INIT_THREAD_SELF): Add extra parameter.
5798 * sysdeps/i386/useldt.h: New file.
5799 * sysdeps/i386/i686/pt-machine.h: Show how to use this file.
5801 * sysdeps/sparc/sparc32/pt-machine.h: Define THREAD_GETMEM and
5802 THREAD_SETMEM using __thread_self.
5803 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
5805 1998-08-24 Geoff Keating <geoffk@ozemail.com.au>
5807 * spinlock.c (__pthread_lock): Reset p_nextwaiting to NULL if it
5808 turned out that we didn't need to queue after all.
5810 1998-08-22 Geoff Keating <geoffk@ozemail.com.au>
5812 * sysdeps/powerpc/pt-machine.h: Remove testandset, it's not used
5813 and wastes space; correct types.
5815 1998-08-08 11:18 H.J. Lu <hjl@gnu.org>
5817 * signals.c (sigaction): Handle NULL argument.
5819 1998-08-04 Ulrich Drepper <drepper@cygnus.com>
5821 * sysdeps/unix/sysv/linux/bits/sigthread.h: Use __sigset_t instead
5824 1998-08-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5826 * Makefile (linuxthreads-version): Extract correct number from
5829 1998-07-29 Xavier Leroy <Xavier.Leroy@inria.fr>
5831 * Banner: Bump version number to 0.8
5832 * FAQ.html: Many updates, in particular w.r.t. debugging.
5833 * manager.c: Support for non-default stacksize for
5834 LinuxThreads-allocated stacks;
5835 don't use guard pages for stacks with default size, rely on
5836 rlimit(RLIMIT_STACK) instead (it's cheaper).
5838 * cancel.c: Use __pthread_sig_cancel and __pthread_sig_restart
5839 everywhere instead of PTHREAD_SIG_CANCEL and PTHREAD_SIG_RESTART.
5840 * condvar.c: Likewise.
5841 * internals.h: Likewise.
5842 * restart.h: Likewise.
5843 * signals.c: Likewise.
5844 * pthread.c: Likewise; set rlimit(RLIMIT_STACK) as we need it.
5846 1998-07-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5848 * weaks.c: Define pthread_mutexattr_[sg]ettype instead of
5849 __pthread_mutexattr_[sg]ettype. Add more weak aliases.
5850 * Versions: Put __pthread_mutexattr_settype under version
5851 GLIBC_2.0. Don't export __pthread_mutexattr_setkind_np and
5852 __pthread_mutexattr_gettype.
5854 1998-07-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5856 * sysdeps/pthread/bits/libc-lock.h: Make
5857 __pthread_mutexattr_settype weak. Don't make
5858 __pthread_mutexattr_setkind_np weak.
5860 1998-07-16 10:52 Ulrich Drepper <drepper@cygnus.com>
5862 * manager.c (pthread_handle_create): Check whether sched_setscheduler
5863 call can succeed here.
5865 * mutex.c: Define __pthread_mutexattr_settype and make
5866 __pthread_mutexattr_setkind_np an alias.
5867 Likewise for __pthread_mutexattr_gettype.
5869 1998-07-15 11:00 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
5871 * attr.c (pthread_attr_setschedpolicy): Don't check whether caller
5874 1998-07-14 19:38 Ulrich Drepper <drepper@cygnus.com>
5876 * sysdeps/pthread/bits/libc-lock.h: Define __libc_cleanup_end.
5878 1998-07-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5880 * Examples/ex6.c: Include <unistd.h> for usleep.
5882 1998-06-13 11:04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5884 * Examples/ex4.c (main): Use exit, not pthread_exit.
5886 1998-07-09 13:39 Ulrich Drepper <drepper@cygnus.com>
5888 * Versions: Add __pthread_mutexattr_gettype and
5889 __pthread_mutexattr_settype.
5890 * lockfile.c: Use __pthread_mutexattr_settype instead of
5891 __pthread_mutexattr_setkind_np.
5892 * mutex.c: Define __pthread_mutexattr_gettype and
5893 __pthread_mutexattr_settype.
5895 * sysdeps/pthread/pthread.h: Declare __pthread_mutexattr_gettype and
5896 __pthread_mutexattr_settype.
5897 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_init_recursive):
5898 Use __pthread_mutexattr_settype.
5900 1998-07-08 22:26 Ulrich Drepper <drepper@cygnus.com>
5902 * Versions: Add pthread_mutexattr_gettype, pthread_mutexattr_settype.
5903 * mutex.c: Define weak alias pthread_mutexattr_gettype and
5904 pthread_mutexattr_settype.
5905 * sysdeps/pthread/pthread.h: Declare these functions.
5906 Move pthread_sigmask and pthread_kill declaration in separate header.
5907 * sysdeps/unix/sysv/linux/bits/sigthread.h: New file.
5909 1998-07-07 15:20 Ulrich Drepper <drepper@cygnus.com>
5911 * Makefile: Add rules to compile and run tests.
5912 * Examples/ex1.c: Little changes to fix warnings.
5913 * Examples/ex2.c: Likewise.
5914 * Examples/ex3.c: Likewise.
5915 * Examples/ex4.c: Likewise.
5916 * Examples/ex5.c: Likewise.
5917 * Examples/ex6.c: New file.
5919 1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com>
5921 * Versions: Add pthread_attr_init to GLIBC_2.1 version in libc.
5923 1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5925 * attr.c: Include <string.h>.
5927 1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com>
5929 * attr.c: Include errno.h. Use memcpy to copy sched_param.
5930 * internals.h: Include limits.h.
5931 * manager.c: Use memcpy to copy sched_param.
5932 * ptfork.c: Include errno.h.
5933 * pthread.c: Likewise.
5934 * semaphore.c: Likewise.
5935 * specific.c: Likewise.
5936 * spinlock.h: Likewise.
5937 * sysdeps/pthread/pthread.h: Include only allowed headers. Move
5938 type definition to ...
5939 * sysdeps/pthread/bits/pthreadtypes.h: ...here. New file.
5941 1998-06-29 12:34 Ulrich Drepper <drepper@cygnus.com>
5943 * sysdeps/pthread/pthread.h: Use __PMT not __P for function pointers.
5945 * sysdeps/pthread/pthread.h: Define various PTHREAD_* symbols also
5946 as macros as demanded in POSIX.1, Annex C.
5948 1998-06-29 12:29 Ulrich Drepper <drepper@cygnus.com>
5950 * internals.h (struct pthread_request): For free use pthread_t
5951 instead of pthread_descr.
5952 * join.c (pthread_join): Pass thread_id, not th to manager.
5953 (pthread_detach): Likewise.
5954 * manager.c (__pthread_manager): Except thread ID in FREE_REQ case.
5955 (pthread_exited): Remove detached queue code.
5956 (pthread_handle_free): Expect thread ID parameter and use it to
5957 validate the thread decsriptor. Don't use detached queue.
5958 Patches by Xavier Leroy.
5960 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5962 * libpthread.map: Export accept, longjmp, sigaction, siglongjmp,
5963 _IO_flockfile, _IO_ftrylockfile, _IO_funlockfile,
5964 __pthread_atfork, __pthread_key_create, __pthread_once.
5965 * internals.h: Doc fix.
5966 * pthread.c (__pthread_initialize): Define again.
5968 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
5970 * manager.c (pthread_exited): If thread is not detached put it on
5972 (pthread_handle_free): If thread is not on list with living threads
5973 search on list with detached threads.
5975 * sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct
5976 for new definition of pthread_rwlock_t.
5978 * spinlock.c: Correct test whether to compile
5979 __pthread_compare_and_swap or not.
5981 1998-06-25 19:27 Ulrich Drepper <drepper@cygnus.com>
5983 * attr.c: Finish user stack support. Change locking code to be safe
5984 in situations with different priorities.
5985 * cancel.c: Likewise.
5986 * condvar.c: Likewise.
5987 * internals.h: Likewise.
5989 * manager.c: Likewise.
5990 * mutex.c: Likewise.
5991 * pthread.c: Likewise.
5992 * ptlongjmp.c: Likewise.
5993 * queue.h: Likewise.
5994 * rwlock.c: Likewise.
5995 * semaphore.c: Likewise.
5996 * semaphore.h: Likewise.
5997 * signals.c: Likewise.
5998 * spinlock.c: Likewise.
5999 * spinlock.h: Likewise.
6000 * sysdeps/pthread/pthread.h: Likewise.
6001 Patches by Xavier Leroy.
6003 * sysdeps/i386/i686/pt-machine.h: New file.
6005 1998-06-25 Ulrich Drepper <drepper@cygnus.com>
6007 * sysdeps/pthread/pthread.h: Make [sg]et_stacksize and
6008 [sg]et_stackaddr prototypes always available.
6010 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
6011 _POSIX_THREAD_ATTR_STACKSIZE and _POSIX_THREAD_ATTR_STACKADDR.
6013 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
6015 * manager.c (pthread_free): Undo patch from 980430.
6016 Reported by David Wragg <dpw@doc.ic.ac.uk>.
6018 1998-06-09 15:07 Ulrich Drepper <drepper@cygnus.com>
6020 * manager.c: Define __pthread_manager_adjust_prio and use it to
6021 increase priority when needed.
6022 * internals.h: Add prototype for __pthread_manager_adjust_prio.
6023 * mutex.c: Optimize mutexes to wake up only one thread.
6024 * pthread.c: Move PID of manager for global variable in structure
6026 Patches by Xavier Leroy.
6028 1998-06-07 13:47 Ulrich Drepper <drepper@cygnus.com>
6030 * sysdeps/pthread/bits/libc-lock.h: Optimize cleanup handlers a bit.
6032 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6034 * attr.c: Correct typo.
6036 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
6038 * manager.c (pthread_free): Unmap guard before the stack.
6039 Patch by Matthias Urlichs.
6041 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
6043 * manager.c (pthread_free): Detect already free child.
6044 Patch by Xavier Leroy, reported by Matthias Urlichs.
6046 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6048 * Makefile (linuxthreads-version): Renamed back from
6051 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
6053 * ptlongjmp.c: Add prototypes for __libc_siglongjmp and
6056 1998-04-20 14:55 Ulrich Drepper <drepper@cygnus.com>
6058 * Makefile (libpthread-routines): Add ptlongjmp and spinlock.
6059 * internals.h: Add definitions for new spinlock implementation.
6060 * ptlongjmp.c: New file.
6061 * spinlock.c: New file.
6062 * spinlock.h (acquire): Don't reschedule using __sched_yield, use
6063 new function __pthread_acquire to prevent deadlocks with thread
6064 with different priorities.
6065 Patches by Xavier Leroy <Xavier.Leroy@inria.fr>.
6067 1998-03-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6069 * manager.c (__pthread_manager): Reduce first argument to select
6070 to include just the needed file descriptor.
6072 1998-03-17 00:06 Ulrich Drepper <drepper@cygnus.com>
6074 * manager.c: Fix last patch which caused core dumps.
6076 * pthread.c: Correctly handle missing SIGRTMIN.
6078 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6080 * libpthread.map: Add __libc_internal_tsd_get and
6081 __libc_internal_tsd_set. Add missing cancelable functions. Export
6082 libc internal versions of the cancelable functions.
6084 1998-03-13 16:51 Ulrich Drepper <drepper@cygnus.com>
6086 * weaks.c: Define pthread_attr_init as GLIBC_2.0 and GLIBC_2.1.
6088 1998-03-13 00:46 Ulrich Drepper <drepper@cygnus.com>
6090 * attr.c: Implement pthread_attr_[gs]etguardsize,
6091 pthread_attr_[gs]setstackaddr, pthread_attr_[gs]etstacksize.
6092 Change pthread_attr_init to have two interfaces.
6093 * internals.h (struct _pthread_descr_struct): Add new fields for
6095 * libpthread.map: Add names in GLIBC_2.1 section.
6096 * manager.c (pthread_handle_create): Implement guardsize and
6098 (pthread_free): Likewise.
6099 * pthread.c (pthread_create): Add new interface for changed
6101 * sysdeps/pthread/pthread.h: Add prototypes for new functions.
6102 * sysdeps/unix/sysv/linux/bits/local_lim.h: Add definition of
6105 1998-03-11 00:42 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
6107 * manager.c: Enable resetting of the thread scheduling policy
6108 to SCHED_OTHER when the parent thread has a different one.
6110 1998-02-01 13:51 Ulrich Drepper <drepper@cygnus.com>
6112 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
6113 _POSIX_ASYNCHRONOUS_IO.
6115 * sysdeps/pthread/pthread.h: Define bits for Unix98 variants of
6117 * mutex.c: Implement new mutex types.
6119 * internals.h: Include <signal.h>.
6121 * libpthread.map: Add __erno_location and __h_errno_location.
6123 * errno.c: Return pointer to variable actually in use. This might
6124 not be the one in the thread structure.
6125 * internals.h (struct _pthread_descr_struct): Add new fields p_errnop
6127 * manager.c (__pthread_manager): Set p_errnop and p_h_errnop member
6128 of manager thread structure.
6129 (pthread_handle_create): Set p_errnop and p_h_errnop members for new
6131 * pthread.c: Adapt initializer for thread structures.
6132 (__pthread_initial_thread): Set p_errnop and p_h_errnop member.
6133 (__pthread_reset_main_thread): Reset p_errnop and p_h_errnop of
6134 current thread to global variables.
6136 1998-01-31 17:27 Ulrich Drepper <drepper@cygnus.com>
6138 * rwlock.c: New file.
6139 * Makefile (libpthread-routines): Add rwlock.
6140 * sysdeps/pthread/pthread.h: Define data structures and declare
6142 * libpthread.map: Add new functions.
6144 1997-12-18 13:50 Philip Blundell <pb@nexus.co.uk>
6146 * sysdeps/arm/pt-machine.h: New file; add ARM support.
6147 * sysdeps/arm/Implies: likewise.
6148 * README: Document it.
6150 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6152 * signals.c: Remove unneeded initializer for sigwaited, saving a
6155 1997-04-11 01:18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6157 * semaphore.c (sem_init): Set sem_spinlock only if available.
6159 1997-12-04 01:48 Ulrich Drepper <drepper@cygnus.com>
6161 * mutex.c: Implement PTHREAD_MUTEX_CHECKERROR.
6162 * sysdeps/pthread/pthread.h: Define PTHREAD_MUTEX_CHECKERROR.
6164 * Makefile: Update from LinuxThreads 0.7.
6165 * internals.h. Likewise.
6166 * manager.c: Likewise.
6167 * mutex.c: Likewise.
6168 * pthread.c: Likewise.
6169 * signals.c: Likewise.
6170 * specific.c: Likewise.
6171 * Examples/ex3.c: Likewise.
6173 1997-11-20 18:13 Ulrich Drepper <drepper@cygnus.com>
6175 * pthread.c (__pthread_reset_main_thread): Close pipe only if still
6178 1997-10-29 05:38 Ulrich Drepper <drepper@cygnus.com>
6180 * wrapsyscall.c: Add socket functions which are also cancelation
6183 1997-10-19 21:40 Wolfram Gloger <wg@wolfram.dent.med.uni-muenchen.de>
6185 * specific.c (__libc_internal_tsd_set, __libc_internal_tsd_get):
6186 New functions for fast thread specific data within libc.
6188 * internals.h: Add new array p_libc_specific to struct
6189 _pthread_descr_struct.
6191 * sysdeps/pthread/bits/libc-lock.h: Declare new functions.
6193 1997-10-13 05:39 Ulrich Drepper <drepper@cygnus.com>
6195 * semaphore.h: Add __BEGIN_DECLS/__END_DECLS.
6196 Reported by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
6198 1997-08-29 03:05 Ulrich Drepper <drepper@cygnus.com>
6200 * internals.h (struct _pthread_descr_struct): Add definitions for
6201 two-level specific key handling.
6202 * manager.c (pthread_handle_create): Initialize specific memory array.
6203 * specific.c: Implement two-level key handling.
6204 * weaks.c: Don't provide dummy key handling.
6205 * sysdeps/pthread/bits/libc-lock.h: Typedef __libc_lock_t (no #define).
6206 Add definition of __libc_key_t.
6207 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define PTHREAD_KEYS_MAX
6209 Add definition of _POSIX_THREAD_DESTRUCTOR_ITERATIONS and
6210 PTHREAD_DESTRUCTOR_ITERATIONS.
6212 * manager.c (pthread_handle_create): Compare mmap result with
6215 * ptfork.c: Rename to __pthread_atfork and make old name a weak alias.
6216 * sysdeps/pthread/bits/pthread.h: Add prototype for __pthread_atfork.
6218 1997-08-22 19:04 Richard Henderson <rth@cygnus.com>
6220 sysdeps/sparc -> sysdeps/sparc/sparc32
6221 sysdeps/sparc64 -> sysdeps/sparc/sparc64
6223 * internals.h: Change definition of THREAD_SELF to be an expression,
6224 not a statement that did a return.
6225 * sysdeps/alpha/pt-machine.h (THREAD_SELF): Update accordingly.
6226 * sysdeps/sparc/sparc32/pt-machine.h (THREAD_SELF, INIT_THREAD_SELF):
6227 Follow Solaris and use a "system reserved" register (%g6) to hold
6228 the thread descriptor.
6229 * sysdeps/sparc/sparc64/pt-machine.h: Likewise.
6231 1997-08-03 00:09 Ulrich Drepper <drepper@cygnus.com>
6233 * mutex.c: Correct pthread_once. Patch by Xavier Leroy.
6234 * sysdeps/pthread/pthread.h: Add prototype for __pthread_once.
6235 * sysdeps/pthread/bits/pthread.h: Add macros for __libc_once.
6237 * semaphore.c: Include spinlock.h only when needed.
6239 * specific.c (__pthread_setsepcific, __pthread_getspecific): Reject
6240 keys for entries not in use.
6242 * weaks.c: Implement key handling functions for real.
6244 1997-06-29 01:04 Richard Henderson <richard@gnu.ai.mit.edu>
6246 Initial sparc64-linux support:
6247 * sysdeps/sparc64/Implies: New file.
6248 * sysdeps/sparc64/pt-machine.h: Likewise.
6250 1997-06-29 00:48 Ulrich Drepper <drepper@cygnus.com>
6252 * semaphore.c: Include spinlock.h at correct place.
6255 1997-06-13 10:06 Richard Henderson <rth@tamu.edu>
6257 The Great Bit File Move:
6258 * sysdeps/alpha/semaphorebits.h: -> .../bits/semaphore.h.
6259 * sysdeps/powerpc/semaphorebits.h: Likewise.
6260 * sysdeps/pthread/cmpxchg/semaphorebits.h: Likewise.
6261 * sysdeps/pthread/no-cmpxchg/semaphorebits.h: Likewise.
6262 * sysdeps/pthread/libc-lock.h: -> bits/
6263 * sysdeps/pthread/stdio-lock.h: Likewise.
6264 * sysdeps/unix/sysv/linux/local_lim.h: Likewise.
6265 * sysdeps/unix/sysv/linux/posix_opt.h: Likewise.
6266 * semaphore.h: Likewise.
6267 * sysdeps/pthread/pthread.h: Likewise.
6269 * lockfile.c: <foo.h> -> <bits/foo.h>.
6270 * semaphore.h: Likewise.
6272 * Makefile: (headers): foo.h -> bits/foo.h.
6273 * sysdeps/pthread/Makefile: Likewise.
6275 1997-04-11 01:18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6277 * semaphore.c (sem_init): Set sem_spinlock only if available.
6279 * sysdeps/m68k/pt-machine.h (testandset, __compare_and_swap): Fix
6282 1997-04-09 03:00 Ulrich Drepper <drepper@cygnus.com>
6284 Update from LinuxThreads 0.6.
6286 * attr.c (pthread_attr_getdetachstate): Use __sched_get_priority_max
6287 and __sched_get_priority_min instead of names without `__'.
6289 * manager.c: Rewrite large parts to implement opaque pthread_t.
6291 * cancel.c: Adapt for opaque pthread_t type.
6292 * condvar.c: Likewise.
6293 * errno.c: Likewise.
6295 * mutex.c: Likewise.
6296 * pthread.c: Likewise.
6297 * signals.c: Likewise.
6298 * specific.c: Likewise.
6299 * restart.h: Likewise.
6300 * queue.h: Likewise.
6301 * Examples/ex3.c: Likewise.
6302 * Examples/ex4.c: Likewise.
6303 * sysdeps/pthread/pthread.h: Likewise.
6305 * pthread.c: Accumulate time for all threads in thread manager.
6307 * semaphore.c: Implement fallback implementation for architectures
6308 sometimes missing compare-exchange operations.
6310 * cancel.c (pthread_cancel): Validate handle argument.
6311 * join.c (pthread_join): Likewise.
6312 (pthread_detach): Likewise.
6313 * signals.c (pthread_kill): Likewise.
6315 * spinlock.h (acquire): Use __sched_yield not sched_yield.
6317 * queue.h (enqueue): Enqueue thread according to priority.
6319 * internals.c (struct pthread_start_args): New struct for passing
6320 args to cloning function.
6321 (struct _pthread): Rename to _pthread_descr_struct and adapt for
6324 * Examples/Makefile (clean): Pass -f option to rm.
6326 * sysdeps/i386/pt-machine.h: Add check for compare-exchange instruction
6327 and define TEST_FOR_COMPARE_AND_SWAP.
6328 * sysdeps/i386/i486/pt-machine.h: Removed.
6330 * sysdeps/unix/sysv/linux/local_lim.h (PTHREAD_THREADS_MAX): Increase
6333 1997-04-04 16:38 Ulrich Drepper <drepper@cygnus.com>
6335 * restart.h (suspend): Clear p_signal before suspending.
6336 (suspend_with_cancellation): Likewise.
6337 Patch by Xavier Leroy <Xavier.Leroy@inria.fr>.
6339 * weaks.c: Make __pthread_key_create return 1.
6340 * sysdeps/pthread/libc-lock.h: Define __libc_key_create,
6341 __libc_getspecific, __libc_setspecific, and __libc_key_t.
6342 * sysdeps/pthread/stdio-lock.h: Don't care for implementation not
6345 1997-03-19 15:13 Miguel de Icaza <miguel@nuclecu.unam.mx>
6347 * sysdeps/sparc/pt-machine (RELEASE): Fix.
6349 1997-03-01 07:55 Geoff Keating <geoffk@ozemail.com.au>
6351 * sysdeps/powerpc/Implies: Added.
6352 * sysdeps/powerpc/pt-machine.h: Added.
6353 * sysdeps/powerpc/semaphorebits.h: Added.
6355 1997-01-22 01:22 Ulrich Drepper <drepper@cygnus.com>
6357 * pthread.c (__pthread_initial_thread): Correct
6359 (__pthread_manager_thread): Likewise.
6360 Reported by Andreas Jaeger.
6362 1997-01-18 22:15 Richard Henderson <rth@tamu.edu>
6364 Since sigset_t no longer fits in a register, we can't pass in the
6365 thread's initial mask so easily. Take this opportunity to simplify
6366 the clone implementation by only accepting a single void* argument.
6368 * manager.c (__pthread_manager): Put thread vitals in the thread
6369 struct instead of as arguments through clone.
6370 (pthread_start_thread): Look for them there.
6371 * internals.h (struct _pthread): Add p_initial_fn,
6372 p_initial_fn_arg, p_initial_mask. Fix __pthread_manager proto.
6373 * pthread.c (pthread_initialize_manager): Revise clone invocation.