Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | * sysdeps/x86_64/bits/select.h: New file. | Ulrich Drepper | 1 | -0/+7 |
2008-12-12 | * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the | Ulrich Drepper | 4 | -46/+107 |
2008-12-09 | [BZ #6545] | Ulrich Drepper | 1 | -2/+2 |
2008-12-08 | * sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TM | Ulrich Drepper | 2 | -1/+16 |
2008-12-08 | (struct pthread): Increase padding for tcbhead_t to 24 words. | Ulrich Drepper | 1 | -2/+2 |
2008-12-08 | Move 2 ChangeLog entries to correct ChangeLog. | Jakub Jelinek | 1 | -10/+0 |
2008-12-06 | * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG | Ulrich Drepper | 1 | -0/+5 |
2008-12-06 | * posix/regex_internal.h (build_wcs_upper_buffer): | Ulrich Drepper | 2 | -1/+8 |
2008-12-05 | * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSET | Ulrich Drepper | 1 | -0/+5 |
2008-12-03 | * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize | Ulrich Drepper | 6 | -12/+31 |
2008-11-26 | Moved alpha to ports repository. | Roland McGrath | 28 | -1466/+6 |
2008-11-12 | [BZ #7009]cvs/fedora-glibc-20081112T2008 | Ulrich Drepper | 5 | -6/+202 |
2008-11-07 | * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, | Jakub Jelinek | 2 | -4/+11 |
2008-11-01 | [BZ #6955] | Ulrich Drepper | 5 | -11/+44 |
2008-11-01 | [BZ #6843] | Ulrich Drepper | 2 | -2/+8 |
2008-10-22 | * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec | Ulrich Drepper | 2 | -1/+11 |
2008-10-06 | . | Ulrich Drepper | 1 | -0/+5 |
2008-10-06 | * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Add memory barrier | Ulrich Drepper | 1 | -1/+4 |
2008-09-23 | * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, | Andreas Jaeger | 2 | -9/+17 |
2008-08-15 | * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK. | Ulrich Drepper | 3 | -24/+17 |
2008-07-30 | * nscd/connections.c (nscd_init): Type if preprocessor directive. | Ulrich Drepper | 2 | -0/+6 |
2008-07-26 | * Makeconfig: Define pie-ccflag and PIE-ccflag variables. | Ulrich Drepper | 1 | -1/+1 |
2008-07-26 | * scripts/gen-as-const.awk: Generate more widely usable code by | Ulrich Drepper | 1 | -0/+6 |
2008-07-26 | * stdio-common/printf_fp.c (___printf_fp): Give wide outout code | Ulrich Drepper | 1 | -0/+2 |
2008-07-25 | * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and | Ulrich Drepper | 2 | -4/+38 |
2008-06-12 | * nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619 | Ulrich Drepper | 2 | -2/+6 |
2008-05-31 | (tests): Add tst-rwlock2a. | Ulrich Drepper | 3 | -4/+32 |
2008-05-29 | * sysdeps/pthread/pthread.h: Fix typo in comment. | Ulrich Drepper | 2 | -4/+8 |
2008-05-29 | * sysdeps/pthread/createthread.c (do_clone): Pass accurate length | Ulrich Drepper | 1 | -0/+5 |
2008-05-29 | (do_clone): Pass accurate length of CPU set to the kernel. | Ulrich Drepper | 1 | -2/+2 |
2008-05-27 | Remove useless more "if" tests before "free". | Ulrich Drepper | 12 | -2/+247 |
2008-05-26 | * tst-typesizes.c: Explicitly check __SIZEOF_PTHREAD_* constants. | Ulrich Drepper | 2 | -2/+34 |
2008-05-21 | 2008-05-20 Jakub Jelinek <jakub@redhat.com> | Jakub Jelinek | 1 | -2/+3 |
2008-05-20 | * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file. | Jakub Jelinek | 2 | -0/+8 |
2008-05-11 | * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Access | Ulrich Drepper | 6 | -19/+33 |
2008-04-15 | * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c | Jakub Jelinek | 2 | -1/+6 |
2008-04-09 | [BZ #5209] | Ulrich Drepper | 1 | -0/+5 |
2008-04-09 | [BZ #5436] | Ulrich Drepper | 1 | -1/+3 |
2008-04-08 | [BZ #6020] cvs/fedora-glibc-20080408T0706 | Jakub Jelinek | 2 | -2/+9 |
2008-03-27 | * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if | Ulrich Drepper | 6 | -5/+55 |
2008-03-17 | * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead | Jakub Jelinek | 4 | -3/+10 |
2008-03-14 | Fix typo.cvs/fedora-glibc-20080314T2159 | Ulrich Drepper | 2 | -2/+2 |
2008-03-14 | * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define | Ulrich Drepper | 4 | -3/+37 |
2008-03-08 | [BZ #5778] | Ulrich Drepper | 2 | -3/+9 |
2008-02-01 | [BZ #5442]cvs/fedora-glibc-20080201T1017 | Roland McGrath | 1 | -0/+4 |
2008-02-01 | * Makeconfig (sysd-rules-targets): New variable. | Roland McGrath | 1 | -4/+2 |
2008-01-30 | * sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid | Ulrich Drepper | 1 | -0/+5 |
2008-01-30 | (sem_post): Avoid unnecessary addr32 prefix. | Ulrich Drepper | 1 | -1/+1 |
2008-01-30 | * Makeconfig (sysd-rules-patterns): New variable. | Roland McGrath | 2 | -2/+10 |
2008-01-22 | * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw. | Ulrich Drepper | 6 | -17/+62 |