about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper2006-05-041-33/+379
* * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.Ulrich Drepper2006-05-028-8/+8
* * misc/tsearch.c (__tdelete): Remove unnecessary testUlrich Drepper2006-05-021-3/+11
* * posix/Makefile (tests): Add tst-getaddrinfo3.Ulrich Drepper2006-04-301-1/+1
* [BZ #1386]Ulrich Drepper2006-04-271-0/+4
* Allow inclusion from <fcntl.h>.Ulrich Drepper2006-04-271-1/+1
* * sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice.Ulrich Drepper2006-04-2610-6/+63
* Fix a typo in a comment.Ulrich Drepper2006-04-261-2/+2
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which caused cvs/fedora-glibc-20060426T2000Ulrich Drepper2006-04-261-1/+1
* [BZ #2389]Ulrich Drepper2006-04-251-0/+56
* [BZ #2386]Ulrich Drepper2006-04-252-2/+6
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.Ulrich Drepper2006-04-241-1/+1
* * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): UseUlrich Drepper2006-04-241-3/+4
* * posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper2006-04-241-0/+1
* [BZ #1951]Ulrich Drepper2006-04-231-6/+17
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2006-04-193-22/+45
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loopUlrich Drepper2006-04-182-6/+40
* * include/ifaddrs.h: Define struct in6addrinfo.Ulrich Drepper2006-04-162-35/+174
* * sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6Ulrich Drepper2006-04-151-1/+1
* * sysdeps/unix/sysv/linux/syscalls.list: Add tee syscall.Ulrich Drepper2006-04-1410-1/+34
* * sysdeps/unix/sysv/linux/sync_file_range.c: New file.Ulrich Drepper2006-04-141-0/+46
* * nis/Makefile (libnsl-routimes): Add nss-default.Ulrich Drepper2006-04-143-7/+7
* * sysdeps/generic/unwind-dw2-fde.c (end_fde_sort): RemoveUlrich Drepper2006-04-071-2/+2
* * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper2006-04-071-3/+7
* * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo inUlrich Drepper2006-04-071-1/+1
* * elf/ldconfig.c (main): Use rawmemchr instead of strchr.Ulrich Drepper2006-04-071-2/+6
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-072-16/+21
* [BZ #2505]Roland McGrath2006-04-041-0/+15
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Terminate FDERoland McGrath2006-04-042-0/+12
* * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Test for <asm/elf.h>Roland McGrath2006-04-041-1/+1
* [BZ #2418]Ulrich Drepper2006-04-022-4/+10
* [BZ #2477]Ulrich Drepper2006-04-011-2/+2
* [BZ #2450]Ulrich Drepper2006-04-011-1/+1
* * sysdeps/unix/sysv/linux/Versions: Export sync_file_range withUlrich Drepper2006-03-3111-25/+266
* * sysdeps/unix/sysv/linux/syscalls.list: Add splice syscall.Ulrich Drepper2006-03-312-0/+4
* * sysdeps/posix/getaddrinfo.c (gaih_inet): No need to duplicateUlrich Drepper2006-03-291-9/+4
* * sysdeps/unix/sysv/linux/kernel-features.h: Remove support for cvs/fedora-glibc-20060328T0900Ulrich Drepper2006-03-281-27/+4
* * sysdeps/unix/sysv/linux/kernel-features.h: AddUlrich Drepper2006-03-281-0/+6
* * sysdeps/sparc/sparc32/bits/atomic.hUlrich Drepper2006-03-253-6/+6
* * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Add POLLMSG,Ulrich Drepper2006-03-252-3/+12
* Define LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.Ulrich Drepper2006-03-248-8/+56
* * sysdeps/unix/sysv/linux/alpha/getcontext.S (__getcontext_x):Roland McGrath2006-03-161-1/+3
* [BZ #2466]Roland McGrath2006-03-166-414/+177
* * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Add cfi_offset for spillingRoland McGrath2006-03-169-1/+56
* [BZ #2423]Roland McGrath2006-03-1613-621/+676
* 2004-12-09 Randolph Chung <tausq@debian.org>Roland McGrath2006-03-161-1/+1
* * sysdeps/unix/sysv/linux/x86_64/sysconf.cRoland McGrath2006-03-062-22/+5
* * sysdeps/mach/hurd/faccessat.c: New file.Roland McGrath2006-03-0615-87/+669
* * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. cvs/fedora-glibc-20060306T0720Roland McGrath2006-03-061-4/+4
* * sysdeps/posix/sysconf.c (__sysconf): Use #if _POSIX_FOO > 0Roland McGrath2006-03-063-92/+200