about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* 2.3.3-71 cvs/fedora-glibc-2_3_3-71Jakub Jelinek2004-10-201-0/+1
|
* Update.Jakub Jelinek2004-10-202-3/+47
|
* Updated to fedora-glibc-20041020T1016Jakub Jelinek2004-10-202-1/+9
|
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-2022-41/+281
|
* Updated to fedora-glibc-20041018T0940 cvs/fedora-glibc-2_3_3-70Jakub Jelinek2004-10-1830-63/+838
|
* First steps toward 2.3.3-70Jakub Jelinek2004-10-181-2/+26
|
* * include/features.h (__USE_FORTIFY_LEVEL): Enable even withJakub Jelinek2004-10-182-1/+8
| | | | Red Hat gcc4 4.0.0 and above.
* * malloc/arena.c (ptmalloc_init): Don't use brk if dlopened cvs/fedora-glibc-2_3_3-69Jakub Jelinek2004-10-182-2/+14
| | | | | from statically linked program and avoid calling _dl_addr in that case.
* Fix a typo, add force-tagJakub Jelinek2004-10-181-1/+4
|
* * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checkingJakub Jelinek2004-10-182-4/+31
| | | | destlen only every 4 bytes.
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-18109-131/+3731
|
* Add to fedora-branch as well.Jakub Jelinek2004-10-152-0/+2
|
* Add dist-import, dist-build targets.Roland McGrath2004-10-151-8/+49
|
* 2.3.3-68 cvs/fedora-glibc-2_3_3-68Jakub Jelinek2004-10-144-34/+37
|
* 2.3.3-68Jakub Jelinek2004-10-149-37/+50
|
* Updated to fedora-glibc-20041014T0548Jakub Jelinek2004-10-1443-565/+1341
|
* Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67Jakub Jelinek2004-10-1258-205/+565
|
* 2.3.3-66 cvs/fedora-glibc-2_3_3-66Jakub Jelinek2004-10-061-0/+3
|
* * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h insteadJakub Jelinek2004-10-063-5/+7
| | | | | of pthread-functions.h and pthreaddef.h. * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
* * sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.Jakub Jelinek2004-10-062-4/+15
| | | | | (JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from CFA.