aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-27Update.Ulrich Drepper
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-27Update.Ulrich Drepper
* Makefile (tests): Add tst-dlsym1. * tst-dlsym1.c: New file.
2003-02-27Update.Ulrich Drepper
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(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.Ulrich Drepper
2003-02-26* sysdeps/powerpc/powerpc64/dl-machine.h: Support new TLS relocs.Roland McGrath
* sysdeps/powerpc/powerpc64/dl-tls.h: New file.
2003-02-26Revert unintentional commits.Roland McGrath
2003-02-25linuxthreads/ChangeLogRoland McGrath
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-252003-02-25 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath
* 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-252003-02-25 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath
* sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Do DL_SYSDEP_OSCHECK here, matching 2002-12-01 change to generic file.
2003-02-25Update.Andreas Jaeger
2003-02-25 Andreas Jaeger <aj@suse.de> * manual/memory.texi (Malloc Tunable Parameters): Clarify behaviour of M_MMAP_THRESHOLD.
2003-02-25* manual/memory.texi (Malloc Tunable Parameters): Clarify Andreas Jaeger
behaviour of M_MMAP_THRESHOLD.
2003-02-25* resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount isRoland McGrath
zero, inidicating _res was not initialized yet.
2003-02-252003-02-25 Roland McGrath <roland@redhat.com>Roland McGrath
* resolv/res_init.c (res_thread_freeres): Bail out if _res.nscount is zero, inidicating _res was not initialized yet.
2003-02-25(sem_open): Only call __libc_close if file descriptor is valid.Ulrich Drepper
2003-02-25Update.Ulrich Drepper
* sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.
2003-02-25Update.Ulrich Drepper
2003-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES test.
2003-02-25Update.Ulrich Drepper
* tst-rwlock8.c (reader_thread): Remove unused variable.
2003-02-25(reader_thread): Remove unused variable.Ulrich Drepper
2003-02-24* sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.Roland McGrath
2003-02-242003-02-24 Roland McGrath <roland@redhat.com>Roland McGrath
* sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.
2003-02-24Bump to 0.26.Ulrich Drepper
2003-02-24Update.Ulrich Drepper
* Makefile: Add rules to build and run tst-tls3. * tst-tls3.c: New file. * tst-tls3mod.c: New file.
2003-02-24Update.Ulrich Drepper
* 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-24Update.Ulrich Drepper
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-24Stress test of timed rwlock functions.Ulrich Drepper
2003-02-24* Makefile (nptl-version): Change regexp so case sensitivity is ok.Roland McGrath
2003-02-242003-02-23 Roland McGrath <roland@redhat.com>Roland McGrath
* Makefile (nptl-version): Change regexp so case sensitivity is ok.
2003-02-24Update.Ulrich Drepper
* Makefile (tests): Add tst-context1. * tst-context1.c: New file.
2003-02-24Test *context functions in threads.Ulrich Drepper
2003-02-24* sysdeps/posix/pause.c: New file.Roland McGrath
* sysdeps/unix/common/pause.c: File removed.
2003-02-242003-02-23 Roland McGrath <roland@redhat.com>Roland McGrath
* sysdeps/posix/pause.c: New file. * sysdeps/unix/common/pause.c: File removed.
2003-02-24Update.Ulrich Drepper
* Makefile (tests): Add tst-tls1 and tst-tls2. * tst-tls1.c: New file. * tst-tls2.c: New file.
2003-02-24Update.Ulrich Drepper
* sysdeps/generic/bits/confname.h: Remove #ifs.
2003-02-23Update.Ulrich Drepper
* posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition. * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2003-02-23Update.Ulrich Drepper
2003-02-23 Ulrich Drepper <drepper@redhat.com> * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock element to -1.
2003-02-23Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Shave off 3 more bytes by using offset-less instructions when possible.
2003-02-23Update.Ulrich Drepper
2003-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c: Avoid warning.
2003-02-23Avoid warning.Ulrich Drepper
2003-02-23* resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.Roland McGrath
* resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
2003-02-232003-02-22 Roland McGrath <roland@redhat.com>Roland McGrath
* resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>. * resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
2003-02-22Regenerated from source filesUlrich Drepper
2003-02-22Update.Ulrich Drepper
* catgets/Makefile: Add rules to run test2.msg test. * catgets/test2.msg: New file.
2003-02-22Update.Ulrich Drepper
* catgets/gencat.c (read_input_file): Collision between auto-assigned numbers and user-defined nubmers is not fatal. Handle it. Patch by Michael M. Lampkin <michael.lampkin@ieee.org>. * catgets/gencat.c (main): Return 1 if messages have been printed.
2003-02-22Add dependency for $(objpfx)version.d.Ulrich Drepper
2003-02-22* include/libc-internal.h: Declare __libc_thread_freeres.Roland McGrath
2003-02-22* Makerules: Fix last change to use $($(subdir)-version) when set.Roland McGrath
2003-02-22* Makerules (install-lib-nosubdir): Depend on installedRoland McGrath
libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed regardless of the libfoo.so target's dependencies.
2003-02-22* MakeTAGS (sub-make-vars): New variable, includes generating=t.Roland McGrath
Use that in $(MAKE) calls.
2003-02-222003-02-22 Roland McGrath <roland@redhat.com>Roland McGrath
* MakeTAGS (sub-make-vars): New variable, includes generating=t. Use that in $(MAKE) calls.
2003-02-22Update.Ulrich Drepper
* iconv/iconv_prog.c (main): Unify messages.