1 2006-03-02 Ulrich Drepper <drepper@redhat.com>
3 * sysdeps/unix/sysv/linux/aio_misc.h: Various cleanups.
5 2006-03-01 Ulrich Drepper <drepper@redhat.com>
7 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
8 (__lll_robust_lock_wait): Also set FUTEX_WAITERS bit if we got the
10 (__lll_robust_timedlock_wait): Likewise.
11 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S
12 (__lll_robust_lock_wait): Likewise.
13 (__lll_robust_timedlock_wait): Likewise.
14 * sysdeps/unix/sysv/linux/lowlevelrobustlock.c
15 (__lll_robust_lock_wait): Likewise.
16 (__lll_robust_timedlock_wait): Likewise.
18 2006-03-01 Jakub Jelinek <jakub@redhat.com>
20 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_robust_mutex_dead,
21 lll_robust_mutex_trylock, lll_robust_mutex_lock,
22 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
23 lll_robust_mutex_unlock): Define.
24 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
26 2006-02-28 H.J. Lu <hongjiu.lu@intel.com>
28 * sysdeps/unix/sysv/linux/ia64/clone2.S: Include <clone2.S>
31 2006-02-27 Jakub Jelinek <jakub@redhat.com>
33 * Makefile (libpthread-routines): Add
34 pthread_mutexattr_[sg]etprotocol, pthread_mutexattr_[sg]etprioceiling
35 and pthread_mutex_[sg]etprioceiling.
36 * Versions (GLIBC_2.4): Export pthread_mutexattr_getprotocol,
37 pthread_mutexattr_setprotocol, pthread_mutexattr_getprioceiling,
38 pthread_mutexattr_setprioceiling, pthread_mutex_getprioceiling and
39 pthread_mutex_setprioceiling.
40 * sysdeps/pthread/pthread.h (PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT,
41 PTHREAD_PRIO_PROTECT): New enum values.
42 (pthread_mutexattr_getprotocol, pthread_mutexattr_setprotocol,
43 pthread_mutexattr_getprioceiling, pthread_mutexattr_setprioceiling,
44 pthread_mutex_getprioceiling, pthread_mutex_setprioceiling): New
46 * pthreadP.h (PTHREAD_MUTEX_PRIO_INHERIT_PRIVATE_NP,
47 PTHREAD_MUTEX_PRIO_PROTECT_PRIVATE_NP): New enum values.
48 (PTHREAD_MUTEX_PRIO_CEILING_SHIFT, PTHREAD_MUTEX_PRIO_CEILING_MASK):
50 (PTHREAD_MUTEXATTR_PROTOCOL_SHIFT, PTHREAD_MUTEXATTR_PROTOCOL_MASK,
51 PTHREAD_MUTEXATTR_PRIO_CEILING_SHIFT,
52 PTHREAD_MUTEXATTR_PRIO_CEILING_MASK): Define.
53 (PTHREAD_MUTEXATTR_FLAG_BITS): Or in PTHREAD_MUTEXATTR_PROTOCOL_MASK
54 and PTHREAD_MUTEXATTR_PRIO_CEILING_MASK.
55 * pthread_mutex_init.c (__pthread_mutex_init): For the time being
56 return ENOTSUP for PTHREAD_PRIO_INHERIT or PTHREAD_PRIO_PROTECT
58 * pthread_mutex_getprioceiling.c: New file.
59 * pthread_mutex_setprioceiling.c: New file.
60 * pthread_mutexattr_getprioceiling.c: New file.
61 * pthread_mutexattr_setprioceiling.c: New file.
62 * pthread_mutexattr_getprotocol.c: New file.
63 * pthread_mutexattr_setprotocol.c: New file.
65 2006-02-27 Daniel Jacobowitz <dan@codesourcery.com>
67 * sysdeps/unix/sysv/linux/aio_misc.h: Include <limits.h>.
69 2006-02-27 Roland McGrath <roland@redhat.com>
71 * sysdeps/pthread/Subdirs: List nptl here too.
72 * configure (libc_add_on_canonical): New variable.
74 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Use #include_next.
76 * sysdeps/unix/sysv/linux/sleep.c: Use #include_next after #include of
77 self to get main source tree's file.
78 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
79 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
80 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
81 * sysdeps/unix/sysv/linux/ia64/clone2.S: Likewise.
82 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
83 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
84 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
85 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
86 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
87 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
88 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
89 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
90 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
92 * Makefile: Use $(sysdirs) in vpath directive.
94 * sysdeps/pthread/Makefile (CFLAGS-libc-start.c): Variable removed.
95 (CPPFLAGS-timer_routines.c): Likewise.
97 * Makeconfig (includes): Variable removed.
99 2006-02-26 Roland McGrath <roland@redhat.com>
101 * sysdeps/generic/pt-raise.c: Moved to ...
102 * pt-raise.c: ... here.
103 * sysdeps/generic/lowlevellock.h: Moved to ...
104 * lowlevellock.h: ... here.
106 2006-02-23 Roland McGrath <roland@redhat.com>
108 * descr.h (struct pthread): Add final member `end_padding'.
109 (PTHREAD_STRUCT_END_PADDING): Use it.
111 2006-02-20 Roland McGrath <roland@redhat.com>
113 * sysdeps/mips: Directory removed, saved in ports repository.
114 * sysdeps/unix/sysv/linux/mips: Likewise.
116 2006-02-18 Ulrich Drepper <drepper@redhat.com>
118 * tst-robust1.c: Add second mutex to check that the mutex list is
121 2006-02-17 Jakub Jelinek <jakub@redhat.com>
123 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead,
124 lll_robust_mutex_trylock, lll_robust_mutex_lock,
125 lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
126 lll_robust_mutex_unlock): New macros.
127 (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
128 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
129 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
130 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
131 * sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file.
133 2006-02-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
135 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Add lll_robust_mutex_*
137 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: New file.
139 2006-02-17 Ulrich Drepper <drepper@redhat.com>
141 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
142 (lll_robust_mutex_unlock): Avoid unnecessary wakeups.
143 * sysdeps/unix/sysv/linux/i386/lowlevellock.h
144 (lll_robust_mutex_unlock): Likewise.
146 2006-02-13 Jakub Jelinek <jakub@redhat.com>
148 * descr.h [!__PTHREAD_MUTEX_HAVE_PREV] (DEQUEUE_MUTEX):
149 Set robust_list.__next rather than robust_list.
150 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
151 (__pthread_list_t): New typedef.
152 (pthread_mutex_t): Replace __next and __prev fields with __list.
153 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
154 (__pthread_list_t): New typedef.
155 (pthread_mutex_t): Replace __next and __prev fields with __list.
156 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
157 (__pthread_list_t, __pthread_slist_t): New typedefs.
158 (pthread_mutex_t): Replace __next and __prev fields with __list.
159 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
160 (__pthread_list_t, __pthread_slist_t): New typedefs.
161 (pthread_mutex_t): Replace __next and __prev fields with __list.
162 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
163 (__pthread_list_t, __pthread_slist_t): New typedefs.
164 (pthread_mutex_t): Replace __next and __prev fields with __list.
165 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
166 (__pthread_slist_t): New typedef.
167 (pthread_mutex_t): Replace __next field with __list.
169 2006-02-15 Ulrich Drepper <drepper@redhat.com>
171 * pthreadP.h: Define PTHREAD_MUTEX_INCONSISTENT instead of
172 PTHREAD_MUTEX_OWNERDEAD.
173 (PTHREAD_MUTEX_ROBUST_PRIVATE_NP): Define as 16, not 256.
174 Define FUTEX_WAITERS, FUTEX_OWNER_DIED, FUTEX_TID_MASK.
175 * Makefile (libpthread-routines): Add lowlevelrobustlock.
176 * pthread_create.c (start_thread): Very much simplify robust_list loop.
177 * pthread_mutex_consistent.c: Inconsistent mutex have __owner now set
178 to PTHREAD_MUTEX_INCONSISTENT.
179 * pthread_mutex_destroy.c: Allow destroying of inconsistent mutexes.
180 * pthread_mutex_lock.c: Reimplement robust mutex handling.
181 * pthread_mutex_trylock.c: Likewise.
182 * pthread_mutex_timedlock.c: Likewise.
183 * pthread_mutex_unlock.c: Likewise.
184 * sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Likewise.
185 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
186 lowlevelrobustlock.sym.
187 * sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: New file.
188 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Add lll_robust_mutex_*
190 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
191 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: New file.
192 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: New file.
193 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: New file.
194 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: New file.
196 2006-02-12 Ulrich Drepper <drepper@redhat.com>
198 * allocatestack.c (allocate_stack): Initialize robust_list.
199 * init.c (__pthread_initialize_minimal_internal): Likewise.
200 * descr.h (struct xid_command): Pretty printing.
201 (struct pthread): Use __pthread_list_t or __pthread_slist_t for
202 robust_list. Adjust macros.
203 * pthread_create.c (start_thread): Adjust robust_list handling.
204 * phtread_mutex_unlock.c: Don't allow unlocking from any thread
205 but the owner for all robust mutex types.
206 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Define
207 __pthread_list_t and __pthread_slist_t. Use them in pthread_mutex_t.
208 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
209 * sysdeps/pthread/pthread.h: Adjust mutex initializers.
211 * sysdeps/unix/sysv/linux/i386/not-cancel.h: Define openat_not_cancel,
212 openat_not_cancel_3, openat64_not_cancel, and openat64_not_cancel_3.
214 2006-02-08 Jakub Jelinek <jakub@redhat.com>
216 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait,
217 lll_futex_timedwait, lll_wait_tid): Add "memory" clobber.
219 2006-01-20 Kaz Kojima <kkojima@rr.iij4u.or.jp>
221 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_wait):
223 (lll_futex_timed_wait): Define.
225 2006-01-19 Ulrich Drepper <drepper@redhat.com>
227 * tst-cancel4.c: Test ppoll.
229 2006-01-18 Andreas Jaeger <aj@suse.de>
232 * sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h
233 (pthread_mutex_t): Follow changes for other archs. Based on patch
234 by Jim Gifford <patches@jg555.com>.
236 2006-01-13 Richard Henderson <rth@redhat.com>
238 * sysdeps/alpha/tls.h (tcbhead_t): Rename member to __private.
240 2006-01-10 Roland McGrath <roland@redhat.com>
242 * sysdeps/alpha/jmpbuf-unwind.h: File moved to main source tree.
243 * sysdeps/i386/jmpbuf-unwind.h: Likewise.
244 * sysdeps/mips/jmpbuf-unwind.h: Likewise.
245 * sysdeps/powerpc/jmpbuf-unwind.h: Likewise.
246 * sysdeps/s390/jmpbuf-unwind.h: Likewise.
247 * sysdeps/sh/jmpbuf-unwind.h: Likewise.
248 * sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise.
249 * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Likewise.
250 * sysdeps/x86_64/jmpbuf-unwind.h: Likewise.
251 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Likewise.
253 2006-01-09 Roland McGrath <roland@redhat.com>
255 * tst-initializers1-c89.c: New file.
256 * tst-initializers1-c99.c: New file.
257 * tst-initializers1-gnu89.c: New file.
258 * tst-initializers1-gnu99.c: New file.
259 * Makefile (tests): Add them.
260 (CFLAGS-tst-initializers1-c89.c): New variable.
261 (CFLAGS-tst-initializers1-c99.c): New variable.
262 (CFLAGS-tst-initializers1-gnu89.c): New variable.
263 (CFLAGS-tst-initializers1-gnu99.c): New variable.
265 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
266 Use __extension__ on anonymous union definition.
267 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
268 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
269 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
270 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
271 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
273 2006-01-08 Jakub Jelinek <jakub@redhat.com>
275 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):
276 Don't give the union a name because it changes the mangled name.
277 Instead name the struct for __data.
278 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_mutex_t):
280 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (pthread_mutex_t):
283 2006-01-09 Jakub Jelinek <jakub@redhat.com>
285 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): Add
286 stack bias to mc_ftp field.
288 2006-01-07 Ulrich Drepper <drepper@redhat.com>
290 * sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gcc
291 being too clever and reloading the futex value where it shouldn't.
293 2006-01-06 Ulrich Drepper <drepper@redhat.com>
295 * descr.h [!__PTHREAD_MUTEX_HAVE_PREV] (DEQUEUE_MUTEX): Use
298 2006-01-06 Jakub Jelinek <jakub@redhat.com>
300 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
303 2006-01-06 Ulrich Drepper <drepper@redhat.com>
305 * sysdeps/ia64/tls.h (tcbhead_t): Rename private member to __private.
306 * sysdeps/ia64/tcb-offsets.sym: Adjust for private->__private
309 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
310 Don't give the union a name because it changes the mangled name.
311 Instead name the struct for __data.
312 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
313 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
314 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
315 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
316 * pthread_create.c (start_thread): Adjust robust mutex free loop.
317 * descr.h (ENQUEUE_MUTEX, DEQUEUE_MUTEX): Adjust.
319 2006-01-05 Ulrich Drepper <drepper@redhat.com>
321 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait):
323 (lll_futex_timed_wait): Define.
324 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
325 * sysdeps/pthread/aio_misc.h: New file.
327 2006-01-03 Joseph S. Myers <joseph@codesourcery.com>
329 * Makefile ($(objpfx)$(multidir)): Use mkdir -p.
331 2006-01-03 Steven Munroe <sjmunroe@us.ibm.com>
333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
334 (PSEUDO): Remove redundant cfi_startproc and cfi_endproc directives.
335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
337 2006-01-04 Ulrich Drepper <drepper@redhat.com>
339 * tst-cancel24.cc: Use C headers instead of C++ headers.
341 2006-01-03 Jakub Jelinek <jakub@redhat.com>
343 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Remove #error for
344 sparc-linux configured glibc.
345 (lll_futex_wake_unlock): Define to 1 for sparc-linux configured glibc.
346 (__lll_mutex_trylock, __lll_mutex_cond_trylock, __lll_mutex_lock,
347 __lll_mutex_cond_lock, __lll_mutex_timedlock): Use
348 atomic_compare_and_exchange_val_24_acq instead of
349 atomic_compare_and_exchange_val_acq.
350 (lll_mutex_unlock, lll_mutex_unlock_force): Use atomic_exchange_24_rel
351 instead of atomic_exchange_rel.
352 * sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: New file.
353 * sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: New
355 * sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c: New
357 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_init.c: New file.
358 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: New file.
359 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: New file.
360 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: New file.
361 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: New file.
362 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_init.c:
364 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
366 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_init.c: New file.
367 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c: New file.
368 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c: New
370 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c: New
372 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c: New file.
374 2006-01-03 Ulrich Drepper <drepper@redhat.com>
376 * sysdeps/pthread/pthread.h [__WORDSIZE==64]: Don't use cast in
379 2006-01-02 Jakub Jelinek <jakub@redhat.com>
381 * sysdeps/sparc/tls.h (tcbhead_t): Add pointer_guard field.
382 (THREAD_GET_POINTER_GUARD, THREAD_SET_POINTER_GUARD,
383 THREAD_COPY_POINTER_GUARD): Define.
384 * sysdeps/sparc/tcb-offsets.sym (POINTER_GUARD): Define.
385 * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Revert 2005-12-27 changes.
387 2006-01-01 Ulrich Drepper <drepper@redhat.com>
389 * version.c: Update copyright year.
391 2005-12-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
393 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Remove explicit
394 .eh_frame section, use cfi_* directives.
395 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Add cfi instrumentation.
397 2005-12-30 Ulrich Drepper <drepper@redhat.com>
399 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Undo last change for
402 2005-12-29 Ulrich Drepper <drepper@redhat.com>
404 * sysdeps/pthread/sigaction.c: Removed.
405 * sigaction.c: New file.
406 * sysdeps/unix/sysv/linux/Makefile: Define CFLAGS-sigaction.c.
408 2005-12-28 Ulrich Drepper <drepper@redhat.com>
410 * Makefile (tests): Add tst-signal7.
411 * tst-signal7.c: New file.
413 2005-12-27 Roland McGrath <roland@redhat.com>
415 * sysdeps/x86_64/jmpbuf-unwind.h (_jmpbuf_sp): New inline function.
416 (_JMPBUF_UNWINDS_ADJ): Use it, to PTR_DEMANGLE before comparison.
417 * sysdeps/alpha/jmpbuf-unwind.h: Likewise.
418 * sysdeps/i386/jmpbuf-unwind.h: Likewise.
419 * sysdeps/mips/jmpbuf-unwind.h: Likewise.
420 * sysdeps/powerpc/jmpbuf-unwind.h: Likewise.
421 * sysdeps/s390/jmpbuf-unwind.h: Likewise.
422 * sysdeps/sh/jmpbuf-unwind.h: Likewise.
423 * sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise.
424 * sysdeps/sparc/sparc64/jmpbuf-unwind.h: Likewise.
425 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Likewise.
427 2005-12-27 Jakub Jelinek <jakub@redhat.com>
429 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Add __next
430 and __prev field to pthread_mutex_t.
431 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
432 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
433 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
434 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
435 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Add __next field
438 2005-12-26 Ulrich Drepper <drepper@redhat.com>
440 * pthreadP.h: Define PTHREAD_MUTEX_ROBUST_PRIVATE_NP,
441 PTHREAD_MUTEX_ROBUST_PRIVATE_RECURSIVE_NP,
442 PTHREAD_MUTEX_ROBUST_PRIVATE_ERRORCHECK_NP,
443 PTHREAD_MUTEX_ROBUST_PRIVATE_ADAPTIVE_NP,
444 PTHREAD_MUTEXATTR_FLAG_ROBUST, PTHREAD_MUTEXATTR_FLAG_PSHARED,
445 and PTHREAD_MUTEXATTR_FLAG_BITS.
446 * descr.h (struct pthread): Add robust_list field and define
447 ENQUEUE_MUTEX and DEQUEUE_MUTEX macros.
448 * pthread_mutexattr_getrobust.c: New file.
449 * pthread_mutexattr_setrobust.c: New file.
450 * pthread_mutex_consistent.c: New file.
451 * sysdeps/pthread/pthread.h: Declare pthread_mutexattr_getrobust,
452 pthread_mutexattr_setrobust, and pthread_mutex_consistent.
453 Define PTHREAD_MUTEX_STALLED_NP and PTHREAD_MUTEX_ROBUST_NP.
454 Adjust pthread_mutex_t initializers.
455 * nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Add __next
456 field to pthread_mutex_t.
457 * nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Add __next
458 and __prev field to pthread_mutex_t.
459 * Versions [GLIBC_2.4]: Export pthread_mutexattr_getrobust_np,
460 pthread_mutexattr_setrobust_np, and pthread_mutex_consistent_np.
461 * pthread_mutexattr_getpshared.c: Use PTHREAD_MUTEXATTR_FLAG_PSHARED
462 and PTHREAD_MUTEXATTR_FLAG_BITS macros instead of magic numbers.
463 * pthread_mutexattr_gettype.c: Likewise.
464 * pthread_mutexattr_setpshared.c: Likewise.
465 * pthread_mutexattr_settype.c: Likewise.
466 * pthread_mutex_init.c: Reject robust+pshared attribute for now.
467 Initialize mutex kind according to robust flag.
468 * pthread_mutex_lock.c: Implement local robust mutex.
469 * pthread_mutex_timedlock.c: Likewise.
470 * pthread_mutex_trylock.c: Likewise.
471 * pthread_mutex_unlock.c: Likewise.
472 * pthread_create.c (start_thread): Mark robust mutexes which remained
474 * tst-robust1.c: New file.
475 * tst-robust2.c: New file.
476 * tst-robust3.c: New file.
477 * tst-robust4.c: New file.
478 * tst-robust5.c: New file.
479 * tst-robust6.c: New file.
480 * tst-robust7.c: New file.
481 * Makefile (libpthread-routines): Add pthread_mutexattr_getrobust,
482 pthread_mutexattr_setrobust, and pthread_mutex_consistent.
483 (tests): Add tst-robust1, tst-robust2, tst-robust3, tst-robust4,
484 tst-robust5, tst-robust6, and tst-robust7.
486 * tst-typesizes.c: New file.
487 * Makefile (tests): Add tst-typesizes.
489 * tst-once3.c: More debug output.
491 2005-12-24 Ulrich Drepper <drepper@redhat.com>
493 * pthread_mutex_trylock.c (__pthread_mutex_trylock): Add break
494 missing after last change.
496 * version.c: Update copyright year.
498 2005-12-23 Ulrich Drepper <drepper@redhat.com>
500 * pthread_mutex_destroy.c: Set mutex type to an invalid value.
501 * pthread_mutex_lock.c: Return EINVAL for invalid mutex type.
502 * pthread_mutex_trylock.c: Likewise.
503 * pthread_mutex_timedlock.c: Likewise.
504 * pthread_mutex_unlock.c: Likewise.
506 2005-12-22 Roland McGrath <roland@redhat.com>
508 * sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,
509 so that #include_next's search location is not reset to the -I..
510 directory where <nptl/...> can be found.
512 2005-12-22 Ulrich Drepper <drepper@redhat.com>
515 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
516 Fix unwind info. Remove useless branch prediction prefix.
517 * tst-cancel24.cc: New file.
518 * Makefile: Add rules to build and run tst-cancel24.
520 2005-12-21 Roland McGrath <roland@redhat.com>
522 * libc-cancellation.c: Use <> rather than "" #includes.
523 * pt-cleanup.c: Likewise.
524 * pthread_create.c: Likewise.
525 * pthread_join.c: Likewise.
526 * pthread_timedjoin.c: Likewise.
527 * pthread_tryjoin.c: Likewise.
528 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Likewise.
529 * sysdeps/unix/sysv/linux/register-atfork.c: Likewise.
530 * sysdeps/unix/sysv/linux/unregister-atfork.c: Likewise.
531 * unwind.c: Likewise.
533 2005-12-19 Kaz Kojima <kkojima@rr.iij4u.or.jp>
535 * sysdeps/sh/tcb-offsets.sym: Add POINTER_GUARD.
536 * sysdeps/sh/tls.h (tcbhead_t): Remove private and add pointer_guard.
537 (THREAD_GET_POINTER_GUARD, THREAD_SET_POINTER_GUARD,
538 THREAD_COPY_POINTER_GUARD): Define.
540 2005-12-19 Jakub Jelinek <jakub@redhat.com>
542 * sysdeps/ia64/tls.h (TLS_PRE_TCB_SIZE): Make room for 2 uintptr_t's
544 (THREAD_GET_POINTER_GUARD, THREAD_SET_POINTER_GUARD,
545 THREAD_COPY_POINTER_GUARD): Define.
546 * sysdeps/powerpc/tcb-offsets.sym (POINTER_GUARD): Add.
547 * sysdeps/powerpc/tls.h (tcbhead_t): Add pointer_guard field.
548 (THREAD_GET_POINTER_GUARD, THREAD_SET_POINTER_GUARD,
549 THREAD_COPY_POINTER_GUARD): Define.
550 * sysdeps/s390/tcb-offsets.sym (STACK_GUARD): Add.
551 * sysdeps/s390/tls.h (THREAD_GET_POINTER_GUARD,
552 THREAD_SET_POINTER_GUARD, THREAD_COPY_POINTER_GUARD): Define.
553 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S (__ia64_longjmp):
554 Use PTR_DEMANGLE for B0 if defined.
556 2005-12-17 Ulrich Drepper <drepper@redhat.com>
558 * pthread_create.c (__pthread_create_2_1): Use
559 THREAD_COPY_POINTER_GUARD if available.
560 * sysdeps/i386/tcb-offsets.sym: Add POINTER_GUARD.
561 * sysdeps/x86_64/tcb-offsets.sym: Likewise.
562 * sysdeps/i386/tls.h (tcbhead_t): Add pointer_guard.
563 Define THREAD_SET_POINTER_GUARD and THREAD_COPY_POINTER_GUARD.
564 * sysdeps/x86_64/tls.h: Likewise.
566 2005-12-15 Roland McGrath <roland@redhat.com>
568 * sysdeps/unix/sysv/linux/mq_notify.c: Don't use sysdeps/generic.
570 2005-12-13 Ulrich Drepper <drepper@redhat.com>
572 * sysdeps/pthread/sigfillset.c: Adjust for files moved out of
574 * errno-loc.c: New file.
576 2005-12-12 Roland McGrath <roland@redhat.com>
578 * init.c (__pthread_initialize_minimal_internal): Do __static_tls_size
579 adjustments before choosing stack size. Update minimum stack size
580 calculation to match allocate_stack change.
582 2005-12-12 Ulrich Drepper <drepper@redhat.com>
584 * allocatestack.c (allocate_stack): Don't demand that there is an
585 additional full page available on the stack beside guard, TLS, the
588 2005-11-24 Ulrich Drepper <drepper@redhat.com>
590 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
591 (__cleanup_fct_attribute): Use __regparm__ not regparm.
593 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: When
594 compiling 32-bit code we must define __cleanup_fct_attribute.
596 005-11-24 Jakub Jelinek <jakub@redhat.com>
599 * sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
600 __attribute__ instead of __attribute.
601 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
602 (__cleanup_fct_attribute): Likewise.
604 2005-11-17 Jakub Jelinek <jakub@redhat.com>
606 * sysdeps/pthread/unwind-forcedunwind.c (pthread_cancel_init): Put
607 a write barrier before writing libgcc_s_getcfa.
609 2005-11-06 Ulrich Drepper <drepper@redhat.com>
611 * sysdeps/unix/sysv/linux/configure: Removed.
613 2005-11-05 Ulrich Drepper <drepper@redhat.com>
615 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Remove trace of
616 optional init_array/fini_array support.
618 2005-10-24 Roland McGrath <roland@redhat.com>
620 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove unnecessary
621 versioned_symbol use.
623 2005-10-16 Roland McGrath <roland@redhat.com>
625 * init.c (__pthread_initialize_minimal_internal): Even when using a
626 compile-time default stack size, apply the minimum that allocate_stack
627 will require, and round up to page size.
629 2005-10-10 Daniel Jacobowitz <dan@codesourcery.com>
631 * Makefile ($(test-modules)): Remove static pattern rule.
633 2005-10-14 Jakub Jelinek <jakub@redhat.com>
634 Ulrich Drepper <drepper@redhat.com>
636 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Fix stack
637 alignment in callback function.
638 * Makefile: Add rules to build and run tst-align3.
639 * tst-align3.c: New file.
641 2005-10-03 Jakub Jelinek <jakub@redhat.com>
643 * allocatestack.c (setxid_signal_thread): Add
644 INTERNAL_SYSCALL_DECL (err).
646 2005-10-02 Jakub Jelinek <jakub@redhat.com>
648 * allocatestack.c (setxid_signal_thread): Need to use
649 atomic_compare_and_exchange_bool_acq.
651 2005-10-01 Ulrich Drepper <drepper@redhat.com>
652 Jakub Jelinek <jakub@redhat.com>
654 * descr.h: Define SETXID_BIT and SETXID_BITMASK. Adjust
656 (struct pthread): Move specific_used field to avoid padding.
657 Add setxid_futex field.
658 * init.c (sighandler_setxid): Reset setxid flag and release the
660 * allocatestack.c (setxid_signal_thread): New function. Broken
661 out of the bodies of the two loops in __nptl_setxid. For undetached
662 threads check whether they are exiting and if yes, don't send a signal.
663 (__nptl_setxid): Simplify loops by using setxid_signal_thread.
664 * pthread_create.c (start_thread): For undetached threads, check
665 whether setxid bit is set. If yes, wait until signal has been
668 * allocatestack.c (STACK_VARIABLES): Initialize them.
669 * pthread_create.c (__pthread_create_2_1): Initialize pd.
671 2004-09-02 Jakub Jelinek <jakub@redhat.com>
673 * pthread_cond_destroy.c (__pthread_cond_destroy): If there are
674 waiters, awake all waiters on the associated mutex.
676 2005-09-22 Roland McGrath <roland@redhat.com>
678 * perf.c [__x86_64__] (HP_TIMING_NOW): New macro (copied from
679 ../sysdeps/x86_64/hp-timing.h).
681 2005-08-29 Jakub Jelinek <jakub@redhat.com>
683 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,
684 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
685 (lll_futex_wake_unlock): Define.
686 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (FUTEX_WAKE_OP,
687 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
688 (lll_futex_wake_unlock): Define.
689 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (FUTEX_WAKE_OP,
690 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
691 (lll_futex_wake_unlock): Define.
692 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (FUTEX_WAKE_OP,
693 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
694 (lll_futex_wake_unlock): Define.
695 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (FUTEX_WAKE_OP,
696 FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
697 (lll_futex_wake_unlock): Define.
698 * sysdeps/pthread/pthread_cond_signal.c (__pthread_cond_signal): Use
699 lll_futex_wake_unlock.
700 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
701 (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
702 (__pthread_cond_signal): Use FUTEX_WAKE_OP.
703 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
704 (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
705 (__pthread_cond_signal): Use FUTEX_WAKE_OP.
707 2005-09-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
709 * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait):
710 Fix typo in register name.
712 2005-08-23 Ulrich Drepper <drepper@redhat.com>
714 * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
715 Use __sigfillset. Document that sigfillset does the right thing wrt
718 2005-07-11 Jakub Jelinek <jakub@redhat.com>
721 * sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,
722 PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP,
723 PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP,
724 PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER,
725 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP,
726 PTHREAD_COND_INITIALIZER): Supply zeros for all fields
728 * Makefile (tests): Add tst-initializers1.
729 (CFLAGS-tst-initializers1.c): Set.
730 * tst-initializers1.c: New test.
732 2005-07-11 Jakub Jelinek <jakub@redhat.com>
734 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):
735 Make sure __flags are located at offset 48 from the start of the
738 2005-07-02 Roland McGrath <roland@redhat.com>
740 * Makeconfig: Comment fix.
742 2005-07-05 Jakub Jelinek <jakub@redhat.com>
744 * descr.h (PTHREAD_STRUCT_END_PADDING): Define.
745 * sysdeps/ia64/tls.h (TLS_PRE_TCB_SIZE): If PTHREAD_STRUCT_END_PADDING
746 is smaller than 8 bytes, increase TLS_PRE_TCB_SIZE by 16 bytes.
747 (THREAD_SYSINFO, THREAD_SELF, DB_THREAD_SELF): Don't assume
748 TLS_PRE_TCB_SIZE is sizeof (struct pthread).
749 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
750 * sysdeps/ia64/tcb-offsets.sym (PID, TID, MULTIPLE_THREADS_OFFSET):
751 Use TLS_PRE_TCB_SIZE instead of sizeof (struct pthread).
752 * sysdeps/unix/sysv/linux/ia64/createthread.c (TLS_VALUE): Don't
753 assume TLS_PRE_TCB_SIZE is sizeof (struct pthread).
755 2005-06-25 Jakub Jelinek <jakub@redhat.com>
757 * sysdeps/i386/tls.h (tcbhead_t): Add stack_guard field.
758 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
759 * sysdeps/x86_64/tls.h (tcbhead_t): Add sysinfo and stack_guard
761 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
762 * sysdeps/s390/tls.h (tcbhead_t): Add stack_guard
763 field. Put in sysinfo field unconditionally.
764 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
765 * sysdeps/powerpc/tls.h (tcbhead_t): Add stack_guard field.
766 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
767 * sysdeps/sparc/tls.h (tcbhead_t): Add sysinfo and stack_guard
769 (THREAD_SET_STACK_GUARD, THREAD_COPY_STACK_GUARD): Define.
770 * pthread_create.c (__pthread_create_2_1): Use
771 THREAD_COPY_STACK_GUARD macro.
772 * Makefile: Add rules to build and run tst-stackguard1{,-static}
774 * tst-stackguard1.c: New file.
775 * tst-stackguard1-static.c: New file.
777 2005-06-14 Alan Modra <amodra@bigpond.net.au>
779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO):
780 Invoke CGOTSETUP and CGOTRESTORE.
781 (CGOTSETUP, CGOTRESTORE): Define.
783 2005-05-29 Richard Henderson <rth@redhat.com>
785 * tst-cancel4.c (WRITE_BUFFER_SIZE): New.
786 (tf_write, tf_writev): Use it.
787 (do_test): Use socketpair instead of pipe. Set SO_SNDBUF to
790 2005-05-23 Jakub Jelinek <jakub@redhat.com>
792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
793 [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of
794 __librt_*_asynccancel@local.
796 2005-05-17 Alan Modra <amodra@bigpond.net.au>
798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Delete
799 all occurrences of JUMPTARGET. Instead append @local to labels.
801 2005-05-20 Jakub Jelinek <jakub@redhat.com>
803 * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define to
804 size/alignment of struct pthread rather than tcbhead_t.
805 * sysdeps/x86_64/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
807 * sysdeps/s390/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
809 * sysdeps/sparc/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
812 2005-05-19 Richard Henderson <rth@redhat.com>
814 * sysdeps/ia64/pthread_spin_lock.c (pthread_spin_lock): Use
815 __sync_val_compare_and_swap, not explicit _si variant.
816 * sysdeps/ia64/pthread_spin_trylock.c (pthread_spin_trylock): Likewise.
818 2005-05-03 Ulrich Drepper <drepper@redhat.com>
821 * sysdeps/pthread/pthread.h: Avoid empty initializers.
823 2005-05-03 Jakub Jelinek <jakub@redhat.com>
825 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Remove explicit
826 .eh_frame section, use cfi_* directives.
828 2005-04-27 Jakub Jelinek <jakub@redhat.com>
830 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Use <> instead
833 2005-04-27 Ulrich Drepper <drepper@redhat.com>
836 * tst-cancel17.c (do_test): Add arbitrary factor to make sure
839 2005-04-27 Roland McGrath <roland@redhat.com>
841 * Makefile (tests): Remove tst-clock2.
843 * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Handle
844 CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
845 translating to the kernel clockid_t for our own process/thread clock.
847 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file.
849 2005-04-15 Jakub Jelinek <jakub@redhat.com>
851 * old_pthread_cond_init.c: Include <errno.h>.
852 (__pthread_cond_init_2_0): Fail with EINVAL if COND_ATTR is
853 process shared or uses clock other than CLOCK_REALTIME.
854 * pthread_cond_init.c (__pthread_cond_init): Remove bogus comment.
856 2005-04-13 David S. Miller <davem@davemloft.net>
858 * sysdeps/sparc/sparc64/jmpbuf-unwind.h: New file.
859 * sysdeps/sparc/sparc64/clone.S: New file.
861 2005-04-05 Jakub Jelinek <jakub@redhat.com>
864 * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use
865 __inline instead of inline.
866 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
868 2005-03-31 Jakub Jelinek <jakub@redhat.com>
870 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Use
871 functionally equivalent, but shorter instructions.
872 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
873 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
874 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
876 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Likewise.
877 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
878 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
879 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
880 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
881 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Likewise.
882 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
884 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
885 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
886 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
887 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
888 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise.
890 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
892 * sysdeps/mips/Makefile: New file.
893 * sysdeps/mips/nptl-sysdep.S: New file.
894 * sysdeps/mips/tcb-offsets.sym: New file.
895 * sysdeps/mips/pthread_spin_lock.S: New file.
896 * sysdeps/mips/pthread_spin_trylock.S: New file.
897 * sysdeps/mips/pthreaddef.h: New file.
898 * sysdeps/mips/tls.h: New file.
899 * sysdeps/mips/jmpbuf-unwind.h: New file.
900 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: New file.
901 * sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h: New file.
902 * sysdeps/unix/sysv/linux/mips/bits/semaphore.h: New file.
903 * sysdeps/unix/sysv/linux/mips/pthread_once.c: New file.
904 * sysdeps/unix/sysv/linux/mips/fork.c: New file.
905 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
906 * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
907 * sysdeps/unix/sysv/linux/mips/clone.S: New file.
908 * sysdeps/unix/sysv/linux/mips/createthread.c: New file.
909 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: New file.
911 2005-03-23 Ulrich Drepper <drepper@redhat.com>
914 * pthread_create.c (__pthread_create_2_1): Rename syscall error
917 2005-03-10 Jakub Jelinek <jakub@redhat.com>
919 * tst-getpid1.c (do_test): Align stack passed to clone{2,}.
921 2005-02-25 Roland McGrath <roland@redhat.com>
923 * alloca_cutoff.c: Correct license text.
924 * tst-unload.c: Likewise.
925 * sysdeps/pthread/allocalim.h: Likewise.
926 * sysdeps/pthread/pt-initfini.c: Likewise.
927 * sysdeps/pthread/bits/libc-lock.h: Likewise.
928 * sysdeps/pthread/bits/sigthread.h: Likewise.
929 * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
930 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
932 2005-02-16 Roland McGrath <roland@redhat.com>
934 * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
935 Use unsigned int * for ptr_nthreads.
937 2005-02-14 Alan Modra <amodra@bigpond.net.au>
940 * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Redefine to suit
943 2005-02-07 Richard Henderson <rth@redhat.com>
946 * sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first
949 2004-11-03 Marcus Brinkmann <marcus@gnu.org>
951 * sysdeps/generic/lowlevellock.h (__generic_mutex_unlock): Fix
952 order of arguments in invocation of atomic_add_zero.
954 2005-01-26 Jakub Jelinek <jakub@redhat.com>
957 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S (__new_sem_trywait):
958 Use direct %gs segment access or, if NO_TLS_DIRECT_SEG_REFS,
959 at least gotntpoff relocation and addition.
960 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
962 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__new_sem_post):
964 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
967 2005-01-06 Ulrich Drepper <drepper@redhat.com>
969 * allocatestack.c (init_one_static_tls): Adjust initialization of DTV
970 entry for static tls deallocation fix.
971 * sysdeps/alpha/tls.h (dtv_t): Change pointer type to be struct which
972 also contains information whether the memory pointed to is static
974 * sysdeps/i386/tls.h: Likewise.
975 * sysdeps/ia64/tls.h: Likewise.
976 * sysdeps/powerpc/tls.h: Likewise.
977 * sysdeps/s390/tls.h: Likewise.
978 * sysdeps/sh/tls.h: Likewise.
979 * sysdeps/sparc/tls.h: Likewise.
980 * sysdeps/x86_64/tls.h: Likewise.
982 2004-12-27 Ulrich Drepper <drepper@redhat.com>
984 * init.c (__pthread_initialize_minimal_internal): Use __sigemptyset.
986 2004-12-21 Jakub Jelinek <jakub@redhat.com>
988 * sysdeps/i386/tls.h (CALL_THREAD_FCT): Maintain 16 byte alignment of
990 * Makefile (tests): Add tst-align2.
991 * tst-align2.c: New test.
992 * sysdeps/i386/Makefile (CFLAGS-tst-align{,2}.c): Add
993 -mpreferred-stack-boundary=4.
995 2004-12-18 Roland McGrath <roland@redhat.com>
997 * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h:
998 New file removed withdrawn for the moment.
1000 2004-12-17 Richard Henderson <rth@redhat.com>
1002 * sysdeps/unix/sysv/linux/alpha/clone.S: New file.
1003 * sysdeps/alpha/tcb-offsets.sym (TID_OFFSET): New.
1005 2004-12-16 Ulrich Drepper <drepper@redhat.com>
1007 * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: New file.
1008 Increased PTHREAD_STACK_MIN.
1010 * tst-context1.c (stacks): Use bigger stack size.
1012 2004-12-16 Jakub Jelinek <jakub@redhat.com>
1014 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: New file.
1015 * sysdeps/sparc/tcb-offsets.sym: Add TID.
1017 2004-12-15 Jakub Jelinek <jakub@redhat.com>
1019 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: New file.
1020 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file.
1021 * sysdeps/s390/tcb-offsets.sym (TID): Add.
1023 2004-12-15 Ulrich Drepper <drepper@redhat.com>
1025 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: New file.
1027 2004-12-14 Ulrich Drepper <drepper@redhat.com>
1029 * sysdeps/powerpc/tcb-offsets.sym: Add TID.
1030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
1032 * tst-getpid1.c: If child crashes, report this first. Print which
1035 2004-12-09 Ulrich Drepper <drepper@redhat.com>
1037 * init.c (__pthread_initialize_minimal_internal): Also unblock
1040 2004-12-01 Jakub Jelinek <jakub@redhat.com>
1042 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
1043 _POSIX_THREAD_CPUTIME): Define to 0.
1044 * sysdeps/pthread/timer_create.c (timer_create): Remove unused code
1045 handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
1046 * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
1047 __timer_signal_thread_tclk): Remove.
1048 (init_module): Remove their initialization.
1049 (thread_cleanup): Remove their cleanup assertions.
1050 * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
1051 __timer_signal_thread_tclk): Remove.
1052 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
1053 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
1054 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
1056 2004-12-07 Jakub Jelinek <jakub@redhat.com>
1058 * sysdeps/ia64/tcb-offsets.sym (TID): Add.
1059 * sysdeps/unix/sysv/linux/ia64/clone2.S: New file.
1061 * Makefile (tests): Add tst-getpid2.
1062 * tst-getpid1.c (TEST_CLONE_FLAGS): Define.
1063 (do_test): Use it. Use __clone2 instead of clone on ia64.
1064 * tst-getpid2.c: New test.
1066 2004-12-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1068 * sysdeps/unix/sysv/linux/sh/clone.S: New file.
1070 2004-12-04 Ulrich Drepper <drepper@redhat.com>
1072 * Makefile (tests): Add tst-getpid1.
1073 * tst-getpid1.c: New file.
1074 * sysdeps/unix/sysv/linux/i386/clone.S: New file.
1075 * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
1077 2004-12-02 Roland McGrath <roland@redhat.com>
1079 * Makefile (libpthread-nonshared): Variable removed.
1080 ($(objpfx)libpthread_nonshared.a): Target removed.
1081 ($(inst_libdir)/libpthread_nonshared.a): Likewise.
1082 These are now handled by generic magic from
1083 libpthread-static-only-routines being set.
1085 2004-11-27 Ulrich Drepper <drepper@redhat.com>
1087 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_PRIORITIZED_IO,
1088 _POSIX2_CHAR_TERM, _POSIX_THREAD_PRIO_INHERIT,
1089 _POSIX_THREAD_PRIO_PROTECT): Define.
1090 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
1091 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
1092 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
1094 2004-11-26 Jakub Jelinek <jakub@redhat.com>
1096 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_ADVISORY_INFO,
1097 _POSIX_SPORADIC_SERVER, _POSIX_THREAD_SPORADIC_SERVER, _POSIX_TRACE,
1098 _POSIX_TRACE_EVENT_FILTER, _POSIX_TRACE_INHERIT, _POSIX_TRACE_LOG,
1099 _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_IPV6, _POSIX_RAW_SOCKETS): Define.
1100 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
1101 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
1102 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
1104 2004-11-24 Ulrich Drepper <drepper@redhat.com>
1106 * sysdeps/x86_64/Makefile [nptl]: Define CFLAGS-pthread_create.c.
1108 * Makefile (libpthread-routines): Add pthread_setschedprio.
1109 * Versions [libpthread, GLIBC_2.3.4]: Add pthread_setschedprio.
1110 * sysdeps/pthread/pthread.h: Declare pthread_setschedprio.
1111 * pthread_setschedprio.c: New file.
1113 2004-11-20 Jakub Jelinek <jakub@redhat.com>
1115 * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
1116 * pthread_cancel.c (pthread_create): Likewise.
1118 * Makefile (libpthread-routines): Add vars.
1119 * sysdeps/pthread/createthread.c (__pthread_multiple_threads): Remove.
1120 * init.c (__default_stacksize, __is_smp): Remove.
1122 * pthreadP.h (__find_thread_by_id): If !SHARED, add weak_function
1123 and define a wrapper macro.
1124 (PTHREAD_STATIC_FN_REQUIRE): Define.
1125 * allocatestack.c (__find_thread_by_id): Undefine.
1126 * pthread_create (__pthread_keys): Remove.
1127 (pthread_mutex_lock, pthread_mutex_unlock, pthread_once,
1128 pthread_key_create, pthread_setspecific, pthread_getspecific): Add
1129 PTHREAD_STATIC_FN_REQUIRE.
1131 2004-11-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1133 * sysdeps/sh/tls.h (DB_THREAD_SELF): Set the correct bias
1134 parameter to REGISTER macro.
1136 2004-11-17 Roland McGrath <roland@redhat.com>
1138 * sysdeps/unix/sysv/linux/timer_routines.c (__start_helper_thread):
1139 Make sure SIGCANCEL is blocked as well.
1141 2004-11-10 Jakub Jelinek <jakub@redhat.com>
1143 * sysdeps/pthread/setxid.h: New file.
1144 * sysdeps/pthread/pthread-functions.h (HAVE_PTR__NPTL_SETXID): Remove.
1145 (struct xid_command): Add forward decl.
1146 (struct pthread_functions): Change return type of __nptl_setxid hook
1148 * pthreadP.h (__nptl_setxid): Change return type to int.
1149 * allocatestack.c (__nptl_setxid): Call INTERNAL_SYSCALL_NCS in the
1150 calling thread, return its return value and set errno on failure.
1151 * descr.h (struct xid_command): Change id type to long array.
1153 * Makefile: Add rules to build and test tst-setuid1 and
1155 * tst-setuid1.c: New test.
1156 * tst-setuid1-static.c: New test.
1158 2004-11-10 Jakub Jelinek <jakub@redhat.com>
1160 * Makefile (tests): Add tst-exit3.
1161 * tst-exit3.c: New test.
1163 2004-11-09 Ulrich Drepper <drepper@redhat.com>
1165 * Makefile (tests): Add tst-exit2.
1166 * tst-exit2.c: New file.
1168 2004-11-09 Roland McGrath <roland@redhat.com>
1171 * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads
1172 here, before calling clone.
1173 * pthread_create.c (start_thread): Don't do it here.
1175 2004-11-02 Jakub Jelinek <jakub@redhat.com>
1177 * sysdeps/unix/sysv/linux/smp.h: Include <errno.h>.
1179 2004-10-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1181 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait):
1182 Set ETIMEDOUT to errno when time is up. Tweak to avoid
1185 2004-10-28 Jakub Jelinek <jakub@redhat.com>
1187 * pthread_create.c (__pthread_create_2_1): Avoid leaking stacks
1188 if sched_priority is not between minprio and maxprio.
1190 2004-10-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1192 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
1193 (__pthread_cond_timedwait): Use clock_gettime syscall if exists.
1195 * sysdeps/unix/sysv/linux/sh/lowlevellock.S
1196 (__lll_mutex_timedlock_wait): Fix a bad branch condition.
1198 2004-10-24 Ulrich Drepper <drepper@redhat.com>
1200 * sysdeps/unix/sysv/linux/smp.h (is_smp_system): Use
1201 not-cancelable I/O functions.
1203 2004-10-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1205 * sysdeps/unix/sysv/linux/sh/lowlevellock.S
1206 (__lll_mutex_timedlock_wait): If woken but cannot get the lock,
1207 make sure 2 is stored in the futex and we looked at the old value.
1208 Fix a few other problems to return the correct value.
1210 2004-10-14 Richard Henderson <rth@redhat.com>
1212 * sysdeps/alpha/tcb-offsets.sym (thread_offsetof): Redefine to
1215 2004-10-06 Jakub Jelinek <jakub@redhat.com>
1217 * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h instead
1218 of pthread-functions.h and pthreaddef.h.
1219 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
1221 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h (pthread_cond_t):
1222 Change __data.__nwaiters from int to unsigned int.
1224 * tst-clock2.c (do_test): Don't fail if _POSIX_THREAD_CPUTIME == 0 and
1225 sysconf (_SC_THREAD_CPUTIME) returns negative value.
1227 * allocatestack.c (__find_thread_by_id): Move attribute_hidden
1230 * sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.
1231 (JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from CFA.
1233 2004-10-06 Ulrich Drepper <drepper@redhat.com>
1235 * tst-cancel4.c (tf_msgrcv): Check for failure in msgget. If the
1236 test fails, remove message queue.
1237 (tf_msgsnd): Likewise.
1239 2004-10-05 Jakub Jelinek <jakub@redhat.com>
1241 * tst-clock1.c: Change #ifdef to #if defined.
1242 * tst-clock2.c: Likewise.
1243 * tst-cond11.c: Likewise.
1245 * sysdeps/pthread/timer_create.c (timer_create): Use
1246 defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 instead of
1247 defined CLOCK_PROCESS_CPUTIME_ID #ifs and similarly for
1250 2004-10-05 Jakub Jelinek <jakub@redhat.com>
1252 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h (_POSIX_CPUTIME,
1253 _POSIX_THREAD_CPUTIME): Define to 0.
1255 2004-10-04 Ulrich Drepper <drepper@redhat.com>
1257 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Define _POSIX_CPUTIME
1258 and _POSIX_THREAD_CPUTIME to zero.
1259 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
1260 * tst-barrier2.c: Fix testing for POSIX feature.
1261 * tst-clock1.c: Likewise.
1262 * tst-clock2.c: Likewise.
1263 * tst-cond11.c: Likewise.
1264 * tst-cond4.c: Likewise.
1265 * tst-cond6.c: Likewise.
1266 * tst-flock2.c: Likewise.
1267 * tst-mutex4.c: Likewise.
1268 * tst-mutex9.c: Likewise.
1269 * tst-rwlock12.c: Likewise.
1270 * tst-rwlock4.c: Likewise.
1271 * tst-signal1.c: Likewise.
1272 * tst-spin2.c: Likewise.
1273 * sysdeps/pthread/posix-timer.h: Likewise.
1274 * sysdeps/pthread/timer_create.c: Likewise.
1275 * sysdeps/pthread/timer_routines.c: Likewise.
1277 2004-10-01 Ulrich Drepper <drepper@redhat.com>
1279 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
1280 (__lll_mutex_timedlock_wait): Address futex correctly.
1282 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
1283 (__lll_mutex_timedlock_wait): If woken but cannot get the lock,
1284 make sure 2 is stored in the futex and we looked at the old value.
1285 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
1286 (__lll_mutex_timedlock_wait): Likewise. Fix a few other problems
1287 which might very well made the code not working at all before.
1290 2004-09-28 Ulrich Drepper <drepper@redhat.com>
1292 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't
1293 allow SIGSETXID to be sent.
1294 * sysdeps/pthread/sigaction.c (__sigaction): Don't allow action
1295 for SIGSETXID to be defined.
1296 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Make sure
1297 SIGSETXID cannot be blocked.
1299 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
1300 Add __extension__ to long long types.
1301 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
1302 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
1303 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
1304 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
1305 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Likewise.
1306 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
1307 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
1309 2004-09-25 Ulrich Drepper <drepper@redhat.com>
1311 * descr.h (struct pthread): Add stopped_start field.
1312 * sysdeps/pthread/createthread.c (create_thread): Set
1313 start_stopped flag in descriptor for new thread appropriately.
1314 * pthread_create.c (start_thread): Only take lock to be stopped on
1315 startup if stopped_start flag says so.
1317 2004-09-24 Ulrich Drepper <drepper@redhat.com>
1319 * pthread_create.c (__pthread_create_2_1): Remember whether thread
1320 is created detached and if yes, do not try to free the stack in case
1321 the thread creation failed.
1322 * sysdeps/pthread/createthread.c (do_clone): Free stack here if clone
1323 call fails. Don't depend on INTERNAL_SYSCALL_ERRNO return zero in
1324 case there has been no error. [BZ #405]
1326 * pthread_create.c (start_thread): Don't wait for scheduler data
1327 etc to be set at the beginning of the function. The cancellation
1328 infrastructure must have been set up. And enable async
1329 cancellation before potentially going to sleep. [BZ #401]
1331 2004-09-20 Ulrich Drepper <drepper@redhat.com>
1333 * Versions: Remove exports for pthread_set*id_np functions.
1334 * sysdeps/pthread/pthread.h: Remove pthread_set*id_np prototypes
1336 * Makefile: Don't build pthread_set*id code for now.
1338 2004-09-19 Ulrich Drepper <drepper@redhat.com>
1340 * sysdeps/unix/sysv/linux/allocrtsig.c: Allocate second signal for
1342 * allocatestack.c (__nptl_setxid): New function.
1343 * descr.h (struct xid_command): Define type.
1344 * init.c (pthread_functions): Add ptr__nptl_setxid initialization.
1345 (sighandler_setxid): New function.
1346 (__pthread_initialize_minimal): Register sighandler_setxid for
1348 * pt-allocrtsig.c: Update comment.
1349 * pthreadP.h: Define SIGSETXID. Declare __xidcmd variable.
1350 Declare __nptl_setxid.
1351 * sysdeps/pthread/pthread-functions.h: Add ptr__nptl_setxid.
1352 * sysdeps/pthread/pthread.h: Declare pthread_setgid_np,
1353 pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
1354 pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
1355 and pthread_setresuid_np.
1356 * pthread_setgid_np.c: New file.
1357 * pthread_setuid_np.c: New file.
1358 * pthread_setegid_np.c: New file.
1359 * pthread_seteuid_np.c: New file.
1360 * pthread_setregid_np.c: New file.
1361 * pthread_setreuid_np.c: New file.
1362 * pthread_setresgid_np.c: New file.
1363 * pthread_setresuid_np.c: New file.
1364 * Versions [libpthread, GLIBC_2.3.4]: Add pthread_setgid_np,
1365 pthread_setuid_np, pthread_setegid_np, pthread_seteuid_np,
1366 pthread_setregid_np, pthread_setreuid_np, pthread_setresgid_np,
1367 and pthread_setresuid_np.
1368 * Makefile (libpthread-routines): Add pthread_setuid, pthread_seteuid,
1369 pthread_setreuid, pthread_setresuid, pthread_setgid, pthread_setegid,
1370 pthread_setregid, and pthread_setresgid.
1372 2004-09-18 Ulrich Drepper <drepper@redhat.com>
1374 * allocatestack.c (allocate_stack): Return EAGAIN instead of
1375 ENOMEM when out of memory.
1377 2004-09-10 Roland McGrath <roland@redhat.com>
1380 * allocatestack.c (allocate_stack): Remove [__ASSUME_CLONE_STOPPED]
1381 code, since we don't try to use the broken CLONE_STOPPED any more.
1382 * pthread_create.c (start_thread): Likewise.
1384 2004-09-15 Richard Henderson <rth@redhat.com>
1386 * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
1388 2004-09-01 David Mosberger <davidm@hpl.hp.com>
1390 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
1391 (__libc_unwind_longjmp): Delete macro and declare as function.
1392 * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_routines): Mention
1393 __ia64_longjmp, sigstack_longjmp, and __sigstack_longjmp for
1395 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: New file.
1396 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: New file.
1397 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: New file.
1399 2004-09-12 Ulrich Drepper <drepper@redhat.com>
1401 * sysdeps/pthread/pthread.h: Make rwlock prototypes available also
1403 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Define rwlock
1404 types also for __USE_XOPEN2K.
1405 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
1406 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
1407 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
1408 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
1409 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
1410 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
1411 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
1414 2004-09-08 Ulrich Drepper <drepper@redhat.com>
1416 * sysdeps/pthread/pthread.h
1417 (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): Make safe for C++.
1418 (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP): Likewise.
1419 (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Likewise.
1420 (PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP): Likewise.
1423 2004-09-07 Ulrich Drepper <drepper@redhat.com>
1425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Allow
1426 PSEUDO to be used with . prefix.
1428 * sysdeps/unix/sysv/linux/alpha/pthread_once.c (__pthread_once):
1429 Use atomic_increment instead of atomic_exchange_and_add.
1430 * sysdeps/unix/sysv/linux/sparc/pthread_once.c (__pthread_once):
1432 * sysdeps/unix/sysv/linux/ia64/pthread_once.c (__pthread_once):
1434 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
1437 * allocatestack.c (allocate_stack): Use atomic_increment_val
1438 instead of atomic_exchange_and_add.
1439 * sysdeps/unix/sysv/linux/sem_post.c (__new_sem_post): Likewise.
1440 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
1442 * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
1445 * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since
1446 the initialization function might throw.
1448 2005-09-05 Richard Henderson <rth@redhat.com>
1450 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P):
1451 Move definition inside libpthread, libc, librt check. Provide
1452 definition for rtld.
1454 2004-09-02 Ulrich Drepper <drepper@redhat.com>
1456 * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp.
1457 * sysdeps/i386/jmpbuf-unwind.h: Likewise
1458 * sysdeps/powerpc/jmpbuf-unwind.h: Likewise.
1459 * sysdeps/s390/jmpbuf-unwind.h: Likewise.
1460 * sysdeps/sh/jmpbuf-unwind.h: Likewise.
1461 * sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise.
1462 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Likewise.
1463 * sysdeps/x86_64/jmpbuf-unwind.h: Likewise.
1466 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
1467 Rename __data.__clock to __data.__nwaiters, make it unsigned int.
1468 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h (pthread_cond_t):
1470 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:
1471 Decrement __nwaiters. If pthread_cond_destroy has been called and
1472 this is the last waiter, signal pthread_cond_destroy caller and
1473 avoid using the pthread_cond_t structure after unlock.
1474 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
1475 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
1476 Read clock type from the least significant bits of __nwaiters instead
1478 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
1479 * sysdeps/unix/sysv/linux/internaltypes.h: Define COND_CLOCK_BITS.
1481 2004-08-31 Jakub Jelinek <jakub@redhat.com>
1484 * Makefile (tests): Add tst-cond20 and tst-cond21.
1485 * tst-cond20.c: New test.
1486 * tst-cond21.c: New test.
1487 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
1488 (pthread_cond_t): Rename __data.__clock to __data.__nwaiters, make
1490 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (pthread_cond_t):
1492 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1493 (pthread_cond_t): Likewise.
1494 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (pthread_cond_t):
1496 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
1498 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h (pthread_cond_t):
1500 * sysdeps/unix/sysv/linux/lowlevelcond.sym (cond_clock): Remove.
1501 (cond_nwaiters): New.
1503 * pthread_cond_destroy.c (__pthread_cond_destroy): Return EBUSY
1504 if there are waiters not signalled yet.
1505 Wait until all already signalled waiters wake up.
1506 * sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Decrement
1507 __nwaiters. If pthread_cond_destroy has been called and this is the
1508 last waiter, signal pthread_cond_destroy caller and avoid using
1509 the pthread_cond_t structure after unlock.
1510 (__pthread_cond_wait): Increment __nwaiters in the beginning,
1511 decrement it when leaving. If pthread_cond_destroy has been called
1512 and this is the last waiter, signal pthread_cond_destroy caller.
1513 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
1514 Likewise. Read clock type from the least significant bits of
1515 __nwaiters instead of __clock.
1516 * pthread_condattr_setclock.c (pthread_condattr_setclock): Check
1517 whether clock ID can be encoded in COND_CLOCK_BITS bits.
1518 * pthread_condattr_getclock.c (pthread_condattr_getclock): Decode
1519 clock type just from the last COND_CLOCK_BITS bits of value.
1520 * pthread_cond_init.c (__pthread_cond_init): Initialize __nwaiters
1521 instead of __clock, just from second bit of condattr's value.
1523 2004-08-30 Jakub Jelinek <jakub@redhat.com>
1525 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Include
1526 bits/wordsize.h. Make the header match i386 header when __WORDSIZE
1528 * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h: Likewise.
1530 2004-08-15 Roland McGrath <roland@frob.com>
1532 * pthread_atfork.c: Update copyright terms including special exception
1533 for these trivial files, which are statically linked into executables
1534 that use dynamic linking for the significant library code.
1536 2004-08-09 Jakub Jelinek <jakub@redhat.com>
1538 * DESIGN-rwlock.txt: Add decreasing of nr_readers_queued to
1539 pthread_rwlock_rdlock.
1540 * sysdeps/pthread/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
1541 Decrease __nr_readers_queued after reacquiring lock.
1542 * sysdeps/pthread/pthread_rwlock_timedrdlock
1543 (pthread_rwlock_timedrdlock): Likewise.
1544 Reported by Bob Cook <bobcook47@hotmail.com>.
1546 2004-08-11 Jakub Jelinek <jakub@redhat.com>
1548 * tst-rwlock14.c (tf): Read main thread handle from *ARG
1549 before pthread_barrier_wait.
1551 2004-08-07 Ulrich Drepper <drepper@redhat.com>
1553 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
1554 Remove unnecessary exception handling data.
1556 2004-07-23 Jakub Jelinek <jakub@redhat.com>
1559 * sysdeps/pthread/pthread.h (pthread_getcpuclockid): Use __clockid_t
1560 instead of clockid_t.
1562 2004-07-21 Roland McGrath <roland@redhat.com>
1564 * Makefile ($(objpfx)multidir.mk): Use $(make-target-directory).
1566 2004-07-19 Roland McGrath <roland@redhat.com>
1568 * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
1570 2004-07-02 Roland McGrath <roland@redhat.com>
1572 * configure: Don't exit.
1574 2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1576 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
1577 (__pthread_cond_timedwait): Check for invalid nanosecond in
1580 2004-07-07 Ulrich Drepper <drepper@redhat.com>
1582 * Makefile: Add rules to build and run tst-fini1.
1583 * tst-fini1.c: New file.
1584 * tst-fini1mod.c: New file.
1586 2004-07-05 Ulrich Drepper <drepper@redhat.com>
1588 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define NO_CANCELLATION
1589 if no cancellation support is needed.
1590 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1591 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1592 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1595 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1596 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1597 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1598 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1600 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Define __NR_futex
1601 only if not already defined.
1603 2004-07-05 Jakub Jelinek <jakub@redhat.com>
1605 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_unlock): Use
1606 constraint "m" instead of "0" for futex.
1608 * shlib-versions: Add powerpc64-.*-linux.*.
1610 2004-07-04 Jakub Jelinek <jakub@redhat.com>
1612 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
1613 (pthread_rwlock_timedrdlock): Use cmpq instead of cmpl to check
1615 * tst-rwlock14.c (do_test): Test for invalid tv_nsec equal to
1616 1 billion and 64-bit tv_nsec which is valid when truncated to 32
1619 2004-06-29 Roland McGrath <roland@redhat.com>
1621 * Banner: NPTL no longer has its own version number.
1622 * Makefile (nptl-version): Variable removed.
1623 * sysdeps/pthread/Makefile (CFLAGS-confstr.c): Set LIBPTHREAD_VERSION
1624 using $(version), the glibc version number.
1626 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1628 * sysdeps/unix/sysv/linux/sh/pthread_once.S (__pthread_once):
1629 Fix branch offset for a PLT entry.
1630 * sysdeps/unix/sysv/linux/sh/sem_post.S (__new_sem_post):
1632 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait):
1634 * sysdeps/unix/sysv/linux/sh/sem_trywait.S (__new_sem_trywait):
1636 * sysdeps/unix/sysv/linux/sh/sem_wait.S (__new_sem_wait):
1639 2004-06-28 Jakub Jelinek <jakub@redhat.com>
1641 * sysdeps/alpha/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Define
1644 2004-06-28 Jakub Jelinek <jakub@redhat.com>
1646 * sysdeps/pthread/pthread_rwlock_timedwrlock.c
1647 (pthread_rwlock_timedwrlock): Return EINVAL if tv_nsec is negative,
1649 * sysdeps/pthread/pthread_rwlock_timedrdlock.c
1650 (pthread_rwlock_timedrdlock): Likewise.
1652 2004-06-22 Jakub Jelinek <jakub@redhat.com>
1654 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_futex_requeue):
1655 Set __r7 to val, not mutex.
1657 2004-06-27 Ulrich Drepper <drepper@redhat.com>
1659 * Makefile: Add rules to build tst-rwlock14.
1660 * tst-rwlock14.c: New file.
1662 2004-06-24 Boris Hu <boris.hu@intel.com>
1664 * sysdeps/pthread/pthread_rwlock_timedrdlock.c: Add timeout validation
1666 * sysdeps/pthread/pthread_rwlock_timedwrlock.c: Likewise.
1668 2004-06-19 Andreas Jaeger <aj@suse.de>
1670 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Fix
1671 assembler in last patch.
1673 2004-06-17 Ulrich Drepper <drepper@redhat.com>
1675 * sysdeps/pthread/pthread_cond_timedwait.c
1676 (__pthread_cond_timedwait): Also check for negativ nanoseconds.
1677 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
1678 (__pthread_cond_timedwait): Check for invalid nanosecond in
1680 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
1681 * tst-cond19.c: New file.
1682 * Makefile: Add rules to build and run tst-cond19.
1684 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
1686 * tst-context1.c (GUARD_PATTERN): Defined.
1687 (tst_context_t): Define struct containing ucontext_t & guard words.
1688 (ctx): Declare as an array of tst_context_t.
1689 (fct): Verify uc_link & guard words are still valid.
1690 (tf): Initialize guard words in ctx. Adjust ctx refs for new struct.
1692 2004-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1694 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
1695 Add __data.__futex field, reshuffle __data.__clock.
1696 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
1697 (__pthread_cond_signal): Increment __futex at the same time as
1698 __wakeup_seq or __total_seq. Pass address of __futex instead of
1699 address of low 32-bits of __wakeup_seq to futex syscall.
1700 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
1701 (__pthread_cond_wait): Likewise. Pass __futex value from before
1702 releasing internal lock to FUTEX_WAIT.
1703 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
1704 (__pthread_cond_timedwait): Likewise.
1705 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
1706 (FUTEX_CMP_REQUEUE): Define.
1707 (__pthread_cond_broadcast): Set __futex to 2 * __total_seq.
1708 Use FUTEX_CMP_REQUEUE operation instead of FUTEX_REQUEUE.
1709 Pass __futex value from before the unlock and __futex address instead
1710 of address of low 32-bits of __wakeup_seq to futex syscall.
1711 Fallback to FUTEX_WAKE all on any errors.
1713 2004-06-08 Jakub Jelinek <jakub@redhat.com>
1715 * pthread_mutexattr_getpshared.c (pthread_mutex_getpshared): Fix
1717 * pthread_mutexattr_gettype.c (pthread_mutexattr_gettype): Likewise.
1718 * pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise.
1719 * pthread_mutexattr_settype.c (__pthread_mutexattr_settype): Likewise.
1720 * pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
1721 Likewise. Reported by Bob Cook <bobcook47@hotmail.com>.
1723 2004-06-11 Martin Schwidefsky <schwidefsky@de.ibm.com>
1725 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_compare_and_swap):
1726 Add memory clobber to inline assembly.
1727 (__lll_mutex_trylock): Likewise.
1728 (__lll_mutex_cond_trylock): Likewise.
1730 2004-06-07 Martin Schwidefsky <schwidefsky@de.ibm.com>
1732 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_futex_requeue):
1733 Pass val argument as 6th system call argument in %r7.
1735 2004-05-21 Jakub Jelinek <jakub@redhat.com>
1737 * Makefile (tests): Add tst-cond16.
1738 * sysdeps/unix/sysv/linux/lowlevelcond.sym (cond_futex): Add.
1739 * pthread_cond_init.c (__pthread_cond_init): Clear __data.__futex.
1740 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
1741 Add __data.__futex field, reshuffle __data.__clock.
1742 * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S
1743 (__pthread_cond_signal): Increment __futex at the same time as
1744 __wakeup_seq or __total_seq. Pass address of __futex instead of
1745 address of low 32-bits of __wakeup_seq to futex syscall.
1746 * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S
1747 (__pthread_cond_wait): Likewise. Pass __futex value from before
1748 releasing internal lock to FUTEX_WAIT.
1749 * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S
1750 (__pthread_cond_timedwait): Likewise.
1751 * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S
1752 (FUTEX_CMP_REQUEUE): Define.
1753 (__pthread_cond_broadcast): Set __futex to 2 * __total_seq.
1754 Use FUTEX_CMP_REQUEUE operation instead of FUTEX_REQUEUE.
1755 Pass __futex value from before the unlock and __futex address instead
1756 of address of low 32-bits of __wakeup_seq to futex syscall.
1757 Fallback to FUTEX_WAKE all on any errors.
1758 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (FUTEX_CMP_REQUEUE):
1760 (lll_futex_requeue): Add val argument, use FUTEX_CMP_REQUEUE
1761 internally. Return non-zero if error, zero if success.
1762 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_cond_t):
1763 Add __data.__futex field, reshuffle __data.__clock.
1764 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (FUTEX_CMP_REQUEUE):
1766 (lll_futex_requeue): Add val argument, return 1 unconditionally
1768 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (pthread_cond_t):
1769 Add __data.__futex field, reshuffle __data.__clock.
1770 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_CMP_REQUEUE):
1772 (lll_futex_requeue): Add val argument, use FUTEX_CMP_REQUEUE
1773 internally. Return non-zero if error, zero if success.
1774 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1775 (pthread_cond_t): Add __data.__futex field, reshuffle __data.__clock.
1776 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (FUTEX_CMP_REQUEUE):
1778 (lll_futex_requeue): Add val argument, use FUTEX_CMP_REQUEUE
1779 internally. Return non-zero if error, zero if success.
1780 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (pthread_cond_t):
1781 Add __data.__futex field, reshuffle __data.__clock.
1782 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (FUTEX_CMP_REQUEUE):
1784 (lll_futex_requeue): Add val argument, use FUTEX_CMP_REQUEUE
1785 internally. Return non-zero if error, zero if success.
1786 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h (pthread_cond_t):
1787 Add __data.__futex field, reshuffle __data.__clock.
1788 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h (pthread_cond_t):
1789 Add __data.__futex field, reshuffle __data.__clock.
1790 * sysdeps/pthread/pthread_cond_signal.c (__pthread_cond_signal):
1791 Increment __futex at the same time as __wakeup_seq or __total_seq.
1792 Pass address of __futex instead of address of low 32-bits of
1793 __wakeup_seq to futex syscall.
1794 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1795 Pass __futex value from before releasing internal lock
1797 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
1798 Likewise. Avoid unnecessary shadowing of variables.
1799 * sysdeps/pthread/pthread_cond_broadcast.c (__pthread_cond_broadcast):
1800 Set __futex to 2 * __total_seq. Pass __futex value from before the
1801 unlock and __futex address instead of address of low 32-bits of
1802 __wakeup_seq to futex_requeue macro, adjust for new return value
1804 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
1805 (__pthread_cond_signal): Increment __futex at the same time as
1806 __wakeup_seq or __total_seq. Pass address of __futex instead of
1807 address of low 32-bits of __wakeup_seq to futex syscall.
1808 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
1809 (__pthread_cond_wait): Likewise. Pass __futex value from before
1810 releasing internal lock to FUTEX_WAIT.
1811 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
1812 (__pthread_cond_timedwait): Likewise.
1813 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
1814 (FUTEX_CMP_REQUEUE): Define.
1815 (__pthread_cond_broadcast): Set __futex to 2 * __total_seq.
1816 Use FUTEX_CMP_REQUEUE operation instead of FUTEX_REQUEUE.
1817 Pass __futex value from before the unlock and __futex address instead
1818 of address of low 32-bits of __wakeup_seq to futex syscall.
1819 Fallback to FUTEX_WAKE all on any errors.
1821 2004-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1823 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_mutex_lock):
1824 Add nop to align the end of critical section.
1825 (lll_mutex_cond_lock, lll_mutex_timedlock): Likewise.
1827 2004-06-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1829 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
1830 Add __broadcast_seq field.
1831 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Mark
1832 all waiters as woken with woken_seq and bump broadcast counter.
1833 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Use new
1834 __broadcast_seq. Increment __woken_seq correctly when cleanuped.
1835 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1836 Comment typo fixes. Avoid returning -ETIMEDOUT.
1838 2004-06-01 Ulrich Drepper <drepper@redhat.com>
1840 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
1841 (__condvar_tw_cleanup): Fix access to saved broadcast_seq value.
1842 Reported by Kaz Kojima.
1844 2004-05-25 Jakub Jelinek <jakub@redhat.com>
1846 * sysdeps/unix/sysv/linux/aio_misc.h: New file.
1848 2004-05-21 Jakub Jelinek <jakub@redhat.com>
1850 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Compare
1851 __broadcast_seq with bc_seq after acquiring internal lock instead of
1854 2004-05-18 Jakub Jelinek <jakub@redhat.com>
1856 * Makefile (.NOTPARALLEL): Only serialize make check/xcheck, not
1858 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
1859 (__pthread_cond_timedwait): Avoid returning -ETIMEDOUT.
1860 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
1861 (pthread_cond_t): Add __data.__broadcast_seq field.
1862 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
1863 (FRAME_SIZE): Define.
1864 (__pthread_cond_timedwait): Use it. Store/check broadcast_seq.
1866 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S (FRAME_SIZE):
1868 (__pthread_cond_wait): Use it. Store/check broadcast_seq. Comment
1870 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
1871 (__pthread_cond_broadcast): Increment broadcast_seq. Comment typo
1874 2004-05-18 Ulrich Drepper <drepper@redhat.com>
1876 * sysdeps/unix/sysv/linux/lowlevelcond.sym: Add broadcast_seq entry.
1877 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_cond_t):
1878 Add __broadcast_seq field.
1879 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
1880 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
1881 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
1882 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
1883 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
1884 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Mark
1885 all waiters as woken with woken_seq and bump broadcast counter.
1886 * sysdeps/pthread/pthread_cond_broadcast.c: Likewise.
1887 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Use new
1888 __broadcast_seq field.
1889 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
1890 * sysdeps/pthread/pthread_cond_wait.c: Likewise.
1891 * sysdeps/pthread/pthread_cond_timedwait.c: Likewise.
1892 * pthread_cond_init.c: Initialize __broadcast_seq field.
1893 * Makefile (tests): Add tst-cond17 and tst-cond18.
1894 Add .NOTPARALLEL goal.
1895 * tst-cond16.c: New file. From Jakub.
1896 * tst-cond17.c: New file. From Jakub.
1897 * tst-cond18.c: New file. From Jakub.
1899 2004-05-16 Ulrich Drepper <drepper@redhat.com>
1901 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Correct some
1904 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:
1905 Parametrize frame size. Correct some unwind info.
1906 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
1908 2004-05-04 Jakub Jelinek <jakub@redhat.com>
1910 * tst-stack3.c: Note testing functionality beyond POSIX.
1912 2004-05-04 Jakub Jelinek <jakub@redhat.com>
1914 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (USE___THREAD):
1915 Change conditional from ifdef to if.
1917 2004-04-23 Jakub Jelinek <jakub@redhat.com>
1919 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SYSDEP_CANCEL_ERRNO,
1920 SYSDEP_CANCEL_ERROR): Define.
1923 2004-05-01 Jakub Jelinek <jakub@redhat.com>
1925 * Versions (libpthread): Remove __pthread_cleanup_upto@@GLIBC_PRIVATE.
1927 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1929 * sem_unlink.c (sem_unlink): Change EPERM into EACCES.
1931 2004-04-19 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1933 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Add frame info.
1934 Use HIDDEN_JUMPTARGET to jump to __pthread_unwind.
1935 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove unneeded frame
1936 info. Use HIDDEN_JUMPTARGET to jump to __pthread_unwind.
1938 2004-04-19 Ulrich Drepper <drepper@redhat.com>
1940 * sysdeps/unix/sysv/linux/timer_routines.c: Make sure helper
1941 thread has all signals blocked.
1943 2004-04-18 Andreas Jaeger <aj@suse.de>
1945 * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h
1946 (SEM_VALUE_MAX): Add missing brace.
1948 2004-04-17 Jakub Jelinek <jakub@redhat.com>
1950 * sysdeps/pthread/Makefile (tests): Add tst-mqueue8x
1952 (CFLAGS-tst-mqueue8x.c): Add -fexceptions.
1953 * sysdeps/pthread/tst-mqueue8x.c: New test.
1954 * tst-cancel4.c: Update comment about message queues.
1956 * sysdeps/pthread/timer_gettime.c (timer_gettime): For expired timer
1957 return it_value { 0, 0 }.
1958 * sysdeps/pthread/timer_create.c (timer_create): Handle SIGEV_NONE
1960 * sysdeps/pthread/timer_routines.c (thread_expire_timer): Remove
1961 assertion for SIGEV_NONE.
1962 (thread_attr_compare): Compare all attributes, not just a partial
1965 2004-04-17 Jakub Jelinek <jakub@redhat.com>
1967 * sysdeps/unix/sysv/linux/mq_notify.c: Include stdlib.h.
1969 2004-04-17 Ulrich Drepper <drepper@redhat.com>
1971 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h (SEM_VALUE_MAX):
1972 Just use a plain number.
1973 * sysdeps/unix/sysv/linux/i386/bits/semaphore.h: Likewise.
1974 * sysdeps/unix/sysv/linux/ia64/bits/semaphore.h: Likewise.
1975 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Likewise.
1976 * sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Likewise.
1977 * sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Likewise.
1978 * sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Likewise.
1979 * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h: Likewise.
1981 2004-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1983 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Remove unneeded
1985 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
1987 2004-04-15 Jakub Jelinek <jakub@redhat.com>
1989 * sysdeps/unix/sysv/linux/timer_routines.c: Include errno.h.
1990 (timer_helper_thread): Use inline rt_sigtimedwait syscall instead
1991 of calling sigwaitinfo.
1993 2004-04-16 Ulrich Drepper <drepper@redhat.com>
1995 * allocatestack.c (allocate_stack): Set reported_guardsize
1997 * pthread_getattr_np.c (pthread_getattr_np): Use
1998 reported_guardsize instead of guardsize.
1999 * descr.h (struct pthread): Add reported_guardsize field.
2001 2004-04-13 Jakub Jelinek <jakub@redhat.com>
2003 * sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.
2005 2004-04-12 Ulrich Drepper <drepper@redhat.com>
2007 * sysdeps/unix/sysv/linux/mq-notify.c: New file.
2009 2004-04-08 Jakub Jelinek <jakub@redhat.com>
2011 * sysdeps/unix/sysv/linux/bits/local_lim.h (MQ_PRIO_MAX): Define.
2012 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h (MQ_PRIO_MAX): Define.
2013 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h (MQ_PRIO_MAX): Define.
2014 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h (MQ_PRIO_MAX): Define.
2015 * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_MESSAGE_PASSING):
2017 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
2018 (_POSIX_MESSAGE_PASSING): Define.
2019 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h
2020 (_POSIX_MESSAGE_PASSING): Define.
2021 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h
2022 (_POSIX_MESSAGE_PASSING): Define.
2024 2004-04-04 Ulrich Drepper <drepper@redhat.com>
2026 * tst-context1.c (fct): Check whether correct stack is used.
2028 2004-04-03 Ulrich Drepper <drepper@redhat.com>
2030 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Never use
2031 matching constraints for asm mem parameters.
2033 * tst-clock2.c (tf): Don't define unless needed.
2035 2004-03-30 H.J. Lu <hongjiu.lu@intel.com>
2037 * Makefile (link-libc-static): Use $(static-gnulib) instead of
2040 2004-03-30 Ulrich Drepper <drepper@redhat.com>
2042 * sysdeps/pthread/pthread-functions.h: Add ptr__nptl_deallocate_tsd.
2043 * init.c (pthread_functions): Add ptr__nptl_deallocate_tsd.
2044 * pthreadP.h: Declare __nptl_deallocate_tsd.
2045 * pthread_create.c (deallocate_tsd): Remove to __nptl_deallocate_tsd.
2048 * Makefile (tests): Add tst-tsd5.
2049 * tst-tsd5.c: New file.
2051 2004-03-29 Ulrich Drepper <drepper@redhat.com>
2053 * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
2054 (__pthread_attr_setaffinity_old): Prepend GLIBC_ to version names
2055 is SHLIB_COMPAT check.
2056 * sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
2057 (__pthread_attr_getaffinity_old): Likewise.
2058 * sysdeps/unix/sysv/linux/pthread_getaffinity.c
2059 (__pthread_getaffinity_old): Likewise.
2060 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
2061 (__pthread_setaffinity_old): Likewise.
2063 2004-03-26 Ulrich Drepper <drepper@redhat.com>
2065 * allocatestack.c (_make_stacks_executable): Call
2066 _dl_make_stack_executable first.
2068 2004-03-24 Roland McGrath <roland@redhat.com>
2070 * sysdeps/i386/pthread_spin_lock.c (pthread_spin_lock): Use "m"
2071 constraint instead of "0".
2073 2004-03-24 Ulrich Drepper <drepper@redhat.com>
2075 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
2076 (lll_mutex_cond_trylock): Define as wrapper around __lll_cond_trylock.
2078 * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Reorganize
2079 code to avoid warning.
2081 2004-03-24 Andreas Jaeger <aj@suse.de>
2083 * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
2084 (__pthread_attr_setaffinity_old): Remove const.
2086 2004-03-23 Ulrich Drepper <drepper@redhat.com>
2088 * sysdeps/unix/sysv/linux/smp.h: New file.
2089 * sysdeps/unix/sysv/linux/sh/smp.h: New file.
2090 * init.c: Define __is_smp.
2091 (__pthread_initialize_minimal_internal): Call is_smp_system to
2092 initialize __is_smp.
2093 * pthreadP.h: Declare __is_smp.
2094 Define MAX_ADAPTIVE_COUNT is necessary.
2095 * pthread_mutex_init.c: Add comment regarding __spins field.
2096 * pthread_mutex_lock.c: Implement adaptive mutex type.
2097 * pthread_mutex_timedlock.c: Likewise.
2098 * sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Likewise.
2099 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):
2101 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
2102 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
2103 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
2104 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
2105 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
2106 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
2107 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
2108 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Define
2109 lll_mutex_cond_trylock.
2110 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
2111 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
2112 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
2113 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
2114 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
2115 Define BUSY_WAIT_NOP.
2116 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
2117 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
2119 * tst-mutex5.c: Add support for testing adaptive mutexes.
2120 * tst-mutex7.c: Likewise.
2121 * tst-mutex5a.c: New file.
2122 * tst-mutex7a.c: New file.
2123 * Makefile (tests): Add tst-mutex5a and tst-mutex7a.
2125 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
2126 (__lll_mutex_timedlock_wait): Preserve r8 and r9 since the
2127 vgettimeofday call might destroy the content.
2129 * sysdeps/ia64/pthread_spin_lock.c (pthread_spin_lock): Use hint
2132 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_mutex_trylock):
2133 No need to restrict type of ret. Make it int. Add comment.
2135 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_mutex_trylock):
2136 Remove unnecessary setne instruction.
2138 2004-03-22 Jakub Jelinek <jakub@redhat.com>
2140 * sysdeps/unix/sysv/linux/pthread_getaffinity.c
2141 (__pthread_getaffinity_new): Use INT_MAX instead of UINT_MAX.
2142 * pthread_getattr_np.c (pthread_getattr_np): Double size every cycle.
2143 If realloc fails, break out of the loop.
2145 2004-03-20 Andreas Jaeger <aj@suse.de>
2147 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
2148 (__pthread_setaffinity_old): Fix interface.
2149 * sysdeps/unix/sysv/linux/pthread_getaffinity.c
2150 (__pthread_getaffinity_old): Likewise.
2152 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
2153 (__pthread_setaffinity_new): Remove duplicate declaration.
2155 2004-03-20 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2157 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Save
2158 the return value to a safe register.
2159 (CDISABLE): Set the function argument correctly.
2161 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2163 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h (XCHG): Define.
2164 * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait):
2165 Rewrite so that only one locked memory operation per round is needed.
2166 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S
2167 (pthread_barrier_wait): After wakeup, release lock only when the
2168 last thread stopped using the barrier object.
2169 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
2170 (__pthread_cond_wait): Don't store mutex address if the current
2171 value is ~0l. Add correct cleanup support and unwind info.
2172 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2173 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
2174 (__pthread_cond_broadcast): Don't use requeue for pshared condvars.
2175 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Update comment.
2176 * sysdeps/unix/sysv/linux/sh/pthread_once.S (__pthread_once):
2177 Add correct cleanup support and unwind info.
2178 * sysdeps/unix/sysv/linux/sh/sem_wait.S (__new_sem_wait): Likewise.
2179 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Add unwind
2180 information for syscall wrappers.
2182 2004-03-18 Ulrich Drepper <drepper@redhat.com>
2184 * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_attr): Add
2185 cpusetsize field, remove next.
2186 * sysdeps/pthread/pthread.h (pthread_getaffinity_np): Add new second
2187 parameter for size of the CPU set.
2188 (pthread_setaffinity_np): Likewise.
2189 (pthread_attr_getaffinity_np): Likewise.
2190 (pthread_attr_setaffinity_np): Likewise.
2191 * sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Implement
2192 interface change, keep compatibility code.
2193 * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Likewise.
2194 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: Likewise.
2195 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: Likewise.
2196 * pthreadP.h: Remove hidden_proto for pthread_getaffinity_np. Declare
2197 __pthread_getaffinity_np.
2198 * Versions: Add version for changed interfaces.
2199 * tst-attr3.c: Adjust test for interface change.
2200 * pthread_getattr_np.c: Query the kernel about the affinity mask with
2201 increasing buffer sizes.
2202 * pthread_attr_destroy.c: Remove unused list handling.
2203 * pthread_attr_init.c: Likewise.
2205 2004-03-17 Roland McGrath <roland@redhat.com>
2207 * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Pass missing
2208 first argument to clock_getres so we ever enable kernel timers.
2210 2004-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2212 * init.c (nptl_version): Add __attribute_used__ to nptl_version.
2214 2004-03-12 Richard Henderson <rth@redhat.com>
2216 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Propagate
2217 oldvalue from CENABLE to CDISABLE.
2219 2004-03-12 Ulrich Drepper <drepper@redhat.com>
2221 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define HOST_NAME_MAX.
2222 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: Likewise.
2223 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: Likewise.
2224 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Likewise.
2226 2004-03-11 Richard Henderson <rth@redhat.com>
2228 * sysdeps/alpha/tcb-offsets.sym (PID_OFFSET): New.
2229 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: Save/restore PID.
2230 * sysdeps/unix/sysv/linux/alpha/vfork.S: New file.
2232 2004-03-11 Jakub Jelinek <jakub@redhat.com>
2234 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Use jgnl
2235 instead of jnl instruction to jump to SYSCALL_ERROR_LABEL.
2236 * sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S (__vfork): Likewise.
2238 2004-03-11 Jakub Jelinek <jakub@redhat.com>
2240 * forward.c (__pthread_cond_broadcast_2_0,
2241 __pthread_cond_destroy_2_0, __pthread_cond_init_2_0,
2242 __pthread_cond_signal_2_0, __pthread_cond_wait_2_0,
2243 __pthread_cond_timedwait_2_0): Use return 0 as defaction instead of 0.
2245 2004-03-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2247 * sysdeps/sh/tcb-offsets.sym: Add PID.
2248 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: Properly handle PID cache.
2249 * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
2251 2004-03-10 Ulrich Drepper <drepper@redhat.com>
2253 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: No need to
2254 include <sysdep-cancel.h>, vfork is no cancellation point.
2255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2256 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: Likewise.
2257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: Likewise.
2259 2004-03-10 Jakub Jelinek <jakub@redhat.com>
2261 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Add
2263 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
2264 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork):
2266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
2268 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
2269 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
2270 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: Include tcb-offsets.h.
2271 * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Use DO_CALL instead
2272 of DO_CALL_VIA_BREAK. Work around a gas problem.
2274 * sysdeps/unix/sysv/linux/powerpc/pt-vfork.S: Remove.
2275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
2276 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: New file.
2277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: New file.
2278 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: New file.
2279 * sysdeps/powerpc/tcb-offsets.sym: Add PID.
2281 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S (__vfork): Don't use
2282 a local register for saving old PID. Negate PID in parent upon exit.
2284 * sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Include
2286 (__vfork): Negate PID if non-zero and set to INT_MIN if zero
2287 before syscall, set to the old value in the parent afterwards.
2288 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: New file.
2289 * sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Include
2291 (__vfork): Negate PID if non-zero and set to INT_MIN if zero
2292 before syscall, set to the old value in the parent afterwards.
2293 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: New file.
2294 * sysdeps/s390/tcb-offsets.sym: Add PID.
2296 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: Remove.
2297 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: New file.
2298 * sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: New file.
2299 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: New file.
2300 * sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: New file.
2301 * sysdeps/sparc/tcb-offsets.sym: Add PID.
2303 2004-03-10 Andreas Schwab <schwab@suse.de>
2305 * sysdeps/ia64/tcb-offsets.sym: Add PID.
2306 * sysdeps/unix/sysv/linux/ia64/vfork.S: New file.
2307 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: Properly handle PID cache.
2309 2004-03-09 Jakub Jelinek <jakub@redhat.com>
2311 * tst-cancel20.c (do_one_test): Clear in_sh_body first.
2312 * tst-cancel21.c (do_one_test): Likewise.
2313 Reported by Gordon Jin <gordon.jin@intel.com>.
2315 2004-02-09 Jakub Jelinek <jakub@redhat.com>
2317 * sysdeps/unix/sysv/linux/i386/vfork.S (SAVE_PID): Negate PID
2318 if non-zero and set to INT_MIN if zero.
2319 * sysdeps/unix/sysv/linux/x86_64/vfork.S (SAVE_PID): Likewise.
2320 * sysdeps/unix/sysv/linux/i386/pt-vfork.S: Include tcb-offsets.h.
2321 (SAVE_PID, RESTORE_PID): Define.
2323 * sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: Include tcb-offsets.h.
2324 Use relative path to avoid including NPTL i386/vfork.S.
2325 (SAVE_PID, RESTORE_PID): Define.
2326 * sysdeps/unix/sysv/linux/raise.c: Include limits.h.
2327 (raise): Handle THREAD_SELF->pid INT_MIN the same as 0.
2328 * Makefile (tests): Add tst-vfork1, tst-vfork2, tst-vfork1x and
2330 (tests-reverse): Add tst-vfork1x and tst-vfork2x.
2331 * tst-vfork1.c: New test.
2332 * tst-vfork2.c: New test.
2333 * tst-vfork1x.c: New test.
2334 * tst-vfork2x.c: New test.
2336 2004-03-08 Ulrich Drepper <drepper@redhat.com>
2338 * sysdeps/i386/tcb-offsets.sym: Add PID.
2339 * sysdeps/x86_64/tcb-offsets.sym: Likewise.
2340 * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
2341 * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
2343 2004-03-08 Steven Munroe <sjmunroe@us.ibm.com>
2345 * sysdeps/unix/sysv/linux/powerpc/Versions: Remove leading tabs.
2347 2004-03-08 H.J. Lu <hongjiu.lu@intel.com>
2349 * sysdeps/s390/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
2352 2004-03-07 Ulrich Drepper <drepper@redhat.com>
2354 * sysdeps/ia64/tls.h (INIT_SYSINFO): _dl_sysinfo is now in
2357 * tst-once4.c: Remove unnecessary macro definition.
2359 * tst-mutex7.c (do_test): Limit thread stack size.
2360 * tst-once2.c (do_test): Likewise.
2361 * tst-tls3.c (do_test): Likewise.
2362 * tst-tls1.c (do_test): Likewise.
2363 * tst-signal3.c (do_test): Likewise.
2364 * tst-kill6.c (do_test): Likewise.
2365 * tst-key4.c (do_test): Likewise.
2366 * tst-join4.c (do_test): Likewise.
2367 * tst-fork1.c (do_test): Likewise.
2368 * tst-context1.c (do_test): Likewise.
2369 * tst-cond2.c (do_test): Likewise.
2370 * tst-cond10.c (do_test): Likewise.
2371 * tst-clock2.c (do_test): Likewise.
2372 * tst-cancel10.c (do_test): Likewise.
2373 * tst-basic2.c (do_test): Likewise.
2374 * tst-barrier4.c (do_test): Likewise.
2376 2004-03-05 Ulrich Drepper <drepper@redhat.com>
2378 * sysdeps/i386/tls.h: Use GLRO instead of GL where appropriate.
2380 2004-03-01 Ulrich Drepper <drepper@redhat.com>
2382 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
2383 (__pthread_cond_timedwait): Optimize wakeup test.
2384 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
2385 (__pthread_cond_wait): Likewise.
2386 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2387 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
2390 2004-02-29 Ulrich Drepper <drepper@redhat.com>
2392 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
2393 (__lll_mutex_lock_wait): Optimize a bit more. Just one copy of
2394 the atomic instruction needed.
2395 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
2396 (__lll_mutex_lock_wait): Likewise.
2398 2004-02-28 Ulrich Drepper <drepper@redhat.com>
2400 * Makefile (tests): Add tst-cond14 and tst-cond15.
2401 * tst-cond14.c: New file.
2402 * tst-cond15.c: New file.
2404 2004-02-27 Ulrich Drepper <drepper@redhat.com>
2406 * sysdeps/pthread/createthread.c (create_thread): Remove use of
2407 CLONE_STOPPED. We cannot use SIGCONT which means CLONE_STOPPED
2408 needs to be implemented differently to be useful.
2410 2004-02-26 Ulrich Drepper <drepper@redhat.com>
2412 * pthread_attr_setschedparam.c: Don't test priority against limits
2413 here. Set ATTR_FLAG_SCHED_SET flag.
2414 * pthread_attr_setschedpolicy.c: Set ATTR_FLAG_POLICY_SET flag.
2415 * pthread_create.c (__pthread_create_2_1): Copy scheduling attributes
2416 from parent thread to child. If attribute is used and scheduling
2417 parameters are not inherited, copy parameters from attribute or
2418 compute them. Check priority value.
2419 * pthread_getschedparam.c: If the parameters aren't known yet get
2420 them from the kernel.
2421 * pthread_setschedparam.c: Set ATTR_FLAG_SCHED_SET and
2422 ATTR_FLAG_POLICY_SET flag for thread.
2423 * sysdeps/unix/sysv/linux/internaltypes.h: Define ATTR_FLAG_SCHED_SET
2424 and ATTR_FLAG_POLICY_SET.
2426 * sysdeps/pthread/createthread.c: Use tgkill if possible.
2428 * pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr): Don't
2429 fail if stack address hasn't been set. Just return 0.
2431 2004-02-25 Ulrich Drepper <drepper@redhat.com>
2433 * Makefile (tests-nolibpthread): Add tst-unload. Don't link with
2434 libpthread for the files in this list.
2435 (CFLAGS-tst-unload): Removed.
2436 * tst-unload.c (do_test): Don't use complete path for
2439 * Makefile: Define sonames for tst-tls5mod, tst-_res1mod1, and
2442 2004-02-22 Ulrich Drepper <drepper@redhat.com>
2444 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
2445 (__lll_mutex_lock_wait): Rewrite so that only one locked memory
2446 operation per round is needed.
2447 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
2448 (__lll_mutex_lock_wait): Likewise.
2450 2004-02-20 Ulrich Drepper <drepper@redhat.com>
2452 * tst-cancel9.c (cleanup): Don't print to stderr.
2454 2004-02-20 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2456 * sysdeps/sh/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): Fix variable name.
2458 2004-02-20 Jakub Jelinek <jakub@redhat.com>
2460 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
2461 (__syscall_error_handler2): Call CDISABLE.
2462 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h
2463 (__syscall_error_handler2): Call CDISABLE.
2465 * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
2466 Release lock before the loop, don't reacquire it.
2468 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
2470 2004-02-19 Andreas Schwab <schwab@suse.de>
2472 * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
2475 2004-02-18 Ulrich Drepper <drepper@redhat.com>
2477 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
2478 (pthread_barrier_wait): After wakeup, release lock only when the
2479 last thread stopped using the barrier object.
2480 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
2481 (pthread_barrier_wait): Likewise.
2482 * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait):
2484 * Makefile (tests): Add tst-barrier4.
2485 * tst-barrier4.c: New file.
2487 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
2488 (__pthread_cond_timedwait): Perform timeout test while holding
2489 internal lock to prevent wakeup race.
2490 Patch by Dinakar Guniguntala <dgunigun@in.ibm.com>.
2491 * sysdeps/pthread/pthread_cond_timedwait.c
2492 (__pthread_cond_timedwait): Likewise.
2493 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
2494 (__pthread_cond_timedwait): Likewise.
2496 2004-02-18 Jakub Jelinek <jakub@redhat.com>
2498 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
2499 (__pthread_rwlock_unlock): Access WRITER as 32-bit value.
2500 * Makefile (tests): Add tst-rwlock13.
2501 * tst-rwlock13.c: New test.
2503 2004-02-16 Ulrich Drepper <drepper@redhat.com>
2505 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
2506 (__condvar_tw_cleanup): Little optimization.
2507 Patch by Dinakar Guniguntala <dgunigun@in.ibm.com>.
2509 2004-02-16 Steven Munroe <sjmunroe@us.ibm.com>
2511 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Replace libc with
2512 libpthread as "lib" parameter to SHLIB_COMPAT.
2513 (__novmx_siglongjmp): Fix typo in function name.
2514 (__novmx_longjmp): Fix typo in function name.
2516 2004-02-13 Ulrich Drepper <drepper@redhat.com>
2518 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Add a
2521 * sysdeps/generic/pt-longjmp.c: Moved to...
2522 * sysdeps/pthread/pt-longjmp.c: ...here. New file.
2524 2004-01-29 Steven Munroe <sjmunroe@us.ibm.com>
2526 * Makefile (libpthread-routines): Add pt-cleanup.
2527 * pt-longjmp.c: Removed.
2528 * pt-cleanup.c: Copied __pthread_cleanup_upto to here. New file.
2529 * sysdeps/generic/pt-longjmp.c: Copied longjmp to here. New file.
2530 * sysdeps/unix/sysv/linux/powerpc/Versions: New file.
2531 Version longjmp, siglongjmp for GLIBC_2.3.4.
2532 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: New File.
2534 2004-02-13 Ulrich Drepper <drepper@redhat.com>
2536 * sysdeps/pthread/pthread_cond_timedwait.c
2537 (__pthread_cond_timedwait): Optimize. Drop internal lock earlier.
2538 Reuse code. Add __builtin_expects.
2540 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
2541 (__pthread_cond_timedwait): Get internal lock in case timeout has
2542 passed before the futex syscall.
2543 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
2545 2004-01-20 Ulrich Drepper <drepper@redhat.com>
2547 * allocatestack.c: Pretty printing.
2549 * sysdeps/pthread/createthread.c (create_thread): Don't add
2550 CLONE_DETACHED bit if it is not necessary.
2552 2004-01-16 Ulrich Drepper <drepper@redhat.com>
2554 * pthread_getattr_np.c: Include ldsodefs.h.
2556 2004-01-16 Richard Henderson <rth@redhat.com>
2558 * allocatestack.c: Don't declare __libc_stack_end.
2559 * init.c (__pthread_initialize_minimal_internal): Likewise.
2560 * pthread_getattr_np.c (pthread_getattr_np): Likewise.
2562 2004-01-15 Richard Henderson <rth@redhat.com>
2564 * sysdeps/alpha/tls.h (tcbhead_t): Add private.
2565 (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN, TLS_TCB_SIZE,
2566 TLS_PRE_TCB_SIZE, TLS_TCB_ALIGN, INSTALL_DTV, INSTALL_NEW_DTV,
2567 GET_DTV, THREAD_DTV, THREAD_SELF, DB_THREAD_SELF): Match ia64.
2568 (TLS_TCB_OFFSET, THREAD_ID, NO_TLS_OFFSET): Remove.
2569 (THREAD_GETMEM, THREAD_GETMEM_NC): Simplify.
2570 (THREAD_SETMEM, THREAD_SETMEM_NC): Likewise.
2571 * sysdeps/unix/sysv/linux/alpha/createthread.c (TLS_VALUE): Match ia64.
2573 2004-01-14 Ulrich Drepper <drepper@redhat.com>
2575 * init.c (pthread_functions): Make array const.
2577 2004-01-13 Ulrich Drepper <drepper@redhat.com>
2579 * allocatestack.c (__make_stacks_executable): Change interface.
2580 Check parameters. Pass parameter on to libc counterpart.
2581 * pthreadP.h: Change declaration.
2583 2004-01-13 Richard Henderson <rth@redhat.com>
2585 * pthread_attr_setstack.c (__old_pthread_attr_setstack): Use
2587 * pthread_attr_setstacksize.c (__old_pthread_attr_setstacksize):
2590 * sysdeps/alpha/Makefile: New file.
2591 * sysdeps/alpha/tcb-offsets.sym: New file.
2592 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P):
2593 Use MULTIPLE_THREADS_OFFSET to implement !libpthread !libc version.
2595 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Rewrite based
2598 2004-01-08 Jakub Jelinek <jakub@redhat.com>
2600 * Makefile (tests): Add tst-backtrace1.
2601 * tst-backtrace1.c: New test.
2603 2003-12-11 Ulrich Weigand <uweigand@de.ibm.com>
2605 * sysdeps/alpha/tls.h (DB_THREAD_SELF): Pass bit size of thread
2606 register as second parameter to the REGISTER macro.
2607 * sysdeps/ia64/tls.h (DB_THREAD_SELF): Likewise.
2608 * sysdeps/powerpc/tls.h (DB_THREAD_SELF): Likewise.
2609 * sysdeps/sh/tls.h (DB_THREAD_SELF): Likewise.
2610 * sysdeps/sparc/tls.h (DB_THREAD_SELF): Likewise.
2611 * sysdeps/s390/tls.h (DB_THREAD_SELF): Pass __WORDSIZE as bit size
2612 of thread register as second parameter to REGISTER macro in 64 case.
2614 2004-01-03 Ulrich Drepper <drepper@redhat.com>
2616 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Removed.
2617 (CFLAGS-getpid.o): Defined.
2618 (CFLAGS-getpid.os): Defined.
2620 2003-12-31 Ulrich Drepper <drepper@redhat.com>
2622 * pthread_getattr_np.c (pthread_getattr_np): Make sure stack info
2623 returned for main thread does not overlap with any other VMA.
2624 Patch by Jakub Jelinek.
2626 2003-12-29 Jakub Jelinek <jakub@redhat.com>
2628 * tst-raise1.c: Include stdio.h.
2630 2003-12-23 Jakub Jelinek <jakub@redhat.com>
2632 * sysdeps/unix/sysv/linux/raise.c (raise): Protect pid = selftid
2633 setting with __ASSUME_TGKILL || defined __NR_tgkill.
2634 If pid is 0, set it to selftid.
2635 * sysdeps/unix/sysv/linux/getpid.c (really_getpid): Make inline.
2636 Don't set self->pid but self->tid. If self->pid == 0 and self->tid
2637 != 0, return self->tid without doing a syscall.
2638 * descr.h (struct pthread): Move pid field after tid.
2640 * Makefile (tests): Add tst-raise1.
2641 * tst-raise1.c: New file.
2643 2003-12-23 Roland McGrath <roland@redhat.com>
2645 * tst-oddstacklimit.c: New file.
2646 * Makefile (tests): Add it.
2647 (tst-oddstacklimit-ENV): New variable.
2649 * init.c (__pthread_initialize_minimal_internal): Round stack rlimit
2650 value up to page size for __default_stacksize.
2652 2003-12-21 Ulrich Drepper <drepper@redhat.com>
2654 * Makefile (tests): Add tst-eintr5.
2655 * tst-eintr5.c: New file.
2657 * eintr.c (eintr_source): Prevent sending signal to self.
2659 * tst-eintr2.c (tf1): Improve error message.
2661 2003-12-20 Ulrich Drepper <drepper@redhat.com>
2663 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Define.
2664 * sysdeps/unix/sysv/linux/getpid.c: New file.
2665 * pthread_cancel.c: Add comment explaining use of PID field.
2666 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2667 * pthread_getattr_np.c: Use abs() when comparing PID and TID fields.
2668 * sysdeps/unix/sysv/linux/fork.c: Negate PID field of parent
2669 temporarily to signal the field must not be relied on and updated
2671 * sysdeps/unix/sysv/linux/pt-raise.c: Handle case where PID is
2672 temporarily negative.
2673 * sysdeps/unix/sysv/linux/raise.c: Likewise.
2675 2003-12-19 Ulrich Drepper <drepper@redhat.com>
2677 * eintr.c (setup_eintr): Add new parameter. Pass to thread function.
2678 (eintr_source): If ARG != NULL, use pthread_kill.
2679 * tst-eintr1.c: Adjust for this change.
2680 * tst-eintr2.c: Likewise.
2681 * Makefile (tests): Add tst-eintr3 and tst-eintr4.
2682 * tst-eintr3.c: New file.
2683 * tst-eintr4.c: New file.
2685 2003-12-19 Jakub Jelinek <jakub@redhat.com>
2687 * libc-cancellation.c (__libc_enable_asynccancel): Don't cancel
2688 if CANCELSTATE_BITMASK is set.
2689 * sysdeps/pthread/librt-cancellation.c (__librt_enable_asynccancel):
2692 * Makefile (tests): Add tst-cancel22 and tst-cancel23.
2693 (tests-reverse): Add tst-cancel23.
2694 * tst-cancel22.c: New test.
2695 * tst-cancel23.c: New test.
2697 2003-12-18 Ulrich Drepper <drepper@redhat.com>
2699 * tst-eintr1.c: Better error messages.
2701 * Makefile (tests): Add tst-eintr2.
2702 * tst-eintr2.c: New file.
2704 2003-12-18 Jakub Jelinek <jakub@redhat.com>
2706 * Makefile (tests): Add tst-cancel21 and tst-cancelx21.
2707 (CFLAGS-tst-cancelx21.c): Set.
2708 * tst-cancel21.c: New test.
2709 * tst-cancelx21.c: New test.
2711 * unwind.c (FRAME_LEFT): Add adj argument. Subtract it from each
2713 (unwind_stop): Use _JMPBUF_CFA_UNWINDS_ADJ macro instead of
2714 _JMPBUF_CFA_UNWINDS. Adjust FRAME_LEFT invocations.
2715 * pt-longjmp.c: Include jmpbuf-unwind.h.
2716 (__pthread_cleanup_upto): Use _JMPBUF_UNWINDS_ADJ macro instead of
2717 _JMPBUF_UNWINDS. Adjust compared pointers.
2718 * init.c (__pthread_initialize_minimal_internal): Initialize
2719 pd->stackblock_size.
2720 * sysdeps/pthread/jmpbuf-unwind.h: Removed.
2721 * sysdeps/alpha/jmpbuf-unwind.h: New file.
2722 * sysdeps/i386/jmpbuf-unwind.h: New file.
2723 * sysdeps/powerpc/jmpbuf-unwind.h: New file.
2724 * sysdeps/s390/jmpbuf-unwind.h: New file.
2725 * sysdeps/sh/jmpbuf-unwind.h: New file.
2726 * sysdeps/sparc/sparc32/jmpbuf-unwind.h: New file.
2727 * sysdeps/x86_64/jmpbuf-unwind.h: New file.
2728 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Include stdint.h.
2729 (_JMPBUF_CFA_UNWINDS): Remove.
2730 (_JMPBUF_CFA_UNWINDS_ADJ, _JMPBUF_UNWINDS_ADJ): Define.
2732 2003-12-12 Jakub Jelinek <jakub@redhat.com>
2734 * Makefile (tests): Add tst-cancel20 and tst-cancelx20.
2735 (CFLAGS-tst-cancelx20.c): Set.
2736 * tst-cancel20.c: New test.
2737 * tst-cancelx20.c: New test.
2739 2003-12-17 Ulrich Drepper <drepper@redhat.com>
2741 * init.c (__pthread_initialize_minimal_internal): Don't treat
2742 architectures with separate register stack special here when
2743 computing default stack size.
2745 2003-12-17 Roland McGrath <roland@redhat.com>
2747 * Makefile (tst-cancelx7-ARGS): New variable.
2748 Reportd by Greg Schafer <gschafer@zip.com.au>.
2750 2003-12-17 Jakub Jelinek <jakub@redhat.com>
2752 * Makefile (tests): Add tst-stack3. Depend on $(objpfx)tst-stack3-mem.
2753 (generated): Add tst-stack3.mtrace and tst-stack3-mem.
2754 (tst-stack3-ENV): Set.
2755 ($(objpfx)tst-stack3-mem): New.
2756 * tst-stack3.c: New test.
2758 2003-12-10 David Mosberger <davidm@hpl.hp.com>
2760 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c (_init_EPILOG_BEGINS):
2761 Add unwind directives. Drop unused .regstk directive.
2762 (_fini_EPILOG_BEGINS): Add unwind directives.
2764 2003-12-11 Ulrich Drepper <drepper@redhat.com>
2766 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait):
2767 Assume parameter is a pointer.
2768 (lll_futex_wake): Likewise.
2769 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_futex_wait):
2771 (lll_futex_wake): Likewise.
2772 Reported by Boris Hu.
2773 * sysdeps/unix/sysv/linux/unregister-atfork.c
2774 (__unregister_atfork): Pass pointer to refcntr to lll_futex_wait.
2776 * sysdeps/unix/sysv/linux/sem_wait.c (__new_sem_wait): Simplify a bit.
2778 2003-12-10 Ulrich Drepper <drepper@redhat.com>
2780 * sysdeps/pthread/bits/libc-lock.h (__rtld_lock_initialize): Define.
2781 * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Call
2782 __rtld_lock_initialize for ld.so lock.
2783 Patch in part by Adam Li <adam.li@intel.com>.
2785 2003-12-02 David Mosberger <davidm@hpl.hp.com>
2787 * Makefile (link-libc-static): Remove -lgcc_eh---it's already mentioned
2788 in $(gnulib). Also, remove stale comment.
2790 2003-11-12 David Mosberger <davidm@hpl.hp.com>
2792 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Take
2793 advantage of new syscall stub and optimize accordingly.
2795 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__NR_futex): Rename
2796 from SYS_futex, to match expectations of
2797 sysdep.h:DO_INLINE_SYSCALL.
2798 (lll_futex_clobbers): Remove.
2799 (lll_futex_timed_wait): Rewrite in terms of DO_INLINE_SYSCALL.
2800 (lll_futex_wake): Likewise.
2801 (lll_futex_requeue): Likewise.
2802 (__lll_mutex_trylock): Rewrite to a macro, so we can include this
2803 file before DO_INLINE_SYSCALL is defined (proposed by Jakub
2805 (__lll_mutex_lock): Likewise.
2806 (__lll_mutex_cond_lock): Likewise.
2807 (__lll_mutex_timed_lock): Likewise.
2808 (__lll_mutex_unlock): Likewise.
2809 (__lll_mutex_unlock_force): Likewise.
2811 * sysdeps/ia64/tls.h: Move declaration of __thread_self up so it
2812 comes before the include of <sysdep.h>.
2813 (THREAD_SELF_SYSINFO): New macro.
2814 (THREAD_SYSINFO): Likewise.
2815 (INIT_SYSINFO): New macro.
2816 (TLS_INIT_TP): Call INIT_SYSINFO.
2818 * sysdeps/ia64/tcb-offsets.sym: Add SYSINFO_OFFSET.
2820 * sysdeps/pthread/createthread.c (create_thread): Use
2821 THREAD_SELF_SYSINFO and THREAD_SYSINFO instead of open code.
2822 * allocatestack.c (allocate_stack): Use THREAD_SYSINFO and
2823 THREAD_SELF_SYSINFO instead of open code.
2824 * sysdeps/i386/tls.h (THREAD_SELF_SYSINFO): New macro.
2825 (THREAD_SYSINFO): Likewise.
2827 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: New file.
2829 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: Work around gas problem.
2831 2003-12-06 Ulrich Drepper <drepper@redhat.com>
2833 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Use .init_array
2834 instead of .init. Patch by David Mosberger.
2836 2003-11-30 Thorsten Kukuk <kukuk@suse.de>
2838 * sysdeps/pthread/configure.in: Remove broken declaration in C
2839 cleanup handling check.
2841 2003-11-30 Andreas Jaeger <aj@suse.de>
2843 * Makefile (CFLAGS-pt-initfini.s): Add $(fno_unit_at_a_time).
2844 * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
2847 2003-11-27 Jakub Jelinek <jakub@redhat.com>
2849 * sysdeps/unix/sysv/linux/internaltypes.h (ATTR_FLAG_OLDATTR): Define.
2850 * pthread_attr_destroy.c: Include shlib-compat.h.
2851 (__pthread_attr_destroy): Return immediately if ATTR_FLAG_OLDATTR
2852 is set in iattr->flags.
2853 * pthread_attr_init.c (__pthread_attr_init_2_0): Set ATTR_FLAG_OLDATTR.
2855 2003-11-21 Jakub Jelinek <jakub@redhat.com>
2857 * Makefile (distribute): Add tst-cleanup4aux.c.
2859 * tst-cond12.c (prepare): Add prototype. Move after test-skeleton.c
2862 2003-11-21 Ulrich Drepper <drepper@redhat.com>
2864 * tst-cond12.c (do_test): If USE_COND_SIGNAL is defined, use
2865 pthread_cond_signal.
2867 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Don't
2868 store mutex address if the current value is ~0l.
2869 * sysdeps/pthread/pthread_cond_timedwait.c
2870 (__pthread_cond_timedwait): Likewise.
2871 * sysdeps/pthread/pthread_cond_broadcast.c
2872 (__pthread_cond_broadcast): Don't use requeue for pshared
2875 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
2876 (__pthread_cond_wait): Don't store mutex address if the current
2878 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
2879 (__pthread_cond_timedwait): Likewise.
2880 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
2881 (__pthread_cond_broadcast): Don't use requeue for pshared
2884 * pthread_cond_init.c (__pthread_cond_init): Initialize __mutex
2885 element with ~0l for pshared condvars, with NULL otherwise.
2887 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
2888 (__pthread_cond_wait): Don't store mutex address if the current
2890 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
2891 (__pthread_cond_timedwait): Likewise.
2892 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
2893 (__pthread_cond_broadcast): Don't use requeue for pshared
2896 * Makefile: Add rules to build and run tst-cond12 and tst-cond13.
2897 * tst-cond12.c: New file.
2898 * tst-cond13.c: New file.
2900 2003-11-17 Ulrich Drepper <drepper@redhat.com>
2902 * sysdeps/pthread/configure.in: Make missing forced unwind support
2905 2003-11-11 Ulrich Drepper <drepper@redhat.com>
2907 * pthreadP.h: Don't declare __pthread_unwind as weak inside libpthread.
2909 2003-11-06 Ulrich Drepper <drepper@redhat.com>
2911 * Makefile: Add magic to clean up correctly.
2913 2003-11-05 Jakub Jelinek <jakub@redhat.com>
2915 * unwind.c (FRAME_LEFT): Define.
2916 (unwind_stop): Handle old style cleanups here.
2917 (__pthread_unwind): Handle old style cleanups only if
2918 !HAVE_FORCED_UNWIND.
2919 * Makefile (tests): Add tst-cleanup4 and tst-cleanupx4.
2920 (CFLAGS-tst-cleanupx4.c): Add -fexceptions.
2921 ($(objpfx)tst-cleanup4): Depend on $(objpfx)tst-cleanup4aux.o.
2922 ($(objpfx)tst-cleanupx4): Likewise.
2923 * tst-cleanup4.c: New test.
2924 * tst-cleanup4aux.c: New.
2925 * tst-cleanupx4.c: New test.
2927 2003-11-04 Ulrich Drepper <drepper@redhat.com>
2929 * sysdeps/pthread/bits/stdio-lock.h: Use lll_*lock instead of
2930 lll_mutex_*lock macros to skip atomic operations on some archs.
2932 2003-11-03 Ulrich Drepper <drepper@redhat.com>
2934 * sysdeps/pthread/tst-timer.c (main): Initialize
2935 sigev2.sigev_value as well.
2937 2003-10-15 Roland McGrath <roland@redhat.com>
2939 * sysdeps/pthread/configure.in: Barf if visibility attribute support
2941 * sysdeps/pthread/configure: Regenerated.
2943 2003-10-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2945 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Completely revamp the
2946 locking macros. No distinction between normal and mutex locking
2948 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Rewrite mutex locking.
2949 Merge bits from lowlevelmutex.S we still need.
2950 * sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S: Remove.
2951 * sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: Likewise.
2952 * sysdeps/unix/sysv/linux/sh/not-cancel.h: New file.
2953 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Adjust for
2954 new mutex implementation.
2955 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2956 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2957 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2958 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2959 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2960 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2961 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2962 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2963 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2964 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (PSEUDO): Also defined
2965 symbol for entry point to avoid cancellation.
2967 2003-10-07 Jakub Jelinek <jakub@redhat.com>
2969 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Backout 2003-10-02
2971 (SAVE_OLDTYPE_0): Fix a typo.
2973 2003-10-03 Ulrich Drepper <drepper@redhat.com>
2975 * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once):
2976 Check __sigsetjmp return value. Reported by Daniel Jacobowitz.
2978 2003-10-02 Ulrich Drepper <drepper@redhat.com>
2980 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (DOCARGS_1): Use
2983 2003-10-02 Jakub Jelinek <jakub@redhat.com>
2985 * Makefile (tests): Add tst-cancel19.
2986 * tst-cancel19.c: New test.
2988 2003-10-02 Ulrich Drepper <drepper@redhat.com>
2990 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Fix saving and
2991 restoring of the old cancellation type.
2993 2003-09-30 Jakub Jelinek <jakub@redhat.com>
2995 * sysdeps/pthread/malloc-machine.h: Remove misleading comment.
2997 2003-09-27 Wolfram Gloger <wg@malloc.de>
2999 * sysdeps/pthread/malloc-machine.h: New file
3001 2003-09-24 Roland McGrath <roland@redhat.com>
3003 * allocatestack.c (__make_stacks_executable): Don't ignore return
3004 value from _dl_make_stack_executable.
3006 2003-09-24 Ulrich Drepper <drepper@redhat.com>
3008 * allocatestack.c (__make_stacks_executable): Also change
3009 permission of the currently unused stacks.
3011 * allocatestack.c (change_stack_perm): Split out from
3012 __make_stacks_executable.
3013 (allocate_stack): If the required permission changed between the time
3014 we started preparing the stack and queueing it, change the permission.
3015 (__make_stacks_executable): Call change_stack_perm.
3017 * Makefile: Build tst-execstack-mod locally.
3018 * tst-execstack-mod.c: New file.
3020 2003-09-23 Jakub Jelinek <jakub@redhat.com>
3022 * Makefile (tests): Only add tst-execstack if have-z-execstack is yes.
3024 2003-09-23 Roland McGrath <roland@redhat.com>
3026 * tst-execstack.c: New file.
3027 * Makefile (tests): Add it.
3028 ($(objpfx)tst-execstack, $(objpfx)tst-execstack.out): New targets.
3029 (LDFLAGS-tst-execstack): New variable.
3031 * allocatestack.c (allocate_stack): Use GL(dl_stack_flags) to decide
3032 whether to use PROT_EXEC for stack mmap.
3033 (__make_stacks_executable): New function.
3034 * pthreadP.h: Declare it.
3035 * init.c (__pthread_initialize_minimal_internal): Set
3036 GL(dl_make_stack_executable_hook) to that.
3038 2003-09-22 Ulrich Drepper <drepper@redhat.com>
3040 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Adjust for latest
3041 recommendation from AMD re avoidance of lock prefix.
3043 2003-09-22 Jakub Jelinek <jakub@redhat.com>
3045 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait): Use
3046 lll_futex_timed_wait instead of lll_futex_wait.
3047 * sysdeps/unix/sysv/linux/s390/lowlevellock.c: Removed.
3048 * sysdeps/unix/sysv/linux/s390/lowlevelmutex.c: Removed.
3049 * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c: Removed.
3050 * sysdeps/unix/sysv/linux/s390/libc-lowlevelmutex.c: Removed.
3051 * sysdeps/unix/sysv/linux/s390/sem_trywait.c: Removed.
3052 * sysdeps/unix/sysv/linux/s390/sem_wait.c: Removed.
3053 * sysdeps/unix/sysv/linux/s390/sem_post.c: Removed.
3054 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Removed.
3055 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include atomic.h.
3056 Completely revamp the locking macros. No distinction between
3057 normal and mutex locking anymore.
3058 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3059 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_lock_wait,
3060 __lll_lock_timedwait): Fix prototypes.
3061 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_lock_wait,
3062 __lll_lock_timedwait): Likewise.
3063 (lll_mutex_lock, lll_mutex_cond_lock): Use _val instead of _bool
3064 macros, add __builtin_expect.
3065 (lll_mutex_timedlock): Likewise. Fix return value.
3066 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: Removed.
3067 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevelmutex.S: Removed.
3068 * sysdeps/unix/sysv/linux/i386/i586/lowlevelmutex.S: Removed.
3069 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevelmutex.S: Removed.
3070 * sysdeps/unix/sysv/linux/i386/i686/lowlevelmutex.S: Removed.
3071 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S: Removed.
3072 * sysdeps/unix/sysv/linux/lowlevelmutex.c: Removed.
3073 * sysdeps/unix/sysv/linux/libc-lowlevelmutex.c: Removed.
3075 2003-09-22 Ulrich Drepper <drepper@redhat.com>
3077 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
3078 (__lll_mutex_lock_wait): Minor optimization to avoid one atomic
3079 operation if possible.
3081 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Don't play tricks
3082 like jumping over the lock prefix.
3084 2003-09-21 Ulrich Drepper <drepper@redhat.com>
3086 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Completely revamp the
3087 locking macros. No distinction between normal and mutex locking
3089 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3090 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3091 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3092 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Rewrite mutex
3093 locking. Merge bits from lowlevelmutex.S we still need.
3094 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3095 * sysdeps/unix/sysv/linux/lowlevellock.c: Likewise.
3096 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Removed.
3097 * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S: Removed.
3098 * Makefile (routines): Remove libc-lowlevelmutex.
3099 (libpthread-rountines): Remove lowlevelmutex.
3100 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Adjust
3101 for new mutex implementation.
3102 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
3103 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
3104 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
3105 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
3106 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
3108 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
3110 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
3111 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
3112 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Likewise
3113 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
3114 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
3115 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
3116 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
3117 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
3119 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
3121 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Likewise.
3122 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
3123 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
3125 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
3126 * sysdeps/pthread/pthread_cond_signal.c: Don't use requeue.
3128 2003-09-20 Ulrich Drepper <drepper@redhat.com>
3130 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Don't match memory
3131 in parameters of asm with output parameters.
3133 * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Change
3134 type of DECR parameter to int.
3135 * pthreadP.h: Adjust prototype of __pthread_mutex_unlock_usercnt.
3137 2003-09-18 Jakub Jelinek <jakub@redhat.com>
3139 * tst-attr3.c (tf, do_test): Print stack start/end/size and
3140 guardsize for each thread.
3142 2003-09-17 Jakub Jelinek <jakub@redhat.com>
3144 * sysdeps/pthread/pthread.h (pthread_getattr_np): Clarify usage.
3145 * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
3146 (pthread_attr_setaffinity_np): Handle cpuset == NULL.
3148 * sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
3149 (pthread_attr_getaffinity_np): Don't segfault if iattr->cpuset is
3151 * pthread_getattr_np.c: Set cpuset using pthread_getaffinity_np.
3152 * pthreadP.h (pthread_getaffinity_np): Add hidden_proto.
3153 * sysdeps/unix/sysv/linux/pthread_getaffinity.c
3154 (pthread_getaffinity_np): Add hidden_def.
3156 * Makefile (tests): Add tst-attr3.
3157 * tst-attr3.c: New test.
3159 * sysdeps/i386/Makefile (CFLAGS-tst-align.c): Remove.
3161 2003-09-15 Jakub Jelinek <jakub@redhat.com>
3163 * sysdeps/i386/Makefile (CFLAGS-pthread_create.c,
3164 CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
3166 2003-09-17 Jakub Jelinek <jakub@redhat.com>
3168 * Makefile (CFLAGS-tst-align.c): Add $(stack-align-test-flags).
3169 * tst-align.c: Include tst-stack-align.h.
3170 (tf, do_test): Use TEST_STACK_ALIGN macro.
3172 2003-09-17 Ulrich Drepper <drepper@redhat.com>
3174 * pthread_attr_init.c (__pthread_attr_init_2_0): Remove unused
3177 2003-09-16 Ulrich Drepper <drepper@redhat.com>
3179 * pthread_getattr_np.c (pthread_getattr_np): Correctly fill in the
3180 stack-related values for the initial thread.
3182 2003-09-15 Jakub Jelinek <jakub@redhat.com>
3184 * Makefile (CFLAGS-pthread_once.c): Add $(uses-callbacks).
3186 2003-09-11 Ulrich Drepper <drepper@redhat.com>
3188 * pthread_mutex_lock.c: Minor code rearrangements.
3190 2003-09-05 Roland McGrath <roland@redhat.com>
3192 * pthread_create.c (__pthread_pthread_sizeof_descr): Removed.
3193 Instead, include ../nptl_db/db_info.c to do its magic.
3194 * pthread_key_create.c (__pthread_pthread_keys_max): Removed.
3195 (__pthread_pthread_key_2ndlevel_size): Likewise.
3196 * sysdeps/alpha/tls.h (DB_THREAD_SELF): New macro.
3197 * sysdeps/i386/tls.h (DB_THREAD_SELF): New macro.
3198 * sysdeps/ia64/tls.h (DB_THREAD_SELF): New macro.
3199 * sysdeps/powerpc/tls.h (DB_THREAD_SELF): New macro.
3200 * sysdeps/s390/tls.h (DB_THREAD_SELF): New macro.
3201 * sysdeps/sh/tls.h (DB_THREAD_SELF): New macro.
3202 * sysdeps/sparc/tls.h (DB_THREAD_SELF): New macro.
3203 * sysdeps/x86_64/tls.h (DB_THREAD_SELF): New macro.
3204 * sysdeps/alpha/td_ta_map_lwp2thr.c: File removed.
3205 * sysdeps/generic/td_ta_map_lwp2thr.c: File removed.
3206 * sysdeps/i386/td_ta_map_lwp2thr.c: File removed.
3207 * sysdeps/ia64/td_ta_map_lwp2thr.c: File removed.
3208 * sysdeps/powerpc/td_ta_map_lwp2thr.c: File removed.
3209 * sysdeps/s390/td_ta_map_lwp2thr.c: File removed.
3210 * sysdeps/sh/td_ta_map_lwp2thr.c: File removed.
3211 * sysdeps/sparc/td_ta_map_lwp2thr.c: File removed.
3212 * sysdeps/x86_64/td_ta_map_lwp2thr.c: File removed.
3214 2003-09-08 Ulrich Drepper <drepper@redhat.com>
3216 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Change type
3217 of pthread_t to be compatible with LT.
3218 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.
3219 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
3220 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
3221 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
3222 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Likewise.
3223 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
3224 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise.
3226 2003-09-04 Ulrich Drepper <drepper@redhat.com>
3228 * sysdeps/unix/sysv/linux/i386/not-cancel.h (fcntl_not_cancel): Define.
3230 2003-09-04 Jakub Jelinek <jakub@redhat.com>
3232 * unwind-forcedunwind.c: Move to...
3233 * sysdeps/pthread/unwind-forcedunwind.c: ...here.
3234 (pthread_cancel_init): Use ARCH_CANCEL_INIT if defined.
3235 * sysdeps/pthread/jmpbuf-unwind.h: New file.
3236 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: New file.
3237 * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: New file.
3238 * unwind.c: Include jmpbuf-unwind.h.
3239 (unwind_stop): Use _JMPBUF_CFA_UNWINDS macro.
3241 2003-09-02 Jakub Jelinek <jakub@redhat.com>
3243 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: New file.
3244 * sysdeps/unix/sysv/linux/ia64/Versions (libpthread): Export
3245 pthread_attr_setstack and pthread_attr_setstacksize @@GLIBC_2.3.3.
3246 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: New file.
3247 * sysdeps/unix/sysv/linux/alpha/Versions: New file.
3248 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: New file.
3249 * sysdeps/unix/sysv/linux/sparc/Versions: New file.
3250 * pthread_attr_setstack.c (__old_pthread_attr_setstack): New function.
3251 (pthread_attr_setstack): If PTHREAD_STACK_MIN != 16384, export
3252 as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.2.
3253 * pthread_attr_setstacksize.c (__old_pthread_attr_setstacksize): New
3255 (pthread_attr_setstacksize): If PTHREAD_STACK_MIN != 16384, export
3256 as @@GLIBC_2.3.2 and also export compatibility @GLIBC_2.1.
3257 * Makefile (tests): Add tst-stack2.
3258 * tst-stack2.c: New test.
3259 * tst-stack1.c: Include limits.h and sys/param.h.
3260 (do_test): Set size to MAX (4 * getpagesize (), PTHREAD_STACK_MIN).
3262 * pthread_condattr_setpshared.c: Include errno.h.
3263 (pthread_condattr_setpshared): Return EINVAL if pshared
3264 is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
3266 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO): Also
3267 defined symbol for entry point to avoid cancellation.
3268 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
3270 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO):
3272 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h (PSEUDO):
3274 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h (PSEUDO):
3276 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h (PSEUDO):
3278 * sysdeps/unix/sysv/linux/i386/not-cancel.h (__open_nocancel,
3279 __close_nocancel, __read_nocancel, __write_nocancel,
3280 __waitpid_nocancel): Add attribute_hidden. If not in libc.so,
3281 libpthread.so or librt.so, define to corresponding function
3282 without _nocancel suffix.
3283 * sysdeps/unix/sysv/linux/s390/not-cancel.h: New file.
3284 * sysdeps/unix/sysv/linux/powerpc/not-cancel.h: New file.
3285 * sysdeps/unix/sysv/linux/sparc/not-cancel.h: New file.
3287 * sysdeps/unix/sysv/linux/x86_64/not-cancel.h: Fix a typo.
3289 2003-09-02 Ulrich Drepper <drepper@redhat.com>
3291 * sysdeps/unix/sysv/linux/i386/not-cancel.h: New file.
3292 * sysdeps/unix/sysv/linux/x86_64/not-cancel.h: New file.
3294 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Make sure the code
3295 in subsections has a symbol associated with it.
3297 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Also
3298 defined symbol for entry point to avoid cancellation.
3299 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Likewise.
3301 2003-09-01 Jakub Jelinek <jakub@redhat.com>
3303 * Makefile (tests): Add tst-tls5.
3304 (module-names): Add tst-tls5mod{,a,b,c,d,e,f}.
3305 ($(objpfx)tst-tls5mod{,a,b,c,d,e,f}.so-no-z-defs): Set to yes.
3306 ($(objpfx)tst-tls5): New.
3307 ($(objpfx)tst-tls6.out): Likewise.
3308 (tests): Depend on $(objpfx)tst-tls6.out.
3309 * tst-tls3.c: Include stdint.h and pthreaddef.h.
3310 (do_test): Check pthread_self () return value alignment.
3311 * tst-tls3mod.c: Include stdint.h and pthreaddef.h.
3312 (tf): Check pthread_self () return value alignment.
3313 * tst-tls5.c: New test.
3315 * tst-tls5mod.c: New.
3316 * tst-tls5moda.c: New.
3317 * tst-tls5modb.c: New.
3318 * tst-tls5modc.c: New.
3319 * tst-tls5modd.c: New.
3320 * tst-tls5mode.c: New.
3321 * tst-tls5modf.c: New.
3322 * tst-tls6.sh: New test.
3324 * sysdeps/pthread/pthread-functions.h (struct pthread_functions): Add
3325 ptr___pthread_cond_timedwait and ptr___pthread_cond_timedwait_2_0.
3326 * init.c (pthread_functions): Initialize them.
3327 * forward.c (pthread_cond_timedwait@GLIBC_2.0,
3328 pthread_cond_timedwait@@GLIBC_2.3.2): New forwards.
3329 * Versions (libc): Export pthread_cond_timedwait@GLIBC_2.0,
3330 pthread_cond_timedwait@@GLIBC_2.3.2.
3332 2003-09-01 Jakub Jelinek <jakub@redhat.com>
3334 * sysdeps/unix/sysv/linux/alpha/timer_create.c: New file.
3335 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: New file.
3336 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: New file.
3337 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: New file.
3338 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: New file.
3339 * sysdeps/unix/sysv/linux/alpha/Versions: New file.
3341 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: New file.
3343 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Define
3344 _POSIX_THREAD_PRIORITY_SCHEDULING.
3345 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Likewise.
3347 2003-08-31 Ulrich Drepper <drepper@redhat.com>
3349 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock): Avoid
3350 nested function, use static inline function from libio.h.
3351 Code by Richard Henderson.
3353 * sysdeps/pthread/bits/libc-lock.h: Mark pthread_setcancelstate as
3356 2003-08-30 Jakub Jelinek <jakub@redhat.com>
3358 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
3359 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: New file.
3360 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: New file.
3361 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: New file.
3362 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: New file.
3363 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: New file.
3364 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: New file.
3365 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: New file.
3366 * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: New file.
3367 * sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: New file.
3368 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: New file.
3369 * sysdeps/unix/sysv/linux/sparc/pthread_once.c: New file.
3370 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3371 * sysdeps/unix/sysv/linux/sparc/fork.c: New file.
3372 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: New file.
3373 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c: New file.
3374 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.c: New file.
3375 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.c: New file.
3376 * sysdeps/sparc/sparc32/pthread_spin_lock.c: New file.
3377 * sysdeps/sparc/sparc32/pthread_spin_trylock.c: New file.
3378 * sysdeps/sparc/sparc32/pthreaddef.h: New file.
3379 * sysdeps/sparc/sparc64/pthread_spin_lock.c: New file.
3380 * sysdeps/sparc/sparc64/pthread_spin_trylock.c: New file.
3381 * sysdeps/sparc/sparc64/pthread_spin_unlock.c: New file.
3382 * sysdeps/sparc/sparc64/pthreaddef.h: New file.
3383 * sysdeps/sparc/tls.h: New file.
3384 * sysdeps/sparc/tcb-offsets.sym: New file.
3385 * sysdeps/sparc/Makefile: New file.
3386 * sysdeps/sparc/td_ta_map_lwp2thr.c: New file.
3387 * init.c [__sparc__] (__NR_set_tid_address): Define.
3389 2003-08-29 Jakub Jelinek <jakub@redhat.com>
3391 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock,
3392 _IO_release_lock): Define.
3394 2003-08-29 Jakub Jelinek <jakuB@redhat.com>
3396 * tst-cancel4.c (tf_sigwait, tf_sigwaitinfo, tf_sigtimedwait): Add
3397 sigemptyset before sigaddset. Reported by jreiser@BitWagon.com.
3399 2003-08-27 Ulrich Drepper <drepper@redhat.com>
3401 * sysdeps/pthread/pthread.h (pthread_exit): Remove __THROW.
3402 (__pthread_cleanup_class): Add missing return types of member
3405 2003-08-26 Steven Munroe <sjmunroe@us.ibm.com>
3407 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
3408 (lll_mutex_unlock_force): Add memory barrier between store and futex
3411 2003-08-25 Ulrich Drepper <drepper@redhat.com>
3413 * tst-cancel4.c (do_test): Also unlink tempfname and remove
3414 tempmsg in first loop.
3416 2003-08-18 Ulrich Drepper <drepper@redhat.com>
3418 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
3419 _POSIX_THREAD_PRIORITY_SCHEDULING.
3420 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
3422 2003-08-07 Jakub Jelinek <jakub@redhat.com>
3424 * sysdeps/pthread/bits/libc-lock.h [_LIBC && SHARED]
3425 (__rtld_lock_default_lock_recursive,
3426 __rtld_lock_default_unlock_recursive): Define.
3427 [_LIBC && SHARED] (__rtld_lock_lock_recursive,
3428 __rtld_lock_unlock_recursive): Define using
3429 GL(_dl_rtld_*lock_recursive).
3430 * init.c (__pthread_initialize_minimal_internal): Initialize
3431 _dl_rtld_lock_recursive and _dl_rtld_unlock_recursive.
3432 Lock GL(_dl_load_lock) the same number of times as
3433 GL(_dl_load_lock) using non-mt implementation was nested.
3435 * pthreadP.h (__pthread_cleanup_upto): Add hidden_proto.
3436 * pt-longjmp.c (__pthread_cleanup_upto): Add hidden_def.
3438 2003-08-06 Jakub Jelinek <jakub@redhat.com>
3440 * tst-cancel17.c (do_test): Make len2 maximum of page size and
3443 2003-08-07 Jakub Jelinek <jakub@redhat.com>
3445 * pthread_create.c (__pthread_create_2_0): Clear new_attr.cpuset.
3447 2003-08-03 Jakub Jelinek <jakub@redhat.com>
3449 * sysdeps/pthread/createthread.c (do_clone): Move error handling
3450 to first syscall error check. Move syscall error check for tkill
3451 into __ASSUME_CLONE_STOPPED #ifdef.
3453 2003-08-02 Ulrich Drepper <drepper@redhat.com>
3455 * sysdeps/pthread/createthread.c (do_clone): If __ASSUME_CLONE_STOPPED
3456 is not defined, do explicit synchronization.
3457 (create_thread): Do not lock pd->lock here. If __ASSUME_CLONE_STOPPED
3458 is not defined also unlock pd->lock for non-debugging case in case
3460 * pthread_create.c (start_thread): Always get and release pd->lock
3461 if __ASSUME_CLONE_STOPPED is not defined.
3462 (start_thread_debug): Removed. Adjust users.
3463 * allocatestack.c (allocate_stack): Always initialize lock if
3464 __ASSUME_CLONE_STOPPED is not defined.
3465 * Makefile (tests): Add tst-sched1.
3466 * tst-sched1.c: New file.
3468 * sysdeps/pthread/createthread.c (do_clone): Only use
3469 sched_setschduler and pass correct parameters.
3471 2003-07-31 Jakub Jelinek <jakub@redhat.com>
3473 * sysdeps/pthread/pthread.h (pthread_attr_setstackaddr,
3474 pthread_attr_setstacksize): Change PTHREAD_STACK_SIZE to
3475 PTHREAD_STACK_MIN in comments.
3477 2003-07-31 Jakub Jelinek <jakub@redhat.com>
3479 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
3480 Shut up warnings if INTERNAL_SYSCALL_ERROR_P does not use its first
3482 * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
3483 * pthread_condattr_setclock.c (pthread_condattr_setclock): Likewise.
3484 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Include pthreaddef.h.
3485 (__pthread_cleanup_upto): Fix prototype.
3486 (_longjmp_unwind): Adjust caller.
3487 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (__lll_mutex_timedlock):
3488 Change second argument to const struct pointer.
3489 * tst-sem8.c (main): Remove unused s2 and s3 variables.
3490 * tst-sem9.c (main): Likewise.
3491 * unwind.c: Include string.h for strlen prototype.
3493 2003-07-31 Ulrich Drepper <drepper@redhat.com>
3495 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
3496 (__pthread_cond_timedwait): Don't use cmov unless HAVE_CMOV is defined.
3497 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
3499 Patch by Nicholas Miell <nmiell@attbi.com>.
3501 2003-07-30 Jakub Jelinek <jakub@redhat.com>
3503 * init.c (__pthread_initialize_minimal_internal): Initialize
3504 GL(dl_init_static_tls).
3505 * pthreadP.h (__pthread_init_static_tls): New prototype.
3506 * allocatestack.c (init_one_static_tls, __pthread_init_static_tls):
3508 * Makefile (tests): Add tst-tls4.
3509 (modules-names): Add tst-tls4moda and tst-tls4modb.
3510 ($(objpfx)tst-tls4): Link against libdl and libpthread.
3511 ($(objpfx)tst-tls4.out): Depend on tst-tls4moda.so and
3513 * tst-tls4.c: New file.
3514 * tst-tls4moda.c: New file.
3515 * tst-tls4modb.c: New file.
3517 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
3519 * sysdeps/pthread/timer_create.c (timer_create): Call timer_delref
3520 before __timer_dealloc.
3521 * sysdeps/pthread/timer_routines.c (__timer_thread_find_matching):
3522 Don't call list_unlink.
3524 2003-07-29 Roland McGrath <roland@redhat.com>
3526 * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
3528 2003-07-25 Jakub Jelinek <jakub@redhat.com>
3530 * tst-cancel17.c (do_test): Check if aio_cancel failed.
3531 Don't reuse struct aiocb A if it failed.
3532 Write fpathconf (fds[1], _PC_PIPE_BUF) + 2 bytes using aio_write,
3533 not just one byte, as that does not block.
3535 2003-07-22 Jakub Jelinek <jakub@redhat.com>
3537 * sysdeps/pthread/unwind-resume.c: New file.
3538 * sysdeps/pthread/Makefile (routines, shared-only-routines): Add
3539 unwind-resume in csu subdir.
3540 (CFLAGS-unwind-resume.c, CFLAGS-rt-unwind-resume.c): Compile with
3542 (librt-sysdep_routines, librt-shared-only-routines): Add
3544 * sysdeps/pthread/rt-unwind-resume.c: New file.
3545 * unwind-forcedunwind.c: New file.
3546 * Makefile (libpthread-routines): Add unwind-forcedunwind.
3547 (libpthread-shared-only-routines): Likewise.
3548 (CFLAGS-unwind-forcedunwind.c): Compile with exceptions.
3549 * pthreadP.h (pthread_cancel_init): New prototype.
3550 * pthread_cancel.c (pthread_cancel): Call pthread_cancel_init.
3552 * sysdeps/pthread/createthread.c (do_thread, create_thread): Make
3553 attr argument const struct pthread_attr *.
3555 * res.c (__res_state): Return __resp.
3556 * descr.h: Include resolv.h.
3557 (struct pthread): Add res field.
3558 * pthread_create.c: Include resolv.h.
3559 (start_thread): Initialize __resp.
3560 * Makefile (tests): Add tst-_res1.
3561 (module-names): Add tst-_res1mod1, tst-_res1mod2.
3562 ($(objpfx)tst-_res1mod2.so): Depend on $(objpfx)tst-_res1mod1.so.
3563 ($(objpfx)tst-_res1): Depend on $(objpfx)tst-_res1mod2.so and
3565 * tst-_res1.c: New file.
3566 * tst-_res1mod1.c: New file.
3567 * tst-_res1mod2.c: New file.
3569 2003-07-21 Ulrich Drepper <drepper@redhat.com>
3571 * sysdeps/pthread/createthread.c: Don't define CLONE_STOPPED.
3573 * Makefile: Define various *-no-z-defs variables for test DSOs
3574 which has undefined symbols.
3576 2003-07-21 Steven Munroe <sjmunroe@us.ibm.com>
3578 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
3579 Retry if the stwcx fails to store once_control.
3581 2003-07-20 Ulrich Drepper <drepper@redhat.com>
3583 * Makefile (libpthread-routines): Add pthread_attr_getaffinity and
3584 pthread_attr_setaffinity.
3585 * Versions [libpthread] (GLIBC_2.3.3): Likewise.
3586 * sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: New file.
3587 * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: New file.
3588 * pthread_attr_destroy.c: Free cpuset element if allocated.
3589 * pthread_create.c: Pass iattr as additional parameter to
3591 * sysdeps/pthread/createthread.c: If attribute is provided and
3592 a new thread is created with affinity set or scheduling parameters,
3593 start thread with CLONE_STOPPED.
3594 * sysdeps/pthread/pthread.h: Declare pthread_attr_getaffinity and
3595 pthread_attr_setaffinity.
3596 * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_attr): Add
3599 2003-07-15 Ulrich Drepper <drepper@redhat.com>
3601 * tst-tcancel-wrappers.sh: lseek and llseek are not cancelation points.
3603 2003-07-14 Ulrich Drepper <drepper@redhat.com>
3605 * sysdeps/pthread/configure.in: Require CFI directives also for
3608 2003-07-15 Jakub Jelinek <jakub@redhat.com>
3610 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h (PSEUDO):
3613 2003-07-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3615 * sysdeps/sh/tcb-offsets.sym: Add RESULT, TID, CANCELHANDLING and
3617 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Use more
3618 registers as variables. Call __pthread_mutex_unlock_usercnt.
3619 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3620 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Store TID
3621 not self pointer in __writer. Compare with TID to determine
3623 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3624 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3626 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3628 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Add cancellation support.
3629 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3630 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Define all the nice
3631 macros also when compiling librt.
3633 2003-07-11 Jakub Jelinek <jakub@redhat.com>
3635 * Makefile (CFLAGS-pthread_once.c): Add -fexceptions
3636 -fasynchronous-unwind-tables.
3637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
3638 (PSEUDO): Add cfi directives.
3639 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (PSEUDO):
3641 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (PSEUDO):
3644 2003-07-08 Jakub Jelinek <jakub@redhat.com>
3646 * pthreadP.h (__pthread_unwind_next, __pthread_register_cancel,
3647 __pthread_unregister_cancel): Add prototypes and hidden_proto.
3648 * unwind.c (__pthread_unwind_next): Add hidden_def.
3649 * cleanup.c (__pthread_register_cancel, __pthread_unregister_cancel):
3651 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
3652 Use HIDDEN_JUMPTARGET to jump to __pthread_unwind.
3653 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
3655 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S (sem_wait): Likewise.
3656 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
3658 * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): Use
3659 HIDDEN_JUMPTARGET to call __pthread_register_cancel,
3660 __pthread_unregister_cancel and __pthread_unwind_next.
3662 2003-07-04 Jakub Jelinek <jakub@redhat.com>
3664 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Use
3665 different symbol for the cancellation syscall wrapper and
3666 non-cancellation syscall wrapper.
3667 (PSEUDO_END): Define.
3669 2003-07-05 Richard Henderson <rth@redhat.com>
3671 * sysdeps/alpha/elf/pt-initfini.c: Avoid .ent/.end.
3672 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_futex_wait,
3673 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On success
3674 return actual return value from the syscall, not 0.
3676 2003-07-07 Ulrich Drepper <drepper@redhat.com>
3678 * descr.h (struct pthread): Add pid field.
3679 * allocatestack.c (allocate_stack): Initialize pid field in descriptor.
3680 (__reclaim_stacks): Likewise.
3681 * init.c (sigcancel_handler): If __ASSUME_CORRECT_SI_PID is defined
3682 also check for PID of the signal source.
3683 (__pthread_initialize_minimal_internal): Also initialize pid field
3684 of initial thread's descriptor.
3685 * pthread_cancel.c: Use tgkill instead of tkill if possible.
3686 * sysdeps/unix/sysv/linux/fork.c: Likewise.
3687 * sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3688 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3689 * sysdeps/unix/sysv/linux/raise.c: Likewise.
3691 2003-07-05 Ulrich Drepper <drepper@redhat.com>
3693 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_push): Renamed.
3694 Fix use of parameter.
3695 (__libc_cleanup_pop): Likewise.
3697 2003-07-04 Ulrich Drepper <drepper@redhat.com>
3699 * init.c (sigcancel_handler): Change parameters to match handler
3700 for SA_SIGACTION. Check signal number and code to recognize
3701 invalid invocations.
3703 2003-07-03 Roland McGrath <roland@redhat.com>
3705 * sysdeps/ia64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr):
3706 Apply sizeof (struct pthread) bias to r13 value.
3708 2003-07-03 Ulrich Drepper <drepper@redhat.com>
3710 * sysdeps/pthread/configure.in: Require CFI directives.
3712 * sysdeps/pthread/librt-cancellation.c (__pthread_unwind): Remove
3714 * pthreadP.h (__pthread_unwind): Add hidden_proto if used in
3715 libpthread compilation.
3716 * unwind.c (__pthread_unwind): Add hidden_def.
3717 * Versions (libpthread) [GLIBC_PRIVATE]: Add __pthread_unwind.
3719 2003-07-01 Ulrich Drepper <drepper@redhat.com>
3721 * libc-cancellation.c (__libc_cleanup_routine): Define.
3722 * sysdeps/pthread/bits/libc-lock.h (__pthread_cleanup_push): Define.
3723 (__pthread_cleanup_pop): Define.
3725 2003-07-01 Richard Henderson <rth@redhat.com>
3727 * sysdeps/alpha/elf/pt-initfini.c: New file.
3728 * sysdeps/alpha/pthread_spin_lock.S: New file.
3729 * sysdeps/alpha/pthread_spin_trylock.S: New file.
3730 * sysdeps/alpha/pthreaddef.h: New file.
3731 * sysdeps/alpha/td_ta_map_lwp2thr.c: New file.
3732 * sysdeps/alpha/tls.h: New file.
3733 * sysdeps/unix/sysv/linux/alpha/Makefile: New file.
3734 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: New file.
3735 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: New file.
3736 * sysdeps/unix/sysv/linux/alpha/createthread.c: New file.
3737 * sysdeps/unix/sysv/linux/alpha/fork.c: New file.
3738 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: New file.
3739 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
3740 * sysdeps/unix/sysv/linux/alpha/pthread_once.c: New file.
3741 * sysdeps/unix/sysv/linux/alpha/sem_post.c: New file.
3742 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: New file.
3744 2003-07-01 Ulrich Drepper <drepper@redhat.com>
3746 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Add correct
3747 cleanup support and unwind info.
3749 2003-06-30 Ulrich Drepper <drepper@redhat.com>
3751 * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once):
3752 Use correct cleanup handler registration. Add unwind info.
3753 * sysdeps/unix/sysv/linux/unwindbuf.sym: New file.
3754 * sysdeps/unix/sysv/linux/Makefile: Add rule to build unwindbuf.h.
3755 * tst-once3.c: Add cleanup handler and check it is called.
3756 * tst-once4.c: Likewise.
3757 * tst-oncex3.c: New file.
3758 * tst-oncex4.c: New file.
3759 * Makefile: Add rules to build and run tst-oncex3 and tst-oncex4.
3761 2003-06-29 Ulrich Drepper <drepper@redhat.com>
3763 * sysdeps/pthread/configure.in: Check for C cleanup handling in gcc.
3765 2003-06-27 Ulrich Drepper <drepper@redhat.com>
3767 * tst-cancel4.c (tf_msgrcv): Use IPC_PRIVATE in msgget call.
3768 (tf_msgsnd): Likewise.
3770 * tst-cancel4.c (tf_msgrcv): Strengthen test against valid
3771 premature returns a bit more.
3773 2003-06-26 Ulrich Drepper <drepper@redhat.com>
3775 * sysdeps/pthread/librt-cancellation.c: Move __pthread_unwind
3776 definition to the front.
3778 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Rename
3779 the cleanup functions to make the names unique. Fix dwarf opcode
3781 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Rename cleanup
3782 functions to make the names unique. Fix CFA offset for two blocks.
3784 2003-06-25 Ulrich Drepper <drepper@redhat.com>
3786 * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add
3787 missing closing braces.
3788 Patch by Christophe Saout <christophe@saout.de>.
3790 2003-06-24 Roland McGrath <roland@redhat.com>
3792 * pthread_mutex_trylock.c (__pthread_mutex_trylock): Typo fix.
3794 2003-06-24 Ulrich Drepper <drepper@redhat.com>
3796 * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: New file.
3797 * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: New file.
3799 * pthreadP.h: Declare __find_thread_by_id.
3800 * allocatestack.c [HP_TIMING_AVAIL]: Define __find_thread_by_id.
3801 * pthread_clock_gettime.c: Allow using other thread's clock.
3802 * pthread_clock_settime.c: Likewise.
3803 * sysdeps/pthread/pthread_getcpuclockid.c: Likewise.
3804 * Makefile: Add rules to build and run tst-clock2.
3805 * tst-clock2.c: New file.
3807 2003-06-23 Ulrich Drepper <drepper@redhat.com>
3809 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Rewrite
3810 to use exception-based cleanup handler.
3811 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
3813 * tst-cond8.c (ch): Announce that we are done.
3815 * pthreadP.h (__pthread_mutex_cond_lock): Mark with internal_function.
3817 * tst-cancel17.c (tf): Retry aio_suspend in case of EINTR.
3818 Also test aio_suspend with timeout value.
3820 2003-06-22 Ulrich Drepper <drepper@redhat.com>
3822 * pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden.
3823 * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add
3826 * pthreadP.h (__pthread_mutex_init_internal): Mark hidden.
3827 (__pthread_mutex_lock_internal): Likewise.
3828 (__pthread_mutex_unlock_internal): Likewise.
3829 (__pthread_mutex_unlock_usercnt): Declare.
3830 * pthread_mutex_destroy.c: Always fail if used in any way.
3831 * pthread_mutex_init.c: Update comment.
3832 * pthread_mutex_lock.c: If NO_INCR is not defined adjust __nusers.
3833 * pthread_mutex_timedlock.c: Adjust __nusers.
3834 * pthread_mutex_trylock.c: Adjust __nusers.
3835 * pthread_mutex_unlock.c: Old code is in __pthread_mutex_unlock_usercnt
3836 and public interfaces are wrapper with pass additional parameter.
3837 __pthread_mutex_unlock_usercnt does not adjust __nusers if second
3839 * tst-mutex8.c: New file.
3840 * Makefile (tests): Add tst-mutex8.
3841 * sysdeps/pthread/pthread_cond_timedwait.c: Call
3842 __pthread_mutex_unlock_usercnt.
3843 * sysdeps/pthread/pthread_cond_wait.c: Likewise.
3844 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
3845 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
3846 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
3847 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
3848 * sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Define NO_INCR.
3849 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
3851 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
3852 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
3853 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
3854 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
3855 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
3857 * pthread_mutex_lock.c: Don't store THREAD_ID in __owner, use TID.
3858 * pthread_mutex_timedlock.c: Likewise.
3859 * pthread_mutex_trylock.c: Adjust __nusers.
3860 * pthread_mutex_unlock.c: Compare with TID not THREAD_ID.
3861 * tst-mutex9.c: New file.
3862 * Makefile (tests): Add tst-mutex9.
3863 * sysdeps/i386/tls.h: Remove THREAD_ID definition.
3864 * sysdeps/ia64/tls.h: Likewise.
3865 * sysdeps/powerpc/tls.h: Likewise.
3866 * sysdeps/s390/tls.h: Likewise.
3867 * sysdeps/sh/tls.h: Likewise.
3868 * sysdeps/x86_64/tls.h: Likewise.
3869 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
3870 Change type of __owner.
3871 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
3872 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
3873 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
3874 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
3875 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
3877 2003-06-19 Jakub Jelinek <jakub@redhat.com>
3879 * sysdeps/unix/sysv/linux/ia64/sem_post.c: Move to...
3880 * sysdeps/unix/sysv/linux/sem_post.c: ...here.
3882 * sysdeps/unix/sysv/linux/sem_post.c: Move to...
3883 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here. Pass nr + 1
3884 instead of nr to lll_futex_wake. Only set errno and return -1
3887 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (lll_futex_wait,
3888 lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On success
3889 return actual return value from the syscall, not 0.
3891 2003-06-18 Ulrich Drepper <drepper@redhat.com>
3893 * tst-cancel4.c (tf_msgsnd): Don't always use 100 as the type,
3894 find a random value.
3895 (tf_msgrcv): Likewise. Also don't report msgrcv returns if
3898 * sysdeps/unix/sysv/linux/timer_settime.c: Add prototype for
3899 compat_timer_settime.
3900 * sysdeps/unix/sysv/linux/timer_gettime.c: Add prototype for
3901 compat_timer_gettime.
3902 * sysdeps/unix/sysv/linux/timer_getoverr.c: Add prototype for
3903 compat_timer_getoverrun.
3904 * sysdeps/unix/sysv/linux/timer_delete.c: Add prototype for
3905 compat_timer_delete.
3907 * pthread_mutex_destroy.c (__pthread_mutex_destroy): For
3908 error-checking mutex detect busy mutexes.
3910 2003-06-17 Ulrich Drepper <drepper@redhat.com>
3912 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_mutex_lock):
3913 Add ax to clobber list.
3914 (lll_mutex_cond_lock): Likewise.
3915 (lll_mutex_unlock): Likewise.
3916 (lll_lock): Likewise.
3917 (lll_unlock): Likewise.
3919 * Makefile: Add rules to build and run tst-cancel18 and tst-cancelx18.
3920 * tst-cancel18.c: New file.
3921 * tst-cancelx18.c: New file.
3923 * tst-cancel4.c: Test connect, creat, msgrcv, msgsnd, sendmsg, sendto,
3926 * Makefile: Add rules to build and run tst-cancel17 and tst-cancel17x.
3927 * tst-cancel17.c: New file.
3928 * tst-cancelx17.c: New file.
3930 * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
3931 * sysdeps/unix/sysv/linux/sigwait.c: New file.
3932 * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
3934 * tst-cancel4.c: Test open, close, pread, pwrite, fsync, and msync.
3936 2003-06-16 Jakub Jelinek <jakub@redhat.com>
3938 * sysdeps/pthread/createthread.c (create_thread): Set
3939 header.multiple_threads unconditionally.
3940 * allocatestack.c (allocate_stack): Likewise.
3941 * descr.h (struct pthread): Add header.multiple_threads
3943 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (CENABLE, CDISABLE):
3944 Define for librt. #error if neither libpthread, libc nor librt.
3945 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (CENABLE, CDISABLE):
3947 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h (CENABLE,
3948 CDISABLE): Likewise.
3949 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (CENABLE,
3950 CDISABLE): Likewise.
3951 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h (CENABLE,
3952 CDISABLE): Likewise.
3953 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (CENABLE,
3954 CDISABLE): Likewise. Access header.multiple_threads outside of
3955 libc and libpthread.
3956 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (CENABLE, CDISABLE):
3958 * sysdeps/x86_64/tls.h (tcbhead_t): Add multiple_threads.
3959 * sysdeps/x86_64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Define.
3961 2003-06-17 Ulrich Drepper <drepper@redhat.com>
3963 * tst-cancel4.c: Add tests for the socket and signal functions, pause.
3964 Also test early cancellation before the thread reaches the cancellation
3967 * Makefile: Compile forward.c with exceptions.
3969 * sysdeps/unix/sysv/linux/sleep.c: New file.
3971 2003-06-16 Ulrich Drepper <drepper@redhat.com>
3973 * Makefile: Add CFLAGS definition to compile function wrappers
3974 duplicated from libc with exceptions.
3975 * tst-cancel4.c: Also check cancellation handlers.
3977 * Makefile: Add rules to build and run tst-cancel16 and
3978 tst-cancelx16. Add missing CFLAGS definitions.
3979 * tst-cancel16.c: New file.
3980 * tst-cancelx16.c: New file.
3982 2003-06-15 Ulrich Drepper <drepper@redhat.com>
3984 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h
3985 (DL_SYSINFO_IMPLEMENTATION): Use CFI opcodes.
3986 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
3987 (DL_SYSINFO_IMPLEMENTATION): Likewise.
3989 * pthreadP.h (LIBC_CANCEL_ASYNC): Also define for librt.
3990 (LIBC_CANCEL_RESET): Likewise.
3991 Declare __librt_enable_asynccancel and __librt_disable_asynccancel.
3992 * sysdeps/pthread/Makefile (librt-sysdep_routines): Add
3994 (CFLAGS-libcrt-cancellation.c): Define.
3995 * sysdeps/pthread/librt-cancellation.c: New file.
3996 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define all the nice
3997 macros also when compiling librt.
3998 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4000 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4001 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4002 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4003 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4004 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4006 * sysdeps/unix/sysv/linux/timer_create.c: Add prototype for
4007 compat_timer_create.
4009 2003-06-14 Ulrich Drepper <drepper@redhat.com>
4011 * sysdeps/pthread/posix-timer.h (timespec_compare): Always inline.
4013 * sysdeps/unix/sysv/linux/fork.h: Add libc_hidden_proto for
4015 * sysdeps/unix/sysv/linux/register-atfork.c (__register_atfork):
4016 Add libc_hidden_def.
4018 2003-06-13 Roland McGrath <roland@redhat.com>
4020 * sysdeps/x86_64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Pass FS
4021 constant from <sys/reg.h> to ps_get_thread_area, not register contents.
4023 2003-06-11 Ulrich Drepper <drepper@redhat.com>
4025 * allocatestack.c (queue_stack): Always inline.
4026 * ptreadhP.h (__do_cancel): Likewise.
4028 2003-06-10 Jakub Jelinek <jakub@redhat.com>
4030 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c (sem_timedwait): Fix
4033 2003-06-10 Ulrich Drepper <drepper@redhat.com>
4035 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
4036 (__pthread_cond_signal): Remove incorrect second addition for
4039 2003-06-09 Ulrich Drepper <drepper@redhat.com>
4041 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
4042 (__pthread_cond_signal): Use correct futex pointer in
4043 __lll_mutex_lock_wait call.
4045 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
4046 (__pthread_cond_signal): Some more tweaks to handle cond_lock!=0.
4048 2003-06-08 Ulrich Drepper <drepper@redhat.com>
4050 * sysdeps/unix/sysv/linux/s390/sem_wait.c (__new_sem_wait): Make
4052 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c (sem_timedwait):
4055 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Remove
4056 hand-written CFI generation code. Since ENTRY/END also initiated
4057 CFI frames this caused two CFI sets to be generated.
4059 2003-06-07 Ulrich Drepper <drepper@redhat.com>
4061 * cleanup_routine.c: New file.
4062 * Versions (libpthread) [GLIBC_2.3.3]: Add __pthread_cleanup_routine.
4063 * sysdeps/pthread/pthread.h: Add support for fully exception-based
4065 * Makefile (libpthread-routines): Add cleanup_routine.
4066 Add more CFLAGS variables to compile with exceptions. Add comments
4067 why which file needs unwind tables.
4068 (tests) [have-forced-unwind==yes]: Add tst-cancelx* and tst-cleanupx*
4070 * tst-cancelx1.c: New file.
4071 * tst-cancelx2.c: New file.
4072 * tst-cancelx3.c: New file.
4073 * tst-cancelx4.c: New file.
4074 * tst-cancelx5.c: New file.
4075 * tst-cancelx6.c: New file.
4076 * tst-cancelx7.c: New file.
4077 * tst-cancelx8.c: New file.
4078 * tst-cancelx9.c: New file.
4079 * tst-cancelx10.c: New file.
4080 * tst-cancelx11.c: New file.
4081 * tst-cancelx12.c: New file.
4082 * tst-cancelx13.c: New file.
4083 * tst-cancelx14.c: New file.
4084 * tst-cancelx15.c: New file.
4085 * tst-cleanupx0.c: New file.
4086 * tst-cleanupx0.expect: New file.
4087 * tst-cleanupx1.c: New file.
4088 * tst-cleanupx2.c: New file.
4089 * tst-cleanupx3.c: New file.
4091 * tst-cleanup0.c: Make standard compliant.
4092 * tst-cleanup1.c: Likewise.
4094 * sysdeps/unix/sysv/linux/sem_timedwait.c: Add cancellation support.
4095 * sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
4096 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Likewise.
4097 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Likewise.
4098 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise.
4099 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
4100 * sysdeps/i386/tcb-offsets.sym: Add RESULT, CANCELHANDLING, and
4102 * sysdeps/x86_64/tcb-offsets.sym: Likewise.
4103 * tst-cancel12.c: New file.
4104 * tst-cancel13.c: New file.
4105 * tst-cancel14.c: New file.
4106 * tst-cancel15.c: New file.
4107 * Makefile (tests): Add tst-cancel12, tst-cancel13, tst-cancel14,
4110 * tst-cancel1.c: Add some comments.
4112 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Compute relative
4115 2003-06-06 Ulrich Drepper <drepper@redhat.com>
4117 * Makefile (CFLAGS-pthread_cancel.c): Define.
4119 2003-06-05 Ulrich Drepper <drepper@redhat.com>
4121 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_rwlock_t):
4122 Change type of __writer element to int.
4123 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
4124 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
4125 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
4126 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
4127 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
4128 * sysdeps/i386/tcb-offsets.sym: Replace SELF entry with TID entry.
4129 * sysdeps/x86_64/tcb-offsets.sym: Likewise.
4130 * pthread_rwlock_trywrlock.c: Store TID not self pointer in __writer.
4131 Compare with TID to determine deadlocks.
4132 * sysdeps/pthread/pthread_rwlock_rdlock.c: Likewise.
4133 * sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
4134 * sysdeps/pthread/pthread_rwlock_timedwrlock.: Likewise.
4135 * sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.
4136 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
4137 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
4139 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
4141 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
4142 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
4143 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
4145 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
4147 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
4148 * Makefile (tests): Add tst-rwlock12.
4149 * tst-rwlock12.c: New file.
4151 2003-06-05 Jakub Jelinek <jakub@redhat.com>
4153 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_lock_wait,
4154 __lll_timedlock_wait, lll_unlock_wake_cb, __lll_timedwait_tid):
4155 Remove bogus hidden_proto.
4156 * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c (___lll_lock):
4158 * sysdeps/unix/sysv/linux/s390/lowlevellock.c (___lll_lock,
4159 lll_unlock_wake_cb, ___lll_timedwait_tid): Likewise.
4160 * sysdeps/unix/sysv/linux/s390/lowlevelmutex.c (___lll_mutex_lock,
4161 ___lll_mutex_timedlock): Likewise.
4163 2003-06-04 Ulrich Drepper <drepper@redhat.com>
4165 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
4166 (__pthread_cond_signal): Add some code to eventually handle
4169 2003-06-01 Ulrich Drepper <drepper@redhat.com>
4171 * Makefile (tests): Add tst-exec4.
4172 (tst-exec4-ARGS): Define.
4173 * tst-exec4.c: New file.
4175 2003-05-31 Ulrich Drepper <drepper@redhat.com>
4177 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
4178 Also fail if tv_nsec < 0.
4179 (__lll_timedwait_tid): Likewise.
4180 * sysdeps/unix/sysv/linux/sem_timedwait.c (sem_timedwait): Likewise.
4181 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_timedwait_tid):
4183 * sysdeps/unix/sysv/linux/s390/lowlevellock.c (___lll_timedwait_tid):
4185 * sysdeps/unix/sysv/linux/s390/lowlevelmutex.c (__lll_mutex_timedlock):
4187 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c (sem_timedwait):
4189 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_timedwait_tid):
4191 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_timedwait_tid):
4194 * Makefile (tests): Add tst-sem8 and tst-sem9.
4195 * tst-sem8.c: New file.
4196 * tst-sem9.c: New file.
4197 * sem_open.c: Fix creation of in_use record if the file exists but
4200 * posix-timer.h: Remove old, unused timer_id2ptr and timer_ptr2id
4203 * sysdeps/pthread/timer_create.c (timer_create): In case
4204 evp==NULL, assign timer ID to sival_ptr.
4206 * descr.h (struct pthread_unwind_buf): Change type of prev element to
4207 struct pthread_unwind_buf *.
4208 (struct pthread): Likewise for cleanup_jmp_buf element.
4210 * cleanup.c (__pthread_register_cancel): Add cast to avoid warning.
4211 * cleanup_defer.c (__pthread_register_cancel_defer): Likewise.
4212 * unwind.c (__pthread_unwind_next): Likewise.
4214 2003-05-30 Ulrich Drepper <drepper@redhat.com>
4216 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4217 (lll_futex_timed_wait): Use int for futex value parameter.
4218 (lll_futex_wake): Likewise.
4219 (lll_futex_requeue): Likewise.
4221 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_lock_wait):
4222 Replace one memory operation with one register operation.
4224 * tst-join4.c (do_test): Fix error message.
4226 * tst-rwlock6.c (do_test): Use correct format specifier.
4228 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S
4229 (__lll_mutex_lock_wait): Replace one memory operation with one
4231 * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S
4232 (__lll_mutex_lock_wait): Likewise.
4234 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4235 (__lll_mutex_cond_lock): Add one to value parameter of
4236 __lll_lock_wait to reflect reality in the futex syscall.
4237 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4238 (lll_mutex_cond_lock): Likewise.
4240 2003-05-30 Jakub Jelinek <jakub@redhat.com>
4242 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (__lll_mutex_cond_lock):
4244 (lll_mutex_cond_lock): Define.
4246 2003-05-29 Ulrich Drepper <drepper@redhat.com>
4248 * Makefile (tests): Add tst-signal6.
4249 * tst-signal6.c: New file.
4251 * sysdeps/unix/sysv/linux/s390/lowlevellock.h
4252 (__lll_mutex_unlock_force): New function
4253 (lll_mutex_unlock_force): Use __lll_mutex_unlock_force.
4255 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4256 (__lll_mutex_unlock_force): New function.
4257 (lll_mutex_unlock_force): Use __lll_mutex_unlock_force.
4259 * tst-rwlock7.c (do_test): Use correct format specifier.
4261 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
4262 Find break parameter in correct asm argument.
4264 2003-05-27 Jakub Jelinek <jakub@redhat.com>
4266 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_clobbers):
4268 (lll_futex_requeue): Fix __o3 constraint, return negative errno if
4270 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (pthread_cond_t):
4272 * sysdeps/unix/sysv/linux/s390/lowlevellock.h (FUTEX_REQUEUE,
4273 lll_futex_requeue, lll_mutex_unlock_force): Define.
4275 2003-05-30 Jakub Jelinek <jakub@redhat.com>
4277 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4278 (pthread_cond_t): Add __mutex.
4279 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_REQUEUE,
4280 lll_futex_requeue, lll_mutex_unlock_force): Define.
4282 2003-05-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4284 * sysdeps/sh/tcb-offsets.sym: Define MUTEX_FUTEX.
4285 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (pthread_cond_t):
4287 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (SYSCALL_WITH_INST_PAD):
4289 (lll_futex_wait, lll_futex_wake): Define.
4290 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: New file.
4291 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Try using
4292 FUTEX_REQUEUE instead of FUTEX_WAIT.
4293 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4294 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Remember
4295 mutex which was used in condvar structure. Call
4296 __pthread_mutex_cond_lock instead of __pthread_mutex_lock_internal.
4297 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4299 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Don't
4300 include tcb-offsets.h. Read wakeup value in locked region.
4301 Use the value of gbr register as THREAD_ID.
4302 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4303 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4304 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4306 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove futex related
4309 2003-05-28 Ulrich Drepper <drepper@redhat.com>
4311 * sysdeps/pthread/pthread_cond_broadcast.c
4312 (__pthread_cond_broadcast): Fix typo: MAX_INT -> INT_MAX.
4314 2003-05-26 Ulrich Drepper <drepper@redhat.com>
4316 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Fix
4317 typo in register name.
4318 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Use parameters
4319 correctly. Actually use requeue. Little optimization.
4320 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Store
4321 mutex address early. Handle cancellation state as 32-bit value.
4322 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
4323 Remove unnecessary label.
4325 2003-05-25 Ulrich Drepper <drepper@redhat.com>
4327 * sysdeps/pthread/pthread_cond_broadcast.c: Try using FUTEX_REQUEUE
4328 instead of FUTEX_WAIT.
4329 * sysdeps/pthread/pthread_cond_signal.c: Likewise.
4330 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
4331 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
4332 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
4333 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
4334 * sysdeps/pthread/pthread_cond_timedwait.c: Remember mutex which was
4335 used in condvar structure. Call __pthread_mutex_cond_lock instead
4336 of __pthread_mutex_lock_internal.
4337 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
4338 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
4339 * sysdeps/pthread/pthread_cond_wait.c: Likewise.
4340 (__condvar_cleanup): Always call __pthread_mutex_cond_lock.
4341 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
4342 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
4343 * sysdeps/unix/sysv/linux/Makefile (libpthread-sysdep_routines):
4344 Add pthread_mutex_cond_lock.
4345 * sysdeps/unix/sysv/linux/lowlevelcond.sym: Add dep_mutex.
4346 * sysdeps/unix/sysv/linux/pthread_cond_mutex_lock.c: New file.
4347 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Define
4348 lll_mutex_cond_lock.
4349 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4350 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4351 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
4353 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
4354 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
4356 * sysdeps/i386/tcb-offsets.sym: Define MUTEX_FUTEX.
4357 * sysdeps/x86_64/tcb-offsets.sym: Likewise.
4359 * pthreadP.h: Declare __pthread_mutex_cond_lock.
4360 * pthread_mutex_lock.c: Define LLL_MUTEX_LOCK if not already defined.
4361 Use it instead of lll_mutex_lock. If __pthread_mutex_lock is a
4362 macro don't define aliases.
4364 * cancellation.c: Remove __pthread_enable_asynccancel_2.
4365 * pthreadP.h: Remove declaration of __pthread_enable_asynccancel_2.
4366 * sysdeps/pthread/pthread_cond_timedwait.c: Use
4367 __pthread_enable_asynccancel instead of __pthread_enable_asynccancel_2.
4368 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
4369 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
4370 * sysdeps/pthread/pthread_cond_wait.c: Likewise.
4371 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
4372 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
4374 2003-05-17 Ulrich Drepper <drepper@redhat.com>
4376 * sem_open.c: Fix one endless loop. Implement correct semantics
4377 wrt opening the same semaphore more then once.
4378 * sem_close.c: Adjust for sem_open change.
4379 * semaphoreP.h: Include <semaphore.h>. Define struct inuse_sem.
4380 Declare __sem_mappings, __sem_mappings_lock, __sem_search.
4381 * Makefile (tests): Add tst-sem7.
4382 * tst-sem7.c: New file.
4384 2003-05-16 Roland McGrath <roland@redhat.com>
4386 * sysdeps/unix/sysv/linux/register-atfork.c (libc_freeres_fn): Fix
4387 uninitialized variable braino.
4389 2003-05-16 Ulrich Drepper <drepper@redhat.com>
4391 * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime): Correct
4392 test for syscall availability.
4394 * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime): Set
4395 __no_posix_timers to -1 if the syscalls don't exist.
4397 * pthread_join.c (pthread_join): Set tid field of the joined
4398 thread to -1. This isn't necessary but helps to recognize some
4399 error conditions with almost no cost.
4401 * allocatestack.c (FREE_P): Also negative values indicate an
4404 * unwind.c: Include <unistd.h>.
4406 2003-05-14 Ulrich Drepper <drepper@redhat.com>
4408 * Makefile ($(objpfx)$(multidir)): Add rule to create the directory.
4410 2003-05-14 Jakub Jelinek <jakub@redhat.com>
4412 * Makefile (crti-objs, crtn-objs): New variables.
4413 (omit-deps, extra-objs): Add crtn.
4414 ($(objpfx)libpthread.so): Depend on both crti and crtn
4415 and links to them in multidir.
4416 ($(objpfx)crtn.S, $(objpfx)crtn.o): New rules.
4418 2003-05-12 Steven Munroe <sjmunroe@us.ibm.com>
4420 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
4421 (lll_mutex_unlock): Use atomic_exchange_rel.
4423 2003-05-11 Ulrich Drepper <drepper@redhat.com>
4425 * cond-perf.c (cons): Add missing locking around setting of alldone.
4427 2003-05-10 Ulrich Drepper <drepper@redhat.com>
4429 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove futex
4431 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
4433 2003-05-09 Ulrich Drepper <drepper@redhat.com>
4435 * tst-sem6.c: New file.
4436 * Makefile (tests): Add tst-sem6.
4438 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (___lll_mutex_unlock):
4439 Use atomic_exchange_rel instead of atomic_exchange.
4440 * sysdeps/unix/sysv/linux/lowlevellock.c (lll_unlock_wake_cb):
4443 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Improve quality of
4444 code for lll_futex_wait and lll_futex_wake in static apps. Use
4445 vsyscall is possible.
4447 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: New file.
4448 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: New file.
4449 * sysdeps/pthread/pthread.h: Declare pthread_getaffinity_np and
4450 pthread_setaffinity_np.
4451 * Versions [libpthread] (GLIBC_2.3.3): Add pthread_getaffinity_np
4452 and pthread_setaffinity_np.
4453 * Makefile (libpthread-routines): Add pthread_getaffinity and
4454 pthread_setaffinity.
4456 * allocatestack.c (allocate_stack): If ARCH_RETRY_MMAP is defined,
4457 use it in case mmap to allocate the stack fails.
4458 * sysdeps/unix/sysv/linux/x86_64/Makefile: Don't define
4459 ARCH_MAP_FLAGS here.
4460 * sysdeps/x86_64/pthreaddef.h: Define ARCH_MAP_FLAGS and
4463 2003-05-08 Ulrich Drepper <drepper@redhat.com>
4465 * sysdeps/unix/sysv/linux/fork.c: Complete rewrite of the atfork
4466 handler implementation. It is now lockless in fork().
4467 * sysdeps/unix/sysv/linux/register-atfork.c: Likewise.
4468 * sysdeps/unix/sysv/linux/unregister-atfork.c: Likewise.
4469 * sysdeps/unix/sysv/linux/fork.h: Don't include <link.h>. Don't
4470 declare the __fork_*_lists.
4471 (struct fork_handler): Include pointers to all three functions.
4472 Add next, refcntr and need_signal elements.
4473 (__fork_handlers): New declaration.
4474 (__register_atfork_malloc): Remove declaration.
4475 (HAVE_register_atfork_malloc): Remove definition.
4476 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Remove
4477 __pthread_child_handler variable.
4478 (__libc_pthread_init): Use __register_atfork instead of explicitly
4480 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Define lll_futex_wait
4482 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4484 * unwind.c (unwind_cleanup): Print error message and then abort. This
4485 function must never be reached.
4487 * cond-perf.c: New file.
4489 2003-05-05 Ulrich Drepper <drepper@redhat.com>
4491 * sysdeps/i386/tls.h (TLS_INIT_TP): Include \n in error message.
4493 2003-05-04 Roland McGrath <roland@redhat.com>
4495 * Makefile ($(objpfx)../libc.so): New target.
4497 2003-05-02 Ulrich Drepper <drepper@redhat.com>
4499 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4500 (pthread_condattr_t): Size is only an int, don't use long for
4502 (pthread_mutexattr_t): Likewise.
4503 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
4504 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
4505 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
4507 2003-05-01 Ulrich Drepper <drepper@redhat.com>
4509 * sysdeps/i386/tls.h: Define THREAD_ID.
4510 * sysdeps/ia64/tls.h: Likewise.
4511 * sysdeps/powerpc/tls.h: Likewise.
4512 * sysdeps/s390/tls.h: Likewise.
4513 * sysdeps/sh/tls.h: Likewise.
4514 * sysdeps/x86_64/tls.h: Likewise.
4515 * pthread_mutex_lock.c: Use THREAD_ID instead of THREAD_SELF to
4517 * pthread_mutex_timedlock.c: Likewise.
4518 * pthread_mutex_trylock.c: Likewise.
4519 * pthread_mutex_unlock.c: Likewise.
4520 * pthread_rwlock_trywrlock.c: Likewise.
4521 * sysdeps/pthread/pthread_rwlocklock_rdlock.c: Likewise.
4522 * sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
4523 * sysdeps/pthread/pthread_rwlock_timedwrlock.c: Likewise.
4524 * sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.
4526 * sysdeps/pthread/createthread.c (create_thread): Use CLONE_SYSVSEM
4529 2003-04-29 Jakub Jelinek <jakub@redhat.com>
4531 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
4532 (__SIZEOF_PTHREAD_COND_T): Define to 48.
4533 (pthread_rwlock_t): Add 16 bytes of pad instead of 8 before __flags.
4534 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (pthread_cond_t):
4535 Make __align long long instead of long.
4536 (pthread_rwlock_t): Formatting.
4537 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
4538 (pthread_rwlock_t): Formatting.
4539 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
4540 (pthread_cond_t): Make __align long long instead of long.
4541 (pthread_rwlock_t): Move __flags field to the same position as in
4544 2003-04-30 Ulrich Drepper <drepper@redhat.com>
4546 * tst-rwlock6.c (do_test): Use correct printf format specifiers.
4547 * tst-rwlock7.c (do_test): Likewise.
4549 2003-04-26 Roland McGrath <roland@redhat.com>
4551 * Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds.
4553 2003-04-22 Jakub Jelinek <jakub@redhat.com>
4555 * allocatestack.c (TLS_TPADJ): Add TLS_PRE_TCB_SIZE instead of
4556 sizeof (struct pthread).
4557 (allocate_stack): Subtract TLS_PRE_TCB_SIZE bytes instead of
4559 * sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define
4561 (TLS_INIT_TCB_ALIGN, TLS_TCB_ALIGN): Define to alignment of
4563 (TLS_PRE_TCB_SIZE): Increase to cover tcbhead_t preceeded by pad
4565 (INSTALL_DTV, GET_DTV, THREAD_DTV): tcbhead_t is immediately before
4567 (TLS_INIT_TP, THREAD_SELF, INIT_THREAD_SELF): Don't add TLS_TCB_SIZE
4569 (NO_TLS_OFFSET): Define.
4570 * sysdeps/unix/sysv/linux/powerpc/createthread.c (TLS_VALUE): Don't
4571 add TLS_TCB_SIZE unnecessarily.
4573 2003-04-22 Roland McGrath <roland@redhat.com>
4575 * Makeconfig (shared-thread-library): Reverse link order to work
4578 2003-04-22 Ulrich Drepper <drepper@redhat.com>
4580 * semaphore.h: Fix typo in comment.
4582 2003-04-21 Ulrich Drepper <drepper@redhat.com>
4584 * sysdeps/pthread/sigfillset.c: New file.
4586 * init.c (__pthread_initialize_minimal): Don't block SIGTIMER.
4587 * pthreadP.h: Make SIGTIMER and SIGCANCEL the same.
4588 * sysdeps/pthread/pthread_sigmask.c: Remove handling of SIGTIMER.
4589 * sysdeps/pthread/sigaction.c: Likewise.
4590 * sysdeps/pthread/sigprocmask.c: New file.
4591 * sysdeps/unix/sysv/linux/allocrtsig.c (current_rtmin): Define as
4593 * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
4594 Block SIGTIMER. Also handle SI_TKILL events and terminate thread
4597 2003-04-19 Ulrich Drepper <drepper@redhat.com>
4599 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h
4600 (DL_SYSINFO_IMPLEMENTATION): Add .eh_frame information.
4602 * sysdeps/unix/sysv/linux/unregister-atfork.c
4603 (__unregister_atfork): Don't free memory not allocated dynamically.
4605 * semaphore.h: Remove __THROW marker from cancellation points.
4606 * nptl/sysdeps/pthread/pthread.h: Likewise.
4608 2003-04-18 Ulrich Drepper <drepper@redhat.com>
4610 * sysdeps/pthread/pthread.h: Don't mark pthread_testcancel,
4611 pthread_cancel, pthread_setcancelstate, and pthread_setcanceltype with
4614 2003-04-16 Jakub Jelinek <jakub@redhat.com>
4616 * tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt.
4618 2003-04-15 Roland McGrath <roland@redhat.com>
4620 * forward.c (__pthread_unwind): Tweak to avoid warning.
4622 2003-04-15 Ulrich Drepper <drepper@redhat.com>
4624 * pthreadP.h: Move THREAD_ATOMIC_* replacements to the top.
4626 2003-04-14 Ulrich Drepper <drepper@redhat.com>
4628 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Don't
4629 overflow CFA advance instructions.
4630 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
4632 2003-04-14 Jakub Jelinek <jakub@redhat.com>
4634 * sysdeps/i386/tls.h: Rename LOCK to LOCK_PREFIX.
4635 * sysdeps/i386/pthread_spin_lock.c: Likewise.
4636 * sysdeps/x86_64/tls.h: Likewise. Define LOCK_PREFIX if not already
4639 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Use
4640 DW_CFA_advance_loc2 for .Laddl-.Lsubl.
4641 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Use
4642 DW_CFA_advance_loc for .Laddl-.Lsubl.
4644 2003-04-13 Ulrich Drepper <drepper@redhat.com>
4646 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Don't use
4647 position-independent unwind data for static libraries.
4648 Add missing unwind info. Add comments.
4650 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info.
4651 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
4652 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
4653 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
4655 2003-04-12 Ulrich Drepper <drepper@redhat.com>
4657 * Makefile: Make sure all cancellation points are compiled with
4658 exception and asynchronous unwind tables.
4660 * sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug
4661 which mishandles loading of global object addresses in PIC.
4662 (THREAD_SETMEM_NC): Likewise.
4664 2003-04-11 Ulrich Drepper <drepper@redhat.com>
4666 * pthread.h: Define new data structure for cleanup buffer. Declare
4667 new cleanup handler interfaces.
4668 * descr.h: Include <unwind.h> if necessary. Define pthread_unwind_buf.
4669 (struct pthread): Add cleanup_jmp_buf pointer. Define
4670 HAVE_CLEANUP_JMP_BUF and not HAVE_CANCELBUF.
4671 * pthreadP.h: Declare __pthread_unwind. Define __do_cancel to use
4672 it. Declare old cleanup handler installation functions.
4673 * cleanup.c: Rewrite. Install handler for unwind-based cleanup
4675 * cleanup_defer.c: Likewise.
4676 * cleanup_compat.c: New file. Old cleanup code.
4677 * cleanup_def_compat.c: New file. Old cleanup code.
4678 * pthread_create.c (start_thread): Initialize cleanup_jmp_buf element
4679 if own thread descriptor.
4680 * unwind.c: New file.
4681 * forward.c: Add __pthread_unwind.
4682 * init.c (pthread_functions): Add __pthread_unwind.
4683 * sysdeps/pthread/pthread-functions.s (struct pthread_functions):
4684 Add ptr___pthread_unwind.
4685 * Versions [GLIBC_2.3.3] (libpthread): Export new cleanup handling
4686 and unwind function.
4687 * Makefile (libpthread-routines): Add cleanup_compat,
4688 cleanup_def_compat, and unwind. Define CFLAGS to enable unwind
4689 table generation if necessary.
4690 * version.c: Record whether unwind support is compiled in.
4691 * sysdeps/pthread/configure.in: Add checks for unwind unterfaces.
4692 * sysdeps/pthread/bits/libc-lock.h: Add prototypes of the old cleanup
4694 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Add quite a bit of
4695 complication to generate unwind information for syscall wrappers.
4696 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4697 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Define
4698 __cleanup_fct_attribute.
4700 * Makefile: Add rules to build and run tst-cleanup0.
4701 * tst-cleanup0.c: New file.
4702 * tst-cleanup0.expect: New file.
4704 * pthread_create.c (deallocate_tsd): Don't take parameter. Adjust
4705 caller. Optimize to avoid often unecessary local variable.
4707 2003-04-11 Roland McGrath <roland@redhat.com>
4709 * Makefile ($(objpfx)multidir.mk): New target, generated makefile that
4710 sets variable `multidir'; include that.
4711 (generated): Add it.
4712 ($(objpfx)$(multidir)/crti.o): New target.
4713 [$(multidir) != .] (generated-dirs, extra-objs, omit-deps): Add it.
4715 2003-04-11 Ulrich Drepper <drepper@redhat.com>
4717 * tst-attr2.c (do_test): Add cast to avoid warning.
4718 * tst-mutex4.c (do_test): Likewise.
4720 2003-04-10 Ulrich Drepper <drepper@redhat.com>
4722 * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset CPU clocks
4725 2003-04-09 Ulrich Drepper <drepper@redhat.com>
4727 * Makefile (tests): Add tst-detach1.
4728 * tst-detach1.c: New file.
4730 2003-04-08 Ulrich Drepper <drepper@redhat.com>
4732 * sysdeps/pthread/pthread.h: Remove duplicate
4733 pthread_cleanup_{push,pop} definitions.
4735 * tst-barrier2.c: Eliminate warnings.
4736 * tst-cancel4.c: Likewise.
4737 * tst-cond4.c: Likewise.
4738 * tst-cond6.c: Likewise.
4739 * tst-detach1.c: Likewise.
4740 * tst-rwlock4.c: Likewise.
4741 * tst-rwlock6.c: Likewise.
4742 * tst-rwlock7.c: Likewise.
4743 * tst-sem3.c: Likewise.
4744 * tst-spin2.c: Likewise.
4745 * tst-umask1.c: Likewise.
4747 2003-04-07 Ulrich Drepper <drepper@redhat.com>
4749 * pthread_detach.c (pthread_detach): Fix test for invalid TID.
4751 2003-04-06 Ulrich Drepper <drepper@redhat.com>
4753 * descr.h (struct pthread): Move cancelhandling member to the front.
4755 2003-04-05 Ulrich Drepper <drepper@redhat.com>
4757 * sysdeps/unix/sysv/linux/register-atfork.c: Define malloc_prepare,
4758 malloc_parent, and malloc_child statically.
4759 (__register_atfork_malloc): New function.
4760 (free_mem): Don't free any of the malloc_* variables on the list.
4761 * sysdeps/unix/sysv/linux/fork.h: Declare __register_atfork_malloc.
4762 Define HAVE_register_atfork_malloc.
4764 2003-04-04 Ulrich Drepper <drepper@redhat.com>
4766 * sysdeps/pthread/createthread.c (create_thread): Add some more
4767 comments explaining when to set multiple_threads and when not.
4769 * pthreadP.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
4770 THREAD_ATOMIC_BIT_SET if not already defined.
4771 * sysdeps/i386/tls.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
4772 THREAD_ATOMIC_BIT_SET:
4773 * sysdeps/x86_64/tls.h: Likewise.
4774 * cleanup_defer.c (_pthread_cleanup_push_defer): Rewrite to use
4775 THREAD_ATOMIC_CMPXCHG_VAL.
4776 (_pthread_cleanup_pop_restore): Likewise.
4777 * cancellation.c (__pthread_enable_asynccancel): Likewise.
4778 (__pthread_enable_asynccancel_2): Likewise.
4779 (__pthread_disable_asynccancel): Likewise.
4780 * libc-cancellation.c (__libc_enable_asynccancel): Likewise.
4781 (__libc_disable_asynccancel): Likewise.
4782 * init.c (sigcancel_handler): Likewise.
4783 * pthread_setcancelstate.c (__pthread_setcancelstate): Likewise.
4784 * pthread_setcanceltype.c (__pthread_setcanceltype): Likewise.
4786 2003-04-03 Ulrich Drepper <drepper@redhat.com>
4788 * init.c (sigcancel_handler): Don't set EXITING_BIT here.
4789 * libc-cancellation.c (__libc_enable_asynccancel): Likewise.
4790 * pthreadP.h (__do_cancel): Set EXITING_BIT here.
4791 * Makefile (tests): Add tst-cancel11.
4792 * tst-cancel11.c: New file.
4794 2003-04-01 Ulrich Drepper <drepper@redhat.com>
4796 * pthread_create.c (deallocate_tsd): Clear/free memory after the last
4797 round, not the first. Use specific_used flag instead of local
4798 found_nonzero variable. Use THREAD_[SG]ETMEM where possible.
4799 (__free_tcb): Don't call deallocate_tsd here.
4800 (start_thread): Call deallocate_tsd here.
4801 * pthread_setspecific.c: Set specific_used flag really only when
4803 * Makefile (tests): Add tst-tsd3.c and tst-tsd4.
4804 * tst-tsd3.c: New file.
4805 * tst-tsd4.c: New file.
4807 2003-03-31 Ulrich Drepper <drepper@redhat.com>
4809 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_lock):
4810 Use atomic_exchange_and_add instead of __lll_add.
4811 (__lll_mutex_timedlock): Likewise.
4812 Patch by Ian Wienand.
4814 2003-03-24 Steven Munroe <sjmunroe@us.ibm.com>
4816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
4817 (SINGLE_THREAD_P): Fix typo.
4818 * tst-cancel-wrappers.sh: Handle '.'ed symbols.
4820 2003-03-31 Ulrich Drepper <drepper@redhat.com>
4822 * Makefile (tests): Add tst-align.
4823 * tst-align.c: New file.
4824 * sysdeps/i386/Makefile: Define CFLAGS-tst-align.
4826 * sysdeps/i386/tls.h (CALL_THREAD_FCT): Align stack of called
4829 * tst-tsd2.c: Add casts to avoid warnings.
4831 2003-03-30 Ulrich Drepper <drepper@redhat.com>
4833 * descr.h (struct pthread): Move most often used elements to the front.
4835 2003-03-29 Ulrich Drepper <drepper@redhat.com>
4837 * Makefile (libpthread-routines): Add pthread_atfork.
4838 (libpthread-static-only-routines): Add pthread_atfork.
4840 2003-03-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4842 * sysdeps/sh/tls.h: Include nptl/descr.h after the definition
4844 (INSTALL_DTV): Add parens.
4845 (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM, THREAD_SETMEM_NC):
4846 Use passed descr instead of THREAD_SELF.
4847 * sysdeps/unix/sysv/linux/sh/lowlevelmutex.S
4848 (__lll_mutex_timedlock_wait): Correct expected value after
4850 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S:
4851 Release lock before waking up the waiters.
4852 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Correct exit
4853 criteria. Reorderstruct passed to cleanup handler. Fix
4854 handling of cancellation and failung pthread_mutex_unlock call.
4855 Use __pthread_enable_asynccancel_2 instead of
4856 __pthread_enable_asynccancel.
4857 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4858 Return result of lock re-get if it fails.
4859 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Fix wrong argument
4860 for __pthread_cleanup_push.
4861 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Fix
4862 completely broken rwlock implementation.
4863 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4864 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4865 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4866 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4867 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4868 * sysdeps/unix/sysv/linux/sh/sem_post.S: Fix error value. Use
4869 versioned_symbol macro.
4870 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Use versioned_symbol macro.
4871 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4873 2003-03-27 Ulrich Drepper <drepper@redhat.com>
4875 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: Don't declare
4876 __timer_helper_thread. Declare __start_helper_thread, __helper_once,
4878 (struct timer): Remove th and bar field.
4879 * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Remove
4880 debugging code. Create only one helper thread.
4881 * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Don't kill
4883 * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
4884 Renamed. Define statically. Use thread info from siginfo.
4885 (__helper_once): New variable.
4886 (__helper_tid): New variable.
4887 (__reset_helper_control): New function.
4888 (__start_helper_thread): New function.
4890 * pthread_create.c (start_thread): Don't use setjmp inside
4891 __builtin_expect to work around gcc bug.
4893 * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Even if
4894 timer_delete syscall fails, but not with ENOSYS, set
4897 * sysdeps/unix/sysv/linux/timer_settime.c [!__ASSUME_POSIX_TIMERS]
4898 (timer_settime): Fix typo.
4899 * sysdeps/unix/sysv/linux/timer_getoverr.c
4900 [!__ASSUME_POSIX_TIMERS] (timer_getoverrun): Likewise.
4902 2003-03-27 Jakub Jelinek <jakub@redhat.com>
4904 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Fix
4905 offset of cleanupbuf.__prev.
4907 2003-03-26 Jakub Jelinek <jakub@redhat.com>
4909 * sysdeps/unix/sysv/linux/timer_getoverr.c: Fix typo in name
4912 2003-03-26 Ulrich Drepper <drepper@redhat.com>
4914 * sysdeps/unix/sysv/linux/timer_create.c (timer_create): If EVP ==
4915 NULL provide default definition to syscall.
4917 2003-03-25 Roland McGrath <roland@redhat.com>
4919 * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined.
4920 (timer_id2ptr): Fix typo.
4922 2003-03-25 Ulrich Drepper <drepper@redhat.com>
4924 * pthreadP.h: Define SIGCANCEL and SIGTIMER.
4925 * sysdeps/i386/pthreaddef.h: Remove SIGCANCEL definition.
4926 * sysdeps/ia64/pthreaddef.h: Likewise.
4927 * sysdeps/powerpc/pthreaddef.h: Likewise.
4928 * sysdeps/s390/pthreaddef.h: Likewise.
4929 * sysdeps/sh/pthreaddef.h: Likewise.
4930 * sysdeps/x86_64/pthreaddef.h: Likewise.
4931 * init.c (__pthread_initialize_minimal): Block SIGTIMER.
4932 * sysdeps/pthread/sigaction.c: Also prevent SIGTIMER handler from
4934 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Make sure
4935 SIGTIMER is not unblocked.
4936 * sysdeps/unix/sysv/linux/allocrtsig.c (current_rtmin): One more
4938 * sysdeps/unix/sysv/linux/pthread_kill.c: Do not allow SIGTIMER to
4940 * sysdeps/pthread/posix-timer.h (timer_id2ptr, timer_ptr2id): Just
4941 pass pointer through as ID.
4942 * sysdeps/unix/sysv/linux/bits/local_lim.h (TIMER_MAX): Removed.
4943 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: New file.
4944 * sysdeps/unix/sysv/linux/timer_create.c: New file.
4945 * sysdeps/unix/sysv/linux/timer_delete.c: New file.
4946 * sysdeps/unix/sysv/linux/timer_getoverr.c: New file.
4947 * sysdeps/unix/sysv/linux/timer_gettime.c: New file.
4948 * sysdeps/unix/sysv/linux/timer_routines.c: New file.
4949 * sysdeps/unix/sysv/linux/timer_settime.c: New file.
4950 * sysdeps/unix/sysv/linux/ia64/Versions: New file.
4951 * sysdeps/unix/sysv/linux/ia64/timer_create.c: New file.
4952 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: New file.
4953 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: New file.
4954 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: New file.
4955 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: New file.
4956 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New file.
4957 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: New file.
4958 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: New file.
4959 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: New file.
4960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: New file.
4961 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: New file.
4962 * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
4963 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: New file.
4964 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: New file.
4965 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: New file.
4966 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: New file.
4967 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: New file.
4968 * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
4969 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: New file.
4970 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: New file.
4971 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: New file.
4972 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: New file.
4973 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: New file.
4974 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: New file.
4976 * pthreadP.h: Remove FRAME_LEFT definition.
4977 * cleanup.c (_pthread_cleanup_push): Don't check for reference to
4978 already left frame. Programs which have this problem are not POSIX
4980 * cleanup_defer.c (_pthread_cleanup_push_defer): Likewise.
4982 2003-03-24 Ulrich Drepper <drepper@redhat.com>
4984 * sysdeps/pthread/tst-timer.c: Check return values of the
4987 2003-03-23 Roland McGrath <roland@redhat.com>
4989 * tst-tls3.c (do_test) [! HAVE___THREAD]: Don't test anything.
4990 * tst-tls3mod.c: Likewise.
4991 * tst-tls1.c: Likewise.
4992 * tst-tls2.c: Likewise.
4994 * tst-mutex5.c (do_test): Unlock before destroy, otherwise we invoke
4997 * tst-join5.c (tf1, tf2): Add a cast.
4999 * Makeconfig (includes): Append -I$(..)nptl to this variable.
5001 * tst-barrier2.c (do_test) [! _POSIX_THREAD_PROCESS_SHARED]:
5002 Don't test anything.
5003 * tst-cond4.c: Likewise.
5004 * tst-cond6.c: Likewise.
5005 * tst-flock2.c: Likewise.
5006 * tst-mutex4.c: Likewise.
5007 * tst-rwlock4.c: Likewise.
5008 * tst-signal1.c: Likewise.
5009 * tst-spin2.c: Likewise.
5010 * tst-cond11.c [! _POSIX_CLOCK_SELECTION]: Likewise.
5012 * tst-mutex4.c: Use test-skeleton.c.
5013 * tst-spin2.c: Likewise.
5014 * tst-sysconf.c: Likewise.
5015 * tst-barrier2.c: Likewise.
5016 * tst-cond4.c: Likewise.
5017 * tst-cond6.c: Likewise.
5018 * tst-rwlock4.c: Likewise.
5019 * tst-unload.c: Likewise.
5020 * tst-flock2.c (do_test): Use return instead of exit.
5022 2003-03-22 Jakub Jelinek <jakub@redhat.com>
5024 * sysdeps/unix/sysv/linux/fork.c (__fork): Add libc_hidden_def.
5026 2003-03-21 Ulrich Drepper <drepper@redhat.com>
5028 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5029 (__lll_mutex_trylock): Use atomic_compare_and_exchange_val_acq
5030 instead of __lll_compare_and_swap.
5031 * sysdeps/unix/sysv/linux/ia64/pthread_once.c (__pthread_once):
5033 Removed definition if __lll_compare_and_swap.
5035 * cancellation.c: Adjust for new form of compare&exchange macros.
5036 * cleanup_defer.c: Likewise.
5038 * libc-cancellation.c: Likewise.
5039 * old_pthread_cond_broadcast.c: Likewise.
5040 * old_pthread_cond_signal.c: Likewise.
5041 * old_pthread_cond_timedwait.c: Likewise.
5042 * old_pthread_cond_wait.c: Likewise.
5043 * pthread_cancel.c: Likewise.
5044 * pthread_create.c: Likewise.
5045 * pthread_detach.c: Likewise.
5046 * pthread_join.c: Likewise.
5047 * pthread_key_delete.c: Likewise.
5048 * pthread_setcancelstate.c: Likewise.
5049 * pthread_setcanceltype.c: Likewise.
5050 * pthread_timedjoin.c: Likewise.
5051 * pthread_tryjoin.c: Likewise.
5052 * sysdeps/pthread/createthread.c: Likewise.
5054 2003-03-20 Ulrich Drepper <drepper@redhat.com>
5056 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Include <atomic.h>.
5057 Remove __lll_add, __lll_dec_if_positive, and __lll_test_and_set
5058 definitions. Replace uses with calls to atomic_* functions.
5059 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5060 * sysdeps/unix/sysv/linux/lowlevellock.c: Replace __lll_add and
5061 __lll_test_and_set calls with atomic_exchange_and_add and
5062 atomic_exchange calls respectively.
5063 * sysdeps/unix/sysv/linux/sem_post.c: Likewise.
5064 * sysdeps/unix/sysv/linux/sem_timedwait.c: Likewise.
5065 * sysdeps/unix/sysv/linux/sem_trywait.c: Likewise.
5066 * sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
5067 * sysdeps/unix/sysv/linux/ia64/pthread_once.c: Likewise.
5068 * sysdeps/unix/sysv/linux/ia64/sem_port.c: Likewise.
5069 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Likewise.
5071 * allocatestack.c (allocate_stack): Assume atomic_exchange_and_add
5072 returns the old value.
5074 2003-03-20 Martin Schwidefsky <sky@mschwid3.boeblingen.de.ibm.com>
5076 * sysdeps/s390/pthread_spin_lock.c (pthread_spin_lock): Use type
5077 int for variable OLDVAL and correct inline assembler contraint.
5078 * sysdeps/s390/pthread_spin_trylock.c (pthread_spin_trylock): Use
5079 type int for variable OLD.
5081 * sysdeps/s390/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define it
5083 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
5084 (SINGLE_THREAD_P): Use global variable __local_multiple_threads
5085 instead of multiple_threads field in the TCB.
5087 2003-03-19 Ulrich Drepper <drepper@redhat.com>
5089 * sysdeps/i386/i686/bits/atomic.h: Removed.
5090 * sysdeps/i386/i586/bits/atomic.h: Removed.
5091 * sysdeps/i386/i486/bits/atomic.h: Removed. Moved to glibc.
5092 * sysdeps/x86_64/bits/atomic.h: Removed. Moved to glibc.
5093 * sysdeps/s390/bits/atomic.h: Removed. Moved to glibc.
5094 * sysdeps/sh/bits/atomic.h: Removed. Moved to glibc.
5095 * sysdeps/ia64/bits/atomic.h: Removed. Moved to glibc.
5096 * sysdeps/powerpc/bits/atomic.h: Removed. Moved to glibc.
5097 * atomic.h: Removed. Moved to glibc.
5099 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Add
5100 support for clock selection.
5102 * sysdeps/pthread/pthread_cond_broadcast.c: Release lock before
5105 2003-03-18 Roland McGrath <roland@redhat.com>
5107 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_test_and_set):
5108 Add __lll_rel_instr first. Add memory clobber.
5109 (lll_mutex_unlock): Use __lll_test_and_set.
5110 From Paul Mackerras <paulus@samba.org>.
5112 * sysdeps/powerpc/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define
5114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
5115 (SINGLE_THREAD_P): Add `header.' prefix.
5116 From Paul Mackerras <paulus@samba.org>.
5118 * Versions (libpthread: GLIBC_2.3.2): Move pthread_tryjoin_np and
5119 pthread_timedjoin_np to ...
5120 (libpthread: GLIBC_2.3.3): ... here.
5121 (libpthread: GLIBC_2.2): Move pthread_barrierattr_getpshared there too.
5123 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
5124 Avoid shadowing VAL variable.
5126 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_test_and_set):
5129 2003-03-18 Ulrich Drepper <drepper@redhat.com>
5131 * Makefile (tests): Add tst-cond11.
5132 * tst-cond11.c: New file.
5134 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Reorder
5135 struct passed to cleanup handler to eliminate one more
5137 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
5139 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
5140 (pthrad_cond_t): Replace __unused field with __clock.
5142 * sysdeps/pthread/pthread_cond_wait.c: Release condvar lock before
5143 waken all waiters in cleanup handler.
5144 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
5145 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
5147 * pthread_condattr_getclock.c: New file.
5148 * pthread_condattr_setclock.c: New file.
5149 * sysdeps/pthread/pthread.h: Declare these new functions.
5150 * Versions [GLIBC_2.3.3] (libpthread): Add the new functions.
5151 * Makefile (libpthread-routines): Add the new functions.
5152 * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_condattr):
5153 Renamed field to value. Document use of the bits.
5154 * pthread_condattr_getpshared.c: Adjust for struct pthread_condattr
5156 * pthread_condattr_setpshared.c: Likewise.
5157 * pthread_cond_init.c (__pthread_cond_init): Initialized __clock field.
5158 * sysdeps/unix/sysv/linux/lowlevelcond.sym: Add cond_clock symbol.
5159 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
5161 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
5162 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
5163 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
5164 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
5165 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5166 Implement clock selection.
5167 * sysdeps/pthread/pthread_cond_timedwait.c: Likewise.
5168 * pthread-errnos.sym: Add ENOSYS.
5169 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
5170 _POSIX_CLOCK_SELECTION.
5171 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
5173 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove
5174 invalid .size directive.
5176 2003-03-17 Roland McGrath <roland@redhat.com>
5178 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_lock_wait):
5181 2003-03-17 Ulrich Drepper <drepper@redhat.com>
5183 * sysdeps/unix/sysv/linux/ia64/pthread_once.c: Use __builtin_expect.
5184 Use __lll_add instead of spelling it out. Use protected symbol names.
5185 * sysdeps/unix/sysv/linux/ia64/sem_post.c: Use __builtin_expect.
5187 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_compare_and_swap):
5188 Renamed from lll_compare_and_swap. Use new name where necessary.
5189 (__lll_add): Defined.
5190 (__lll_dec_if_positive): Defined.
5191 (__lll_test_and_set): Defined.
5192 * sysdeps/ia64/pthread_spin_init.c: Removed.
5193 * sysdeps/unix/sysv/linux/ia64/lowlevelmutex.c: Removed.
5194 * sysdeps/unix/sysv/linux/ia64/sem_trywait.c: Removed.
5195 * sysdeps/unix/sysv/linux/ia64/sem_wait.c: Removed.
5196 * sysdeps/unix/sysv/linux/ia64/lowlevellock.c: Removed.
5197 * sysdeps/unix/sysv/linux/ia64/libc-lowlevellock.c: Removed.
5198 * sysdeps/unix/sysv/linux/ia64/libc-lowlevelmutex.c: Removed.
5199 * sysdeps/unix/sysv/linux/ia64/sem_timedwait.c: Removed.
5200 * sysdeps/ia64/bits/atomic.h: Add __builtin_expect where appropriate.
5201 * sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): Use
5202 __sync_lock_release_si.
5203 Patch by Jakub Jelinek.
5205 * sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
5206 Fix timeout handling.
5207 (__lll_timedwait_tid): Likewise.
5208 (lll_unlock_wake_cb): Wake up other waiters if necessary.
5209 Patch by Jakub Jelinek.
5211 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Pretty printing.
5213 2003-03-17 Roland McGrath <roland@redhat.com>
5215 PowerPC port contributed by Paul Mackerras <paulus@samba.org>.
5216 * sysdeps/pthread/pthread_spin_init.c: New file.
5217 * sysdeps/pthread/pthread_spin_unlock.c: New file.
5218 * sysdeps/powerpc/Makefile: New file.
5219 * sysdeps/powerpc/pthread_spin_lock.c: New file.
5220 * sysdeps/powerpc/pthread_spin_trylock.c: New file.
5221 * sysdeps/powerpc/pthreaddef.h: New file.
5222 * sysdeps/powerpc/tcb-offsets.sym: New file.
5223 * sysdeps/powerpc/td_ta_map_lwp2thr.c: New file.
5224 * sysdeps/powerpc/tls.h: New file.
5225 * sysdeps/powerpc/bits/atomic.h: New file.
5226 * sysdeps/unix/sysv/linux/libc-lowlevelmutex.c: New file.
5227 * sysdeps/unix/sysv/linux/libc-lowlevellock.c: New file.
5228 * sysdeps/unix/sysv/linux/lowlevellock.c: New file.
5230 * sysdeps/unix/sysv/linux/lowlevelmutex.c: New file.
5231 * sysdeps/unix/sysv/linux/sem_post.c: New file.
5232 * sysdeps/unix/sysv/linux/sem_timedwait.c: New file.
5233 * sysdeps/unix/sysv/linux/sem_trywait.c: New file.
5234 * sysdeps/unix/sysv/linux/sem_wait.c: New file.
5235 * sysdeps/unix/sysv/linux/powerpc/Makefile: New file.
5236 * sysdeps/unix/sysv/linux/powerpc/createthread.c: New file.
5237 * sysdeps/unix/sysv/linux/powerpc/fork.c: New file.
5238 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file.
5239 * sysdeps/unix/sysv/linux/powerpc/pt-vfork.S: New file.
5240 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c: New file.
5241 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: New file.
5242 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: New file.
5243 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: New file.
5244 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: New file.
5246 * sysdeps/unix/sysv/linux/ia64/lowlevellock.c: Use __gettimeofday,
5248 * sysdeps/unix/sysv/linux/ia64/lowlevelmutex.c: Likewise.
5249 * sysdeps/unix/sysv/linux/ia64/sem_timedwait.c: Likewise.
5250 * sysdeps/unix/sysv/linux/s390/lowlevellock.c: Likewise.
5251 * sysdeps/unix/sysv/linux/s390/lowlevelmutex.c: Likewise.
5252 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Likewise.
5254 2003-03-17 Ulrich Drepper <drepper@redhat.com>
5256 * sysdeps/pthread/pthread_cond_wait.c: Correct exit criteria.
5257 * sysdeps/pthread/pthread_cond_timedwait.c: Likewise.
5258 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
5259 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
5260 Patch by Ewald Snel <ewald@rambo.its.tudelft.nl>.
5262 2003-03-16 Roland McGrath <roland@redhat.com>
5264 * tst-fork4.c: Include <string.h>.
5265 * tst-signal2.c: Likewise.
5266 * tst-mutex5.c (do_test): exit -> return.
5267 * tst-mutex2.c: Include <stdlib.h>.
5269 2003-03-16 Ulrich Drepper <drepper@redhat.com>
5271 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S
5272 (__lll_mutex_timedlock_wait): Correct expected value after
5273 spurious wakeup. Otherwise we would never wait again.
5275 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Work around red
5276 zone versus inline asm stupidity. Use correct instructions.
5278 * tst-rwlock6.c: Add some more status output.
5280 2003-03-15 Roland McGrath <roland@redhat.com>
5282 * sysdeps/pthread/configure.in: New file.
5283 * sysdeps/pthread/configure: New file (generated).
5285 2003-03-15 Ulrich Drepper <drepper@redhat.com>
5287 * allocatestack.c (allocate_stack): Store the exact stack size of
5288 user allocated stacks.
5290 2003-03-15 Jakub Jelinek <jakub@redhat.com>
5292 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
5293 (SINGLE_THREAD): Use `header' prefix instead of `header.data'.
5294 * sysdeps/sh/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Likewise.
5295 * sysdeps/sh/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define.
5296 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SINGLE_THREAD_P):
5297 Use `header.' prefix.
5298 * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Likewise.
5300 2003-03-15 Ulrich Drepper <drepper@redhat.com>
5302 * sysdeps/x86_64/pthreaddef.h (CURRENT_STACK_FRAME): Don't use
5303 __builtin_frame_address, use stack pointer.
5305 * sysdeps/unix/sysv/linux/jmp-unwind.c: Use CURRENT_STACK_FRAME
5306 instead of __builtin_frame_pointer.
5308 2003-03-14 Ulrich Drepper <drepper@redhat.com>
5310 * tst-basic1.c (do_test): Add cast to avoid warning.
5311 * tst-basic2.c (do_test): Likewise.
5313 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Use correct
5314 amount of stack correction.
5316 * tst-fork4.c: Use test-skeleton.c.
5318 2003-03-14 Roland McGrath <roland@redhat.com>
5320 * init.c: Fix typo "#eli" for "#else".
5322 2003-03-14 Steven Munroe <sjmunroe@us.ibm.com>
5324 * allocatestack.c (__stack_user): Use hidden_data_def.
5325 * pthread_create.c (__pthread_keys): Likewise.
5327 * init.c [__powerpc__] (__NR_set_tid_address): Define it.
5329 2003-03-14 Roland McGrath <roland@redhat.com>
5331 * tst-fork4.c: New file.
5332 * Makefile (tests): Add it.
5334 * descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so
5335 we always define the padding space.
5336 [!TLS_DTV_AT_TP]: Give tcbhead_t field a name, `header', since GCC
5337 stopped supporting its own extensions fully.
5338 [TLS_MULTIPLE_THREADS_IN_TCB]: Put `multiple_threads' inside a wrapper
5339 struct also called `header', so `header.multiple_threads' is the field
5340 name to use on all machines.
5341 * allocatestack.c (allocate_stack): Use `header.' prefix.
5342 * sysdeps/pthread/createthread.c (create_thread): Likewise.
5343 * pthread_create.c (__pthread_create_2_1): Likewise.
5344 * sysdeps/i386/tls.h (INSTALL_NEW_DTV, THREAD_DTV): Likewise.
5345 (THREAD_SELF): Likewise.
5346 * sysdeps/x86_64/tls.h: Likewise.
5347 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
5348 (SINGLE_THREAD_P): Likewise.
5349 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
5350 (SINGLE_THREAD_P): Likewise.
5351 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
5352 (SINGLE_THREAD_P): Likewise.
5354 * sysdeps/s390/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Use REGS[18]
5357 2003-03-14 Ulrich Drepper <drepper@redhat.com>
5359 * pthread_create.c (start_thread): Use CALL_THREAD_FCT if defined.
5360 * sysdeps/i386/tls.h: Define CALL_THREAD_FCT.
5362 * pthread_create.c (start_thread): setjmp is expected to return 0.
5364 * sysdeps/x86_64/tls.h (THREAD_GETMEM): Mark asms volatile.
5365 (THREAD_GETMEM_NC): Likewise.
5367 2003-03-13 Ulrich Drepper <drepper@redhat.com>
5369 * allocatestack.c (allocate_stack): If MULTI_PAGE_ALIASING is defined
5370 and the size of the stack which must be allocated is a multiple,
5371 allocate one more page.
5372 * sysdeps/i386/i686/Makefile: Don't define COLORING_INCREMENT, but
5373 MULTI_PAGE_ALIASING.
5375 2003-03-13 Roland McGrath <roland@redhat.com>
5377 * pthread_create.c (start_thread): Set EXITING_BIT after the
5378 event-reporting (and destructors), not before.
5380 2003-03-13 Jakub Jelinek <jakub@redhat.com>
5382 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_timed_wait,
5383 lll_futex_wake): Declare register variables as long int instead of
5384 unsigned long int. Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
5385 Make syscall arguments clobbered by the syscall.
5386 (lll_futex_wait): Define using lll_futex_timed_wait.
5388 * sysdeps/ia64/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Cast regs[13]
5391 * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Only declare and set
5394 * allocatestack.c (nptl_ncreated): Only declare if
5395 COLORING_INCREMENT != 0.
5397 * pthreadP.h (__pthread_enable_asynccancel_2): New prototype.
5398 (__libc_enable_asynccancel_2): Remove prototype.
5400 * sysdeps/unix/sysv/linux/ia64/fork.c (ARCH_FORK): Swap ptid and
5401 ctid to match kernel.
5403 2003-03-12 Ulrich Drepper <drepper@redhat.com>
5405 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5406 libc_multiple_threads.
5407 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Move definition of
5408 __libc_multiple_threads to...
5409 * sysdeps/unix/sysv/linux/libc_multiple_threads.c: ...here. New file.
5411 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove unnecessary
5413 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
5414 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
5416 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S
5417 (__pthread_once_internal): Define.
5419 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Use shlib-compat.h
5420 macros instead of .symver directly.
5421 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Likewise.
5422 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Likewise.
5424 * sysdeps/x86_64/tls.h [__ASSEMBLER__]: Include tcb-offsets.h.
5425 * sysdeps/x86_64/tcb-offsets.sym: New file.
5426 * sysdeps/x86_64/Makefile: New file.
5428 * sysdeps/i386/tcb-offsets.sym: Add SELF.
5429 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Use SELF
5430 to access own pthread_t in TCB.
5431 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5433 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5435 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
5437 2003-03-12 Roland McGrath <roland@redhat.com>
5439 * pthread-errnos.sym: New file.
5440 * Makefile (gen-as-const-headers): New variable, list that file.
5441 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Include generated
5442 header <pthread-errnos.h> instead of defining errno values here.
5443 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Likewise.
5444 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Likewise.
5445 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise.
5446 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
5447 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5449 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5451 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
5452 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
5453 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Likewise.
5454 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5455 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
5456 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
5457 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise.
5458 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
5459 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
5460 * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S: Likewise.
5461 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5462 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
5463 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
5464 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
5465 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
5466 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
5467 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
5468 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
5469 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
5470 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
5471 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5472 * sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: Likewise.
5473 * sysdeps/i386/i486/pthread_spin_trylock.S: Likewise.
5474 * sysdeps/x86_64/pthread_spin_trylock.S: Likewise.
5475 * sysdeps/sh/pthread_spin_trylock.S: Likewise.
5476 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
5477 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
5479 * sysdeps/unix/sysv/linux/fork.c: Add an assert to check that
5480 CLONE_CHILD_SETTID worked.
5482 2003-03-12 Ulrich Drepper <drepper@redhat.com>
5484 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: New
5486 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: New
5489 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
5490 (pthread_cond_t): Add padding.
5492 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: New file.
5493 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: New file.
5494 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: New file.
5496 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
5497 (__pthread_rwlock_timedwrlock): Add missing opcode suffix.
5498 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
5499 (__pthread_rwlock_timedrdlock): Likewise.
5500 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
5501 (__pthread_rwlock_wrlock): Likewise.
5502 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
5503 (__pthread_rwlock_rdlock): Likewise.
5505 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: New file.
5507 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Return
5508 result of lock re-get if it fails.
5510 2003-03-11 Ulrich Drepper <drepper@redhat.com>
5512 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Fix asm syntax.
5513 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5514 * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S: Likewise.
5515 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
5516 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
5517 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Likewise.
5518 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.
5519 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise.
5520 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
5521 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Likewise.
5523 * sysdeps/x86_64/tls.h (THREAD_SELF, THREAD_GETMEM, THREAD_GETMEM_NC,
5524 THREAD_SETMEM, THREAD_SETMEM_NC): Correct asm syntax.
5526 * allocatestack.c [! TLS_MULTIPLE_THREADS_IN_TCB] (allocate_stack):
5527 Initialize *__libc_multiple_threads_ptr not __libc_multiple_threads.
5528 * sysdeps/pthread/createthread.c [! TLS_MULTIPLE_THREADS_IN_TCB]
5529 (create_thread): Likewise.
5530 Define __pthread_multiple_threads and __libc_multiple_threads_ptr.
5531 * init.c (__pthread_initialize_minimal_internal): Initialize
5532 __libc_multiple_threads_ptr if necessary.
5533 * pthreadP.h: Adjust prototype for __libc_pthread_init. Declare
5534 __pthread_multiple_threads and __libc_multiple_threads_ptr.
5535 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Define
5536 __libc_multiple_threads.
5537 (__libc_pthread_init): Return pointer to __libc_pthread_init if
5540 * sysdeps/i386/tls.h (THREAD_SETMEM): Fix one-byte variant.
5541 (THREAD_SETMEM_NC): Likewise.
5543 * sysdeps/x86_64/pthread_spin_trylock.c: Removed.
5544 * sysdeps/x86_64/pthread_spin_trylock.S: New file.
5545 * sysdeps/x86_64/pthread_spin_unlock.c: Removed.
5546 * sysdeps/x86_64/pthread_spin_unlock.S: New file.
5548 * sysdeps/i386/i486/pthread_spin_trylock.S (pthread_spin_trylock):
5549 Eliminate one entire instruction.
5551 * cancellation.c (__pthread_enable_asynccancel_2): New function.
5552 * pthreadP.h: Declare __pthread_enable_asynccancel_2.
5553 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
5554 (__pthread_cond_timedwait): Use __pthread_enable_asynccancel_2
5555 instead of __pthread_enable_asynccancel.
5556 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
5557 (__pthread_cond_wait): Likewise.
5558 * sysdeps/pthread/pthread_cond_timedwait.c
5559 (__pthread_cond_timedwait): Likewise.
5560 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
5562 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
5563 (__condvar_cleanup): Wake up all waiters in case we got signaled
5564 after being woken up but before disabling asynchronous
5566 * sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise.
5567 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
5568 (__condvar_cleanup): Likewise.
5570 * init.c (__NR_set_tid_address): If already defined, don't redefine.
5571 Make it an error if architecture has no #if case. Add x86-64.
5573 * sysdeps/unix/sysv/linux/x86_64/Makefile: Add flags for
5574 pt-initfini.s generation.
5576 * sysdeps/x86_64/tls.h: Include <asm/prctl.h>.
5577 (TLS_INIT_TP): Fix typo.
5579 2003-03-11 Jakub Jelinek <jakub@redhat.com>
5581 * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Swap 2nd and
5582 3rd argument of __arch_compare_and_exchange_{32,64}_val_acq.
5584 * sysdeps/unix/sysv/linux/ia64/sem_post.c: Include semaphore.h.
5585 * sysdeps/unix/sysv/linux/ia64/sem_timedwait.c: Likewise.
5586 * sysdeps/unix/sysv/linux/ia64/sem_trywait.c: Likewise.
5587 * sysdeps/unix/sysv/linux/ia64/sem_wait.c: Likewise.
5588 * sysdeps/unix/sysv/linux/s390/sem_post.c: Likewise.
5589 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Likewise.
5590 * sysdeps/unix/sysv/linux/s390/sem_trywait.c: Likewise.
5591 * sysdeps/unix/sysv/linux/s390/sem_wait.c: Likewise.
5593 2003-03-11 Ulrich Drepper <drepper@redhat.com>
5595 * sysdeps/pthread/pthread_cond_timedwait.c
5596 (__pthread_cond_timedwait): Return the result of the final
5597 locking. If it succeeds, the regular function return value.
5599 * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait):
5600 Return result of the final locking.
5601 * version.c (__nptl_main): Work around problems with the strange
5602 INTERNAL_SYSCALL macro on ppc32.
5603 * init.c (__pthread_initialize_minimal_internal): Unblock
5604 SIGCANCEL in case the parent blocked it.
5605 Reported by Paul Mackerras <paulus@samba.org>.
5607 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: New file.
5608 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: New file.
5609 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: New file.
5611 2003-03-11 Jakub Jelinek <jakub@redhat.com>
5613 * sysdeps/pthread/pthread_cond_timedwait.c
5614 (__pthread_cond_timedwait): Unlock and fail if
5615 __pthread_mutex_unlock_internal failed.
5617 * sysdeps/pthread/createthread.c (ARCH_CLONE): Define if not defined.
5618 (create_thread): Only assert PD->tcb != NULL under [TLS_TCB_AT_TP].
5620 * allocatestack.c (ALLOCATE_STACK_PARMS): New macro.
5621 [NEED_SEPARATE_REGISTER_STACK] (STACK_VARIABLES,
5622 STACK_VARIABLES_ARGS, STACK_VARIABLES_PARMS, ALLOCATE_STACK_PARMS,
5623 ALLOCATE_STACK): New macros.
5624 (TLS_TPADJ): New macro.
5625 (get_cached_stack, queue_stack, __deallocate_stack): Use TLS_TPADJ.
5626 (allocate_stack): Handle TLS_DTV_AT_TP and
5627 NEED_SEPARATE_REGISTER_STACK. Use TLS_TPADJ.
5628 * pthread_create.c (__pthread_create_2_1) [! TLS_TCB_AT_TP]:
5630 * init.c [__ia64__] (__NR_set_tid_address): Define.
5632 * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: New file.
5633 * sysdeps/unix/sysv/linux/ia64/bits/semaphore.h: New file.
5634 * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
5635 * sysdeps/unix/sysv/linux/ia64/createthread.c: New file.
5636 * sysdeps/unix/sysv/linux/ia64/libc-lowlevellock.c: New file.
5637 * sysdeps/unix/sysv/linux/ia64/libc-lowlevelmutex.c: New file.
5638 * sysdeps/unix/sysv/linux/ia64/lowlevellock.c: New file.
5639 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: New file.
5640 * sysdeps/unix/sysv/linux/ia64/lowlevelmutex.c: New file.
5641 * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file.
5642 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5643 * sysdeps/unix/sysv/linux/ia64/pthread_once.c: New file.
5644 * sysdeps/unix/sysv/linux/ia64/sem_post.c: New file.
5645 * sysdeps/unix/sysv/linux/ia64/sem_timedwait.c: New file.
5646 * sysdeps/unix/sysv/linux/ia64/sem_trywait.c: New file.
5647 * sysdeps/unix/sysv/linux/ia64/sem_wait.c: New file.
5648 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: New file.
5649 * sysdeps/ia64/bits/atomic.h: New file.
5650 * sysdeps/ia64/Makefile: New file.
5651 * sysdeps/ia64/pthread_spin_init.c: New file.
5652 * sysdeps/ia64/pthread_spin_lock.c: New file.
5653 * sysdeps/ia64/pthread_spin_trylock.c: New file.
5654 * sysdeps/ia64/pthread_spin_unlock.c: New file.
5655 * sysdeps/ia64/pthreaddef.h: New file.
5656 * sysdeps/ia64/tcb-offsets.sym: New file.
5657 * sysdeps/ia64/td_ta_map_lwp2thr.c: New file.
5658 * sysdeps/ia64/tls.h: New file.
5660 * sysdeps/s390/pthreaddef.h (__exit_thread_inline): Pass 1 argument
5661 to syscall instead of no arguments.
5663 2003-03-10 Ulrich Drepper <drepper@redhat.com>
5665 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: New file.
5666 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: New file.
5667 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: New file.
5668 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: New file.
5670 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Fix error value in
5673 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: New file
5675 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
5676 lowlevelbarrier.sym.
5677 * sysdeps/unix/sysv/linux/lowlevelbarrier.sym: New file.
5678 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5679 Include lowlevelbarrier.h and don't define offsets locally.
5680 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
5682 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
5683 (__lll_mutex_lock_wait): Reverse order of first two parameters.
5684 (__lll_mutex_timedlock_wait): Likewise.
5685 (lll_mutex_lock): Adjust asm for that.
5686 (lll_mutex_timedlock): Likewise. Mark cx, cc, r10 as clobbered.
5687 (lll_lock): Adjust asm for operand order change.
5688 * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S: New file.
5689 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S: New file.
5691 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_lock_wait):
5692 Reverse order of parameters.
5693 (__lll_timedwait_tid): Remove regparms attribute.
5694 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: New file.
5695 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: New file.
5697 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
5698 (__lll_timedwait_tid): Remove one unnecessary instruction.
5700 * sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: Define
5701 __lll_mutex_timedlock_wait only for NOT_IN_libc.
5702 * sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S: Include
5705 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define
5706 lll_unlock_wake_cb, __lll_wait_tid, and __lll_timedwait_tid only
5708 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Include
5711 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Don't define
5712 LOCK is already defined. Don't define __lll_mutex_timedlock_wait
5714 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: Only
5715 define LOCK here (if UP is not defined). The actual code is in
5718 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Don't define
5719 LOCK is already defined. Don't define lll_unlock_wake_cb and
5720 __lll_timedwait_tid for libc.so.
5721 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Only
5722 define LOCK here (if UP is not defined). The actual code is in
5725 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Not needed anymore.
5726 * sysdeps/unix/sysv/linux/s390/lowlevelsem.h: Likewise.
5727 * sysdeps/unix/sysv/linux/s390/sem_post.c: Include lowlevellock.h
5728 instead of lowlevelsem.h.
5729 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Likewise.
5730 * sysdeps/unix/sysv/linux/s390/sem_trywait.c: Likewise.
5731 * sysdeps/unix/sysv/linux/s390/sem_wait.c: Likewise.
5733 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
5735 * sysdeps/unix/sysv/linux/lowlevelrwlock.sym: New file.
5736 * sysdeps/unix/sysv/linux/i386/lowlevelrwlock.h: Removed.
5737 * sysdeps/unix/sysv/linux/sh/lowlevelrwlock.h: Removed.
5739 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_trylock): Fix
5741 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_trylock): Undo
5744 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: New file.
5746 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove declaration
5747 of __libc_locking_needed.
5748 (lll_trylock): Initialize %eax to zero.
5750 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Update
5751 pthread_cond_t definition.
5753 2003-03-10 Roland McGrath <roland@redhat.com>
5755 * sysdeps/unix/sysv/linux/lowlevelcond.sym: New file.
5756 * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add it.
5757 * sysdeps/unix/sysv/linux/sh/lowlevelcond.h: File removed.
5758 * sysdeps/unix/sysv/linux/i386/lowlevelcond.h: Likewise.
5759 * sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: Likewise.
5761 * allocatestack.c (allocate_stack) [!TLS_MULTIPLE_THREADS_IN_TCB]:
5762 Instead of setting PD->multiple_threads, set globals
5763 __pthread_multiple_threads and __libc_multiple_threads.
5764 * sysdeps/pthread/createthread.c (create_thread): Likewise.
5765 * sysdeps/i386/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define it.
5766 * sysdeps/s390/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Likewise.
5768 * descr.h (struct pthread): Conditionalize first member on
5769 [!TLS_DTV_AT_TP]. Replace the `header' member with an anonymous union
5770 containing an anonymous tcbhead_t. Move `list' member out.
5771 [TLS_MULTIPLE_THREADS_IN_TCB]: Define a `multiple_threads' member.
5772 * allocatestack.c: Remove use of `header.data.' prefix.
5773 * pthread_create.c: Likewise.
5774 * init.c (__pthread_initialize_minimal_internal): Likewise.
5775 * sysdeps/pthread/createthread.c (create_thread): Likewise.
5776 * sysdeps/i386/tls.h (INSTALL_DTV): Add parens.
5777 (THREAD_SELF, THREAD_DTV, INSTALL_NEW_DTV): No `header.data.' prefix.
5778 * sysdeps/x86_64/tls.h: Likewise.
5779 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
5780 (SINGLE_THREAD_P): Likewise.
5781 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
5782 (SINGLE_THREAD_P): Likewise.
5783 * sysdeps/i386/tls.h (tcbhead_t): Remove `list' member.
5784 * sysdeps/s390/tls.h (tcbhead_t): Likewise.
5786 2003-03-09 Ulrich Drepper <drepper@redhat.com>
5788 * sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: New file.
5790 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: New file.
5791 * sysdeps/unix/sysv/linux/x86_64/fork.c: New file.
5793 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Fix many
5794 leftovers from the ia32 code.
5796 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove unneccessary
5798 (clear_once_control): Don't load %esi.
5800 * sysdeps/x86_64/tls.h: Remove all traces of segment descriptor
5803 * sysdeps/unix/sysv/linux/x86_64/fork.c: New file.
5805 * sysdeps/unix/sysv/linux/s390/createthread.c: Moved to...
5806 * sysdeps/unix/sysv/linux/createthread.c: ...here.
5808 * Makefile (tests): Add tst-cond10.
5809 * tst-cond10.c: New file.
5811 2003-03-08 Ulrich Drepper <drepper@redhat.com>
5813 * tst-tls2.c (do_test): Add TEMP_FAILURE_RETRY around sem_wait call.
5814 * tst-signal3.c (do_test): Likewise.
5815 * tst-sem5.c (do_test): Likewise.
5816 * tst-kill6.c (do_test): Likewise.
5817 * tst-tls3.c (do_test): Likewise. Include <errno.h>.
5819 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use add/sub instead
5821 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Likewise.
5822 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Likewise
5823 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Likewise.
5824 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise.
5825 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
5826 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
5827 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5829 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5831 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
5832 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
5833 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
5834 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
5835 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
5836 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Likewise.
5837 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Likewise.
5838 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5840 * allocatestack.c (allocate_stack): If mprotect() fails free the
5843 2003-03-07 Ulrich Drepper <drepper@redhat.com>
5845 * sysdeps/i386/i486/bits/atomic.h: Fix a few unused definitions.
5847 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove all trace of
5848 lll_wake_tid. This was used only to work around kernel limits in
5850 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5851 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Likewise.
5852 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5853 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5855 * init.c (__static_tls_align_m1): Renamed from __static_tls_align.
5856 (__pthread_initialize_minimal_internal): Change initialization of
5857 __static_tls_align_m1 appropriately.
5858 * pthreadP.h (__static_tls_align_m1): Renamed from
5860 * allocatestack.c (allocate_stack): Use __static_tls_align_m1
5861 instead of __static_tls_align-1.
5863 2003-03-04 Ulrich Drepper <drepper@redhat.com>
5865 * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
5867 * pthread_create.c: Define __pthread_keys using nocommon
5868 attribute, not by placing it explicitly in bss.
5869 Remove DEFINE_DEALLOC definition. Not needed anymore.
5871 * allocatestack.c: Define ARCH_MAP_FLAGS if not already defined.
5872 Use it in mmap call to allocate stacks.
5874 * sysdeps/pthread/createthread.c (create_thread): Fix comment.
5876 * pthread_create.c (start_thread): Use THREAD_SETMEM to store
5877 result of the thread function.
5879 2003-03-03 Ulrich Drepper <drepper@redhat.com>
5881 * sysdeps/unix/sysv/linux/s390/dl-sysdep.h: Removed. The generic
5882 version is just fine.
5884 * sysdeps/unix/sysv/linux/libc_pthread_init.c
5885 (__pthread_child_handler): Renamed from pthread_child_handler,
5886 exported, and marked hidden. Change all users.
5887 * sysdeps/unix/sysv/linux/register-atfork.c (free_mem): Do not
5888 free __pthread_child_handler from child list.
5890 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
5892 * atomic.h (atomic_exchange_and_add): Return newval, not oldval.
5894 * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
5895 Fix handling of cancellation and failing pthread_mutex_unlock call.
5896 * sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise.
5897 (__pthread_cond_wait): Likewise.
5899 * sysdeps/pthread/pthread_rwlock_timedrdlock.c
5900 (pthread_rwlock_timedrdlock): Fix clobber of result variable by
5901 lll_futex_timed_wait call.
5902 * sysdeps/pthread/pthread_rwlock_timedwrlock.c
5903 (pthread_rwlock_timedwrlock): Likewise.
5905 * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c (___lll_lock):
5906 Don't define lll_unlock_wake_cb and ___lll_timedwait_tid in libc.so.
5907 * sysdeps/unix/sysv/linux/s390/lowlevellock.c: Remove XXX comments.
5909 * sysdeps/unix/sysv/linux/s390/sem_post.c (__new_sem_post): Fix
5910 check of lll_futex_wake return value.
5912 2003-03-03 Roland McGrath <roland@redhat.com>
5914 * forward.c: Fix typo in __pthread_attr_init_2_0 compat_symbol decl.
5916 * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
5917 Argument to ptr___pthread_cleanup_upto is __jmp_buf, not jmp_buf.
5918 * sysdeps/unix/sysv/linux/jmp-unwind.c: Likewise.
5920 2003-03-02 Ulrich Drepper <drepper@redhat.com>
5922 * sysdeps/pthread/timer_create.c (timer_create): Return correct
5923 error for CPU clocks.
5925 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
5926 _POSIX_MONOTONIC_CLOCK.
5927 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
5929 * tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset
5932 2003-03-01 Ulrich Drepper <drepper@redhat.com>
5934 * descr.h (struct pthread): Move cleanup field to the front.
5936 2003-03-01 Roland McGrath <roland@redhat.com>
5938 * sem_open.c (sem_open): Braino fix.
5940 2003-03-01 Ulrich Drepper <drepper@redhat.com>
5942 * sysdeps/i386/tcb-offsets.sym: Add CLEANUP and CLEANUP_PREV.
5943 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Inline
5944 __pthread_cleanup_pop functionality.
5945 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
5947 * descr.h (struct pthread): Move tid field to the front now that
5950 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S
5951 (__lll_mutex_timedlock_wait): Remove.
5952 (__lll_mutex_unlock_wake): Don't save, load, and restore %esi.
5953 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S
5954 (__lll_mutex_unlock_wake): Don't save, load, and restore %esi.
5955 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
5956 (lll_unlock_wake_cb): Don't save and restore %esi.
5957 (__lll_unlock_wake): Add alignment. Don't save, load, and restore
5959 (__lll_timedwait_tid): Add alignment.
5960 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
5961 (__lll_unlock_wake): Add alignment. Don't save, load, and restore
5963 (__lll_timedwait_tid): Removed.
5964 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
5965 (__pthread_cond_broadcast): Don't save, load, and restore %esi.
5966 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
5967 (pthread_barrier_wait): Don't save, load, and restore %esi for
5969 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
5970 (__pthread_cond_signal): Don't save, load, and restore %esi.
5971 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
5972 (__pthread_rwlock_unlock): Don't save, load, and restore %esi.
5973 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__new_sem_post):
5974 Don't save, load, and restore %esi.
5976 2003-02-27 Ulrich Drepper <drepper@redhat.com>
5978 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5979 Release lock before waking up the waiters.
5981 * tst-exit1.c (do_test): Don't start more than one thread in parallel.
5983 * tst-rwlock9.c (writer_thread): Correct adding TIMEOUT.
5984 (reader_thread): Likewise.
5986 * sysdeps/pthread/pthread_rwlock_unlock.c
5987 (__pthread_rwlock_unlock): Release internal lock early. Don't try
5988 to wake up readers if there are none.
5990 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5991 Release internal lock before wake threads.
5993 2003-02-26 Ulrich Drepper <drepper@redhat.com>
5995 * Makefile (tests): Add tst-rwlock10 and tst-rwlock11.
5996 * tst-rwlock8.c: Initialize lock with INIT. Allow INIT to be
5998 * tst-rwlock9.c: Likewise.
5999 * tst-rwlock10.c: New file.
6000 * tst-rwlock11.c: New file.
6002 * Makefile (tests): Add tst-dlsym1.
6003 * tst-dlsym1.c: New file.
6005 * init.c (__pthread_initialize_minimal_internal): Set
6006 GL(dl_error_catch_tsd) to __libc_dl_error_tsd.
6007 * Versions (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
6009 2003-02-24 Ulrich Drepper <drepper@redhat.com>
6011 * sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
6013 * tst-cond2.c: Fix sychronization with child.
6015 * tst-rwlock8.c (reader_thread): Remove unused variable.
6017 * Makefile: Add rules to build and run tst-tls3.
6018 * tst-tls3.c: New file.
6019 * tst-tls3mod.c: New file.
6021 * Makefile (tests): Add tst-rwlock8 and tst-rwlock9.
6022 * tst-rwlock8.c: New file.
6023 * tst-rwlock9.c: New file.
6024 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Fix
6025 complete broken rwlock implementation.
6026 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6028 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6030 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
6031 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
6032 * sysdeps/pthread/pthread_rwlock_rdlock.c: Likewise.
6033 * sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
6034 * sysdeps/pthread/pthread_rwlock_timedwrlock.c: Likewise.
6035 * sysdeps/pthread/pthread_rwlock_unlock.c: Likewise.
6036 * sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.
6038 2003-02-23 Roland McGrath <roland@redhat.com>
6040 * Makefile (nptl-version): Change regexp so case sensitivity is ok.
6042 2003-02-23 Ulrich Drepper <drepper@redhat.com>
6044 * Makefile (tests): Add tst-context1.
6045 * tst-context1.c: New file.
6047 * Makefile (tests): Add tst-tls1 and tst-tls2.
6048 * tst-tls1.c: New file.
6049 * tst-tls2.c: New file.
6051 * libc-cancellation.c (__libc_enable_asynccancel): Correct test
6054 * pthread_create.c (start_thread): Set EXITING_BIT early.
6056 * sysdeps/i386/tls.h (THREAD_GETMEM): Mark asm as volatile.
6057 (THREAD_GETMEM_NC): Likewise.
6059 2003-02-22 Ulrich Drepper <drepper@redhat.com>
6061 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Shave
6062 off 3 more bytes by using offset-less instructions when possible.
6064 * Makefile: Add dependency for $(objpfx)version.d.
6066 * eintr.c (eintr_source): Add unnecessary return but the compiler
6069 * tst-kill3.c: Include <unistd.h>.
6071 2003-02-21 Roland McGrath <roland@redhat.com>
6073 * pthread_create.c (start_thread): Call __libc_thread_freeres.
6075 2003-02-21 Ulrich Drepper <drepper@redhat.com>
6077 * Makefile (tests): Add tst-eintr1.
6078 (distribute): Add eintr.c.
6079 * tst-eintr1.c: New file.
6080 * eintr.c: New file.
6082 * pthread_cancel.c (pthread_cancel): Use tkill directly.
6084 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill):
6085 Disallow sending SIGCANCEL.
6087 * Makefile (tests): Remove tst-basic7. Add tst-kill1, tst-kill2,
6088 tst-kill3, tst-kill4, tst-kill5, tst-kill6.
6089 * tst-kill1.c: New file.
6090 * tst-kill2.c: New file.
6091 * tst-kill3.c: New file.
6092 * tst-kill5.c: New file.
6093 * tst-kill6.c: New file.
6094 * tst-basic7.c: Renamed to...
6095 * tst-kill4.c: ...this.
6097 2003-02-21 Roland McGrath <roland@redhat.com>
6099 * Makefile (install-lib-ldscripts): New variable.
6101 2003-02-21 Ulrich Drepper <drepper@redhat.com>
6103 * pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P.
6104 * pthread_cancel.c: Use INVALID_TD_P.
6105 * pthread_detach.c: Likewise.
6106 * pthread_getschedparam.c: Likewise.
6107 * pthread_setschedparam.c: Likewise.
6108 * sysdeps/pthread/pthread_getcpuclockid.c: Likewise.
6109 * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6110 * pthread_join.c: Use INVALID_NOT_TERMINATED_TD_P.
6111 * pthread_timedjoin.c: Likewise.
6113 * tst-basic7.c: Include <signal.h>.
6115 * pthread_join.c (pthread_join): Limited checking for invalid
6117 * pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
6119 2003-02-20 Ulrich Drepper <drepper@redhat.com>
6121 * pthread_create.c (deallocate_tsd): Reset found_nonzero at the
6122 beginning of the loop. Clear the entire first block of TSD.
6123 * Makefile (tests): Add tst-key4.
6124 * tst-key4.c: New file.
6126 2003-02-18 Ulrich Drepper <drepper@redhat.com>
6128 * Makefile (tests): Add tst-basic7.
6129 * tst-basic7.c: New file.
6131 * pthread_create.c (deallocate_tsd): Mark as internal_function.
6132 Add some more __builtin_expect.
6134 * pthreadP.h: Define dummy version of DEBUGGING_P.
6136 2003-02-17 Ulrich Drepper <drepper@redhat.com>
6138 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remnove
6139 _POSIX_THREAD_PRIORITY_SCHEDULING.
6140 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove
6141 _XOPEN_REALTIME_THREADS.
6142 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
6144 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): The
6145 kernel returns EINVAL for PID <= 0, work around it.
6147 * Makefile (tests): Add tst-signal5.
6148 * tst-signal5.c: New file.
6150 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
6153 * tst-cancel1.c (tf): Block all signals.
6155 * Makefile (tests): Add tst-basic6.
6156 * tst-basic6.c: New file.
6158 * tst-basic1.c: Add test for process ID.
6160 * Makefile (tests): Add tst-cancel10.
6161 * tst-cancel10.c: New file.
6163 * Makefile (tests): Add tst-signal4.
6164 * tst-signal4.c: New file.
6166 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use
6167 __sigismember instead of sigismember. Add __builtin_expect.
6169 2003-02-16 Ulrich Drepper <drepper@redhat.com>
6171 * tst-attr1.c (do_test): Add tests for pthread_setcanceltype,
6172 pthread_setcancelstate, and pthread_rwlock_setpshared.
6174 * tst-cancel7.c (do_test): Make sure the pid file exists before
6175 canceling the thread.
6177 * tst-rwlock6.c: More pthread_rwlock_timedwrlock and
6178 pthread_rwlock_timedrdlock tests.
6179 * tst-rwlock7.c: More pthread_rwlock_timedwrlock tests.
6180 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6181 Check for invalid tv_nsec field.
6182 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6185 * pthread_mutex_trylock.c (__pthread_mutex_trylock): Protect
6186 recursive mutex of overflow.
6188 * tst-attr1.c (do_test): Add test for pthread_mutexattr_setpshared.
6190 * libc-cancellation.c (__libc_enable_asynccancel): Rewrite to avoid
6191 going into an endless loop.
6192 * Makefile (tests): Add tst-cancel9.
6193 * tst-cancel9.c: New file.
6195 * pthread_cancel.c (pthread_cancel): Use the result of __pthread_kill.
6197 2003-02-15 Ulrich Drepper <drepper@redhat.com>
6199 * tst-mutex5.c (do_test): Add more timedlock tests.
6201 * tst-mutex2.c: Tests of trylock and unlock with ERROR mutexes.
6202 * tst-mutex3.c (do_test): Add tests for trylock with RECURSIVE mutexes.
6204 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't
6205 use INLINE_SYSCALL. Error number is returned, not -1.
6207 * pthreadP.h: Mark declarations of __find_in_stack_list, __free_tcb,
6208 and __deallocate_stack with internal_function.
6209 * pthread_create.c: Adjust definitions appropriately.
6210 * allocatestack.c: Likewise.
6212 * pthread_join.c: Add one more __builtin_expect.
6213 * pthread_timedjoin.c: Likewise.
6215 * pthread_getspecific.c (__pthread_getspecific): Clear data->data
6216 not data of sequence number does not match.
6217 Add one __builtin_expect.
6219 * Makefile (tests): Add tst-clock1.
6220 * tst-clock1.c: New file.
6222 * pthread_setconcurrency.c (pthread_setconcurrency): Fail for
6224 * Makefile (tests): Add tst-basic5.
6225 * tst-basic5.c: New file.
6227 2003-02-14 Ulrich Drepper <drepper@redhat.com>
6229 * Makefile (tests): Add tst-basic4.
6230 * tst-basic4.c: New file.
6232 * pthreadP.h: Add declaraction for __nptl_nthreads.
6233 * pthread_create.c: Define __nptl_nthreads
6234 (start_thread): Increment __nptl_nthreads at beginning. Decrement
6235 after thread is done. If then zero, call exit(0).
6236 * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
6237 Add ptr_nthreads. Define HAVE_PTR_NTHREADS.
6238 * init.c (pthread_functions): Initialize ptr_nthreads.
6239 * allocatestack.c (nptl_nthreads): Remove definition and all uses.
6240 (__reclaim_stacks): Decrement __nptl_nthreads.
6241 * sysdeps/pthread/Makefile [$(subdir)==csu] (CFLAGS-libc-start.c):
6243 * Makefile (tests): Add tst-basic3.
6244 * tst-basic3.c: New file.
6246 * descr.h: Define CANCELING_BIT and CANCELING_BITMASK. Introduce
6247 after CANCELTYPE_BIT, move the other bits up. Update CANCEL_RESTMASK.
6248 * init.c (sigcancel_handler): Also set CANCELING_BITMASK bit in newval.
6249 * pthread_cancel.c (pthread_cancel): Likewise. Also set CANCELING_BIT
6250 if asynchronous canceling is enabled.
6251 * pthread_join.c (pthread_join): When recognizing circular joins,
6252 take into account the other thread might be already canceled.
6253 * Makefile (tests): Add tst-join5.
6254 * tst-join5.c: New file.
6256 * Makefile (tests): Add tst-join4.
6257 * tst-join4.c: New file.
6259 2003-02-13 Ulrich Drepper <drepper@redhat.com>
6261 * tst-cond4.c (main): Add test of pthread_attr_getpshared.
6263 2003-02-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
6265 * sysdeps/s390/tls.h (THREAD_GETMEM, THREAD_GETMEM_NC, THREAD_SETMEM,
6266 THREAD_SETMEM_NC): Use passed descr instead of THREAD_SELF.
6267 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c (_longjmp_unwind): Avoid
6269 * sysdeps/unix/sysv/linux/s390/lowlevellock.c: Include <sys/time.h>
6271 * sysdeps/unix/sysv/linux/s390/sem_post.c (__new_sem_post): Return
6272 error if lll_futex_wake failed.
6274 2003-02-13 Ulrich Drepper <drepper@redhat.com>
6276 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Fix
6277 handling of cancellation and failung pthread_mutex_unlock call.
6278 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
6279 * Makefile (tests): Add tst-cond8 and tst-cond9.
6280 * tst-cond8.c: New file.
6281 * tst-cond9.c: New file.
6283 * tst-cond7.c (do_test): Unlock the mutex before canceling the thread.
6285 * sysdeps/pthread/pthread.h: Add missing initializers. Protect
6286 non-standard initializers with __USE_GNU.
6288 * Makefile (tests): Add tst-cleanup3.
6289 * tst-cleanup3.c: New file.
6291 2003-02-12 Ulrich Drepper <drepper@redhat.com>
6293 * Makefile (tests): Add tst-attr1 and tst-attr2.
6294 * tst-attr1.c: New file.
6295 * tst-attr2.c: New file.
6297 * Makefile: Add rules to build and run tst-atfork2 test.
6298 * tst-atfork2.c: New file.
6299 * tst-atfork2mod.c: New file.
6301 * sysdeps/unix/sysv/linux/unregister-atfork.c
6302 (__unregister_atfork): Free the memory allocated for the handlers
6303 after removing them from the lists.
6305 * sysdeps/unix/sysv/linux/register-atfork.c: Define memeory
6308 * tst-atfork1.c (do_test): Wait for the child we forked.
6309 Report error in child.
6311 * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Fix comment.
6313 * sysdeps/pthread/Makefile: Define CFLAGS-confstr.c.
6315 2003-02-10 Ulrich Drepper <drepper@redhat.com>
6317 * Makefile (tests): Add tst-cancel8.
6318 * tst-cancel8.c: New file.
6320 * sysdeps/unix/sysv/linux/i386/pthread_once.S (clear_once_control): Fix
6321 clearing of control variable.
6322 * Makefile (tests): Add tst-once3 and tst-once4.
6323 * tst-once3.c: New file.
6324 * tst-once4.c: New file.
6326 2003-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
6328 * sysdeps/sh/Makefile: New file.
6329 * sysdeps/sh/bits/atomic.h: New file.
6330 * sysdeps/sh/pthread_spin_init.c: New file.
6331 * sysdeps/sh/pthread_spin_lock.c: New file.
6332 * sysdeps/sh/pthread_spin_trylock.S: New file.
6333 * sysdeps/sh/pthread_spin_unlock.S: New file.
6334 * sysdeps/sh/pthreaddef.h: New file.
6335 * sysdeps/sh/tcb-offsets.sym: New file.
6336 * sysdeps/sh/td_ta_map_lwp2thr.c: New file.
6337 * sysdeps/sh/tls.h: New file.
6338 * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: New file.
6339 * sysdeps/unix/sysv/linux/sh/bits/semaphore.h: New file.
6340 * sysdeps/unix/sysv/linux/sh/createthread.c: New file.
6341 * sysdeps/unix/sysv/linux/sh/fork.c: New file.
6342 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: New file.
6343 * sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S: New file.
6344 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: New file.
6345 * sysdeps/unix/sysv/linux/sh/lowlevelcond.h: New file.
6346 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: New file.
6347 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: New file.
6348 * sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: New file.
6349 * sysdeps/unix/sysv/linux/sh/lowlevelrwlock.h: New file.
6350 * sysdeps/unix/sysv/linux/sh/pt-initfini.c: New file.
6351 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6352 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: New file.
6353 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: New file.
6354 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: New file.
6355 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: New file.
6356 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: New file.
6357 * sysdeps/unix/sysv/linux/sh/pthread_once.S: New file.
6358 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: New file.
6359 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: New file.
6360 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: New file.
6361 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: New file.
6362 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: New file.
6363 * sysdeps/unix/sysv/linux/sh/sem_post.S: New file.
6364 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: New file.
6365 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: New file.
6366 * sysdeps/unix/sysv/linux/sh/sem_wait.S: New file.
6367 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: New file.
6369 2003-02-08 Ulrich Drepper <drepper@redhat.com>
6371 * tst-cond2.c: Rearrange code to not rely on behavior undefined
6374 * tst-basic2.c (do_test): Lock mutex before creating the thread.
6376 2003-02-07 Ulrich Drepper <drepper@redhat.com>
6378 * sysdeps/x86_64/tls.h: Remove unnecessary macros, left over from x86.
6379 (TLS_GET_FS): New #define.
6380 (TLS_SET_FS): New #define.
6381 Correct value of __NR_set_thread_area.
6383 * sysdeps/x86_64/td_ta_map_lwp2thr.c: New file.
6385 2003-02-06 Ulrich Drepper <drepper@redhat.com>
6387 * Makefile (tests): Add tst-popen1.
6388 * tst-popen1.c: New file.
6390 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Remove wrong
6391 but inactive generalization.
6392 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
6393 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
6394 Minor optimization, remove one instruction.
6395 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
6397 2003-02-04 Martin Schwidefsky <schwidefsky@de.ibm.com>
6399 * sysdeps/unix/sysv/linux/s390/fork.c: Correct order of parameters.
6401 2003-01-31 Martin Schwidefsky <schwidefsky@de.ibm.com>
6403 * init.c (__NR_set_tid_address): Add #ifdef for s390.
6404 * sysdeps/pthread/pthread_barrier_wait.c: New file.
6405 * sysdeps/pthread/pthread_cond_broadcast.c: New file.
6406 * sysdeps/pthread/pthread_cond_signal.c: New file.
6407 * sysdeps/pthread/pthread_cond_timedwait.c: New file.
6408 * sysdeps/pthread/pthread_cond_wait.c: New file.
6409 * sysdeps/pthread/pthread_rwlock_rdlock.c: New file.
6410 * sysdeps/pthread/pthread_rwlock_timedrdlock.c: New file.
6411 * sysdeps/pthread/pthread_rwlock_timedwrlock.c: New file.
6412 * sysdeps/pthread/pthread_rwlock_unlock.c: New file.
6413 * sysdeps/pthread/pthread_rwlock_wrlock.c: New file.
6414 * sysdeps/s390/Makefile: New file.
6415 * sysdeps/s390/bits/atomic.h: New file.
6416 * sysdeps/s390/pthread_spin_init.c: New file.
6417 * sysdeps/s390/pthread_spin_lock.c: New file.
6418 * sysdeps/s390/pthread_spin_trylock.c: New file.
6419 * sysdeps/s390/pthread_spin_unlock.c: New file.
6420 * sysdeps/s390/pthreaddef.h: New file.
6421 * sysdeps/s390/tcb-offsets.sym: New file.
6422 * sysdeps/s390/td_ta_map_lwp2thr.c: New file.
6423 * sysdeps/s390/tls.h: New file.
6424 * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: New file.
6425 * sysdeps/unix/sysv/linux/s390/bits/semaphore.h: New file.
6426 * sysdeps/unix/sysv/linux/s390/createthread.c: New file.
6427 * sysdeps/unix/sysv/linux/s390/dl-sysdep.h: New file.
6428 * sysdeps/unix/sysv/linux/s390/fork.c: New file.
6429 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: New file.
6430 * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c: New file.
6431 * sysdeps/unix/sysv/linux/s390/libc-lowlevelmutex.c: New file.
6432 * sysdeps/unix/sysv/linux/s390/lowlevellock.c: New file.
6433 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: New file.
6434 * sysdeps/unix/sysv/linux/s390/lowlevelmutex.c: New file.
6435 * sysdeps/unix/sysv/linux/s390/lowlevelsem.h: New file.
6436 * sysdeps/unix/sysv/linux/s390/pthread_once.c: New file.
6437 * sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c: New file.
6438 * sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: New file.
6439 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: New file.
6440 * sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c: New file.
6441 * sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: New file.
6442 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: New file.
6443 * sysdeps/unix/sysv/linux/s390/sem_post.c: New file.
6444 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c: New file.
6445 * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c: New file.
6446 * sysdeps/unix/sysv/linux/s390/sem_wait.c: New file.
6448 2003-02-04 Ulrich Drepper <drepper@redhat.com>
6450 * atomic.h: Add a couple more default implementations.
6451 (atomic_compare_and_exchange_acq): Use
6452 __arch_compare_and_exchange_32_acq in return value definition. It
6454 (atomic_bit_set): Renamed from atomic_set_bit.
6455 Add missing atomic_ prefixes.
6457 * sysdeps/pthread/bits/libc-lock.h (__libc_once): In case no
6458 thread library is available, use correct value to mark initialized
6461 2003-02-03 Ulrich Drepper <drepper@redhat.com>
6463 * allocatestack.c (allocate_stack): Use __getpagesize instead of
6464 __sysconf to determine pagesize.
6466 * pthread_create.c: Include <atomic.h>.
6467 * allocatestack.c (allocate_stack): Implement coloring of the
6468 allocated stack memory. Rename pagesize to pagesize_m1. It's the
6469 size minus one. Adjust users.
6470 * sysdeps/i386/i686/Makefile: New file.
6472 2003-02-02 Ulrich Drepper <drepper@redhat.com>
6474 * allocatestack.c: Improve comment throughout the file.
6476 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
6477 (__lll_lock_wait): Add branch prediction.
6478 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
6479 (__lll_lock_wait): Likewise.
6480 (lll_unlock_wake_cb): Removed.
6482 2003-01-31 Ulrich Drepper <drepper@redhat.com>
6484 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Remove
6485 _POSIX_THREAD_PRIORITY_SCHEDULING.
6487 2003-01-30 Jakub Jelinek <jakub@redhat.com>
6489 * sysdeps/pthread/pthread-functions.h (struct pthread_functions):
6490 Fix return type of ptr___pthread_getspecific.
6492 2003-01-29 Ulrich Drepper <drepper@redhat.com>
6494 * Makefile (tests): Add tst-umask1.
6495 (tst-umask1-ARGS): Define.
6496 * tst-umask1.c: New file.
6498 2003-01-28 Ulrich Drepper <drepper@redhat.com>
6500 * Makefile (libpthread-routines): Remove lowlevelrwlock. Add
6501 pthread_rwlock_rdlock, pthread_rwlock_timedrdlock,
6502 pthread_rwlock_wrlock, pthread_rwlock_timedwrlock, and
6503 pthread_rwlock_unlock.
6504 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Removed
6505 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrwlock.S: Removed
6506 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrwlock.S: Removed
6507 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: New file.
6508 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6510 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: New file.
6511 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6513 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: New file.
6514 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: New file.
6515 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6517 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: New file.
6518 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6520 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: New file.
6521 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: New file.
6522 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6524 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: New file.
6525 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6527 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: New file.
6529 * Makefile (libpthread-routines): Remove lowlevelcond and
6530 lowlevelsem. Add sem_wait, sem_trywait, sem_timedwait, sem_post,
6531 pthread_cond_wait, pthread_cond_timedwait, pthread_cond_signal,
6532 and pthread_cond_broadcast.
6533 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S: Removed
6534 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S: Removed
6535 * sysdeps/unix/sysv/linux/i386/i586/lowlevelsem.S: Removed
6536 * sysdeps/unix/sysv/linux/i386/i586/lowlevelcond.S: Removed
6537 * sysdeps/unix/sysv/linux/i386/i686/lowlevelsem.S: Removed
6538 * sysdeps/unix/sysv/linux/i386/i686/lowlevelcond.S: Removed
6539 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: New file.
6540 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: New file.
6541 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: New file.
6542 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: New file.
6543 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: New file.
6544 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: New file.
6545 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: New file.
6546 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: New file.
6547 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: New file.
6548 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: New file.
6549 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: New file.
6550 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: New file.
6551 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: New file.
6552 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: New file.
6553 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: New file.
6554 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: New file.
6555 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: New file.
6556 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: New file.
6557 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: New file.
6558 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: New file.
6559 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: New file.
6560 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: New file.
6561 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: New file.
6562 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: New file.
6563 * sysdeps/unix/sysv/linux/i386/lowlevelcond.h: New file.
6565 * sysdeps/unix/sysv/linux/i386/createthread.c: Define
6566 PREPARE_CREATE and TLS_VALUE with x86-specific bits. All the rest
6567 of the code is moved to ...
6568 * sysdeps/pthread/createthread.c: ...here. New file.
6570 2003-01-27 Ulrich Drepper <drepper@redhat.com>
6572 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S
6573 (__new_sem_post): Clear %eax before returning.
6574 Reported by MAEDA Naoaki <maeda.naoaki@jp.fujitsu.com>.
6576 * Makefile (tests): Add tst-cleanup2.
6577 * tst-cleanup2.c: New file.
6579 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
6580 Interpret first parameter correctly.
6582 2003-01-17 Ulrich Drepper <drepper@redhat.com>
6584 * Makefile (headers): Add bits/semaphore.h.
6586 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6588 * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize _head->sysinfo even
6591 2003-01-14 Ulrich Drepper <drepper@redhat.com>
6593 * sem_open.c (sem_open): Return SEM_FAILED if existing semaphore
6594 must be used and mapping failed.
6595 Reported by Luke Elliott <luke.elliott@activfinancial.com>.
6597 * Makefile (CFLAGS-pthread_self.os): Define this, not
6598 CFLAGS-pthread_self.c.
6600 2003-01-13 Ulrich Drepper <drepper@redhat.com>
6602 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
6605 * Makefile (libpthread-routines): Add version. Add rules to build
6606 version.os and banner.h.
6607 * version.c: New file.
6609 2003-01-13 Jakub Jelinek <jakub@redhat.com>
6611 * pthread_mutex_lock.c (__pthread_mutex_lock_internal): Make
6612 the alias unconditional.
6613 * pthread_mutex_unlock.c (__pthread_mutex_unlock_internal): Likewise.
6615 2003-01-13 Ulrich Drepper <drepper@redhat.com>
6617 * Makefile (CFLAGS-pthread_self.c): New definition.
6619 2003-01-06 Jakub Jelinek <jakub@redhat.com>
6621 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Add
6622 INTERNAL_SYSCALL_DECL, add err argument to INTERNAL_SYSCALL* macros.
6623 * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
6624 * init.c (__pthread_initialize_minimal_internal): Likewise.
6626 2003-01-07 Jakub Jelinek <jakub@redhat.com>
6628 * pthreadP.h (__pthread_cond_timedwait): Add prototype.
6630 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h
6631 (RTLD_CORRECT_DYNAMIC_WEAK): Remove.
6632 (DL_SYSINFO_IMPLEMENTATION): Change into .text section and back.
6633 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
6634 (RTLD_CORRECT_DYNAMIC_WEAK): Remove.
6635 (DL_SYSINFO_IMPLEMENTATION): Change into .text section and back.
6637 2003-01-06 Jakub Jelinek <jakub@redhat.com>
6639 * pthreadP.h (LIBC_CANCEL_HANDLED): Define.
6640 * pt-system.c (LIBC_CANCEL_HANDLED): Add.
6641 * tst-cancel-wrappers.sh: Remove all exceptions.
6643 2003-01-05 Ulrich Drepper <drepper@redhat.com>
6645 * tst-cancel-wrappers.sh: Invoke gawk not awk since we use GNU awk
6646 features. Reported by Marijn Ros <marijn@mad.scientist.com>.
6648 * sysdeps/unix/sysv/linux/jmp-unwind.c: Include <pthread-functions.h>.
6649 Use __libc_pthread_functions array if SHARED.
6651 * pthreadP.h: Move pthread_cond_2_0_t definition to...
6652 * sysdeps/unix/sysv/linux/internaltypes.h: ...here.
6654 * sysdeps/pthread/bits/libc-lock.h (__libc_ptf_call): New #define.
6655 (__libc_rwlock_rdlock, __libc_rwlock_wrlock, __libc_rwlock_unlock,
6656 __libc_key_create, __libc_getspecific, __libc_setspecific): Use
6657 __libc_ptf_call instead of __libc_maybe_call.
6659 (__libc_cleanup_region_start): Wrap function name with PTF call.
6660 (__libc_cleanup_region_end): Likewise.
6661 (__libc_cleanup_end): Likewise.
6663 * pthread_getspecific.c: Add __pthread_getspecific_internal alias.
6664 * pthread_setspecific.c: Add __pthread_setspecific_internal alias.
6665 * pthread_key_create.c: Add __pthread_key_create_internal alias.
6666 * pthreadP.h: Add prototypes.
6668 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Add
6669 __pthread_rwlock_rdlock, __pthread_rwlock_wrlock, and
6670 __pthread_rwlock_unlock aliases.
6671 * pthreadP.h: Add prototypes for new aliases.
6673 * pthreadP.h (struct pthead_functions): Moved to...
6674 * sysdeps/pthread/pthread-functions.h: ...here. New file.
6675 * init.c (pthread_functions): Add initializers for new elements.
6677 * cleanup_defer.c: Add __pthread_cleanup_push_defer and
6678 __pthread_cleanup_pop_restore aliases.
6679 * pthreadP.h: Add prototypes.
6681 * cleanup.c: Rename _GI_pthread_cleanup_push to __pthread_cleanup_push
6682 and _GI_pthread_cleanup_pop to __pthread_cleanup_pop.
6683 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S: Adjust caller.
6684 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Likewise.
6685 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Likewise.
6686 * pthreadP.h: Adjust prototypes and callers.
6688 2003-01-04 Ulrich Drepper <drepper@redhat.com>
6690 * Makefile (tests): Add tst-cancel7.
6691 (tst-cancel7-ARGS): New variable.
6692 * tst-cancel7.c: New file.
6694 * old_pthread_cond_broadcast.c: Optimize initialization a bit to work
6695 around gcc defficiencies.
6696 * old_pthread_cond_signal.c: Likewise.
6697 * old_pthread_cond_timedwait.c: Likewise.
6698 * old_pthread_cond_wait.c: Likewise.
6700 * pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element.
6702 2003-01-03 Ulrich Drepper <drepper@redhat.com>
6704 * Makefile (tests): Add tst-cond7.
6705 * tst-cond7.c: New file.
6707 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
6708 (condvar_cleanup): Get condvar address from the right place.
6710 * atomic.h: Correct definitions of atomic_full_barrier,
6711 atomic_read_barrier, atomic_write_barrier.
6713 * old_pthread_cond_broadcast.c: Make memory allocate and initialization
6715 * old_pthread_cond_signal.c: Likewise.
6716 * old_pthread_cond_timedwait.c: Likewise.
6717 * old_pthread_cond_wait.c: Likewise.
6719 2003-01-03 Jakub Jelinek <jakub@redhat.com>
6721 * Makefile ($(objpfx)libpthread.so): Depend on ld.so.
6723 2003-01-03 Ulrich Drepper <drepper@redhat.com>
6725 * pthreadP.h (pthread_cond_2_0_t): New type.
6726 (struct pthread_functions): Use new type for 2.0 condvar callbacks.
6727 Use new type for the 2.0 condvar function prototypes.
6728 * forward.c: Use pthread_cond_2_0_t for 2.0 condvar functions.
6729 * old_pthread_cond_init.c: Use pthread_cond_2_0_t for condvar
6731 * old_pthread_cond_destroy.c: Likewise.
6732 * old_pthread_cond_broadcast.c: Likewise. Lock appropriately.
6733 * old_pthread_cond_signal.c: Likewise.
6734 * old_pthread_cond_timedwait.c: Likewise.
6735 * old_pthread_cond_wait.c: Likewise.
6737 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
6738 (__pthread_cond_wait): Don't save cancellation mode and seq value
6741 * herrno.c (__h_errno_location): Don't define as weak.
6743 2003-01-02 Jakub Jelinek <jakub@redhat.com>
6745 * Versions [libc] (GLIBC_2.3.2): Export pthread_cond_broadcast,
6746 pthread_cond_destroy, pthread_cond_init, pthread_cond_signal
6747 and pthread_cond_wait.
6748 * old_pthread_cond_broadcast.c (__old_pthread_cond_broadcast):
6750 (__pthread_cond_broadcast_2_0): ... this.
6751 * old_pthread_cond_destroy.c (__old_pthread_cond_destroy):
6753 (__pthread_cond_destroy_2_0): ... this.
6754 * old_pthread_cond_init.c (__old_pthread_cond_init):
6756 (__pthread_cond_init_2_0): ... this.
6757 * old_pthread_cond_signal.c (__old_pthread_cond_signal):
6759 (__pthread_cond_signal_2_0): ... this.
6760 * old_pthread_cond_wait.c (__old_pthread_cond_wait):
6762 (__pthread_cond_wait_2_0): ... this.
6763 * pthread_cond_destroy.c: Include shlib-compat.h.
6764 (pthread_cond_destroy): Change strong_alias into versioned_symbol.
6765 * pthread_cond_init.c: Include shlib-compat.h.
6766 (pthread_cond_init): Change strong_alias into versioned_symbol.
6767 * pthreadP.h (struct pthread_functions): Rename ptr_pthread_cond_*
6768 fields to ptr___pthread_cond_* and add ptr___pthread_cond_*_2_0
6770 (__pthread_cond_broadcast_2_0, __pthread_cond_destroy_2_0,
6771 __pthread_cond_init_2_0, __pthread_cond_signal_2_0,
6772 __pthread_cond_wait_2_0): New prototypes.
6773 (__old_pthread_cond_broadcast, __old_pthread_cond_destroy,
6774 __old_pthread_cond_init, __old_pthread_cond_signal,
6775 __old_pthread_cond_wait): Removed.
6776 * init.c: Include shlib-compat.h.
6777 (pthread_functions): Guard ptr___pthread_attr_init_2_0
6778 initialization with SHLIB_COMPAT (GLIBC_2_0, GLIBC_2_1).
6779 Rename ptr_pthread_cond_* to ptr___pthread_cond_*, initialize
6780 ptr___pthread_cond_*_2_0 fields.
6781 * forward.c: Export both pthread_cond_*@@GLIBC_2.3.2 and
6782 pthread_cond_*@GLIBC_2.0 compatibility symbols.
6784 * sysdeps/pthread/sigaction.c (SIGCANCEL): Only define if
6785 LIBC_SIGACTION was not yet defined.
6786 [!defined LIBC_SIGACTION]: Define LIBC_SIGACTION, #include self.
6787 [!defined LIBC_SIGACTION] (__sigaction): New function and
6789 [!defined LIBC_SIGACTION] (sigaction): New weak_alias.
6790 [defined LIBC_SIGACTION]: #include_next <sigaction.c>.
6792 2003-01-02 Jakub Jelinek <jakub@redhat.com>
6794 * Makefile (CFLAGS-pthread_atfork.c): Add -DNOT_IN_libc.
6796 2003-01-02 Ulrich Drepper <drepper@redhat.com>
6798 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_cond_t):
6799 New, larger type definition.
6800 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S: New condvar
6802 * Versions [libpthread]: Add definitions for new pthread_cond_*
6803 interfaces for version GLIBC_2.3.2.
6804 * pthread_cond_init.c: Update initialization for new type definition.
6805 * Makefile (libpthread-routines): Remove pthread_cond_wait,
6806 pthread_cond_timedwait, pthread_cond_signal, and
6807 pthread_cond_broadcast. Add old_pthread_cond_init,
6808 old_pthread_cond_destroy, old_pthread_cond_wait,
6809 old_pthread_cond_timedwait, old_pthread_cond_signal, and
6810 old_pthread_cond_broadcast.
6811 * old_pthread_cond_broadcast.c: New file.
6812 * old_pthread_cond_destroy.c: New file.
6813 * old_pthread_cond_init.c: New file.
6814 * old_pthread_cond_signal.c: New file.
6815 * old_pthread_cond_timedwait.c: New file.
6816 * old_pthread_cond_wait.c: New file.
6817 * pthreadP.h: Add prototypes for the compatibility interfaces.
6819 * pthread_cond_destroy.c: Don't include <errno.h>.
6821 2003-01-01 Ulrich Drepper <drepper@redhat.com>
6823 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Avoid
6824 unnecessary zero offset when addressing MUTEX.
6826 2002-12-31 Ulrich Drepper <drepper@redhat.com>
6828 * sysdeps/unix/sysv/linux/fork.h: Add libc_hidden_proto for
6830 * sysdeps/unix/sysv/linux/register-atfork.c: Add libc_hidden_def
6831 for __register_atfork.
6833 2002-12-31 Jakub Jelinek <jakub@redhat.com>
6835 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Use __ASSEMBLER__
6836 instead of ASSEMBLER test macro.
6838 * sysdeps/unix/sysv/linux/allocrtsig.c (__libc_current_sigrtmin,
6839 __libc_current_sigrtmax): Add libc_hidden_def.
6841 * sysdeps/pthread/list.h: Remove assert.h include.
6843 2002-12-31 Ulrich Drepper <drepper@redhat.com>
6845 * sysdeps/pthread/pt-initfini.c (call_initialize_minimal): Use
6846 __pthread_initialize_minimal_internal not
6847 __pthread_initialize_minimal.
6849 2002-12-30 Ulrich Drepper <drepper@redhat.com>
6851 * sysdeps/pthread/pt-initfini.c (call_initialize_minimal): Mark
6852 __pthread_initialize_minimal as hidden.
6854 * init.c (__pthread_initialize_minimal_internal): Don't mark as
6857 2002-12-31 Jakub Jelinek <jakub@redhat.com>
6859 * Makefile ($(inst_libdir)/libpthread.so): Depend on
6860 $(common-objpfx)format.lds, include that into the output script.
6862 (extra-B-pthread.so): Change linuxthreads/ into nptl/.
6864 2002-12-28 Andreas Jaeger <aj@suse.de>
6866 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
6867 nsec resolution changes.
6868 (xstat64_conv): Likewise.
6869 (xstat32_conv): Likewise.
6870 * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
6872 * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
6873 structs stat and stat64.
6874 * time/time.h (__timespec_defined): Define for __USE_MISC.
6875 * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
6877 2002-12-30 Jakub Jelinek <jakub@redhat.com>
6879 * forward.c (FORWARD2): Renamed from FORWARD3. Remove unused export
6881 (pthread_attr_init_2_0, pthread_attr_init_2_1): Use FORWARD macro.
6882 (pthread_exit): Use strong_alias to avoid warnings.
6883 * pthreadP.h (struct pthread_functions): Rename ptr_pthread_exit
6884 and ptr_pthread_attr_init_2_* to ptr___pthread_exit and
6885 ptr___pthread_attr_init_2_*.
6886 * init.c (pthread_functions): Adjust.
6888 2002-12-29 Ulrich Drepper <drepper@redhat.com>
6890 * forward.c: Make all functions available by default again. It
6891 caused too much trouble.
6893 * pt-siglongjmp.c: Removed.
6895 2002-12-28 Jakub Jelinek <jakub@redhat.com>
6897 * sysdeps/i386/tls.h: Include tcb-offsets.h in assembler.
6898 (SYSINFO_OFFSET, MULTIPLE_THREADS_OFFSET): Remove.
6899 * sysdeps/i386/Makefile: New file.
6900 * sysdeps/i386/tcb-offsets.sym: New file.
6901 * sysdeps/pthread/tcb-offsets.h: New file.
6902 * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
6903 Remove MULTIPLE_THREADS_OFFSET and SYSINFO_OFFSET checks.
6905 * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_PRIVATE): Move
6906 __register_atfork...
6907 (GLIBC_2.3.2): ...here.
6909 2002-12-28 Ulrich Drepper <drepper@redhat.com>
6911 * sysdeps/pthread/pthread.h: Mark pthread_attr_getstackaddr and
6912 pthread_attr_setstackaddr with __attribute_deprecated__.
6914 2002-12-27 Jakub Jelinek <jakub@redhat.com>
6916 * pt-system.c (system): Remove cancellation handling.
6917 * tst-cancel-wrappers.sh: Allow pt-system.o* to not use the
6918 cancellation routines.
6920 2002-12-28 Ulrich Drepper <drepper@redhat.com>
6922 * descr.h: Include <dl-sysdep.h>.
6923 (struct pthread): Move header.data.list to the back of the struct.
6924 * sysdeps/i386/tls.h (tcbhead_t): Move list to the back of the struct.
6925 (MULTIPLE_THREADS_OFFSET): Adjust offset.
6926 (SYSINFO_OFFSEET): Likewise.
6928 2002-12-27 Jakub Jelinek <jakub@redhat.com>
6930 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h (USE_DL_SYSINFO):
6932 (DL_SYSINFO_DEFAULT): Cast to uintptr_t to avoid warnings.
6933 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h (NEED_DL_SYSINFO,
6934 DL_SYSINFO_DEFAULT, DL_SYSINFO_IMPLEMENTATION): Define.
6935 (USE_DL_SYSINFO): Undef.
6937 2002-12-22 Jakub Jelinek <jakub@redhat.com>
6939 * Makefile (tests-reverse): Use $(objpfx)../libc.so instead of
6940 $(common-objpfx)libc.so.
6941 * tst-cancel4.c (tf_write, tf_writev): Increase buf sizes so that
6942 it is bigger than pipe buffer size even on arches with bigger
6944 (tf_usleep): Cast usleep argument to useconds_t to avoid warnings.
6946 2002-12-25 Ulrich Drepper <drepper@redhat.com>
6948 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S: Implement
6949 correct errno access for case that USE___THREAD is not defined.
6951 2002-12-24 Ulrich Drepper <drepper@redhat.com>
6953 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Add missing #endif.
6954 Patch by Marijn Ros <marijn@mad.scientist.com>.
6956 2002-12-22 Roland McGrath <roland@redhat.com>
6958 * Makefile (omit-deps): Add $(unix-syscalls:%=ptw-%).
6960 2002-12-20 Ulrich Drepper <drepper@redhat.com>
6962 * sysdeps/pthread/bits/stdio-lock.h (_IO_lock_inexpensive): Define.
6964 2002-12-19 Ulrich Drepper <drepper@redhat.com>
6966 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Don't define
6967 NEED_DL_SYSINFO since no processor < i686 had the sysenter opcode.
6968 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: New file.
6970 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Use ENTER_KERNEL instead
6972 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Likewise.
6973 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: Likewise.
6974 * sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S: Likewise.
6975 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
6976 * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Likewise.
6977 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Likewise.
6978 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S: Likewise.
6979 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Likewise.
6981 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Add support for using
6983 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Likewise.
6985 * sysdeps/i386/tls.h: Unconditionally include <dl-sysdep.h>.
6987 * allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]: Set sysinfo
6989 * sysdeps/unix/sysv/linux/i386/createthread.c (create_thread): Check
6990 that sysinfo is properly initialized.
6991 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO
6992 to 1 only for ld.so.
6994 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define
6995 RTLD_CORRECT_DYNAMIC_WEAK.
6997 2002-12-19 Jakub Jelinek <jakub@redhat.com>
6999 * forward.c (pthread_attr_init_2_0, pthread_attr_init_2_1):
7000 Use return 0 as 6th argument to FORWARD4.
7001 * pthread_equal.c: Include pthreadP.h instead of pthread.h.
7003 2002-12-18 Ulrich Drepper <drepper@redhat.com>
7005 * descr.h (struct pthread) [NEED_DL_SYSINFO]: Add sysinfo member.
7006 * sysdeps/i386/tls.h (tcbhead_t): Add sysinfo member.
7007 Define SYSINFO_OFFSEET if NEED_DL_SYSINFO is defined.
7008 (INIT_SYSINFO): New #define.
7009 (TLS_TP_INIT): Use INIT_SYSINFO.
7010 * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
7011 At test to make sure SYSINFO_OFFSET value is correct.
7012 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: New file.
7014 2002-12-18 Jakub Jelinek <jakub@redhat.com>
7016 * sysdeps/pthread/flockfile.c (flockfile): Change into weak alias.
7017 * sysdeps/unix/sysv/linux/raise.c (gsignal): Add weak alias to raise.
7018 * Versions [libc: GLIBC_2.0]: Add pthread_attr_init.
7019 [libpthread: GLIBC_2.1]: Remove __pthread_rwlock_init,
7020 __pthread_rwlock_destroy, __pthread_rwlock_rdlock,
7021 __pthread_rwlock_wrlock, __pthread_rwlock_unlock,
7022 __pthread_rwlock_tryrdlock and __pthread_rwlock_trywrlock.
7024 2002-12-18 Ulrich Drepper <drepper@redhat.com>
7026 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Use ENTER_KERNEL
7027 macro instead of using int $0x80 directly.
7029 * sysdeps/pthread/bits/stdio-lock.h: New file.
7030 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: New file.
7031 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevelmutex.S: New file.
7032 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevelmutex.S: New file.
7033 * Makefile (routines): Add libc-lowlevelmutex.
7035 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Remove
7036 __i686.get_pc_thunk.dx.
7038 2002-12-17 Jakub Jelinek <jakub@redhat.com>
7040 * Makefile (libpthread-shared-only-routines): Add pt-allocrtsig.
7041 (tests): Depend on $(objpfx)tst-cancel-wrappers.out.
7042 ($(objpfx)tst-cancel-wrappers.out): New rule.
7043 * tst-cancel-wrappers.sh: New test.
7044 * tst-locale1.c: Include signal.h.
7045 (uselocale): Test static linking of __libc_current_sigrt*.
7047 2002-12-17 Ulrich Drepper <drepper@redhat.com>
7049 * Makefile (tests): Add tst-cancel6.
7050 * tst-cancel6.c: New file
7052 2002-12-17 Jakub Jelinek <jakub@redhat.com>
7054 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (SINGLE_THREAD_P):
7055 Define meaningfully for assembler as well.
7056 * pthreadP.h (struct pthread_functions): Remove
7057 ptr_pthread_attr_init field. Add ptr_pthread_attr_init_2_0
7058 and ptr_pthread_attr_init_2_1 fields.
7059 * init.c (pthread_functions): Initialize ptr_pthread_attr_init_2_0
7060 and ptr_pthread_attr_init_2_1 instead of ptr_pthread_attr_init.
7061 * forward.c (FORWARD4): Renamed from FORWARD3. Add export argument.
7062 (FORWARD3): Define using FORWARD4.
7063 (pthread_attr_init): Provide both @GLIBC_2.0 and @@GLIBC_2.1
7065 * pt-system.c: Remove duplicate stdlib.h include.
7067 2002-12-16 Ulrich Drepper <drepper@redhat.com>
7069 * sem_init.c: Define sem_init@GLIBC_2.0.
7070 * sem_destroy.c: Define sem_destroy@GLIBC_2.0.
7071 * sem_getvalue.c: Define sem_getvalue@GLIBC_2.0.
7073 * flockfile.c: Moved to...
7074 * sysdeps/pthread/flockfile.c: ...here. New file.
7075 * funlockfile.c: Moved to...
7076 * sysdeps/pthread/funlockfile.c: ...here. New file.
7077 * ftrylockfile.c: Moved to...
7078 * sysdeps/pthread/ftrylockfile.c: ...here. New file.
7080 2002-12-16 Jakub Jelinek <jakub@redhat.com>
7082 * libc-cancellation.c: Guard both function with
7083 #if !defined NOT_IN_libc.
7084 * Makefile (libpthread-routines): Use ptw-, not pt- prefix for the
7085 automatically provided pthread wrappers.
7086 * pthreadP.h (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET): Define to
7087 CANCEL_* if IS_IN_libpthread and to dummy versions if not in libc
7089 * pt-open.c: Removed.
7090 * pt-fcntl.c: Removed.
7091 * pt-fsync.c: Removed.
7092 * pt-lseek.c: Removed.
7093 * pt-msgrcv.c: Removed.
7094 * pt-msgsnd.c: Removed.
7095 * pt-msync.c: Removed.
7096 * pt-nanosleep.c: Removed.
7097 * pt-open64.c: Removed.
7098 * pt-pause.c: Removed.
7099 * pt-pread.c: Removed.
7100 * pt-pread64.c: Removed.
7101 * pt-pwrite.c: Removed.
7102 * pt-pwrite64.c: Removed.
7103 * pt-read.c: Removed.
7104 * pt-recv.c: Removed.
7105 * pt-recvfrom.c: Removed.
7106 * pt-recvmsg.c: Removed.
7107 * pt-send.c: Removed.
7108 * pt-sendto.c: Removed.
7109 * pt-sigtimedwait.c: Removed.
7110 * pt-sigwait.c: Removed.
7111 * pt-wait.c: Removed.
7112 * pt-waitpid.c: Removed.
7113 * pt-write.c: Removed.
7114 * pt-accept.c: Removed.
7115 * pt-close.c: Removed.
7116 * pt-connect.c: Removed.
7117 * pt-lseek64.c: Removed.
7118 * pt-sendmsg.c: Removed.
7119 * pt-tcdrain.c: Removed.
7121 2002-12-15 Ulrich Drepper <drepper@redhat.com>
7123 * init.c (__pthread_initialize_minimal_internal): Renamed from
7124 __pthread_initialize_minimal. Make old name an alias. This
7125 converts a normal relocation into a relative relocation.
7127 * pt-fcntl.c (__fcntl): Use fcntl64 syscall, not fcntl.
7129 * Versions [libpthread: GLIBC_2.3.2]: Remove creat, poll, pselect,
7130 readv, select, sigpause, sigsuspend, sigwaitinfo, waitid, writev.
7131 * Makefile (libpthread-routines): Remove pt-creat, pt-poll,
7132 pt-pselect, pt-readv, pt-select, pt-sigpause, pt-sigsuspend,
7133 pt-sigwaitinfo, pt-waitid, and pt-writev.
7134 * pt-creat.c: Removed.
7135 * pt-poll.c: Removed.
7136 * pt-pselect.c: Removed.
7137 * pt-readv.c: Removed.
7138 * pt-select.c: Removed.
7139 * pt-sigpause.c: Removed.
7140 * pt-sigsuspend.c: Removed.
7141 * pt-sigwaitinfo.c: Removed.
7142 * pt-waitid.c: Removed.
7143 * pt-writev.c: Removed.
7145 * init.c (pthread_functions): New variable.
7146 (__pthread_initialize_minimal): Pass pointer to pthread_functions
7147 (or NULL) to __libc_pthread_init.
7148 * forward.c: Rewrite to use __libc:pthread_functions array to get
7150 * sysdeps/unix/sysv/linux/fork.h: Remove __libc_pthread_init
7152 * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
7153 Take new parameter. Copy content of variable pointed to by it
7154 to __libc_pthread_init.
7156 * pthreadP.h (struct pthread_functions): New type.
7157 (__libc_pthread_init): Declare.
7159 * pthread_attr_destroy.c: Add namespace protected alias.
7160 * pthread_attr_getdetachstate.c: Likewise.
7161 * pthread_attr_getinheritsched.c: Likewise.
7162 * pthread_attr_getschedparam.c: Likewise.
7163 * pthread_attr_getschedpolicy.c: Likewise.
7164 * pthread_attr_getscope.c: Likewise.
7165 * pthread_attr_setdetachstate.c: Likewise.
7166 * pthread_attr_setinheritsched.c: Likewise.
7167 * pthread_attr_setschedparam.c: Likewise.
7168 * pthread_attr_setschedpolicy.c: Likewise.
7169 * pthread_attr_setscope.c: Likewise.
7170 * pthread_cond_broadcast.c: Likewise.
7171 * pthread_cond_destroy.c: Likewise.
7172 * pthread_cond_init.c: Likewise.
7173 * pthread_cond_signal.c: Likewise.
7174 * pthread_cond_wait.c: Likewise.
7175 * pthread_condattr_destroy.c: Likewise.
7176 * pthread_condattr_init.c: Likewise.
7177 * pthread_equal.c: Likewise.
7178 * pthread_exit.c: Likewise.
7179 * pthread_getschedparam.c: Likewise.
7180 * pthread_self.c: Likewise.
7181 * pthread_setcancelstate.c: Likewise.
7182 * pthread_setschedparam.c: Likewise.
7183 * pthread_mutex_destroy.c: Likewise.
7184 * pthread_mutex_init.c: Likewise.
7185 * pthreadP.h: Add prototypes for the aliases.
7187 * sysdeps/unix/sysv/linux/i386/createthread.c (create_thread): Set
7188 multiple_threads member in correct TCB to 1.
7190 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define
7191 SINGLE_THREAD_P. If in libc or libpthread examine multiple_thread
7192 member of thread decriptor, otherwise return unconditionally 1.
7194 2002-12-14 Ulrich Drepper <drepper@redhat.com>
7196 * sysdeps/unix/sysv/linux/i386/pt-socket.S: Changes folded into the
7197 regular Linux version. Remove file.
7198 * sysdeps/unix/sysv/linux/connect.S: Likewise. Remove file.
7199 * sysdeps/unix/sysv/linux/llseek.c: Likewise. Remove file.
7200 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise. Remove file.
7201 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise. Remove file.
7202 * sysdeps/unix/sysv/linux/open64.c: Likewise. Remove file.
7203 * sysdeps/unix/sysv/linux/poll.c: Likewise. Remove file.
7204 * sysdeps/unix/sysv/linux/pread.c: Likewise. Remove file.
7205 * sysdeps/unix/sysv/linux/pread64.c: Likewise. Remove file.
7206 * sysdeps/unix/sysv/linux/pselect.c: Likewise. Remove file.
7207 * sysdeps/unix/sysv/linux/pwrite.c: Likewise. Remove file.
7208 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise. Remove file.
7209 * sysdeps/unix/sysv/linux/readv.c: Likewise. Remove file.
7210 * sysdeps/unix/sysv/linux/recv.S: Likewise. Remove file.
7211 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise. Remove file.
7212 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise. Remove file.
7213 * sysdeps/unix/sysv/linux/send.S: Likewise. Remove file.
7214 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise. Remove file.
7215 * sysdeps/unix/sysv/linux/sendto.S: Likewise. Remove file.
7216 * sysdeps/unix/sysv/linux/sigpause.c: Likewise. Remove file.
7217 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise. Remove file.
7218 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise. Remove file.
7219 * sysdeps/unix/sysv/linux/sigwait.c: Likewise. Remove file.
7220 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise. Remove file.
7221 * sysdeps/unix/sysv/linux/system.c: Likewise. Remove file.
7222 * sysdeps/unix/sysv/linux/tcdrain.c: Likewise. Remove file.
7223 * sysdeps/unix/sysv/linux/wait.c: Likewise. Remove file.
7224 * sysdeps/unix/sysv/linux/waitid.c: Likewise. Remove file.
7225 * sysdeps/unix/sysv/linux/waitpid.c: Likewise. Remove file.
7226 * sysdeps/unix/sysv/linux/writev.c: Likewise. Remove file.
7227 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise. Remove file.
7229 2002-12-14 Jakub Jelinek <jakub@redhat.com>
7231 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: New file.
7232 * sysdeps/unix/sysv/linux/open.c: Removed.
7233 * sysdeps/unix/sysv/linux/fsync.c: Removed.
7234 * sysdeps/unix/sysv/linux/lseek.c: Removed.
7235 * sysdeps/unix/sysv/linux/msync.c: Removed.
7236 * sysdeps/unix/sysv/linux/read.c: Removed.
7237 * sysdeps/unix/sysv/linux/close.c: Removed.
7238 * sysdeps/unix/sysv/linux/creat.c: Removed.
7239 * sysdeps/unix/sysv/linux/nanosleep.c: Removed.
7240 * sysdeps/unix/sysv/linux/pause.c: Removed.
7241 * sysdeps/unix/sysv/linux/select.c: Removed.
7242 * sysdeps/unix/sysv/linux/write.c: Removed.
7244 2002-12-14 Ulrich Drepper <drepper@redhat.com>
7246 * sysdeps/unix/sysv/linux/i386/pt-socket.S: Check multiple_threads
7247 element in TCB to see whether locking is needed.
7249 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Check that
7250 MULTIPLE_THREADS_OFFSET value is correct.
7252 * sysdeps/unix/sysv/linux/close.c: New file.
7253 * sysdeps/unix/sysv/linux/connect.S: New file.
7254 * sysdeps/unix/sysv/linux/creat.c: New file.
7255 * sysdeps/unix/sysv/linux/fsync.c: New file.
7256 * sysdeps/unix/sysv/linux/llseek.c: New file.
7257 * sysdeps/unix/sysv/linux/lseek.c: New file.
7258 * sysdeps/unix/sysv/linux/msgrcv.c: New file.
7259 * sysdeps/unix/sysv/linux/msgsnd.c: New file.
7260 * sysdeps/unix/sysv/linux/msync.c: New file.
7261 * sysdeps/unix/sysv/linux/nanosleep.c: New file.
7262 * sysdeps/unix/sysv/linux/open.c: New file.
7263 * sysdeps/unix/sysv/linux/open64.c: New file.
7264 * sysdeps/unix/sysv/linux/pause.c: New file.
7265 * sysdeps/unix/sysv/linux/poll.c: New file.
7266 * sysdeps/unix/sysv/linux/pread.c: New file.
7267 * sysdeps/unix/sysv/linux/pread64.c: New file.
7268 * sysdeps/unix/sysv/linux/pselect.c: New file.
7269 * sysdeps/unix/sysv/linux/pwrite.c: New file.
7270 * sysdeps/unix/sysv/linux/pwrite64.c: New file.
7271 * sysdeps/unix/sysv/linux/readv.c: New file.
7272 * sysdeps/unix/sysv/linux/recv.S: New file.
7273 * sysdeps/unix/sysv/linux/recvfrom.S: New file.
7274 * sysdeps/unix/sysv/linux/recvmsg.S: New file.
7275 * sysdeps/unix/sysv/linux/select.c: New file.
7276 * sysdeps/unix/sysv/linux/send.S: New file.
7277 * sysdeps/unix/sysv/linux/sendmsg.S: New file.
7278 * sysdeps/unix/sysv/linux/sendto.S: New file.
7279 * sysdeps/unix/sysv/linux/sigpause.c: New file.
7280 * sysdeps/unix/sysv/linux/sigsuspend.c: New file.
7281 * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
7282 * sysdeps/unix/sysv/linux/sigwait.c: New file.
7283 * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
7284 * sysdeps/unix/sysv/linux/system.c: New file.
7285 * sysdeps/unix/sysv/linux/tcdrain.c: New file.
7286 * sysdeps/unix/sysv/linux/wait.c: New file.
7287 * sysdeps/unix/sysv/linux/waitid.c: New file.
7288 * sysdeps/unix/sysv/linux/waitpid.c: New file.
7289 * sysdeps/unix/sysv/linux/writev.c: New file.
7290 * sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
7292 * pt-readv.c: Fix comment.
7294 2002-12-14 Jakub Jelinek <jakub@redhat.com>
7296 * tst-cleanup1.c: Include stdlib.h.
7298 * tst-cancel5.c: New test.
7299 * Makefile (tests): Add tst-cancel5.
7300 (tst-cancel5): Link against libc.so libpthread.so in that order.
7302 2002-12-13 Ulrich Drepper <drepper@redhat.com>
7304 * forward.c (test_loaded): Prevent recursive calls.
7306 * Makefile (routines): Add libc-cancellation.
7307 * libc-cancellation.c: New file.
7308 * descr.h (struct pthread): Add multiple_threads field.
7309 * allocatestack.c (allocate_stack): Initialize multiple_header field of
7310 new thread descriptor to 1.
7311 * sysdeps/unix/sysv/linux/i386/createthread.c (create_thread):
7312 Initialize multiple_thread field after successful thread creation.
7313 * cancellation.c (__do_cancel): Move to pthreadP.h.
7314 (__pthread_enable_asynccancel): Remove parameter from __do_cancel call.
7315 (__pthread_disable_asynccancel): Add internal_function attribute.
7316 * init.c (sigcancel_handler): Remove parameter from __do_cancel call.
7317 * pthread_setcancelstate.c: Likewise.
7318 * pthread_setcanceltype.c: Likewise.
7319 * pthread_exit.c: Likewise.
7320 * pthreadP.h (CANCELLATION_P): Likewise.
7321 (__do_cancel): Define as static inline.
7322 (LIBC_CANCEL_ASYNC, LIBC_CANCEL_RESET): New #defines.
7323 (__libc_enable_asynccancel, __libc_disable_asynccancel): New
7325 * sysdeps/i386/tls.h (tcbhead_t): Add list and multiple_threads
7326 fields. Define MULTIPLE_THREADS_OFFSET.
7327 * sysdeps/pthread/bits/libc-lock.h: Remove __libc_locking_needed
7329 * sysdeps/unix/sysv/linux/accept.S: New file.
7330 * sysdeps/unix/sysv/linux/read.c: New file.
7331 * sysdeps/unix/sysv/linux/write.c: New file.
7332 * sysdeps/unix/sysv/linux/i386/pt-socket.S: New file.
7333 * sysdeps/unix/sysv/linux/libc_pthread_init.c: Remove definition and
7334 initialization of __libc_locking_needed.
7335 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Don't use
7336 __libc_locking_needed, use multiple_threads field in TCB.
7337 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Likewise.
7339 2002-12-12 Ulrich Drepper <drepper@redhat.com>
7341 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Use i486
7343 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Likewise.
7345 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Correct
7346 access to __libc_locking_needed for PIC.
7348 2002-12-12 Jakub Jelinek <jakub@redhat.com>
7350 * sysdeps/pthread/bits/libc-lock.h (__libc_locking_needed): Only
7351 declare for libc.so.
7352 (__libc_lock_init, __libc_lock_init_recursive): Change into comma
7354 (__libc_lock_lock): Put into statement expression.
7355 (__libc_lock_unlock): Remove trailing semicolon.
7356 * sysdeps/unix/sysv/linux/fork.h (__libc_pthread_init): Fix typo.
7358 2002-12-12 Roland McGrath <roland@redhat.com>
7360 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use asm operand with
7361 "m" constraint to refer to __libc_locking_needed. Declare it here.
7363 2002-12-12 Ulrich Drepper <drepper@redhat.com>
7365 * sysdeps/unix/sysv/linux/fork-gen.c: Renamed to...
7366 * sysdeps/unix/sysv/linux/libc_pthread_init.c: ...this.
7367 Initialize __libc_locking_needed.
7368 * init.c (__pthread_initialize_minimal): Call __libc_pthread_init
7369 instead of __register_pthread_fork_handler.
7370 * sysdeps/pthread/bits/libc-lock.h: Declare __libc_locking_needed.
7371 * sysdeps/unix/sysv/linux/Makefile (sysdep_routimes): Replace
7372 fork-gen with libc_pthread_init.
7373 * sysdeps/unix/sysv/linux/Versions: Use __libc_pthread_init instead
7374 of __register_pthread_fork_handler.
7375 * sysdeps/unix/sysv/linux/fork.h: Declare __libc_pthread_init instead
7376 of __register_pthread_fork_handler.
7377 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use
7378 __libc_locking_needed to determine whether lock prefix can be avoided.
7379 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Likewise.
7381 2002-12-11 Ulrich Drepper <drepper@redhat.com>
7383 * Makefile (tests): Add tst-cleanup1.
7384 * tst-cleanup1.c: New file.
7385 * cancellation.c (__cleanup_thread): Removed.
7386 (__do_cancel): Remove call to __cleanup_thread.
7387 * pthreadP.h: Remove __cleanup_thread prorotype.
7389 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
7390 Remember function and argument even if cancellation handler
7391 function is not available.
7392 (__libc_cleanup_region_end): Execute registered function directly if
7393 pthread functions are not available.
7394 (__libc_cleanup_end): Likewise.
7396 * init.c (__pthread_initialize_minimal): Fix initialization in
7397 static lib by preventing gcc from being too clever.
7399 2002-12-10 Ulrich Drepper <drepper@redhat.com>
7401 * init.c (__pthread_initialize_minimal): Remove unneccesary
7404 * Makefile (tests): We can run tst-locale2 now.
7406 2002-12-09 Ulrich Drepper <drepper@redhat.com>
7408 * Versions: Remove duplicated sigwait entry.
7410 2002-12-08 Ulrich Drepper <drepper@redhat.com>
7412 * pthreadP.h: Enable pthread_cleanup_{push,pop} optimizations only
7415 * pt-fcntl.c (__fcntl): Initialize oldtype to avoid warning.
7417 * pthreadP.h: Declare __pthread_enable_asynccancel and
7418 __pthread_disable_asynccancel.
7419 (CANCEL_ASYNC): Use __pthread_enable_asynccancel.
7420 (CANCEL_RESET): Use __pthread_disable_asynccancel.
7421 * cancellation.c (__pthread_enable_asynccancel): New function.
7422 (__pthread_disable_asynccancel): New function.
7423 * pt-accept.c: Adjust for CANCEL_ASYNC and CANCEL_RESET change.
7424 * pt-close.c: Likewise.
7425 * pt-connect.c: Likewise.
7426 * pt-creat.c: Likewise.
7427 * pt-fcntl.c: Likewise.
7428 * pt-fsync.c: Likewise.
7429 * pt-lseek.c: Likewise.
7430 * pt-lseek64.c: Likewise.
7431 * pt-msgrcv.c: Likewise.
7432 * pt-msgsnd.c: Likewise.
7433 * pt-msync.c: Likewise.
7434 * pt-nanosleep.c: Likewise.
7435 * pt-open.c: Likewise.
7436 * pt-open64.c: Likewise.
7437 * pt-pause.c: Likewise.
7438 * pt-poll.c: Likewise.
7439 * pt-pread.c: Likewise.
7440 * pt-pread64.c: Likewise.
7441 * pt-pselect.c: Likewise.
7442 * pt-pwrite.c: Likewise.
7443 * pt-pwrite64.c: Likewise.
7444 * pt-read.c: Likewise.
7445 * pt-readv.c: Likewise.
7446 * pt-recv.c: Likewise.
7447 * pt-recvfrom.c: Likewise.
7448 * pt-recvmsg.c: Likewise.
7449 * pt-select.c: Likewise.
7450 * pt-send.c: Likewise.
7451 * pt-sendmsg.c: Likewise.
7452 * pt-sendto.c: Likewise.
7453 * pt-sigpause.c: Likewise.
7454 * pt-sigsuspend.c: Likewise.
7455 * pt-sigtimedwait.c: Likewise.
7456 * pt-sigwait.c: Likewise.
7457 * pt-sigwaitinfo.c: Likewise.
7458 * pt-system.c: Likewise.
7459 * pt-tcdrain.c: Likewise.
7460 * pt-wait.c: Likewise.
7461 * pt-waitid.c: Likewise.
7462 * pt-waitpid.c: Likewise.
7463 * pt-write.c: Likewise.
7464 * pt-writev.c: Likewise.
7465 * pthread_join.c: Likewise.
7466 * pthread_timedjoin.c: Likewise.
7468 * pt-sigpause.c (sigsuspend): Call __sigsuspend.
7469 (__xpg_sigpause): New function.
7470 * Versions (libpthread:GLIBC_2.3.2): Add __xpg_sigpause.
7472 2002-12-07 Ulrich Drepper <drepper@redhat.com>
7474 * Makefile (CFLAGS-ftrylockfile.c): Add -D_IO_MTSAFE_IO.
7476 * cleanup.c: Move declarations of _GI_pthread_cleanup_push and
7477 _GI_pthread_cleanup_pop to pthreadP.h.
7479 * ftrylockfile.c: Use _IO_lock_trylock instead of
7480 pthread_mutex_trylock.
7482 * pthreadP.h (CANCEL_ASYNC): Use __pthread_setcanceltype.
7483 (CANCEL_RESET): Likewise.
7484 (__pthread_setcanceltype_): Declare.
7485 (__pthread_mutex_lock_internal): Declare.
7486 (__pthread_mutex_unlock_internal): Declare.
7487 (__pthread_once_internal): Declare.
7488 (pthread_cleanup_push): Redefine using _GI_pthread_cleanup_push.
7489 (pthread_cleanup_pop): Redefine using _GI_pthread_cleanup_pop.
7491 * pthread_cond_timedwait.c: Use INTUSE is calls to pthread_mutex_lock
7492 and pthread_mutex_unlock.
7493 * pthread_cond_wait.c: Likewise.
7494 * pthread_mutex_lock.c: Use INTDEF to define alias if needed.
7495 * pthread_mutex_unlock.c: Likewise.
7497 * pthread_setcanceltype.c: Add additional alias
7498 __pthread_setcanceltype.
7500 * sem_unlink.c (sem_unlink): Use __pthread_once with INTDEF.
7501 * sem_open.c (sem_open): Likewise.
7502 Use __libc_open, __libc_write, and __libc_close instead of
7503 open, write, and close respectively.
7505 * sysdeps/pthread/bits/libc-lock.h (__libc_lock_trylock_internal):
7506 Rewrite as statement expression since it must return a value.
7508 * pthread_cancel.c: Use __pthread_kill instead of pthread_kill.
7509 * sysdeps/unix/sysv/linux/pthread_kill.c: Define additional alias
7512 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Define additional
7513 alias __pthread_once_internal.
7515 * sysdeps/unix/sysv/linux/raise.c: Use libc_hidden_def for raise.
7517 2002-12-06 Ulrich Drepper <drepper@redhat.com>
7519 * Makefile (tests): Add tst-stdio1 and tst-stdio2.
7520 * tst-stdio1.c: New file.
7521 * tst-stdio2.c: New file.
7523 * init.c (__pthread_initialize_minimal): Correct INIT_LIST_HEAD use.
7525 * Makefile (tests): Comment out tst-locale2 for now.
7526 (CFLAGS-flockfile.c, CFLAGS-funlockfile.c): Define to -D_IO_MTSAFE_IO.
7528 * sysdeps/unix/sysv/linux/Makefile: Define CFLAGS-fork.c to
7530 * sysdeps/unix/sysv/linux/fork.c: Include <bits/stdio-lock.h>.
7531 Use _IO_lock_init instead of explicit assignment.
7533 * sysdeps/pthread/bits/libc-lock.h: Define __rtld_lock_* macros.
7534 Define __libc_lock_* and __libc_lock_recursive macros with
7535 lowlevellock macros, not pthread mutexes.
7537 * flockfile.c: Include <bits/stdio-lock.h>. Use _IO_lock_lock instead
7538 of pthread_mutex_lock.
7539 * funlockfile.c: Include <bits/stdio-lock.h>. Use _IO_lock_unlock
7540 instead of pthread_mutex_unlock.
7542 2002-12-06 Roland McGrath <roland@redhat.com>
7544 * allocatestack.c (__stack_user): Use uninitialized defn.
7545 * init.c (__pthread_initialize_minimal): Initialize it here.
7547 2002-12-05 Roland McGrath <roland@redhat.com>
7549 * sysdeps/i386/tls.h (TLS_INIT_TP): Make it return zero or an error
7551 * sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
7553 * sysdeps/unix/sysv/linux/i386/createthread.c (create_thread): Add
7556 2002-12-05 Ulrich Drepper <drepper@redhat.com>
7558 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
7560 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: New file.
7561 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: New file.
7562 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: New file.
7563 * sysdeps/pthread/bits/libc-lock.h: Use lowlevellock implementation
7564 for __libc_lock_* macros.
7565 * Makefile (routines): Add libc-lowlevellock.
7567 2002-10-09 Roland McGrath <roland@redhat.com>
7569 * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call): New macro.
7570 Under [__PIC__], call the function via the pointer fetched for
7571 comparison rather than a call by name that uses the PLT.
7572 (__libc_lock_init, __libc_rwlock_init, __libc_lock_fini)
7573 (__libc_rwlock_fini, __libc_lock_lock, __libc_rwlock_rdlock)
7574 (__libc_rwlock_wrlock, __libc_lock_trylock, __libc_rwlock_tryrdlock)
7575 (__libc_rwlock_trywrlock, __libc_lock_unlock, __libc_rwlock_unlock)
7576 (__libc_key_create, __libc_getspecific, __libc_setspecific): Use it.
7578 2002-12-04 Roland McGrath <roland@redhat.com>
7580 * forward.c (pthread_self): Use FORWARD3 macro to correct return type.
7582 * sysdeps/i386/td_ta_map_lwp2thr.c: Moved from ../nptl_db.
7583 * sysdeps/generic/td_ta_map_lwp2thr.c: New file.
7585 * pthread_create.c (start_thread): Add missing & on __nptl_last_event.
7587 2002-12-04 Ulrich Drepper <drepper@redhat.com>
7589 * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Make pthread_t
7590 a completely opaque, non-integer type.
7591 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
7593 2002-12-05 Jakub Jelinek <jakub@redhat.com>
7595 * sysdeps/i386/tls.h: Include stdlib.h.
7596 * sysdeps/x86_64/tls.h: Likewise.
7598 2002-12-04 Ulrich Drepper <drepper@redhat.com>
7600 * Makefile (tests): Add tst-locale2.
7601 (tests-static): Likewise.
7602 * tst-locale2.c: New file.
7604 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Mark asms as
7605 volatile and add memory clobbers to lock operations.
7607 2002-12-03 Ulrich Drepper <drepper@redhat.com>
7609 * sysdeps/i386/i686/bits/atomic.h: Use i486 version.
7610 * sysdeps/i386/i486/bits/atomic.h: New file.
7611 * sysdeps/i386/i586/bits/atomic.h: New file.
7612 * sysdeps/i386/i686/pthread_spin_trylock.S: Define HAVE_CMOV and
7613 include i486 version.
7614 * sysdeps/i386/i486/pthread_spin_trylock.S: New file.
7615 * sysdeps/i386/i586/pthread_spin_trylock.S: New file.
7616 Patch by Marijn Ros <marijn@mad.scientist.com>.
7618 * allocatestack.c (get_cached_stack): Don't crash if we first
7619 found a stack with a larger size then needed.
7620 Reported by Hui Huang <hui.huang@sun.com>.
7622 * Makefile (tests): Add tst-sysconf.
7623 * tst-sysconf.c: New file.
7625 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine
7626 PTHREAD_THREADS_MAX.
7628 2002-12-02 Roland McGrath <roland@redhat.com>
7630 * pthreadP.h (__stack_user, __nptl_create_event, __nptl_death_event):
7631 Declare using hidden_proto instead of attribute_hidden, so there are
7632 non-.hidden static symbols for gdb to find.
7633 (__pthread_keys): Likewise.
7634 * events.c (__nptl_create_event, __nptl_death_event): Add hidden_def.
7635 * allocatestack.c (__stack_user): Likewise.
7636 * pthread_create.c (__pthread_keys): Likewise.
7637 (__nptl_threads_events, __nptl_last_event): Make these static instead
7639 * pthread_key_create.c (__pthread_pthread_keys_max,
7640 __pthread_pthread_key_2ndlevel_size): Renamed from __linuxthreads_*.
7642 2002-12-02 Ulrich Drepper <drepper@redhat.com>
7644 * Makefile (tests): Add tst-locale1. If buid-static is yes link
7646 * tst-locale1.c: New file.
7648 * pthread_cond_timedwait.c: Include <stdlib.h>.
7650 * Makefile (tests): Add tst-fork2 and tst-fork3.
7651 * tst-fork2.c: New file.
7652 * tst-fork3.c: New file.
7654 2002-11-28 Ulrich Drepper <drepper@redhat.com>
7656 * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
7658 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
7659 require it to 200112L.
7661 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrwlock.S: Use cmov
7662 instruction only if HAVE_CMOV is defined.
7663 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrwlock.S: Define HAVE_CMOV.
7665 * sysdeps/unix/sysv/linux/x86_64/bits/semaphore.h: New file.
7667 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: New file.
7669 * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: New file.
7671 * sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: New file.
7673 2002-11-27 Ulrich Drepper <drepper@redhat.com>
7675 * sysdeps/x86_64/bits/atomic.h: New file.
7677 * sysdeps/i386/i686/bits/atomic.h: Fix asm syntax for 8- and
7680 * sysdeps/unix/sysv/linux/raise.c (raise): Use INTERNAL_SYSCALL if
7681 possible since gettid cannot fail.
7683 * sysdeps/x86_64/pthreaddef.h: New file.
7685 * sysdeps/i386/pthreaddef.h (gettid): Removed.
7687 * sysdeps/x86_64/pthread_spin_init.c: New file.
7688 * sysdeps/x86_64/pthread_spin_lock.c: New file.
7689 * sysdeps/x86_64/pthread_spin_trylock.c: New file.
7690 * sysdeps/x86_64/pthread_spin_unlock.c: New file.
7692 * sysdeps/i386/i686/pthread_spin_trylock.S (pthread_spin_trylock):
7693 Add missing lock prefix. Minute optimization.
7695 * tst-spin2.c (main): Also check successful trylock call.
7697 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use correct
7698 syscall. Fix typo in case INTERNAL_SYSCALL is not used.
7700 * sysdeps/i386/pthread_spin_destroy.c: Moved to...
7701 * sysdeps/pthread/pthread_spin_destroy.c: ...here. New file.
7703 * sysdeps/i386/pthread_sigmask.c: Removed. Use the generic code.
7704 * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Return correct
7705 value in case of an error. Add support for INTERNAL_SYSCALL.
7707 * sysdeps/i386/pthread_sigmask.c (pthread_sigmask): Return correct
7708 value in case of an error.
7710 * sysdeps/x86_64/tls.h: New file.
7712 2002-11-26 Ulrich Drepper <drepper@redhat.com>
7714 * sysdeps/i386/tls.h (THREAD_GETMEM_NC): Change interface. It now
7715 takes the array member name and the index as parameters.
7716 (THREAD_SETMEM_NC): Likewise.
7717 * pthread_getspecific.c: Use new THREAD_GETMEM_NC interface.
7718 * pthread_setspecific.c: Use new THREAD_GETMEM_NC and THREAD_SETMEM_NC
7721 * sysdeps/i386/tls.h (THREAD_SETMEM): Use size of member element
7722 to decide which code to use.
7723 (THREAD_SETMEM_NC): Likewise.
7725 * allocatestack.c (queue_stack): Don't remove stack from list here.
7726 Do it in the caller. Correct condition to prematurely terminate
7727 loop to free stacks.
7728 (__deallocate_stack): Remove stack from list here.
7730 2002-11-26 Ulrich Drepper <drepper@redhat.com>
7732 * Makefile (tests): Add tst-stack1.
7733 * tst-stack1.c: New file.
7735 * allocatestack.c (allocate_stack): Initialize the TCB on a user
7738 * pthread_attr_getstack.c: Return bottom of the thread area.
7740 2002-11-25 Ulrich Drepper <drepper@redhat.com>
7742 * Makefile (libpthread-routines): Add pt-allocrtsig and
7743 pthread_kill_other_threads.
7744 * pt-allocrtsig.c: New file.
7745 * pthread_kill_other_threads.c: New file.
7746 * sysdeps/unix/sysv/linux/allocrtsig.c: Add additional aliases for
7747 all three functions.
7748 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
7750 * sysdeps/unix/sysv/linux/Versions (libc:GLIBC_PRIVATE): Export
7751 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7752 and __libc_allocate_rtsig_private.
7753 * Versions (libpthread): Export pthread_kill_other_threads_np,
7754 __libc_current_sigrtmin, and __libc_current_sigrtmax.
7756 2002-11-24 Ulrich Drepper <drepper@redhat.com>
7758 * allocatestack.c (allocate_stack): stackaddr in attribute points to
7759 the end of the stack. Adjust computations.
7760 When mprotect call fails dequeue stack and free it.
7761 * pthread_attr_setstack.c: Store top of the stack in stackaddr
7763 * pthread_getattr_np.c: Likewise.
7765 * descr.h (IS_DETACHED): Add some more parenthesis to prevent
7768 2002-11-23 Ulrich Drepper <drepper@redhat.com>
7770 * sysdeps/pthread/pthread.h (pthread_self): __THROW must come before
7771 attribute definitions. Patch by Luca Barbieri <ldb@ldb.ods.org>.
7773 2002-11-22 Ulrich Drepper <drepper@redhat.com>
7775 * pthread_getspecific.c: Optimize access to first 2nd-level array.
7776 * pthread_setspecific.c: Likewise.
7778 2002-11-21 Ulrich Drepper <drepper@redhat.com>
7780 * sysdeps/unix/sysv/linux/i386/createthread.c: Remove CLONE_ flags
7781 definitions. Get them from the official place.
7782 * sysdeps/unix/sysv/linux/i386/fork.c: Likewise.
7784 * sysdeps/unix/sysv/linux/i386/createthread.c: Update CLONE_* flags.
7785 Use new CLONE_ flags in clone() calls.
7787 * sysdeps/unix/sysv/linux/fork.c: Use ARCH_FORK to actually fork.
7788 * sysdeps/unix/sysv/linux/i386/fork.c: New file.
7790 * Versions: Add pthread_* functions for libc.
7791 * forward.c: New file.
7793 * sysdeps/pthread/Makefile (libpthread-sysdeps_routines): Add
7795 * herrno.c: New file.
7798 * Makefile (libpthread-routines): Remove sem_post, sem_wait,
7799 sem_trywait, and sem_timedwait. Add herrno and res.
7800 * sem_init.c: Don't initialize lock and waiters members.
7801 * sem_open.c: Likewise.
7802 * sem_post.c: Removed.
7803 * sem_wait.c: Removed.
7804 * sem_trywait.c: Removed.
7805 * sem_timedwait.c: Removed.
7806 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S: Complete rewrite.
7807 Includes full implementations of sem_post, sem_wait, sem_trywait,
7809 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h (lll_sem_post): Adjust
7810 for new implementation.
7811 * sysdeps/unix/sysv/linux/internaltypes.h (struct sem): Remove lock
7814 * tst-sem3.c: Improve error message.
7815 * tst-signal3.c: Likewise.
7817 * init.c (__pthread_initialize_minimal): Use set_tid_address syscall
7818 to tell the kernel about the termination futex and to initialize tid
7819 member. Don't initialize main_thread.
7820 * descr.h (struct pthread): Remove main_thread member.
7821 * cancelllation.c (__do_cancel): Remove code handling main thread.
7822 The main thread is not special anymore.
7824 * allocatestack.c (__reclaim_stacks): Mark stacks as unused. Add
7825 size of the stacks to stack_cache_actsize.
7827 * pt-readv.c: Add missing "defined".
7828 * pt-sigwait.c: Likewise.
7829 * pt-writev.c: Likewise.
7831 2002-11-09 Ulrich Drepper <drepper@redhat.com>
7833 * Versions: Export __connect from libpthread.
7834 Patch by Luca Barbieri <ldb@ldb.ods.org>.
7836 * Makefile (libpthread-routines): Add pt-raise.
7837 * sysdeps/unix/sysv/linux/raise.c: New file.
7838 * sysdeps/unix/sysv/linux/pt-raise.c: New file.
7839 * sysdeps/generic/pt-raise.c: New file.
7841 * pthread_cond_init.c: Initialize all data elements of the condvar
7842 structure. Patch by Luca Barbieri <ldb@ldb.ods.org>.
7844 * pthread_attr_init.c: Actually implement 2.0 compatibility version.
7845 * pthread_create.c: Likewise.
7847 * Makefile (tests): Add tst-key1, tst-key2, tst-key3.
7848 * tst-key1.c: New file.
7849 * tst-key2.c: New file.
7850 * tst-key3.c: New file.
7852 * Versions: Export pthread_detach for version GLIBC_2.0.
7853 Reported by Saurabh Desai <sdesai@austin.ibm.com>.
7855 2002-11-08 Ulrich Drepper <drepper@redhat.com>
7857 * pthread_key_create.c: Terminate search after an unused key was found.
7858 Patch by Luca Barbieri <ldb@ldb.ods.org>.
7860 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Return zero.
7861 Patch by Luca Barbieri <ldb@ldb.ods.org>.
7863 2002-10-10 Ulrich Drepper <drepper@redhat.com>
7865 * sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S: Use slow generic
7866 dynamic lookup for errno in PIC.
7868 * allocatestack.c (get_cached_stack): Rearrange code slightly to
7869 release the stack lock as soon as possible.
7870 Call _dl_allocate_tls_init for TCB from the cache to re-initialize
7871 the static TLS block.
7872 (allocate_stack): Call _dl_allocate_tls_init for user-provided stack.
7874 * cancellation.c: Renamed from cancelation.c.
7875 * Makefile: Adjust accordingly.
7876 * pthreadP.h (CANCELLATION_P): Renamed from CANCELATION_P.
7877 * cleanup_defer.c: Use CANCELLATION_P.
7878 * pthread_testcancel.c: Likewise.
7879 * descr.h: Fix spelling in comments.
7881 * pthread_getattr_np.c: Likewise.
7882 * pthread_getschedparam.c: Likewise.
7883 * pthread_setschedparam.c: Likewise.
7884 * Versions: Likewise.
7886 * pt-pselect.c: New file.
7887 * Makefile (libpthread-routines): Add pt-pselect.
7888 * Versions: Add pselect.
7890 * tst-cancel4.c: New file.
7891 * Makefile (tests): Add tst-cancel4.
7893 2002-10-09 Ulrich Drepper <drepper@redhat.com>
7895 * pthread_mutex_lock.c: Always record lock ownership.
7896 * pthread_mutex_timedlock.c: Likewise.
7897 * pthread_mutex_trylock.c: Likewise.
7899 * pt-readv.c: New file.
7900 * pt-writev.c: New file.
7901 * pt-creat.c: New file.
7902 * pt-msgrcv.c: New file.
7903 * pt-msgsnd.c: New file.
7904 * pt-poll.c: New file.
7905 * pt-select.c: New file.
7906 * pt-sigpause.c: New file.
7907 * pt-sigsuspend.c: New file.
7908 * pt-sigwait.c: New file.
7909 * pt-sigwaitinfo.c: New file.
7910 * pt-waitid.c: New file.
7911 * Makefile (libpthread-routines): Add pt-readv, pt-writev, pt-creat,
7912 pt-msgrcv, pt-msgsnd, pt-poll, pt-select, pt-sigpause, pt-sigsuspend,
7913 pt-sigwait, pt-sigwaitinfo, and pt-waitid.
7914 * Versions: Add all the new functions.
7916 * tst-exit1.c: New file.
7917 * Makefile (tests): Add tst-exit1.
7919 * sem_timedwait.c: Minor optimization for more optimal fastpath.
7921 2002-10-08 Ulrich Drepper <drepper@redhat.com>
7923 * pt-fcntl.c: Only enable asynchronous cancellation for F_SETLKW.
7925 * pthread_join.c: Enable asynchronous cancellation around lll_wait_tid
7926 call. pthread_join is an official cancellation point.
7927 * pthread_timedjoin.c: Likewise.
7929 * pthread_cond_wait.c: Revert order in which internal lock are dropped
7930 and the condvar's mutex are retrieved.
7931 * pthread_cond_timedwait.c: Likewise.
7932 Reported by dice@saros.East.Sun.COM.
7934 2002-10-07 Ulrich Drepper <drepper@redhat.com>
7936 * pthreadP.h: Cut out all type definitions and move them...
7937 * sysdeps/unix/sysv/linux/internaltypes.h: ...here. New file.
7938 * pthreadP.h: Include <internaltypes.h>.
7940 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h (lll_sem_post): Little
7943 * sem_trywait.c: Shuffle #includes around to get right order.
7944 * sem_timedwait.c: Likewise.
7945 * sem_post.c: Likewise.
7946 * sem_wait.c: Likewise.
7948 * nptl 0.3 released.
7950 * Makefile (tests): Add tst-signal3.
7951 * tst-signal3.c: New file.
7953 2002-10-05 Ulrich Drepper <drepper@redhat.com>
7955 * sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Tell the compiler that
7956 the asms modify the sem object.
7957 (__lll_sem_timedwait): Now takes struct sem* as first parameter.
7959 * sysdeps/unix/sysv/linux/i386/bits/semaphore.h (sem_t): Don't expose
7961 * pthreadP.h (struct sem): New type. Actual semaphore type.
7962 * semaphoreP.h: Include pthreadP.h.
7963 * sem_getvalue.c: Adjust to sem_t change.
7964 * sem_init.c: Likewise.
7965 * sem_open.c: Likewise.
7966 * sem_post.c: Likewise.
7967 * sem_timedwait.c: Likewise.
7968 * sem_trywait.c: Likewise.
7969 * sem_wait.c: Likewise.
7971 2002-10-04 Ulrich Drepper <drepper@redhat.com>
7973 * Makefile (tests): Add tst-basic2, tst-exec1, tst-exec3, tst-exec3.
7974 * tst-basic2.c: New file.
7975 * tst-exec1.c: New file.
7976 * tst-exec2.c: New file.
7977 * tst-exec3.c: New file.
7979 * tst-fork1.c: Remove extra */.
7981 * nptl 0.2 released. The API for IA-32 is complete.