about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* iconv: Use __twalk_r in __gconv_release_shlib fw/twalk_r-iconvFlorian Weimer2019-05-022-11/+10
* misc: Add twalk_r functionFlorian Weimer2019-05-0237-4/+315
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-306-54/+220
* Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2019-04-303-0/+31
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-2934-637/+275
* powerpc: Remove power4 mpa optimizationAdhemerval Zanella2019-04-294-275/+6
* <semaphore.h>: Add nonnull attributesYann Droneaud2019-04-292-10/+20
* elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-nowFlorian Weimer2019-04-262-0/+6
* Makeconfig: Move -Wl,-rpath-link options before library referencesFlorian Weimer2019-04-262-5/+29
* Makeconfig: Move $(CC) to +link command variablesFlorian Weimer2019-04-262-13/+26
* riscv: remove DL_RO_DYN_SECTIONDavid Abdurachmanov2019-04-252-4/+5
* benchtests: Enable BIND_NOW if configured with --enable-bind-nowFlorian Weimer2019-04-252-2/+17
* Extend BIND_NOW to installed programs with --enable-bind-nowFlorian Weimer2019-04-255-11/+27
* Reduce benchtests timeWilco Dijkstra2019-04-243-3/+8
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-242-2/+9
* locale/tst-locale-locpath: Run test only for $(run-built-tests) == yesFlorian Weimer2019-04-242-1/+10
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-235-108/+202
* Remove do_set_mallopt_check prototypeH.J. Lu2019-04-232-1/+4
* locale: Add LOCPATH diagnostics to the locale programFlorian Weimer2019-04-234-9/+229
* Fix NEWS entry from 9bf8e29ca136Adhemerval Zanella2019-04-212-6/+11
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-1812-88/+227
* powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella2019-04-173-2/+7
* powerpc: fma using builtinsAdhemerval Zanella2019-04-173-14/+15
* powerpc: Use generic fabs{f} implementationsAdhemerval Zanella2019-04-173-34/+3
* mips: Remove rt_sigreturn usage on context functionAdhemerval Zanella2019-04-175-53/+9
* powerpc: Remove rt_sigreturn usage on context functionAdhemerval Zanella2019-04-175-162/+7
* support: Add support_capture_subprogramAdhemerval Zanella2019-04-1711-50/+573
* stdlib/tst-secure-getenv: handle >64 groupsMike Gerow2019-04-172-4/+20
* ChangeLog: Correct excess and deficiency of spacesTAMUKI Shoichi2019-04-171-50/+50
* ChangeLog: Convert leading spaces to tabsTAMUKI Shoichi2019-04-161-45/+45
* nss_dns: Do not replace root domain with empty stringFlorian Weimer2019-04-113-6/+6
* alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer2019-04-112-5/+33
* Add missing ChangeLog entry for commit 10dd69e9a00Florian Weimer2019-04-111-0/+5
* Add more bug numbers to historic ChangeLog entriesFlorian Weimer2019-04-111-0/+2
* Add missing percent sign to conversion specifierTAMUKI Shoichi2019-04-111-3/+3
* Add bug number to historic ChangeLog entryFlorian Weimer2019-04-101-0/+1
* malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell2019-04-092-26/+61
* Improve string benchtestsWilco Dijkstra2019-04-0910-141/+95
* Improve bench-strstrWilco Dijkstra2019-04-092-83/+147
* Improve bench-memmemWilco Dijkstra2019-04-092-17/+68
* Remove TIMING_INITWilco Dijkstra2019-04-096-17/+9
* resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer2019-04-085-23/+25
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-0815-680/+61
* aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch2019-04-052-21/+27
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-0416-320/+25
* wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella2019-04-042-6/+19
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-0416-362/+27
* wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella2019-04-042-5/+20
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-0416-337/+30
* wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella2019-04-043-0/+103