about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-0932-704/+176
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-0932-633/+163
* support: Add xclock_gettimeMike Crowe2019-05-085-0/+78
* malloc/tst-mallocfork2: Use process-shared barriersFlorian Weimer2019-05-083-52/+106
* Update syscall-names.list for Linux 5.1.Joseph Myers2019-05-072-2/+53
* Revert "Use Linux 5.1 in build-many-glibcs.py."Joseph Myers2019-05-072-4/+1
* Use Linux 5.1 in build-many-glibcs.py.Joseph Myers2019-05-072-1/+4
* Use GCC 9 in build-many-glibcs.py.Joseph Myers2019-05-072-1/+6
* aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch2019-05-034-362/+227
* misc/tst-tsearch: Additional explicit error checkingFlorian Weimer2019-05-032-0/+6
* Add missing bug number on CL entry for BZ#24506 (b2af6fb2ed239)Adhemerval Zanella2019-05-021-0/+1
* elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506)Adhemerval Zanella2019-05-022-3/+22
* 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