aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-01[BZ #2477]Ulrich Drepper2-2/+6
2006-04-01[BZ #2472]Ulrich Drepper2-1/+4
2006-04-01[BZ #2450]Ulrich Drepper5-9/+17
2006-04-01[BZ #2498]Ulrich Drepper2-11/+23
2006-03-31* sysdeps/unix/sysv/linux/Versions: Export sync_file_range withUlrich Drepper12-25/+281
2006-03-31* sysdeps/unix/sysv/linux/syscalls.list: Add splice syscall.Ulrich Drepper4-0/+12
2006-03-29* sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicateUlrich Drepper2-9/+9
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: Remove support forcvs/fedora-glibc-20060328T0900Ulrich Drepper3-27/+34
2006-03-28* sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper16-123/+520
2006-03-27* wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++.Ulrich Drepper2-0/+6
2006-03-25* sysdeps/sparc/sparc32/bits/atomic.hUlrich Drepper13-24/+54
2006-03-25* sysdeps/unix/sysv/linux/sparc/bits/poll.h: Add POLLMSG,Ulrich Drepper3-3/+18
2006-03-24* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: DefineUlrich Drepper1-0/+12
2006-03-24Define LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.Ulrich Drepper8-8/+56
2006-03-19* elf/rtld.c (dl_main): Run final self-relocation after setting up TLS.Roland McGrath5-16/+93
2006-03-16* sysdeps/unix/sysv/linux/alpha/getcontext.S (__getcontext_x):Roland McGrath2-1/+6
2006-03-16[BZ #2466]Roland McGrath9-632/+1053
2006-03-16* wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare theseRoland McGrath2-4/+14
2006-03-16* sysdeps/powerpc/powerpc32/fpu/fprsave.S: Add cfi_offset for spillingRoland McGrath10-1/+84
2006-03-16[BZ #2423]Roland McGrath15-623/+1047
2006-03-16* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Don'tRoland McGrath1-0/+5
2006-03-162004-12-09 Randolph Chung <tausq@debian.org>Roland McGrath1-1/+1
2006-03-15[BZ #2451]Ulrich Drepper4-9/+62
2006-03-08* sysdeps/unix/sysv/linux/ia64/dl-sysdep.hUlrich Drepper1-0/+5
2006-03-08(DL_SYSINFO_IMPLEMENTATION): Add missing newline.Ulrich Drepper1-2/+2
2006-03-06* version.h (VERSION): 2.4glibc-2.4cvs/glibc-2_4cvs/fedora-glibc-20060306T1239Roland McGrath7-296/+252
2006-03-06* sysdeps/unix/sysv/linux/x86_64/sysconf.cRoland McGrath3-22/+16
2006-03-06* sysdeps/mach/hurd/faccessat.c: New file.Roland McGrath22-109/+858
2006-03-06* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.cvs/fedora-glibc-20060306T0720Roland McGrath4-7/+36
2006-03-06* sysdeps/posix/sysconf.c (__sysconf): Use #if _POSIX_FOO > 0Roland McGrath4-92/+215
2006-03-06* sysdeps/sparc/sparc32/dl-trampoline.S: Add CFI markings.Roland McGrath10-116/+164
2006-03-06* shlib-versions: Use sparc64.*- for CPU patterns.Roland McGrath34-457/+437
2006-03-05* bits/resource.h (RLIMIT_SBSIZE, RLIMIT_AS, RLIMIT_VMEM): Define.Roland McGrath2-1/+11
2006-03-05* sysdeps/mach/hurd/opendir.c (__opendir): Likewise.Roland McGrath2-25/+4
2006-03-05* sysdeps/mach/hurd/fdopendir.c (__fdopendir): Use O_DIRECTORYRoland McGrath2-1/+7
2006-03-05* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Make sure high bitsRoland McGrath4-38/+18
2006-03-03[BZ #2414]Roland McGrath2-3/+8
2006-03-03* sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Use __typeof in cast.Roland McGrath1-0/+14
2006-03-032006-03-02 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2006-03-02* elf/check-textrel.c: Don't include "config.h".Ulrich Drepper2-1/+4
2006-03-02* sysdeps/unix/sysv/linux/aio_misc.h: Various cleanups.Ulrich Drepper2-5/+10
2006-03-02* io/ftw.c (process_entry): If dir->streamfd != -1,Ulrich Drepper2-6/+19
2006-03-02006-03-02 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper5-0/+69
2006-03-02(MALLOC_ALIGNMENT): Set to __alignof__ (long double) if long double is more a...Ulrich Drepper1-6/+12
2006-03-02[BZ #2013]cvs/fedora-glibc-20060302T0855Roland McGrath1-0/+6
2006-03-02[BZ #2013]Roland McGrath1-9/+46
2006-03-02* sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.SUlrich Drepper2-0/+15
2006-03-02(__lll_robust_lock_wait): Also set FUTEX_WAITERS buit if we got the mutex. (_...Ulrich Drepper2-2/+6
2006-03-01* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.Roland McGrath3-1/+15
2006-03-01* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.Roland McGrath5-9/+104