Ulrich Drepper
86bfff4d52
Update.
...
2003-03-01 Ulrich Drepper <drepper@redhat.com>
* descr.h (struct pthread): Move cleanup field to the front.
2003-03-02 07:54:30 +00:00
Ulrich Drepper
748bec0865
Update.
...
* sysdeps/i386/tcb-offsets.sym: Add CLEANUP and CLEANUP_PREV.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Inline
__pthread_cleanup_pop functionality.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
2003-03-02 07:52:31 +00:00
Ulrich Drepper
78429f1231
Add CLEANUP and CLEANUP_PREV.
2003-03-02 07:49:51 +00:00
Roland McGrath
d114938564
* configure.in: In "running configure fragment for" message,
...
omit $srcdir from the name if we prepended it.
* configure: Regenerated.
2003-03-01 22:40:30 +00:00
Roland McGrath
7ed33cba81
* elf/dl-reloc.c (allocate_static_tls): Fix calculations.
...
From Jakub Jelinek <jakub@redhat.com>.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Revert last change,
which duplicated the O_DIRECT defn.
2003-03-01 GOTO Masanori <gotom@debian.or.jp>
* stdlib/stdlib.h: Add missing __USE_BSD enclosure for BSD derived
random functions.
* resolv/Makefile (tests): Don't depend on
$(objpfx)mtrace-tst-leaks when cross compiling.
2003-03-01 22:32:04 +00:00
Roland McGrath
f88658e9b9
2003-03-01 Andreas Schwab <schwab@suse.de>
...
* resolv/Makefile (tests): Don't depend on
$(objpfx)mtrace-tst-leaks when cross compiling.
2003-03-01 22:15:00 +00:00
Andreas Schwab
4191f43dd2
* sysdeps/m68k/dl-machine.h (_dl_start_user): Access
...
__libc_stack_end through GOT since it is a global symbol.
2003-03-01 15:33:19 +00:00
Andreas Schwab
3d5c082124
(_dl_start_user): Access __libc_stack_end through GOT since it is a global symbol.
2003-03-01 15:33:11 +00:00
Ulrich Drepper
bd8bb78ba2
Update.
...
2003-03-01 Ulrich Drepper <drepper@redhat.com>
* descr.h (struct pthread): Move tid field to the front now that
it is often used.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S
(__lll_mutex_timedlock_wait): Remove.
(__lll_mutex_unlock_wake): Don't save, load, and restore %esi.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S
(__lll_mutex_unlock_wake): Don't save, load, and restore %esi.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
(lll_unlock_wake_cb): Don't save and restore %esi.
(__lll_unlock_wake): Add alignment. Don't save, load, and restore
%esi.
(__lll_timedwait_tid): Add alignment.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
(__lll_unlock_wake): Add alignment. Don't save, load, and restore
%esi.
(__lll_timedwait_tid): Removed.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
(__pthread_cond_broadcast): Don't save, load, and restore %esi.
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
(pthread_barrier_wait): Don't save, load, and restore %esi for
last thread.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
(__pthread_cond_signal): Don't save, load, and restore %esi.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
(__pthread_rwlock_unlock): Don't save, load, and restore %esi.
* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__new_sem_post):
Don't save, load, and restore %esi.
2003-03-01 09:45:23 +00:00
Ulrich Drepper
85c54a327d
Update.
...
* argp/argp.h: Fix a typo.
Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
* manual/terminal.texi: Fix cfmakeraw() definition from int to void.
2003-02-27 Pat Rankin <rankin@pactechdata.com>
* posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
char *.
(get_subexp): Likewise.
2003-03-01 GOTO Masanori <gotom@debian.or.jp>
2003-03-01 01:14:31 +00:00
Ulrich Drepper
a6861e64bc
Update.
...
2003-03-01 GOTO Masanori <gotom@debian.or.jp>
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
2003-02-26 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_DIRECT): Define.
2003-03-01 00:11:19 +00:00
Ulrich Drepper
c340cedafc
(O_DIRECT): Define.
2003-03-01 00:09:52 +00:00
Roland McGrath
a6963e69b5
* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Remove
...
special case for dl_rtld_map in R_PPC64_RELATIVE; it's harmless to
repeat it and avoids the test for the common case.
Clean up and fix calculations for TLS relocs.
* sysdeps/powerpc/powerpc64/dl-tls.h: Moved to ...
* sysdeps/powerpc/dl-tls.h: ... here.
(TLS_TP_OFFSET): New macro.
* sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2003-02-28 04:55:04 +00:00
Roland McGrath
63c9fb5c4b
2003-02-27 Roland McGrath <roland@redhat.com>
...
* sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
2003-02-28 04:54:49 +00:00
Ulrich Drepper
206a5cdea2
Update.
2003-02-28 03:47:32 +00:00
Ulrich Drepper
567fb22ae3
Update.
...
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
Release lock before waking up the waiters.
2003-02-27 23:45:12 +00:00
Ulrich Drepper
427f5fa1a4
Update.
...
2003-02-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/fpu/libm-test-ulps: Increase ULPs for yn due to
code generation changes in recent gcc.
2003-02-27 22:29:25 +00:00
Ulrich Drepper
abeb300799
(do_test): Don't start more than one thread in parallel.
2003-02-27 21:48:41 +00:00
Roland McGrath
73a061bbe9
* sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):
...
Rename argument to avoid symbol conflict.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
[__USE_GNU] (O_DIRECT): New macro.
2003-02-27 20:57:19 +00:00
Roland McGrath
f4038ed763
2003-02-27 Roland McGrath <roland@redhat.com>
...
* sysdeps/powerpc/tls.h [HAVE_TLS_SUPPORT]: Define USE_TLS and all
related macros.
2003-02-27 20:47:12 +00:00
Ulrich Drepper
a2d83cfb21
Update.
...
* tst-rwlock9.c (writer_thread): Correct adding TIMEOUT.
(reader_thread): Likewise.
2003-02-27 19:49:35 +00:00
Ulrich Drepper
d2637c7053
Update.
...
2003-02-24 David Mosberger <davidm@hpl.hp.com>
* sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix
unwind info.
2003-02-27 10:32:38 +00:00
Ulrich Drepper
e361e438a1
Update.
...
* resolv/res_libc.c [USE___THREAD] (_res): Don't need the
initializer anymore now that res_thread_freeres is more careful.
2003-02-27 09:16:51 +00:00
Ulrich Drepper
e42e757ef3
Pretty printing.
...
* sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [SHARED]:
2003-02-27 09:12:05 +00:00
Ulrich Drepper
dbf6131c49
Update.
...
Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
2003-02-27 08:03:17 +00:00
Ulrich Drepper
d148ed257a
Update.
...
2003-02-27 Ulrich Drepper <drepper@redhat.com>
* sunrpc/svc_udp.c (svcudp_recv): Remove all control messages
except the PKTINFO. Reset interface in PKTINFO.
* elf/elf.h: Add new R_PPC64_* relocs for TLS.
* elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
Define.
* sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
2003-02-27 08:01:47 +00:00
Ulrich Drepper
695799feb3
Update.
...
* Makefile (tests): Add tst-dlsym1.
* tst-dlsym1.c: New file.
2003-02-27 04:42:04 +00:00
Ulrich Drepper
b1531183c5
Update.
...
2003-02-26 Ulrich Drepper <drepper@redhat.com>
* init.c (__pthread_initialize_minimal_internal): Set
GL(dl_error_catch_tsd) to __libc_dl_error_tsd.
* Versions (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
2003-02-27 04:12:53 +00:00
Ulrich Drepper
d4a763f922
(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
2003-02-27 04:09:48 +00:00
Roland McGrath
afafddabf3
* sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
...
* sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2003-02-26 00:34:09 +00:00
Roland McGrath
4e5b051fad
Revert unintentional commits.
2003-02-26 00:01:15 +00:00
Roland McGrath
1d02f71fe4
linuxthreads/ChangeLog
...
2003-02-25 Roland McGrath <roland@redhat.com>
* sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.
* sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2003-02-25 23:45:16 +00:00
Roland McGrath
fec4171904
2003-02-25 Steven Munroe <sjmunroe@us.ibm.com>
...
* elf/elf.h: Add new R_PPC64_* relocs for TLS.
* elf/tls-macros.h [__powerpc64__]
(TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define.
* sysdeps/powerpc/powerpc64/elf/configure.in: New file.
* sysdeps/powerpc/powerpc64/elf/configure: New file (generated).
* sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2003-02-25 23:27:06 +00:00
Roland McGrath
3c2a3b4106
2003-02-25 Steven Munroe <sjmunroe@us.ibm.com>
...
* sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2003-02-25 23:26:51 +00:00
Andreas Jaeger
56ce76eaad
Update.
...
2003-02-25 Andreas Jaeger <aj@suse.de>
* manual/memory.texi (Malloc Tunable Parameters): Clarify
behaviour of M_MMAP_THRESHOLD.
2003-02-25 10:10:42 +00:00
Andreas Jaeger
13c0f77163
* manual/memory.texi (Malloc Tunable Parameters): Clarify
...
behaviour of M_MMAP_THRESHOLD.
2003-02-25 10:10:35 +00:00
Roland McGrath
724fad20ce
* resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
...
zero, inidicating _res was not initialized yet.
2003-02-25 09:18:27 +00:00
Roland McGrath
c30dcea16f
2003-02-25 Roland McGrath <roland@redhat.com>
...
* resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is
zero, inidicating _res was not initialized yet.
2003-02-25 09:18:17 +00:00
Ulrich Drepper
73983ece25
(sem_open): Only call __libc_close if file descriptor is valid.
2003-02-25 08:47:25 +00:00
Ulrich Drepper
3857ca787c
Update.
...
* sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
2003-02-25 06:19:22 +00:00
Ulrich Drepper
80d807799f
Update.
...
2003-02-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
test.
2003-02-25 02:46:33 +00:00
Ulrich Drepper
8637130890
Update.
...
* tst-rwlock8.c (reader_thread): Remove unused variable.
2003-02-25 00:10:26 +00:00
Ulrich Drepper
fa05898776
(reader_thread): Remove unused variable.
2003-02-25 00:10:01 +00:00
Roland McGrath
81b47a8b73
* sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2003-02-24 22:36:01 +00:00
Roland McGrath
d102d69999
2003-02-24 Roland McGrath <roland@redhat.com>
...
* sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2003-02-24 22:35:53 +00:00
Ulrich Drepper
20c54fe445
Bump to 0.26.
2003-02-24 10:05:02 +00:00
Ulrich Drepper
ffeb4481f4
Update.
...
* Makefile: Add rules to build and run tst-tls3.
* tst-tls3.c: New file.
* tst-tls3mod.c: New file.
2003-02-24 10:03:02 +00:00
Ulrich Drepper
18a535792b
Update.
...
* sysdeps/pthread/pthread_rwlock_rdlock.c: Likewise.
* sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
* sysdeps/pthread/pthread_rwlock_timedwrlock.c: Likewise.
* sysdeps/pthread/pthread_rwlock_unlock.c: Likewise.
* sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.
2003-02-24 09:23:15 +00:00
Ulrich Drepper
3724f268b1
Update.
...
2003-02-24 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-rwlock8 and tst-rwlock9.
* tst-rwlock8.c: New file.
* tst-rwlock9.c: New file.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Fix
complete broken rwlock implementation.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
2003-02-24 08:50:25 +00:00
Ulrich Drepper
26a526fa5e
Stress test of timed rwlock functions.
2003-02-24 08:48:33 +00:00