summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-152.3.90-16cvs/fedora-glibc-2_3_90-16Jakub Jelinek
2005-11-152.3.90-16Jakub Jelinek
2005-11-15Updated to fedora-glibc-20051115T0809Jakub Jelinek
2005-10-202.3.90-15cvs/fedora-glibc-2_3_90-15Jakub Jelinek
2005-10-20Updated to fedora-glibc-20051020T0651Jakub Jelinek
2005-10-102.3.90-14cvs/fedora-glibc-2_3_90-14Jakub Jelinek
2005-10-10Updated to fedora-glibc-20051010T1417Jakub Jelinek
2005-10-03 * allocatestack.c (setxid_signal_thread): Addcvs/fedora-glibc-2_3_90-13Jakub Jelinek
INTERNAL_SYSCALL_DECL (err).
2005-10-032.3.90-13Jakub Jelinek
2005-10-03 * nscd/selinux.c (audit_init): Print error string in the failureJakub Jelinek
message.
2005-10-03Updated to fedora-glibc-20051003T2040Jakub Jelinek
2005-09-122.3.90-12cvs/fedora-glibc-2_3_90-12Jakub Jelinek
2005-09-122.3.90-12Jakub Jelinek
2005-09-122.3.90-12Jakub Jelinek
2005-09-12 * malloc.c (struct malloc_chunk): Fix comment typo.Jakub Jelinek
(public_cALLOc): For mmapped chunks and perturb_byte != 0, don't clear SIZE_SZ bytes more than should be cleared.
2005-09-12Updated to fedora-glibc-20050912T0656Jakub Jelinek
2005-08-292.3.90-11cvs/fedora-glibc-2_3_90-11Jakub Jelinek
2005-08-29 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,Jakub Jelinek
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unlock): Define. * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unlock): Define. * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unlock): Define. * sysdeps/unix/sysv/linux/s390/lowlevellock.h (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unlock): Define. * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unlock): Define. * sysdeps/pthread/pthread_cond_signal.c (__pthread_cond_signal): Use lll_futex_wake_unlock. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (__pthread_cond_signal): Use FUTEX_WAKE_OP. * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (__pthread_cond_signal): Use FUTEX_WAKE_OP.
2005-08-29Updated to fedora-glibc-20050829T1854Jakub Jelinek
2005-08-242.3.90-10cvs/fedora-glibc-2_3_90-10Jakub Jelinek
2005-08-24Updated to fedora-glibc-20050824T0705Jakub Jelinek
2005-08-222.3.90-9cvs/fedora-glibc-2_3_90-9Jakub Jelinek
2005-08-22Updated to fedora-glibc-20050822T0727Jakub Jelinek
2005-08-082.3.90-8cvs/fedora-glibc-2_3_90-8Jakub Jelinek
2005-08-08Updated to fedora-glibc-20050808T2126Jakub Jelinek
2005-08-08 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):Jakub Jelinek
Shift marked &errno down on big-endian instead of up. * elf/tst-stackguard1.c (do_test): Fix a typo. nptl/ * tst-stackguard1.c (do_test): Likewise.
2005-07-292.3.90-7cvs/fedora-glibc-2_3_90-7Jakub Jelinek
2005-07-29 * sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,Jakub Jelinek
endian.h. (_dl_setup_stack_chk_guard): Even without --enable-stackguard-randomization attempt to do some guard randomization using hp-timing (if available) and kernel stack and mmap randomization. * elf/tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough. nptl/ * tst-stackguard1.c (do_test): Don't fail if the poor man's randomization doesn't work well enough.
2005-07-29Updated to fedora-glibc-20050729T1531Jakub Jelinek
2005-07-252.3.90-6cvs/fedora-glibc-2_3_90-6Jakub Jelinek
2005-07-25Updated to fedora-glibc-20050725T0627Jakub Jelinek
2005-07-222.3.90-5cvs/fedora-glibc-2_3_90-5Jakub Jelinek
2005-07-22 * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): UseJakub Jelinek
__gnuc_va_list rather than _G_va_list.
2005-07-22Mini merge from HEAD.Jakub Jelinek
2005-07-222.3.90-4cvs/fedora-glibc-2_3_90-4Jakub Jelinek
2005-07-22Updated to fedora-glibc-20050722T0433Roland McGrath
2005-07-212.3.90-3cvs/fedora-glibc-2_3_90-3Jakub Jelinek
2005-07-21 * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Jakub Jelinek
* debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument.
2005-07-21Updated to fedora-glibc-20050721T0814Jakub Jelinek
2005-07-082.3.90-2cvs/fedora-glibc-2_3_90-2Jakub Jelinek
2005-07-082.3.90-2Jakub Jelinek
2005-07-082.3.90-2Jakub Jelinek
2005-07-08Also remove.Jakub Jelinek
2005-07-08Updated to fedora-glibc-20050708T0811Jakub Jelinek
2005-06-272.3.90-1cvs/fedora-glibc-2_3_90-1Jakub Jelinek
2005-06-27Updated to fedora-glibc-20050627T0850Jakub Jelinek
2005-06-202.3.5-11cvs/fedora-glibc-2_3_5-11Jakub Jelinek
2005-06-20Updated to fedora-glibc-20050620T1530Jakub Jelinek
2005-05-302.3.5-10cvs/fedora-glibc-2_3_5-10Jakub Jelinek
2005-05-30 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): IfJakub Jelinek
GLRO(dl_osversion) has been already set to a value smaller than _dl_discover_osversion (), don't overwrite it here.