about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wempty-body warnings in glibc.Joseph Myers2019-02-134-7/+20
* Avoid fall-through in test-container if execlp fails.Joseph Myers2019-02-132-0/+6
* String benchtest cleanupWilco Dijkstra2019-02-1220-384/+56
* nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if availableFlorian Weimer2019-02-122-8/+32
* elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella2019-02-124-2/+138
* elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer2019-02-122-162/+215
* Add fall-through comments.Joseph Myers2019-02-1210-0/+33
* Use float in e_sqrt.cPaul Clarke2019-02-112-1/+6
* Fix a few whitespace arrangement inconsistencies in time/strftime_l.cTAMUKI Shoichi2019-02-112-3/+7
* Remove powerpc bits/mathinline.h.Joseph Myers2019-02-082-58/+4
* math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer2019-02-082-0/+6
* Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer2019-02-082-0/+5
* nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin2019-02-084-1/+64
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-083-1/+6
* posix: Fix missing wrapper header for <bits/unistd_ext.h>Florian Weimer2019-02-082-0/+5
* tst-strftime2: Use array_length macros instead of magic numbersTAMUKI Shoichi2019-02-082-1/+7
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-084-9/+23
* ChangeLog: Correct date of last commitFlorian Weimer2019-02-081-1/+1
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-0840-9/+388
* rt: Turn forwards from librt to libc into compat symbols [BZ #24194]Florian Weimer2019-02-083-3/+14
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* array_length: Make usable as a constant expressionFlorian Weimer2019-02-072-6/+12
* support: Implement xdlmopenFlorian Weimer2019-02-074-1/+39
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-069-42/+49
* support: Use dlerror to detect NULL symbols in xdlsymFlorian Weimer2019-02-062-10/+15
* x86: Remove unnecessary <stap-probe.h> include from lowlevellock.hFlorian Weimer2019-02-063-4/+6
* Fix wide char format specifier in libio/tst-bz24153.c.Stefan Liebler2019-02-062-2/+6
* S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.Stefan Liebler2019-02-062-1/+7
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-02-068-42/+132
* arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer2019-02-054-0/+53
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-02-042-1/+4
* Remove duplicate initialization of field in nscd.Joseph Myers2019-02-042-1/+5
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-0411-151/+217
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-10/+111
* <spawn.h>: Add missing nonnull attributes and __restrict qualifiersFlorian Weimer2019-02-042-24/+63
* elf: Implement --preload option for the dynamic linkerDavid Newall2019-02-045-7/+89
* testrun.sh: Exit in case of incorrect argumentMatthew Malcomson2019-02-042-0/+5
* time: Avoid alignment gaps in __tzfile_readFlorian Weimer2019-02-042-30/+32
* time: Use struct alloc_buffer in __tzfile_readFlorian Weimer2019-02-032-49/+55
* testsuite: stdlib/isomac.c: add missing includeAurelien Jarno2019-02-032-0/+5
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-034-8/+19
* libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer2019-02-0311-29/+157
* manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer2019-02-023-27/+48
* Require GCC 6.2 or later to build glibc.Joseph Myers2019-02-016-16/+18
* support: Correct error message for TEST_COMPARE_STRINGFlorian Weimer2019-02-013-7/+13
* support: Handle AF_LOCAL, AF_UNSPEC in support_format_address_familyFlorian Weimer2019-02-012-0/+9
* manual: Update struct sockaddr_in, struct sockaddr_sin6 descriptionFlorian Weimer2019-02-012-10/+35
* Cleanup clock_*time includesWilco Dijkstra2019-02-017-98/+46
* aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue2019-02-017-3/+320
* aarch64: Optimized memset specific to AmpereComputing emagFeng Xue2019-02-016-2/+228