aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2003-02-22Update.Ulrich Drepper
2003-02-22 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word when shifting retval. * stdlib/tst-strtod.c (main): Add strtold test case. Reported by Fred J. Tydeman <tydeman@tybor.com>.
2003-02-22(main): Add strtold test case.Ulrich Drepper
2003-02-22* pthread_create.c (start_thread): Call __libc_thread_freeres.Roland McGrath
2003-02-222003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath
* pthread_create.c (start_thread): Call __libc_thread_freeres.
2003-02-22Update.Ulrich Drepper
* Makefile (tests): Add tst-eintr1. (distribute): Add eintr.c. * tst-eintr1.c: New file. * eintr.c: New file.
2003-02-22Test for pthread_create and pthread_koin not returning EINTR.Ulrich Drepper
2003-02-22* malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.Roland McGrath
* sunrpc/rpc_thread.c: Likewise for text_set_element use. (__rpc_thread_destroy): Add it to __libc_subfreeres too. * include/resolv.h: Add libc_hidden_proto for __res_nclose. * resolv/res_init.c (__res_nclose): Add libc_hidden_def. (res_thread_freeres): New function, on __libc_thread_subfreeres and __libc_subfreeres. * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres. * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2003-02-22* malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres.Roland McGrath
* malloc/thread-freeres.c: New file. * malloc/Makefile (aux): Add it. * sunrpc/Versions (GLIBC_PRIVATE): Removed. * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set. * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix. 2003-02-21 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open. * iconvdata/Makefile (tests): Add bug-iconv3 only if [$(have-thread-library) = yes].
2003-02-222003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath
* sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2003-02-22Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2003-02-22Update.Ulrich Drepper
2003-02-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do not chechk for errors (unless testing for 32bit variant). * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2003-02-21Update.Ulrich Drepper
* pthread_cancel.c (pthread_cancel): Use tkill directly. * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Disallow sending SIGCANCEL. tst-kill3, tst-kill4, tst-kill5. * tst-kill1.c: New file. * tst-kill2.c: New file. * tst-kill3.c: New file. * tst-kill5.c: New file. * tst-basic7.c: Renamed to... * tst-kill4.c: ...this.
2003-02-21Update.Ulrich Drepper
2003-02-21 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Remove tst-basic7. Add tst-kill1, tst-kill2, tst-kill3, tst-kill4.
2003-02-21Update.Ulrich Drepper
* sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>: Check for signed overflow, not unsigned. 2003-02-21 Jakub Jelinek <jakub@redhat.com>
2003-02-21Update.Ulrich Drepper
2003-02-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/elf/configure.in: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS): Use -fcall-used-g6, not -fcall-used-g7.
2003-02-21Additional configury for SPARC64/ELF.Ulrich Drepper
2003-02-21Update.Andreas Jaeger
2003-02-21 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default mode. * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not clear whole mxcsr but only exceptions.
2003-02-21* sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default Andreas Jaeger
mode. * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not clear whole mxcsr but only exceptions.
2003-02-21* Makerules: Filter $(install-lib-ldscripts) out of list of targetsRoland McGrath
for libfoo.so that need $(make-link) rules.
2003-02-21Update.Ulrich Drepper
* pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P. * pthread_cancel.c: Use INVALID_TD_P. * pthread_detach.c: Likewise. * pthread_getschedparam.c: Likewise. * pthread_setschedparam.c: Likewise. * sysdeps/pthread/pthread_getcpuclockid.c: Likewise. * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise. * pthread_join.c: Use INVALID_NOT_TERMINATED_TD_P. * pthread_timedjoin.c: Likewise. * tst-basic7.c: Include <signal.h>.
2003-02-21Include <signal.h>.Ulrich Drepper