Age | Commit message (Expand) | Author | Files | Lines |
2007-08-14 | * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, | Ulrich Drepper | 10 | -73/+354 |
2007-08-13 | * sysdeps/unix/sysv/linux/i386/i786/Implies: New file. | Ulrich Drepper | 1 | -0/+2 |
2007-08-13 | * nscd/servicescache.c: Include kernel-features.h. | Ulrich Drepper | 6 | -0/+6 |
2007-08-01 | * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): | Ulrich Drepper | 19 | -645/+614 |
2007-08-01 | * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S | Ulrich Drepper | 3 | -9/+9 |
2007-07-29 | (__lll_private_flag): Define. (lll_futex_timed_wait, lll_futex_wake): Use it.... | Jakub Jelinek | 1 | -74/+31 |
2007-06-08 | [BZ #4586] | Ulrich Drepper | 1 | -21/+74 |
2007-05-30 | * pthread_getattr_np.c: No need to install a cancellation handler, | Ulrich Drepper | 2 | -30/+0 |
2007-05-30 | * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Checking | Ulrich Drepper | 1 | -10/+0 |
2007-05-29 | * sysdeps/unix/sysv/linux/internaltypes.h: Introduce | Ulrich Drepper | 2 | -13/+13 |
2007-05-28 | * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicit | Ulrich Drepper | 5 | -34/+26 |
2007-05-27 | * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise. | Ulrich Drepper | 5 | -14/+70 |
2007-05-27 | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 1 | -2/+5 |
2007-05-26 | * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier): | Ulrich Drepper | 1 | -2/+9 |
2007-05-26 | * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futex | Ulrich Drepper | 3 | -7/+18 |
2007-05-26 | * semaphoreP.h: Declare __old_sem_init and __old_sem_wait. | Ulrich Drepper | 3 | -84/+448 |
2007-05-25 | * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): | Jakub Jelinek | 1 | -5/+6 |
2007-05-23 | * init.c (__pthread_initialize_minimal_internal): Check whether | Ulrich Drepper | 4 | -12/+67 |
2007-05-15 | * version.h (VERSION): Define to 6. | Ulrich Drepper | 1 | -5/+2 |
2007-05-15 | * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old | Ulrich Drepper | 1 | -2/+5 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 3 | -9/+15 |
2007-07-31 | . | Jakub Jelinek | 3 | -15/+9 |
2006-10-29 | * po/sv.po: Update from translation team. | Ulrich Drepper | 1 | -7/+7 |
2006-10-27 | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper | 1 | -1/+7 |
2006-10-12 | [BZ #3352] | Ulrich Drepper | 1 | -3/+0 |
2006-10-11 | * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait. | Ulrich Drepper | 1 | -1/+11 |
2006-09-09 | [BZ #1006] | Ulrich Drepper | 2 | -7/+6 |
2006-09-08 | [BZ #3123] | Ulrich Drepper | 2 | -7/+28 |
2006-09-05 | 2006-03-04 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 3 | -82/+260 |
2006-08-02 | * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by | Ulrich Drepper | 1 | -7/+7 |
2006-08-01 | * sysdeps/unix/sysv/linux/Versions: Finally add add_key, | Ulrich Drepper | 1 | -0/+56 |
2006-07-31 | * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. | Roland McGrath | 1 | -0/+12 |
2006-07-29 | * sysdeps/unix/sysv/linux/kernel-features.h: Define | Ulrich Drepper | 1 | -0/+3 |
2006-07-29 | 2006-07-28 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 1 | -1/+6 |
2006-04-09 | * nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid calling | Ulrich Drepper | 7 | -15/+15 |
2006-03-02 | (__lll_robust_lock_wait): Also set FUTEX_WAITERS buit if we got the mutex. (_... | Ulrich Drepper | 1 | -0/+2 |
2006-02-28 | * Makefile (subdir-target-args): New variable. | Roland McGrath | 2 | -8/+22 |
2006-02-17 | * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | Ulrich Drepper | 1 | -1/+1 |
2006-02-15 | * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel, | Ulrich Drepper | 4 | -1/+343 |
2006-02-13 | * allocatestack.c (allocate_stack): Initialize robust_list. | Ulrich Drepper | 1 | -1/+7 |
2006-02-12 | [BZ #2226] | Ulrich Drepper | 1 | -6/+24 |
2006-02-08 | * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait, | Ulrich Drepper | 1 | -3/+6 |
2006-01-09 | 2006-01-09 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+1 |
2006-01-06 | * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t): | Ulrich Drepper | 1 | -4/+4 |
2006-01-06 | * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] | Ulrich Drepper | 1 | -5/+21 |
2005-12-27 | * Versions.def: Add GLIBC_2.4 for libpthread. | Ulrich Drepper | 1 | -2/+6 |
2005-12-22 | * sysdeps/x86_64/__longjmp.S: Also protect SP and BP. | Ulrich Drepper | 1 | -2/+2 |
2005-11-24 | * scripts/check-local-headers.sh: New file. | Ulrich Drepper | 1 | -1/+1 |
2005-11-24 | [BZ #1920] | Ulrich Drepper | 1 | -2/+2 |
2005-09-08 | * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP, | Ulrich Drepper | 1 | -12/+35 |