aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2006-08-24* sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefinedUlrich Drepper2-3/+3
2006-08-24[BZ #2683]Ulrich Drepper1-2/+2
2006-08-24[BZ #2734]Ulrich Drepper1-2/+3
2006-08-21[BZ #3040]Ulrich Drepper1-1/+3
2006-08-15* sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Usecvs/fedora-glibc-20060815T2033Ulrich Drepper1-2/+2
2006-08-15* sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Usecvs/fedora-glibc-20060815T0533Ulrich Drepper2-53/+10
2006-08-14* sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper1-6/+8
2006-08-13[BZ #2832, BZ #2987]Ulrich Drepper2-44/+121
2006-08-12[BZ #2841]Ulrich Drepper1-3/+3
2006-08-08* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect withUlrich Drepper1-1/+1
2006-08-08* stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,Ulrich Drepper5-57/+129
2006-08-03[BZ #2883]Ulrich Drepper1-4/+4
2006-08-03Don't define OLD_HOSTIDFILE and don't try to open it. The patch introducing ...Ulrich Drepper1-4/+2
2006-08-01* sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,Ulrich Drepper2-5/+0
2006-08-01* sysdeps/unix/sysv/linux/Versions: Finally add add_key,Ulrich Drepper1-0/+2
2006-08-01* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.Ulrich Drepper1-1/+0
2006-07-31* sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.cvs/fedora-glibc-20060731T0706Roland McGrath7-113/+54
2006-07-29* sysdeps/unix/sysv/linux/kernel-features.h: Definecvs/fedora-glibc-20060729T2255Ulrich Drepper1-8/+9
2006-07-26Update.Ulrich Drepper8-8/+8
2006-07-10* elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper1-1/+1
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use local_seteuid andUlrich Drepper3-1/+30
2006-06-04* sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.Ulrich Drepper1-5/+6
2006-05-30* sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits inUlrich Drepper1-1/+2
2006-05-19* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sureUlrich Drepper1-1/+4
2006-05-18* sysdeps/posix/getaddrinfo.c: Add unique labels to the defaultUlrich Drepper1-1/+16
2006-05-17* sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,Ulrich Drepper1-1/+10
2006-05-15* include/rpc/key_prot.h: Maek all _internal functions as hidden.Ulrich Drepper1-2/+2
2006-05-15* resolv/res_debug.c (loc_ntoa): Make error const.Ulrich Drepper1-3/+4
2006-05-10* sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only storeUlrich Drepper1-23/+24
2006-05-10* posix/wordexp.c: Remove numerous NULL pointer tests before FREEUlrich Drepper1-1/+0
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2-7/+12
2006-05-07* sysdeps/generic/ldsodefs.h: Remove support for non-coreUlrich Drepper1-44/+1
2006-05-06,Ulrich Drepper1-1/+10
2006-05-05* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.Ulrich Drepper8-0/+72
2006-05-05* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocationUlrich Drepper4-14/+19
2006-05-04* sysdeps/posix/getaddrinfo.c: Implement configuration fileUlrich Drepper1-33/+379
2006-05-02* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.Ulrich Drepper8-8/+8
2006-05-02* misc/tsearch.c (__tdelete): Remove unnecessary testUlrich Drepper1-3/+11
2006-04-30* posix/Makefile (tests): Add tst-getaddrinfo3.Ulrich Drepper1-1/+1
2006-04-27[BZ #1386]Ulrich Drepper1-0/+4
2006-04-27Allow inclusion from <fcntl.h>.Ulrich Drepper1-1/+1
2006-04-26* sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice.Ulrich Drepper10-6/+63
2006-04-26Fix a typo in a comment.Ulrich Drepper1-2/+2
2006-04-26* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which causedcvs/fedora-glibc-20060426T2000Ulrich Drepper1-1/+1
2006-04-25[BZ #2389]Ulrich Drepper1-0/+56
2006-04-25[BZ #2386]Ulrich Drepper2-2/+6
2006-04-24* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.Ulrich Drepper1-1/+1
2006-04-24* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): UseUlrich Drepper1-3/+4
2006-04-24* posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper1-0/+1
2006-04-23[BZ #1951]Ulrich Drepper1-6/+17