about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-281-11/+2
* * 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-241-60/+34
* Fix compilation when unconditionally using private futexes.Ulrich Drepper2007-07-235-5/+13
* [BZ #4586]Ulrich Drepper2007-06-081-9/+71
* * pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper2007-05-302-25/+1
* * 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-301-10/+0
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-292-11/+11
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper2007-05-275-15/+47
* * init.c: Make it compile with older kernel headers.Ulrich Drepper2007-05-272-7/+18
* * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper2007-05-261-2/+2
* * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper2007-05-261-2/+4
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper2007-05-263-0/+11
* * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper2007-05-263-58/+404
* * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek2007-05-251-4/+4
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-234-19/+64
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-6/+3
* * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper2007-05-153-35/+8
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-101-0/+14
* * 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/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-114-16/+29
* .Jakub Jelinek2007-07-314-29/+16
* Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue.Ulrich Drepper2007-01-111-6/+22
* * po/sv.po: Update from translation team.Ulrich Drepper2006-10-291-7/+7
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-2/+8
* [BZ #3352]Ulrich Drepper2006-10-121-3/+0
* [BZ #1006]Ulrich Drepper2006-09-091-2/+2
* [BZ #3123]Ulrich Drepper2006-09-081-2/+8
* 2006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-09-053-83/+305
* * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255Ulrich Drepper2006-07-291-0/+3
* 2006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-07-291-1/+6
* * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.SUlrich Drepper2006-03-021-0/+2
* * Makefile (subdir-target-args): New variable.Roland McGrath2006-02-282-6/+21
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2006-02-171-1/+1
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-152-0/+288
* * allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650Ulrich Drepper2006-02-131-3/+16
* 2006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-091-1/+1
* * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper2006-01-061-6/+6
* * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper2006-01-061-5/+20
* * Versions.def: Add GLIBC_2.4 for libpthread. cvs/fedora-glibc-20051227T1426Ulrich Drepper2005-12-271-3/+12
* * scripts/check-local-headers.sh: New file.Ulrich Drepper2005-11-241-1/+6
* [BZ #721]Roland McGrath2005-10-241-2/+1
* [BZ #982]Ulrich Drepper2005-10-141-7/+20
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,Ulrich Drepper2005-09-081-2/+25
* * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionallyUlrich Drepper2005-03-3116-110/+155
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-2222-858/+189
* 2.5-18.1Jakub Jelinek2007-07-1222-189/+858