about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-068-7/+17
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2017-09-062-1/+6
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-062-4/+7
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-062-0/+11
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-063-20/+186
* tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer2017-09-062-45/+198
* Improve utf8_gen.py to set the width for characters with Prepended_Concatenat...Mike FABIAN2017-09-065-13/+1659
* Write all ranges of neighbouring characters with the same width using the ran...Mike FABIAN2017-09-062-13/+45
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-05165-70/+535
* Fix tests that are testing obsoleted functionalitySteve Ellcey2017-09-055-37/+71
* Fix pcprofiledump cross-endian condition (bug 22086).Joseph Myers2017-09-052-1/+7
* Add miq_NI locale for MiskitoMike FABIAN2017-09-054-0/+197
* Hide __chmod and __mkdir [BZ #18822]H.J. Lu2017-09-048-0/+22
* Update kernel version in syscall-names.list to 4.13.Joseph Myers2017-09-042-2/+5
* Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers2017-09-042-1/+7
* math.h: Warn about an already-defined log macroFlorian Weimer2017-09-042-0/+9
* Use Linux 4.13 in build-many-glibcs.py.Joseph Myers2017-09-042-1/+6
* hurd: fix resolv/tst-resolv-res_init-skeleton.c buildSamuel Thibault2017-09-032-0/+6
* hurd: Fix build ot misc/tst-preadvwritev2-common.cSamuel Thibault2017-09-032-1/+17
* hurd: Fix rtld's strtoul_internal use through hurdlookupSamuel Thibault2017-09-032-2/+11
* hurd: fix overriding rtld's __sbrk with the real implementationSamuel Thibault2017-09-031-0/+1
* hurd: mach/hurd/x86 also needs x86 tunablesSamuel Thibault2017-09-032-0/+22
* hurd: mach/hurd/i386 also needs mach/hurd/x86Samuel Thibault2017-09-032-0/+2
* hurd: fix libm linkSamuel Thibault2017-09-032-1/+4
* hurd: Fix libc linkSamuel Thibault2017-09-032-0/+12
* hurd: Fix libc linkSamuel Thibault2017-09-033-0/+4
* hurd: Fix rtld linkSamuel Thibault2017-09-032-1/+12
* hurd: Fix rtld linkSamuel Thibault2017-09-032-0/+7
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-039-1/+18
* hurd: Fix p{read,write}v64v2.c buildSamuel Thibault2017-09-033-4/+4
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-035-4/+8
* hurd: Fix getting ssize_t for <sys/socket.h>Samuel Thibault2017-09-032-1/+3
* hurd: Fix sigsetops.h macrosSamuel Thibault2017-09-032-3/+5
* sysdeps/generic/sigsetops.h: Remove spurious #endifSamuel Thibault2017-09-032-1/+4
* Obsolete pow10 functions.Joseph Myers2017-09-0133-431/+96
* 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-09-012-4/+8
* Update tst-regex.c/tst-regex2.c for old ChangeLog moveH.J. Lu2017-09-013-2/+9
* Credit Ulrich Drepper for libpthread in contrib.texiH.J. Lu2017-09-012-0/+6
* Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.Joseph Myers2017-09-012-0/+5
* Remove Roland McGrath/Ulrich Drepper et al. from DSO bannerH.J. Lu2017-09-013-2/+7
* 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-09-012-16/+28
* math/math.h (HUGE_VAL): Improve commentary.Zack Weinberg2017-09-012-2/+11
* Move all old ChangeLogs to a top-level ChangeLog.old directory.Zack Weinberg2017-09-0137-0/+0
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-016-10/+92
* Remove obsolete notes at top level of source tree.Zack Weinberg2017-09-016-337/+0
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-015-45/+205
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-012-0/+14
* support_chroot_create: Add support for /etc/hosts, /etc/host.confFlorian Weimer2017-09-013-12/+41
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-012-1/+9
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-012-6/+15