about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* [BZ #10052]Ulrich Drepper2009-04-241-0/+1
* [BZ #10092]Ulrich Drepper2009-04-241-1/+5
* * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2009-04-234-32/+24
* [BZ #9955]Ulrich Drepper2009-04-232-0/+2
* * stdio-common/printf.h: Add missing const to register_printf_modifier.Ulrich Drepper2009-04-231-1/+3
* * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernelUlrich Drepper2009-04-211-3/+11
* * sysdeps/unix/sysv/linux/kernel-features.h: All supportedUlrich Drepper2009-04-181-3/+1
* * sysdeps/posix/preadv.c: Reading of zero bytes is no error.Ulrich Drepper2009-04-172-2/+2
* * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. cvs/fedora-glibc-20090416T0610Ulrich Drepper2009-04-153-2/+7
* * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there cvs/fedora-glibc-20090415T1619Ulrich Drepper2009-04-151-4/+36
* * sysdeps/x86_64/mp_clz_tab.c: New file.Ulrich Drepper2009-04-151-0/+1
* 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>Ulrich Drepper2009-04-152-0/+10
* * sysdeps/sh/libc-tls.c: New file.Ulrich Drepper2009-04-151-2/+2
* __tls_get_addr for SH.Ulrich Drepper2009-04-151-0/+33
* Optimizations from GMP.Ulrich Drepper2009-04-146-0/+298
* mpn_add_n for x86-64.Ulrich Drepper2009-04-141-0/+42
* * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. cvs/fedora-glibc-20090414T2104Jakub Jelinek2009-04-144-4/+12
* * sysdeps/unix/sysv/linux/kernel-features.h: SH also hasUlrich Drepper2009-04-141-1/+1
* * sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper2009-04-141-0/+81
* * sysdeps/x86_64/rawmemchr.S: New file.Ulrich Drepper2009-04-102-2/+55
* * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-102-12/+0
* function if it is not defined. Add some necessary casts.Ulrich Drepper2009-04-092-8/+26
* * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper2009-04-092-0/+4
* * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 alsoUlrich Drepper2009-04-091-1/+2
* * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64Ulrich Drepper2009-04-081-1/+1
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-2/+1
* * sysdeps/x86_64/strchrnul.S: New file. cvs/fedora-glibc-20090408T1602Ulrich Drepper2009-04-071-0/+64
* * sysdeps/unix/sysv/linux/kernel-features.h: Power also hasUlrich Drepper2009-04-071-1/+1
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-4/+4
* * sysdeps/x86_64/memchr.S: New file.Ulrich Drepper2009-04-072-0/+68
* * sysdeps/x86_64/strchr.S: Likewise.Ulrich Drepper2009-04-061-267/+46
* * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.Ulrich Drepper2009-04-051-116/+30
* * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper2009-04-0311-0/+431
* * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling ofUlrich Drepper2009-04-032-50/+32
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2009-04-035-52/+66
* Add missing protocol numbers.Ulrich Drepper2009-04-031-1/+11
* * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.Ulrich Drepper2009-04-011-0/+2
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-0/+2
* * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-311-5/+0
* Yet more changes to match sort function type change.Ulrich Drepper2009-03-173-18/+19
* [BZ #9733]Ulrich Drepper2009-03-161-2/+2
* [BZ #9759]Ulrich Drepper2009-03-152-0/+8
* [BZ #9881]Ulrich Drepper2009-03-151-3/+3
* * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-152-12/+9
* [BZ #9893]Ulrich Drepper2009-03-141-99/+140
* * sysdeps/i386/dl-machine.h (elf_machine_rel): ImplementUlrich Drepper2009-03-141-52/+62
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-135-4/+208
* * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branchUlrich Drepper2009-03-122-57/+58
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: UseUlrich Drepper2009-03-102-5/+13
* Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs...Ulrich Drepper2009-03-104-4/+22