summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2005-05-30 * man/Makefile (SOURCES): Remove all man pages butJakub Jelinek
pthread_cleanup_push.man, pthread_kill_other_threads_np.man and pthread_mutexattr_setkind_np.man. * man/pthread_cleanup_push.man: Replace (3) with (3p) where man page was not kept. * man/pthread_kill_other_threads_np.man: Likewise. * man/pthread_mutexattr_setkind_np.man: Likewise.
2005-05-242.3.5-9cvs/fedora-glibc-2_3_5-9Jakub Jelinek
2005-05-24Updated to fedora-glibc-20050524T1606Jakub Jelinek
2005-05-232.3.5-8cvs/fedora-glibc-2_3_5-8Jakub Jelinek
2005-05-232005-05-23 Ulrich Drepper <drepper@redhat.com>Jakub Jelinek
* sunrpc/pm_getport.c (__get_socket): New function. (pmap_getport): Use it to open a non-reserved socket to the portmapper for TCP. * include/rpc/pmap_clnt.h (__get_socket): Declare. * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an non-reserved socket for the portmapper. Based on a patch by Steve Dickson <steved@redhat.com>. * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. If we tried looking at the usual range without success extend the range to even lower ports.
2005-05-23First test, then commit...Jakub Jelinek
2005-05-23 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.hJakub Jelinek
[IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local. * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local.
2005-05-23.Jakub Jelinek
2005-05-232.3.5-8Jakub Jelinek
2005-05-232005-05-22 Dmitry V. Levin <ldv@altlinux.org>Jakub Jelinek
[BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
2005-05-23Updated to fedora-glibc-20050523T1354Jakub Jelinek
2005-05-202.3.5-7cvs/fedora-glibc-2_3_5-7Jakub Jelinek
2005-05-20 * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define toJakub Jelinek
size/alignment of struct pthread rather than tcbhead_t. * sysdeps/x86_64/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise. * sysdeps/s390/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise. * sysdeps/sparc/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Likewise.
2005-05-20 [BZ #955]Jakub Jelinek
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters <UFFFF> and above.
2005-05-20Updated to fedora-glibc-20050520T0919Jakub Jelinek
2005-05-042.3.5-6cvs/fedora-glibc-2_3_5-6Jakub Jelinek