Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-08 | Updated to fedora-glibc-20050708T0811 | Jakub Jelinek | |
2005-06-27 | 2.3.90-1cvs/fedora-glibc-2_3_90-1 | Jakub Jelinek | |
2005-06-27 | Updated to fedora-glibc-20050627T0850 | Jakub Jelinek | |
2005-06-20 | Updated to fedora-glibc-20050620T1530 | Jakub Jelinek | |
2005-05-24 | Updated to fedora-glibc-20050524T1606 | Jakub Jelinek | |
2005-05-23 | First test, then commit... | Jakub Jelinek | |
2005-05-23 | * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h | Jakub 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 | Updated to fedora-glibc-20050523T1354 | Jakub Jelinek | |
2005-05-20 | * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define to | Jakub 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 | Updated to fedora-glibc-20050520T0919 | Jakub Jelinek | |
2005-05-04 | Updated to fedora-glibc-20050504T0728 | Jakub Jelinek | |
2005-04-27 | Updated to fedora-glibc-20050427T1912 | Jakub Jelinek | |
2005-04-27 | Updated to fedora-glibc-20050427T1043 | Jakub Jelinek | |
2005-04-15 | Updated to fedora-glibc-20050415T0909cvs/fedora-glibc-2_3_5-1 | Roland McGrath | |
2005-04-05 | * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use | Jakub Jelinek | |
__inline instead of inline. * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise. | |||
2005-04-01 | Updated to fedora-glibc-20050401T1444 | Jakub Jelinek | |
2005-03-24 | Updated to fedora-glibc-20050324T0715cvs/fedora-glibc-2_3_4-17 | Jakub Jelinek | |
2005-03-19 | Updated to fedora-glibc-20050319T1907cvs/fedora-glibc-2_3_4-15 | Jakub Jelinek | |
2005-03-03 | Updated to fedora-glibc-20050302T1820 | Jakub Jelinek | |
2005-02-08 | Updated to fedora-glibc-20050208T0948cvs/fedora-glibc-2_3_4-6 | Jakub Jelinek | |
2005-01-06 | Updated to fedora-glibc-20050106T1443 | Jakub Jelinek | |
2004-12-18 | Updated to fedora-glibc-20041218T2312cvs/fedora-glibc-2_3_3-99 | Jakub Jelinek | |
2004-12-18 | * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed.cvs/fedora-glibc-2_3_3-98 | Jakub Jelinek | |
2004-12-18 | Updated to fedora-glibc-20041218T1131 | Jakub Jelinek | |
2004-12-17 | Updated to fedora-glibc-20041217T0906cvs/fedora-glibc-2_3_3-97 | Jakub Jelinek | |
2004-12-15 | Updated to fedora-glibc-20041215T2056 | Jakub Jelinek | |
2004-12-15 | * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support for | Jakub Jelinek | |
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 | Updated to fedora-glibc-20041215T0847 | Jakub Jelinek | |
2004-12-10 | Updated to fedora-glibc-20041210T0634 | Jakub Jelinek | |
2004-12-08 | Updated to fedora-glibc-20041208T1024 | Jakub Jelinek | |
2004-12-07 | 2.3.3-88cvs/fedora-glibc-2_3_3-88 | Jakub Jelinek | |
2004-12-07 | * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for | Jakub Jelinek | |
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 | Updated to fedora-glibc-20041207T1331 | Jakub Jelinek | |
2004-12-03 | * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 | Jakub Jelinek | |
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 | Updated to fedora-glibc-20041203T0935 | Jakub Jelinek | |
2004-11-30 | Updated to fedora-glibc-20041130T0624 | Jakub Jelinek | |
2004-11-26 | Updated to fedora-glibc-20041126T1318cvs/fedora-glibc-2_3_3-85 | Jakub Jelinek | |
2004-11-20 | * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.cvs/fedora-glibc-2_3_3-82 | Jakub Jelinek | |
* pthread_cancel.c (pthread_create): Likewise. | |||
2004-11-20 | Updated to fedora-glibc-20041120T0949 | Jakub Jelinek | |
2004-11-19 | Updated to fedora-glibc-20041119T0003 | Jakub Jelinek | |
2004-11-12 | Updated to fedora-glibc-20041112T1640 | Jakub Jelinek | |
2004-11-10 | Updated to fedora-glibc-20041110T0839 | Jakub Jelinek | |
2004-11-02 | Include errno.h.cvs/fedora-glibc-2_3_3-75 | Jakub Jelinek | |
2004-11-02 | Updated to fedora-glibc-20041102T1153 | Jakub Jelinek | |
2004-10-18 | Updated to fedora-glibc-20041018T0940 | Jakub Jelinek | |
2004-10-12 | Updated to fedora-glibc-20041012T1128cvs/fedora-glibc-2_3_3-67 | Jakub Jelinek | |
2004-10-06 | * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h instead | Jakub Jelinek | |
of pthread-functions.h and pthreaddef.h. * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise. | |||
2004-10-06 | * sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h. | Jakub Jelinek | |
(JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from CFA. | |||
2004-10-06 | Updated to fedora-glibc-20041006T0900 | Jakub Jelinek | |
2004-10-05 | 2.3.3-65cvs/fedora-glibc-2_3_3-65 | Jakub Jelinek | |