about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2003-03-031-0/+5
| | | | | | | 2003-03-02 Ulrich Drepper <drepper@redhat.com> * tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset recent kernels.
* (tf_sleep): Lower sleep time a bit to not upset recent kernels.Ulrich Drepper2003-03-031-1/+1
|
* * sysdeps/powerpc/powerpc32/dl-machine.c (_dl_reloc_overflow): RenamedRoland McGrath2003-03-033-29/+77
| | | | | | | | from dl_reloc_overflow, make global. (__process_machine_rela): Update callers. * sysdeps/powerpc/powerpc32/dl-machine.h: Declare _dl_reloc_overflow. Add attribute_hidden to __process_machine_rela decl. (elf_machine_type_class, elf_machine_rela): Handle 16-bit TLS relocs.
* * sysdeps/generic/libc-start.c (__libc_start_main): Don't assign constRoland McGrath2003-03-034-6/+13
| | | | variable.
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):Roland McGrath2003-03-0224-368/+613
| | | | | | | | | | | | | | | | | | | | | | Don't use weak_extern for dl_rtld_map. Instead check only if [SHARED]. (elf_machine_rela): Clean up. * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Clean up. PowerPC TLS support contributed by Paul Mackerras <paulus@samba.org>. * sysdeps/powerpc/powerpc32/elf/configure.in: New file. * sysdeps/powerpc/powerpc32/elf/configure: New generated file. * elf/tls-macros.h [__powerpc__ && !__powerpc64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Define them. * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Support new relocs for TLS. * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these macros out of [SHARED]. (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros. * elf/elf.h: Define R_PPC_* relocs for TLS support. Clean up R_PPC64_* macro definition comments.
* 2003-03-02 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-021-8/+14
| | | | | | * sysdeps/powerpc/dl-tls.h (TLS_TP_OFFSET, TLS_DTV_OFFSET): Move these macros out of [SHARED]. (TLS_TPREL_VALUE, TLS_DTPREL_VALUE): New macros.
* Typo in comment.Ulrich Drepper2003-03-021-1/+1
|
* Update.Ulrich Drepper2003-03-022-2/+7
| | | | | | 2003-03-01 Ulrich Drepper <drepper@redhat.com> * descr.h (struct pthread): Move cleanup field to the front.
* Update.Ulrich Drepper2003-03-023-8/+9
| | | | | | | * 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.
* Add CLEANUP and CLEANUP_PREV.Ulrich Drepper2003-03-021-2/+4
|
* * configure.in: In "running configure fragment for" message,Roland McGrath2003-03-015-5/+13
| | | | | omit $srcdir from the name if we prepended it. * configure: Regenerated.
* * elf/dl-reloc.c (allocate_static_tls): Fix calculations.Roland McGrath2003-03-014-7/+32
| | | | | | | | | | | | | | | 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 Andreas Schwab <schwab@suse.de>Roland McGrath2003-03-011-0/+2
| | | | | * resolv/Makefile (tests): Don't depend on $(objpfx)mtrace-tst-leaks when cross compiling.
* * sysdeps/m68k/dl-machine.h (_dl_start_user): AccessAndreas Schwab2003-03-011-0/+5
| | | | __libc_stack_end through GOT since it is a global symbol.
* (_dl_start_user): Access __libc_stack_end through GOT since it is a global ↵Andreas Schwab2003-03-011-2/+2
| | | | symbol.
* Update.Ulrich Drepper2003-03-0111-201/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update. glibc-2.3.2 cvs/glibc-2_3_2Ulrich Drepper2003-03-014-6/+20
| | | | | | | | | | | | | | | * 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>
* Update.Ulrich Drepper2003-03-011-0/+8
| | | | | | | | | | 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.
* (O_DIRECT): Define.Ulrich Drepper2003-03-012-1/+3
|
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): RemoveRoland McGrath2003-02-283-57/+47
| | | | | | | | | | | | 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-27 Roland McGrath <roland@redhat.com>Roland McGrath2003-02-281-1/+1
| | | | * sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
* Update.Ulrich Drepper2003-02-282-2/+4
|
* Update.Ulrich Drepper2003-02-273-6/+22
| | | | | * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Release lock before waking up the waiters.
* Update.Ulrich Drepper2003-02-273-0/+11
| | | | | | | 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.
* (do_test): Don't start more than one thread in parallel.Ulrich Drepper2003-02-271-10/+8
|
* * sysdeps/powerpc/fpu/fpu_control.h (_FPU_GETCW, _FPU_SETCW):Roland McGrath2003-02-274-13/+27
| | | | | | | Rename argument to avoid symbol conflict. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h [__USE_GNU] (O_DIRECT): New macro.
* 2003-02-27 Roland McGrath <roland@redhat.com>Roland McGrath2003-02-271-4/+89
| | | | | * sysdeps/powerpc/tls.h [HAVE_TLS_SUPPORT]: Define USE_TLS and all related macros.
* Update.Ulrich Drepper2003-02-272-0/+13
| | | | | * tst-rwlock9.c (writer_thread): Correct adding TIMEOUT. (reader_thread): Likewise.
* Update.Ulrich Drepper2003-02-276-15/+63
| | | | | | | 2003-02-24 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Fix unwind info.
* Update.Ulrich Drepper2003-02-272-1/+4
| | | | | * resolv/res_libc.c [USE___THREAD] (_res): Don't need the initializer anymore now that res_thread_freeres is more careful.
* Pretty printing.Ulrich Drepper2003-02-271-1/+1
| | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [SHARED]:
* Update.Ulrich Drepper2003-02-272-0/+8
| | | | Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
* Update.Ulrich Drepper2003-02-277-8/+86
| | | | | | | | | | | | 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):
* Update.Ulrich Drepper2003-02-273-0/+72
| | | | | * Makefile (tests): Add tst-dlsym1. * tst-dlsym1.c: New file.
* Update.Ulrich Drepper2003-02-272-0/+16
| | | | | | | | 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.
* (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.Ulrich Drepper2003-02-271-0/+4
|
* * sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.Roland McGrath2003-02-264-8/+203
| | | | * sysdeps/powerpc/powerpc64/dl-tls.h: New file.
* Revert unintentional commits.Roland McGrath2003-02-2617-469/+45
|
* linuxthreads/ChangeLogRoland McGrath2003-02-2518-48/+474
| | | | | | | | 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 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath2003-02-255-1/+243
| | | | | | | | | | | * 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 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath2003-02-251-0/+8
| | | | | * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
* Update.Andreas Jaeger2003-02-251-0/+5
| | | | | | | 2003-02-25 Andreas Jaeger <aj@suse.de> * manual/memory.texi (Malloc Tunable Parameters): Clarify behaviour of M_MMAP_THRESHOLD.
* * manual/memory.texi (Malloc Tunable Parameters): Clarify Andreas Jaeger2003-02-251-1/+2
| | | | behaviour of M_MMAP_THRESHOLD.
* * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount isRoland McGrath2003-02-251-0/+5
| | | | zero, inidicating _res was not initialized yet.
* 2003-02-25 Roland McGrath <roland@redhat.com>Roland McGrath2003-02-251-0/+4
| | | | | * resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is zero, inidicating _res was not initialized yet.
* (sem_open): Only call __libc_close if file descriptor is valid.Ulrich Drepper2003-02-251-5/+11
|
* Update.Ulrich Drepper2003-02-252-41/+45
| | | | * sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
* Update.Ulrich Drepper2003-02-254-18/+28
| | | | | | | 2003-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES test.
* Update.Ulrich Drepper2003-02-251-0/+2
| | | | * tst-rwlock8.c (reader_thread): Remove unused variable.
* (reader_thread): Remove unused variable.Ulrich Drepper2003-02-251-1/+0
|