summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only storeUlrich Drepper2006-05-101-23/+24
* * posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper2006-05-101-1/+0
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-102-7/+12
* * sysdeps/generic/ldsodefs.h: Remove support for non-coreUlrich Drepper2006-05-071-44/+1
* ,Ulrich Drepper2006-05-061-1/+10
* * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.Ulrich Drepper2006-05-058-0/+72
* * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocationUlrich Drepper2006-05-054-14/+19
* * 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 causedcvs/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 forcvs/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