aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2008-07-26* Versions.def: Add GLIBC_2.9 version tag for libutil.Ulrich Drepper26-0/+1292
2008-07-26* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper1-1/+1
2008-07-26* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC haveUlrich Drepper1-2/+2
2008-07-26* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the newUlrich Drepper1-3/+4
2008-07-26* sysdeps/i386/i686/memcmp.S: Fix unwind information.Ulrich Drepper1-2/+3
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the newUlrich Drepper1-1/+1
2008-07-25* sysdeps/unix/sysv/linux/opensock.c (__opensock): UseUlrich Drepper1-3/+38
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper1-0/+9
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper25-20/+1530
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper3-19/+47
2008-07-24Don't declare _dl_discover_osversion only for older kernels.Ulrich Drepper1-3/+1
2008-07-142008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-0/+2
2008-07-072008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2-0/+27
2008-07-02* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.cvs/fedora-glibc-20080703T1203Roland McGrath4-3/+4
2008-07-02* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.Roland McGrath1-1/+1
2008-07-022008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath6-8/+10
2008-06-13* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper1-21/+9
2008-06-13* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid usingUlrich Drepper4-18/+18
2008-06-12* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper1-1/+1
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use Jakub Jelinek3-3/+3
2008-05-21* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h Jakub Jelinek3-7/+26
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h cvs/fedora-glibc-20080520T1924Jakub Jelinek2-0/+61
2008-05-20* sysdeps/sparc/machine-gmon.h: New file. Jakub Jelinek3-0/+66
2008-05-17* sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports noUlrich Drepper1-1/+4
2008-05-16* sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_rUlrich Drepper1-2/+3
2008-05-15[BZ #6442]Ulrich Drepper4-8/+8
2008-05-14(match_prefix): Don't treat IPv4 loopback address special whenUlrich Drepper1-11/+5
2008-05-14* sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses haveUlrich Drepper1-1/+4
2008-05-14* sysdeps/posix/getaddrinfo.c (getaddrinfo): Add _res_hconf_initUlrich Drepper1-0/+5
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,Ulrich Drepper1-0/+4
2008-05-14* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP andUlrich Drepper2-18/+28
2008-05-13* po/lt.po: New file. From Lituanian translation team.Ulrich Drepper1-3/+3
2008-05-13Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper18-5/+1378
2008-05-11[BZ #3406]Ulrich Drepper1-1/+1
2008-05-11[BZ #6505]Roland McGrath1-1/+1
2008-05-10* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper4-13/+6
2008-05-10* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper1-73/+116
2008-05-06* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build. Jakub Jelinek2-0/+8
2008-05-06* sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,Roland McGrath1-11/+45
2008-05-05* sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file. Jakub Jelinek6-0/+481
2008-05-05* sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for Jakub Jelinek2-0/+2
2008-05-01Define RUSAGE_THREAD and RUSAGE_LWP.Ulrich Drepper3-3/+27
2008-04-29* sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl): Jakub Jelinek1-1/+1
2008-04-22* nscd/Makefile (nscd-cflags): Set back to -fpie.Ulrich Drepper1-1/+6
2008-04-20* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.Ulrich Drepper1-0/+54
2008-04-17* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.cvs/glibc-2_8-basecvs/glibc-2_8-branchJakub Jelinek1-0/+1
2008-04-12* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):glibc-2.8cvs/glibc-2_8cvs/fedora-glibc-20080412T0741Ulrich Drepper1-2/+2
2008-04-12* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): UseUlrich Drepper1-4/+4
2008-04-12* sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.Ulrich Drepper2-6/+10
2008-04-12* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. IncludeUlrich Drepper1-1/+1