about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20041213T2323 cvs/fedora-glibc-2_3_3-91Jakub Jelinek2004-12-1314-64/+135
|
* * posix/getconf.c (main): Skip over initial underscore in cvs/fedora-glibc-2_3_3-90Jakub Jelinek2004-12-102-3/+10
| | | | $libexecdir/getconf/default symlink target.
* Updated to fedora-glibc-20041210T0634Jakub Jelinek2004-12-1011-154/+259
|
* add __NR_waitid defines for alpha and ia64Jakub Jelinek2004-12-081-0/+8
|
* * elf/ldd.bash.in: For -u, set bind_now=yes. cvs/fedora-glibc-2_3_3-89Jakub Jelinek2004-12-083-7/+20
| | | | | | | | If eval $add_env '"$file"' exits with exitcode 5, retry with eval $add_env \${RTLD} '"$file"'. Remove | cat usage, it breaks exit code propagation. * elf/rtld.c (process_envvars): If __libc_enable_secure and mode != normal, exit with exitcode 5.
* Updated to fedora-glibc-20041208T1024Jakub Jelinek2004-12-089-13/+113
|
* 2.3.3-88 cvs/fedora-glibc-2_3_3-88Jakub Jelinek2004-12-071-1/+2
|
* * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support forJakub Jelinek2004-12-078-3/+51
| | | | | | | | | | | | | NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. nptl/ * sysdeps/ia64/tcb-offsets.sym (TID): Add. * sysdeps/unix/sysv/linux/ia64/clone2.S: New file. * Makefile (tests): Add tst-getpid2.c. * tst-getpid1.c (TEST_CLONE_FLAGS): Define. (do_test): Use it. Use __clone2 instead of clone on ia64. * tst-getpid2.c: New test.
* Updated to fedora-glibc-20041207T1331Jakub Jelinek2004-12-0741-224/+457
|
* 2.3.3-87 cvs/fedora-glibc-2_3_3-87Jakub Jelinek2004-12-031-1/+11
|
* * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0Jakub Jelinek2004-12-0321-1185/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditionals instead of defined _POSIX_CPUTIME. (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 conditionals instead of defined _POSIX_CPUTIME. (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding _SC_ argument. nptl/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed. linuxthreads/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
* * libio/Makefile (tests): Add bug-ungetc4.Jakub Jelinek2004-12-033-1/+122
| | | | * libio/bug-ungetc4.c: New test.
* Updated to fedora-glibc-20041203T0935Jakub Jelinek2004-12-0313-36/+135
|
* 2.3.3-86 cvs/fedora-glibc-2_3_3-86Jakub Jelinek2004-11-305-14/+29
|
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-3028-122/+454
|
* Updated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85Jakub Jelinek2004-11-2637-123/+1140
|
* Updated to fedora-glibc-20041124T0741 cvs/fedora-glibc-2_3_3-84Jakub Jelinek2004-11-2450-167/+347
|
* 2.3.3-83 cvs/fedora-glibc-2_3_3-83Jakub Jelinek2004-11-212-1/+34
|
* 2004-11-20 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2004-11-219-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/ieee754/k_standard.c: Document code 50. (__kernel_standard) <case 50>: Avoid raising div-by-zero exception again. 2004-11-19 H.J. Lu <hongjiu.lu@intel.com> [BZ #552] * math/libm-test.inc (tgamma_test): Update tgamma (0) and tgamma (-0). * sysdeps/generic/w_tgamma.c (__tgamma): Properly handle |x| == 0. * sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise. * sysdeps/generic/w_tgammal.c (__tgammal): Likewise. * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise. * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise. * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise. * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise. * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle tgamma (0) and tgamma (-0).
* Updated to fedora-glibc-20041121T1116Jakub Jelinek2004-11-216-38/+174
|
* * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE. cvs/fedora-glibc-2_3_3-82Jakub Jelinek2004-11-203-1/+7
| | | | * pthread_cancel.c (pthread_create): Likewise.
* Updated to fedora-glibc-20041120T0949Jakub Jelinek2004-11-2014-32/+132
|
* 2.3.3-81 cvs/fedora-glibc-2_3_3-81Jakub Jelinek2004-11-191-1/+4
|
* chunksize(x) => x->sizeJakub Jelinek2004-11-191-2/+2
|
* 2.3.3-80 cvs/fedora-glibc-2_3_3-80Jakub Jelinek2004-11-191-1/+12
|
* Another version of the free checks.Jakub Jelinek2004-11-191-2/+7
|
* Updated to fedora-glibc-20041119T0003Jakub Jelinek2004-11-1923-26/+488
|
* 2.3.3-79 cvs/fedora-glibc-2_3_3-79Jakub Jelinek2004-11-161-4/+9
|
* Updated to fedora-glibc-20041116T0856Jakub Jelinek2004-11-167-19/+34
|
* MINSIZE => 2 * SIZE_SZJakub Jelinek2004-11-161-1/+2
|
* Restore change unintentionally killed during merge.Jakub Jelinek2004-11-151-2/+2
|
* 2.3.3-78 cvs/fedora-glibc-2_3_3-78Jakub Jelinek2004-11-151-0/+1
|
* * malloc/malloc.c (_int_free): Further free () protection checks.Jakub Jelinek2004-11-151-0/+8
|
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-1514-286/+501
|
* * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h. cvs/fedora-glibc-2_3_3-77Jakub Jelinek2004-11-127-0/+15
| | | | | | | | * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
* * debug/chk_fail.c: Include errno.h and string.h.Jakub Jelinek2004-11-124-16/+41
| | | | | | | | | | (__chk_fail): Write a short message to stderr. * debug/tst-chk1.c: Include fcntl.h. (do_test): Redirect stderr to /dev/null. * debug/test-strcpy_chk.c: Include fcntl.h. (test_main): Redirect stderr to /dev/null. (do_one_test, do_random_tests): Use printf instead of error.
* Updated to fedora-glibc-20041112T1640Jakub Jelinek2004-11-1245-801/+1862
|
* 2.3.3-76 cvs/fedora-glibc-2_3_3-76Jakub Jelinek2004-11-105-6/+32
|
* Updated to fedora-glibc-20041110T0839Jakub Jelinek2004-11-1043-419/+1054
|
* Include errno.h. cvs/fedora-glibc-2_3_3-75Jakub Jelinek2004-11-021-0/+1
|
* 2.3.3-75Jakub Jelinek2004-11-021-1/+8
|
* * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red HatJakub Jelinek2004-11-024-7/+32
| | | | | | | | | GCC 3.4.x-RH >= 3.4.2-8. * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of __{,v}{,f}printf_chk. * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not being able to recognize subobjects.
* * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]Jakub Jelinek2004-11-026-5/+60
| | | | | | | | | | | | | | | (elf_fpxregset_t): New type. (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type to unsigned short int. * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct user_fpregs_struct): Fix comment. * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double. * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h. (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to long double. * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h. (fenv_t): Remove __mxcsr field for -m32.
* Updated to fedora-glibc-20041102T1153Jakub Jelinek2004-11-02782-26865/+2095
|
* 2.3.3-74 cvs/fedora-glibc-2_3_3-74Jakub Jelinek2004-10-2715-85/+463
|
* 2.3.3-74Jakub Jelinek2004-10-271-0/+30
|
* Back out errlist changes for now too. cvs/fedora-glibc-2_3_3-73Jakub Jelinek2004-10-217-91/+6
|
* Temporarily remove setaltroot and key*Jakub Jelinek2004-10-212-4/+4
|
* Updated to fedora-glibc-20041021T0701 cvs/fedora-glibc-2_3_3-72Jakub Jelinek2004-10-214-50/+65
|
* (update): Fix botch of *-sync-* vars to be updated.Roland McGrath2004-10-211-3/+3
|