Age | Commit message (Expand) | Author | Files | Lines |
2007-05-27 | * init.c: Make it compile with older kernel headers. | Ulrich Drepper | 1 | -8/+11 |
2007-05-21 | * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value | Ulrich Drepper | 1 | -1/+0 |
2007-05-19 | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 1 | -1/+1 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2 | -4/+5 |
2007-02-21 | [BZ #4070] | Ulrich Drepper | 1 | -3/+3 |
2007-02-19 | * sysdeps/unix/closedir.c: Outside libc don't use locking. | Ulrich Drepper | 1 | -1/+7 |
2007-01-17 | * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the | Ulrich Drepper | 3 | -15/+28 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 15 | -1330/+0 |
2007-07-31 | . | Jakub Jelinek | 15 | -0/+1330 |
2006-10-28 | * sysdeps/pthread/pthread_barrier_wait.c: Move to... | Ulrich Drepper | 15 | -1330/+0 |
2006-09-09 | [BZ #1006] | Ulrich Drepper | 1 | -3/+5 |
2006-09-08 | [BZ #3123] | Ulrich Drepper | 1 | -3/+7 |
2006-09-05 | [BZ #3124] | Ulrich Drepper | 1 | -1/+2 |
2006-09-05 | * nscd/initgrcache.c (addinitgroupsX): Move any_success | Ulrich Drepper | 2 | -2/+2 |
2006-08-31 | * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812 | Ulrich Drepper | 2 | -8/+4 |
2006-08-30 | * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respectcvs/fedora-glibc-20060831T0640 | Ulrich Drepper | 2 | -4/+8 |
2006-08-23 | * allocatestack.c (queue_stack): Move freeing of surplus stacks to... | Ulrich Drepper | 1 | -1/+2 |
2006-08-03 | NPTL specific definitions for async name lookup. | Ulrich Drepper | 1 | -0/+119 |
2006-07-29 | 2006-07-28 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 1 | -1/+7 |
2006-06-04 | Add pthread_equal inline function. | Ulrich Drepper | 1 | -0/+10 |
2006-05-10 | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 1 | -0/+1 |
2006-05-09 | [BZ #2644] | Ulrich Drepper | 1 | -25/+17 |
2006-05-08 | [BZ #2644] | Ulrich Drepper | 1 | -9/+25 |
2006-05-02 | [BZ #2502] | Ulrich Drepper | 1 | -2/+3 |
2006-04-05 | Add nonnull attributes. | Ulrich Drepper | 1 | -93/+153 |
2006-02-28 | * elf/rtld-Rules (subdir-args): New variable. | Roland McGrath | 1 | -0/+47 |
2006-02-28 | * Makefile (subdir-target-args): New variable. | Roland McGrath | 2 | -3/+2 |
2006-02-13 | * allocatestack.c (allocate_stack): Initialize robust_list.cvs/fedora-glibc-20060213T0650 | Ulrich Drepper | 1 | -4/+4 |
2006-01-08 | (AIO_MISC_WAIT): Work around gcc being to clever and reloading the futex valu... | Ulrich Drepper | 1 | -2/+3 |
2006-01-06 | * sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP] | Ulrich Drepper | 1 | -0/+73 |
2006-01-03 | * posix/unistd.h (ctermid): Remove __nonnull attribute. | Ulrich Drepper | 1 | -5/+5 |
2005-12-29 | Not needed anymore. | Ulrich Drepper | 1 | -58/+0 |
2005-12-27 | * Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426 | Ulrich Drepper | 1 | -11/+42 |
2005-12-23 | 2005-12-22 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -2/+6 |
2005-12-14 | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 1 | -2/+2 |
2005-11-24 | [BZ #1920] | Ulrich Drepper | 1 | -2/+2 |
2005-11-16 | * sysdeps/pthread/unwind-forcedunwind.c (pthread_cancel_init): Put | Ulrich Drepper | 1 | -1/+5 |
2005-09-08 | * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP, | Ulrich Drepper | 1 | -0/+5 |
2005-07-11 | * sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER, | Ulrich Drepper | 1 | -11/+16 |
2005-05-04 | * sysdeps/i386/add_n.S: Add call frame information.cvs/fedora-glibc-20050504T0728 | Ulrich Drepper | 1 | -3/+3 |
2005-04-05 | 2005-04-05 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2 | -3/+3 |
2005-02-26 | 2005-02-25 Roland McGrath <roland@redhat.com> | Roland McGrath | 4 | -16/+16 |
2005-02-17 | [BZ #284, BZ #721] | Roland McGrath | 1 | -2/+2 |
2005-02-08 | * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.cvs/fedora-glibc-20050208T0948 | Ulrich Drepper | 1 | -2/+2 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 17 | -517/+193 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 17 | -193/+517 |
2004-12-10 | Update. | Ulrich Drepper | 3 | -45/+2 |
2004-11-24 | Update. | Ulrich Drepper | 1 | -0/+4 |
2004-11-20 | Update. | Ulrich Drepper | 1 | -2/+0 |
2004-11-12 | Update. | Ulrich Drepper | 2 | -2/+66 |