| Commit message (Expand) | Author | Age | Files | Lines |
* | * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions. | Ulrich Drepper | 2009-04-05 | 4 | -3686/+2791 |
* | * configure.in: We need to test for the compiler earlier. | Ulrich Drepper | 2009-04-03 | 2 | -8/+11 |
* | * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. | Ulrich Drepper | 2009-04-03 | 20 | -9/+708 |
* | * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of | Ulrich Drepper | 2009-04-03 | 3 | -51/+37 |
* | * sysdeps/unix/sysv/linux/kernel-features.h: Define | Ulrich Drepper | 2009-04-03 | 6 | -53/+79 |
* | Add missing protocol numbers. | Ulrich Drepper | 2009-04-03 | 2 | -1/+13 |
* | * configure.in: Recognize --enable-nss-crypt. | Ulrich Drepper | 2009-04-02 | 8 | -2027/+3212 |
* | Add nss-crypt entry. Rename pic_default to libc_cv_pic_default. | Ulrich Drepper | 2009-04-02 | 1 | -1/+3 |
* | Missed copyright year update | Roland McGrath | 2009-04-02 | 1 | -1/+1 |
* | * elf/elf.h (R_SPARC_GLOB_JMP): New macro. | Roland McGrath | 2009-04-02 | 1 | -0/+11 |
* | 2009-04-01 Roland McGrath <roland@redhat.com> | Roland McGrath | 2009-04-02 | 1 | -1/+13 |
* | * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define. | Ulrich Drepper | 2009-04-01 | 2 | -0/+6 |
* | * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935 | Ulrich Drepper | 2009-04-01 | 13 | -30/+65 |
* | * elf/dl-load.c: Remove support for systems without MAP_ANON. | Ulrich Drepper | 2009-03-31 | 6 | -45/+13 |
* | * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup. | Ulrich Drepper | 2009-03-30 | 2 | -7/+10 |
* | * po/fr.po: Update from translation team. | Ulrich Drepper | 2009-03-30 | 1 | -0/+4 |
* | Update from translation team. | Ulrich Drepper | 2009-03-30 | 1 | -638/+795 |
* | [BZ #9985] | Jakub Jelinek | 2009-03-23 | 2 | -35/+41 |
* | * td_symbol_list.c (DB_LOOKUP_NAME, DB_LOOKUP_NAME_TH_UNIQUE): cvs/fedora-glibc-20090320T1944 | Roland McGrath | 2009-03-19 | 1 | -0/+5 |
* | 2009-03-19 Roland McGrath <roland@redhat.com> | Roland McGrath | 2009-03-19 | 1 | -2/+2 |
* | Yet more changes to match sort function type change. | Ulrich Drepper | 2009-03-17 | 4 | -21/+24 |
* | * include/dirent.h: Yet more changes to match sort function type | Ulrich Drepper | 2009-03-17 | 1 | -0/+8 |
* | * dirent/scandir64.c (scandir64): Adjust declaration to type change. | Ulrich Drepper | 2009-03-16 | 2 | -2/+7 |
* | * nscd/connections.c (restart): Try to preserve the process name | Ulrich Drepper | 2009-03-16 | 2 | -1/+22 |
* | [BZ #9733] | Ulrich Drepper | 2009-03-16 | 6 | -16/+32 |
* | * elf/rtld.c (dl_main): Extend help message for --audit option. | Ulrich Drepper | 2009-03-16 | 2 | -1/+4 |
* | [BZ #9759] | Ulrich Drepper | 2009-03-15 | 11 | -47/+77 |
* | [BZ #9880] | Ulrich Drepper | 2009-03-15 | 5 | -2/+167 |
* | [BZ #9881] | Ulrich Drepper | 2009-03-15 | 7 | -9/+60 |
* | [BZ #5807] | Ulrich Drepper | 2009-03-15 | 4 | -151/+36 |
* | * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way. | Ulrich Drepper | 2009-03-15 | 2 | -1/+13 |
* | * elf/dl-runtime.c (reloc_offset): Define. | Ulrich Drepper | 2009-03-15 | 4 | -21/+33 |
* | [BZ #9893] | Ulrich Drepper | 2009-03-14 | 3 | -99/+207 |
* | [BZ #9913] | Ulrich Drepper | 2009-03-14 | 3 | -34/+40 |
* | [BZ #9948] | Ulrich Drepper | 2009-03-14 | 3 | -1/+12 |
* | * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM. | Ulrich Drepper | 2009-03-14 | 6 | -29/+249 |
* | * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement | Ulrich Drepper | 2009-03-14 | 2 | -52/+68 |
* | * config.h.in (USE_MULTIARCH): Define. | Ulrich Drepper | 2009-03-13 | 20 | -75/+813 |
* | * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch | Ulrich Drepper | 2009-03-12 | 3 | -57/+63 |
* | * init.c (nptl_freeres): Compile only for SHARED. | Ulrich Drepper | 2009-03-10 | 2 | -3/+7 |
* | * time/tzset.c: Optimize a bit for size. cvs/fedora-glibc-20090310T1925 | Ulrich Drepper | 2009-03-10 | 2 | -55/+45 |
* | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper | 2009-03-10 | 4 | -2/+12 |
* | * time/tzset.c (__tzset_parse_tz): Use correct string when parsing | Ulrich Drepper | 2009-03-10 | 3 | -12/+45 |
* | * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND, | Ulrich Drepper | 2009-03-10 | 3 | -9/+19 |
* | * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs | Ulrich Drepper | 2009-03-10 | 6 | -6/+18 |
* | * po/id.po: Update from translation team. | Ulrich Drepper | 2009-03-10 | 2 | -44/+49 |
* | * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use | Ulrich Drepper | 2009-03-10 | 3 | -5/+27 |
* | Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs... | Ulrich Drepper | 2009-03-10 | 4 | -4/+22 |
* | * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421 | Jakub Jelinek | 2009-03-09 | 2 | -1/+13 |
* | * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and | Ulrich Drepper | 2009-03-08 | 13 | -30/+232 |