about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* ld.so: Introduce delayed relocation processing fw/bug21242Florian Weimer2019-04-1510-18/+621
* ld.so: Defer applying RELRO protectionFlorian Weimer2019-04-155-6/+42
* 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
* time/tst-strftime3.c: Disable snprintf warning.DJ Delorie2019-04-032-0/+15
* Add Reiwa era tests to time/tst-strftime3.cDJ Delorie2019-04-022-1/+62
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-024-7/+22
* time: Add tests for Minguo calendar [BZ #24293]TAMUKI Shoichi2019-04-023-8/+45
* time/tst-strftime2.c: Make the file easier to maintainTAMUKI Shoichi2019-04-022-40/+82
* NEWS: Mention Minguo calendar support added [BZ #24293]TAMUKI Shoichi2019-04-021-0/+4
* Add verbose comments to 'era' in ja_JP locale.Carlos O'Donell2019-04-012-0/+22
* Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie2019-04-014-3/+473
* alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.SUros Bizjak2019-04-013-8/+20
* alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson2019-04-013-3/+14
* RISC-V: Fix `test' operand error with soft-float ABI being configuredMaciej W. Rozycki2019-03-303-2/+8
* [powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2019-03-294-12/+16
* ChangeLog: Correct more dates.Rafal Luzynski2019-03-281-4/+4
* ChangeLog: Correct two dates.Rafal Luzynski2019-03-281-2/+2
* math: Enable some math builtins for clangAdhemerval Zanella2019-03-262-6/+18
* powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella2019-03-252-115/+4
* nss/tst-nss-files-alias-leak: add missing opening quote in printfAndreas K. Hüttel2019-03-252-1/+6
* nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe2019-03-252-6/+11
* nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2019-03-253-79/+32
* Add UDP_GRO from Linux 5.0 to netinet/udp.h.Joseph Myers2019-03-252-0/+3
* Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.Joseph Myers2019-03-252-0/+8
* Add generic hp-timing supportWilco Dijkstra2019-03-225-57/+33
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-2213-192/+170
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-225-54/+66
* Remove __get_clockfreqAdhemerval Zanella2019-03-229-564/+90
* linux: Assume clock_getres CLOCK_{PROCESS,THREAD}_CPUTIME_IDAdhemerval Zanella2019-03-224-130/+21
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-2218-417/+41
* S390: Add arch13 memmem ifunc variant.Stefan Liebler2019-03-227-6/+214