about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20060213T0650Jakub Jelinek2006-02-134-13/+53
|
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-306-61/+49
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-097-9/+14
|
* Updated to fedora-glibc-20060106T2148Jakub Jelinek2006-01-065-27/+27
|
* Updated to fedora-glibc-20060106T0916 cvs/fedora-glibc-2_3_90-28Jakub Jelinek2006-01-064-22/+49
|
* Updated to fedora-glibc-20060104T0754 cvs/fedora-glibc-2_3_90-26Jakub Jelinek2006-01-0416-12/+680
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-023-104/+47
|
* iMerge some more.Jakub Jelinek2005-12-276-18/+55
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-276-13/+26
|
* Updated to fedora-glibc-20051220T1028Jakub Jelinek2005-12-201-1/+4
|
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-193-5/+10
|
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-153-99/+2
|
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-201-7/+20
|
* Updated to fedora-glibc-20050912T0656Jakub Jelinek2005-09-121-3/+3
|
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,Jakub Jelinek2005-08-297-14/+140
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Updated to fedora-glibc-20050824T0705Jakub Jelinek2005-08-241-7/+9
|
* Updated to fedora-glibc-20050721T0814Jakub Jelinek2005-07-211-3/+4
|
* Updated to fedora-glibc-20050708T0811Jakub Jelinek2005-07-081-2/+2
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-201-0/+17
|
* First test, then commit...Jakub Jelinek2005-05-231-2/+2
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.hJakub Jelinek2005-05-231-3/+3
| | | | | | | | | [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.
* Updated to fedora-glibc-20050523T1354Jakub Jelinek2005-05-231-6/+6
|
* Updated to fedora-glibc-20050520T0919Jakub Jelinek2005-05-201-1/+1
|
* Updated to fedora-glibc-20050504T0728Jakub Jelinek2005-05-041-261/+21
|
* Updated to fedora-glibc-20050427T1912Jakub Jelinek2005-04-271-3/+3
|
* Updated to fedora-glibc-20050427T1043Jakub Jelinek2005-04-272-3/+121
|
* Updated to fedora-glibc-20050415T0909 cvs/fedora-glibc-2_3_5-1Roland McGrath2005-04-151-0/+2
|
* Updated to fedora-glibc-20050401T1444Jakub Jelinek2005-04-0126-110/+974
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-084-12/+32
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed. cvs/fedora-glibc-2_3_3-98Jakub Jelinek2004-12-181-89/+0
|
* Updated to fedora-glibc-20041218T1131Jakub Jelinek2004-12-181-0/+2
|
* Updated to fedora-glibc-20041217T0906 cvs/fedora-glibc-2_3_3-97Jakub Jelinek2004-12-172-0/+91
|
* * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support forJakub Jelinek2004-12-152-0/+4
| | | | | | | | | | 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.
* Updated to fedora-glibc-20041215T0847Jakub Jelinek2004-12-152-0/+6
|
* Updated to fedora-glibc-20041208T1024Jakub Jelinek2004-12-081-0/+2
|
* * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support forJakub Jelinek2004-12-071-0/+2
| | | | | | | | | | | | | 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.
* Updated to fedora-glibc-20041207T1331Jakub Jelinek2004-12-072-0/+4
|
* * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0Jakub Jelinek2004-12-034-534/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-304-0/+60
|
* Updated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85Jakub Jelinek2004-11-264-0/+64
|
* Updated to fedora-glibc-20041119T0003Jakub Jelinek2004-11-191-1/+4
|
* Include errno.h. cvs/fedora-glibc-2_3_3-75Jakub Jelinek2004-11-021-0/+1
|
* Updated to fedora-glibc-20041102T1153Jakub Jelinek2004-11-024-12/+70
|
* Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67Jakub Jelinek2004-10-121-1/+1
|
* * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h insteadJakub Jelinek2004-10-062-5/+3
| | | | | of pthread-functions.h and pthreaddef.h. * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
* Updated to fedora-glibc-20041006T0900Jakub Jelinek2004-10-061-2/+2
|
* Updated to fedora-glibc-20041005T0745Jakub Jelinek2004-10-052-4/+4
|
* Updated to fedora-glibc-20041001T2134 cvs/fedora-glibc-2_3_3-63Jakub Jelinek2004-10-011-1/+1
|
* Updated to fedora-glibc-20041001T1134 cvs/fedora-glibc-2_3_3-62Jakub Jelinek2004-10-012-9/+18
|
* Updated to fedora-glibc-20040929T0821Jakub Jelinek2004-09-299-34/+35
|