about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Improve performance of memmemWilco Dijkstra2019-06-122-42/+89
* Improve performance of strstrWilco Dijkstra2019-06-123-51/+132
* Benchmark strstr hard needlesWilco Dijkstra2019-06-112-0/+83
* Fix malloc tests build with GCC 10.Joseph Myers2019-06-103-1/+19
* Linux: Add getdents64 system callFlorian Weimer2019-06-0738-9/+282
* [powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke2019-06-063-3/+68
* riscv: Do not use __has_include__Florian Weimer2019-06-062-1/+6
* [powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke2019-06-052-13/+6
* iconv: Use __twalk_r in __gconv_release_shlibFlorian Weimer2019-06-042-11/+9
* Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab2019-06-046-23/+124
* Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.Joseph Myers2019-06-032-0/+5
* Fix data of ChangeLog entryFlorian Weimer2019-06-011-1/+1
* arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl supportFlorian Weimer2019-06-015-176/+46
* Linux: Add oddly-named arm syscalls to syscall-names.listFlorian Weimer2019-06-012-0/+11
* powerpc: Fix build failures with current GCCGabriel F. T. Gomes2019-05-308-37/+48
* Remove unused get_clockfreq filesAdhemerval Zanella2019-05-293-2/+6
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-288-303/+86
* tt_RU: Add lang_name [BZ #24370]mansayk2019-05-282-0/+6
* tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369]mansayk2019-05-282-24/+30
* Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.Joseph Myers2019-05-282-0/+5
* nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer2019-05-272-0/+12
* nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer2019-05-242-2/+18
* Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h.Joseph Myers2019-05-232-0/+7
* elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková2019-05-235-0/+131
* Add ChangeLog entry for previous commit.Zack Weinberg2019-05-221-0/+29
* Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg2019-05-2251-1715/+56
* Improve string benchtest timingWilco Dijkstra2019-05-2113-32/+42
* sysvipc: Add missing bit of semtimedop s390 consolidationAdhemerval Zanella2019-05-213-0/+13
* wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer2019-05-213-4/+29
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-217-8/+143
* libio: Remove codecvt vtable [BZ #24588]Florian Weimer2019-05-2010-205/+135
* support: Expose sbindir as support_sbindir_prefixFlorian Weimer2019-05-204-0/+17
* support: Add missing EOL terminators on timespecMike Crowe2019-05-202-2/+5
* support: Correct confusing commentMike Crowe2019-05-202-2/+6
* sysvipc: Consolidate semtimedop s390Adhemerval Zanella2019-05-205-38/+43
* sysvipc: Fix compat msgctl (BZ#24570)Adhemerval Zanella2019-05-202-1/+7
* Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.Joseph Myers2019-05-202-0/+9
* Small tcache improvementsWilco Dijkstra2019-05-173-9/+15
* manual: Document O_DIRECTORYFlorian Weimer2019-05-172-0/+11
* Update kernel-features.h files for Linux 5.1.Joseph Myers2019-05-164-7/+23
* nss_nis, nss_nisplus: Remove RES_USE_INET6 handlingFlorian Weimer2019-05-163-89/+58
* nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer2019-05-162-27/+24
* support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer2019-05-162-1/+8
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]Mark Wielaard2019-05-152-8/+29
* Add missing Changelog entryDJ Delorie2019-05-151-0/+5
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-155-3/+57
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-1515-42/+89
* support: Add support_install_rootsbindirAlexandra Hájková2019-05-154-1/+16
* iconv: Remove public declaration of __gconv_transliterateFlorian Weimer2019-05-155-11/+17
* Linux: Add the tgkill functionFlorian Weimer2019-05-1438-4/+282