| Commit message (Expand) | Author | Age | Files | Lines |
* | * pthread-errnos.sym: Add EOVERFLOW. | Ulrich Drepper | 2008-01-10 | 1 | -6/+30 |
* | [BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051 | Ulrich Drepper | 2007-12-12 | 1 | -2/+2 |
* | [BZ #5465] | Ulrich Drepper | 2007-12-12 | 1 | -0/+2 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait): | Ulrich Drepper | 2007-11-24 | 1 | -38/+21 |
* | [BZ #5240] | Ulrich Drepper | 2007-11-09 | 1 | -2/+4 |
* | * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S | Ulrich Drepper | 2007-09-02 | 1 | -1/+1 |
* | * csu/libc-start.c: Don't handle VDSO_SETUP here. | Ulrich Drepper | 2007-08-20 | 1 | -1/+8 |
* | * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, cvs/fedora-glibc-20070814T0725 cvs/fedora-glibc-20070814T0643 | Ulrich Drepper | 2007-08-14 | 2 | -3/+3 |
* | Include <kernel-features.h>. | Ulrich Drepper | 2007-08-12 | 2 | -0/+4 |
* | * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define. | Ulrich Drepper | 2007-08-11 | 5 | -40/+163 |
* | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper | 2007-08-01 | 19 | -618/+541 |
* | * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned | Ulrich Drepper | 2007-07-28 | 1 | -11/+2 |
* | * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: Fix | Ulrich Drepper | 2007-07-24 | 2 | -2/+2 |
* | * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h | Ulrich Drepper | 2007-07-24 | 1 | -60/+34 |
* | Fix compilation when unconditionally using private futexes. | Ulrich Drepper | 2007-07-23 | 5 | -5/+13 |
* | [BZ #4586] | Ulrich Drepper | 2007-06-08 | 1 | -9/+71 |
* | * pthread_getattr_np.c: No need to install a cancellation handler, | Ulrich Drepper | 2007-05-30 | 2 | -25/+1 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | Ulrich Drepper | 2007-05-30 | 1 | -1/+2 |
* | * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking | Ulrich Drepper | 2007-05-30 | 1 | -10/+0 |
* | * sysdeps/unix/sysv/linux/internaltypes.h: Introduce | Ulrich Drepper | 2007-05-29 | 2 | -11/+11 |
* | * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise. | Ulrich Drepper | 2007-05-27 | 5 | -15/+47 |
* | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 2007-05-27 | 2 | -7/+18 |
* | * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): Tiny | Ulrich Drepper | 2007-05-26 | 1 | -2/+2 |
* | * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier): | Ulrich Drepper | 2007-05-26 | 1 | -2/+4 |
* | * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futex | Ulrich Drepper | 2007-05-26 | 3 | -0/+11 |
* | * semaphoreP.h: Declare __old_sem_init and __old_sem_wait. | Ulrich Drepper | 2007-05-26 | 3 | -58/+404 |
* | * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): | Jakub Jelinek | 2007-05-25 | 1 | -4/+4 |
* | * init.c (__pthread_initialize_minimal_internal): Check whether | Ulrich Drepper | 2007-05-23 | 4 | -19/+64 |
* | * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6 | Ulrich Drepper | 2007-05-15 | 1 | -6/+3 |
* | * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old | Ulrich Drepper | 2007-05-15 | 3 | -35/+8 |
* | * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304 | Ulrich Drepper | 2007-05-10 | 1 | -0/+14 |
* | * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment. cvs/fedora-glibc-20070211T1607 | Ulrich Drepper | 2007-02-10 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to cvs/fedora-glibc-20070117T1043 cvs/fedora-glibc-20070117T0857 | Ulrich Drepper | 2007-01-17 | 1 | -1/+14 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 2007-01-12 | 1 | -1/+1 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 4 | -16/+29 |
* | . | Jakub Jelinek | 2007-07-31 | 4 | -29/+16 |
* | Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue. | Ulrich Drepper | 2007-01-11 | 1 | -6/+22 |
* | * po/sv.po: Update from translation team. | Ulrich Drepper | 2006-10-29 | 1 | -7/+7 |
* | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper | 2006-10-27 | 1 | -2/+8 |
* | [BZ #3352] | Ulrich Drepper | 2006-10-12 | 1 | -3/+0 |
* | [BZ #1006] | Ulrich Drepper | 2006-09-09 | 1 | -2/+2 |
* | [BZ #3123] | Ulrich Drepper | 2006-09-08 | 1 | -2/+8 |
* | 2006-03-04 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2006-09-05 | 3 | -83/+305 |
* | * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255 | Ulrich Drepper | 2006-07-29 | 1 | -0/+3 |
* | 2006-07-28 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2006-07-29 | 1 | -1/+6 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S | Ulrich Drepper | 2006-03-02 | 1 | -0/+2 |
* | * Makefile (subdir-target-args): New variable. | Roland McGrath | 2006-02-28 | 2 | -6/+21 |
* | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 2006-02-17 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel, | Ulrich Drepper | 2006-02-15 | 2 | -0/+288 |
* | * allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650 | Ulrich Drepper | 2006-02-13 | 1 | -3/+16 |