about summary refs log tree commit diff
path: root/nptl/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper2007-08-126-14/+50
* Include <kernel-features.h>.Ulrich Drepper2007-08-122-0/+4
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-1112-72/+204
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek2007-08-051-20/+3
* * sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: Jakub Jelinek2007-08-042-63/+0
* * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper2007-08-0319-413/+581
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-0161-1824/+1742
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper2007-08-013-9/+9
* (__lll_private_flag): Define. (lll_futex_timed_wait, lll_futex_wake): Use it....Jakub Jelinek2007-07-291-74/+31
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-2815-208/+257
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-242-2/+2
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper2007-07-242-126/+73
* * pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHAREDUlrich Drepper2007-07-233-19/+80
* Fix compilation when unconditionally using private futexes.Ulrich Drepper2007-07-235-5/+13
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-109/+0
* * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S:Ulrich Drepper2007-06-1716-200/+748
* [BZ #4586]Ulrich Drepper2007-06-0813-59/+197
* * pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper2007-05-3013-132/+11
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.SUlrich Drepper2007-05-301-1/+2
* * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper2007-05-303-21/+1
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-296-28/+30
* * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't defineUlrich Drepper2007-05-281-0/+1
* * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper2007-05-285-34/+26
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper2007-05-2710-29/+117
* * init.c: Make it compile with older kernel headers.Ulrich Drepper2007-05-276-13/+34
* * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper2007-05-261-2/+2
* * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper2007-05-262-10/+1
* * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper2007-05-264-4/+15
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper2007-05-266-7/+29
* * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper2007-05-2612-178/+1002
* * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek2007-05-252-9/+10
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-238-31/+131
* * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper2007-05-211-6/+0
* [BZ #4525]Ulrich Drepper2007-05-211-2/+2
* [BZ #4514]Ulrich Drepper2007-05-211-2/+2
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+7
* Dummy files to prevent stub versions from being used.Ulrich Drepper2007-05-171-4/+1
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-155-35/+22
* * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper2007-05-157-54/+37
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-102-1/+21
* * sysdeps/unix/sysv/linux/lowlevelrobustlock.cUlrich Drepper2007-05-071-3/+19
* [BZ #4306]Ulrich Drepper2007-04-281-7/+6
* * sysdeps/powerpc/bits/atomic.hUlrich Drepper2007-03-261-3/+2
* * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two Richard Henderson2007-03-131-1/+3
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper2007-02-251-3/+6
* * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment. cvs/fedora-glibc-20070211T1607Ulrich Drepper2007-02-101-1/+1
* * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to cvs/fedora-glibc-20070117T1043 cvs/fedora-glibc-20070117T0857Ulrich Drepper2007-01-171-1/+14
* * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy theUlrich Drepper2007-01-173-22/+40
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2007-01-121-1/+1
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1127-72/+211