Jakub Jelinek
6ec2d74438
2.3.3-96
cvs/fedora-glibc-2_3_3-96
2004-12-15 21:12:09 +00:00
Jakub Jelinek
203a56c61e
2.3.3-96
2004-12-15 21:09:39 +00:00
Jakub Jelinek
d138a182cc
Updated to fedora-glibc-20041215T2056
2004-12-15 21:07:43 +00:00
Jakub Jelinek
95eb6211a1
2.3.3-95
cvs/fedora-glibc-2_3_3-95
2004-12-15 16:35:59 +00:00
Jakub Jelinek
4739365ace
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
...
not libnsl_hidden_proto.
2004-12-15 16:34:09 +00:00
Jakub Jelinek
1494bc3fa2
Include tls.h.
cvs/fedora-glibc-2_3_3-93
2004-12-15 12:20:47 +00:00
Jakub Jelinek
7b77676c2f
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
...
and restore r2 around call to fn.
2004-12-15 11:35:12 +00:00
Jakub Jelinek
ac4d4092ac
2.3.3-93
2004-12-15 11:13:44 +00:00
Jakub Jelinek
978044a70e
2004-09-08 H.J. Lu <hongjiu.lu@intel.com>
...
* Makeconfig (libunwind): New.
(libgcc_eh): Add $(libunwind).
(gnulib): Always set to -lgcc $(libgcc_eh).
(static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
(libc.so-gnulib): New.
* Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
$(static-gnulib).
* configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
uses -lunwind for static binaries.
* configure: Regenerated.
2004-12-15 11:09:41 +00:00
Jakub Jelinek
14cbd70aa6
* sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support for
...
NPTL where the PID is stored at userlevel and needs to be reset when
CLONE_THREAD is not used.
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
nptl/
* sysdeps/unix/sysv/linux/s390/s390-32/clone.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file.
* sysdeps/s390/tcb-offsets.sym (TID): Add.
2004-12-15 09:53:46 +00:00
Jakub Jelinek
befe97e0d0
Sync from HEAD once again.
2004-12-15 09:35:48 +00:00
Jakub Jelinek
0d60d7de5d
Updated to fedora-glibc-20041215T0847
2004-12-15 09:16:13 +00:00
Jakub Jelinek
1b88b322d4
Updated to fedora-glibc-20041214T1058
cvs/fedora-glibc-2_3_3-92
2004-12-14 11:22:58 +00:00
Jakub Jelinek
d3cfe8dd4e
Remove leading underscore.
2004-12-14 09:23:25 +00:00
Jakub Jelinek
f9626feb2d
Updated to fedora-glibc-20041213T2323
cvs/fedora-glibc-2_3_3-91
2004-12-13 23:32:37 +00:00
Jakub Jelinek
e797f2e35c
* posix/getconf.c (main): Skip over initial underscore in
...
$libexecdir/getconf/default symlink target.
cvs/fedora-glibc-2_3_3-90
2004-12-10 08:57:56 +00:00
Jakub Jelinek
f2b016bfc9
Updated to fedora-glibc-20041210T0634
2004-12-10 06:50:32 +00:00
Jakub Jelinek
0e7f328d08
add __NR_waitid defines for alpha and ia64
2004-12-08 21:07:44 +00:00
Jakub Jelinek
fd74fc86fd
* elf/ldd.bash.in: For -u, set bind_now=yes.
...
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.
cvs/fedora-glibc-2_3_3-89
2004-12-08 10:57:20 +00:00
Jakub Jelinek
ff4eb01a42
Updated to fedora-glibc-20041208T1024
2004-12-08 10:52:16 +00:00
Jakub Jelinek
2f533068b9
2.3.3-88
cvs/fedora-glibc-2_3_3-88
2004-12-07 16:20:56 +00:00
Jakub Jelinek
94db648424
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
...
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.
2004-12-07 14:20:59 +00:00
Jakub Jelinek
37756a8389
Updated to fedora-glibc-20041207T1331
2004-12-07 14:01:11 +00:00
Jakub Jelinek
3b1744f208
2.3.3-87
cvs/fedora-glibc-2_3_3-87
2004-12-03 11:32:58 +00:00
Jakub Jelinek
53bfe35486
* posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
...
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.
2004-12-03 11:20:54 +00:00
Jakub Jelinek
d5321ea34d
* libio/Makefile (tests): Add bug-ungetc4.
...
* libio/bug-ungetc4.c: New test.
2004-12-03 11:14:41 +00:00
Jakub Jelinek
2a561bf1e1
Updated to fedora-glibc-20041203T0935
2004-12-03 10:17:07 +00:00
Jakub Jelinek
aa8a3b59b1
2.3.3-86
cvs/fedora-glibc-2_3_3-86
2004-11-30 07:01:14 +00:00
Jakub Jelinek
c1f8ef75d3
Updated to fedora-glibc-20041130T0624
2004-11-30 06:33:11 +00:00
Jakub Jelinek
f94203900a
Updated to fedora-glibc-20041126T1318
cvs/fedora-glibc-2_3_3-85
2004-11-26 13:48:49 +00:00
Jakub Jelinek
945a6124b6
Updated to fedora-glibc-20041124T0741
cvs/fedora-glibc-2_3_3-84
2004-11-24 08:05:15 +00:00
Jakub Jelinek
06bc2b63c8
2.3.3-83
cvs/fedora-glibc-2_3_3-83
2004-11-21 11:42:23 +00:00
Jakub Jelinek
b640e88eff
2004-11-20 Jakub Jelinek <jakub@redhat.com>
...
* 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).
2004-11-21 11:42:09 +00:00
Jakub Jelinek
f2fad0ae26
Updated to fedora-glibc-20041121T1116
2004-11-21 11:37:07 +00:00
Jakub Jelinek
8a2f63b734
* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
...
* pthread_cancel.c (pthread_create): Likewise.
cvs/fedora-glibc-2_3_3-82
2004-11-20 09:58:35 +00:00
Jakub Jelinek
7894035e1c
Updated to fedora-glibc-20041120T0949
2004-11-20 09:56:34 +00:00
Jakub Jelinek
cc579e4358
2.3.3-81
cvs/fedora-glibc-2_3_3-81
2004-11-19 06:39:35 +00:00
Jakub Jelinek
802ea9dccd
chunksize(x) => x->size
2004-11-19 06:38:37 +00:00
Jakub Jelinek
788b3f7f39
2.3.3-80
cvs/fedora-glibc-2_3_3-80
2004-11-19 00:25:07 +00:00
Jakub Jelinek
5a312412f2
Another version of the free checks.
2004-11-19 00:20:40 +00:00
Jakub Jelinek
3115c839ed
Updated to fedora-glibc-20041119T0003
2004-11-19 00:18:13 +00:00
Jakub Jelinek
1b7007d267
2.3.3-79
cvs/fedora-glibc-2_3_3-79
2004-11-16 09:37:16 +00:00
Jakub Jelinek
1c1465a4f7
Updated to fedora-glibc-20041116T0856
2004-11-16 09:11:27 +00:00
Jakub Jelinek
4e2e518f6a
MINSIZE => 2 * SIZE_SZ
2004-11-16 08:55:38 +00:00
Jakub Jelinek
8c508c82e7
Restore change unintentionally killed during merge.
2004-11-15 13:15:02 +00:00
Jakub Jelinek
19e033b5ff
2.3.3-78
cvs/fedora-glibc-2_3_3-78
2004-11-15 09:55:50 +00:00
Jakub Jelinek
a52ef8e416
* malloc/malloc.c (_int_free): Further free () protection checks.
2004-11-15 09:49:06 +00:00
Jakub Jelinek
b3c20a361d
Updated to fedora-glibc-20041115T0915
2004-11-15 09:47:23 +00:00
Jakub Jelinek
87ffc9aca1
* sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h.
...
* 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.
cvs/fedora-glibc-2_3_3-77
2004-11-12 21:17:32 +00:00
Jakub Jelinek
8899fb784a
* debug/chk_fail.c: Include errno.h and string.h.
...
(__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.
2004-11-12 16:57:17 +00:00