aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-12<sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2-0/+10
2019-06-12Improve performance of memmemWilco Dijkstra2-42/+89
2019-06-12Improve performance of strstrWilco Dijkstra3-51/+132
2019-06-11Benchmark strstr hard needlesWilco Dijkstra2-0/+83
2019-06-10Fix malloc tests build with GCC 10.Joseph Myers3-1/+19
2019-06-07Linux: Add getdents64 system callFlorian Weimer38-9/+282
2019-06-06[powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke3-3/+68
2019-06-06riscv: Do not use __has_include__Florian Weimer2-1/+6
2019-06-05[powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke2-13/+6
2019-06-04iconv: Use __twalk_r in __gconv_release_shlibFlorian Weimer2-11/+9
2019-06-04Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab6-23/+124
2019-06-03Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.Joseph Myers2-0/+5
2019-06-01Fix data of ChangeLog entryFlorian Weimer1-1/+1
2019-06-01arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl supportFlorian Weimer5-176/+46
2019-06-01Linux: Add oddly-named arm syscalls to syscall-names.listFlorian Weimer2-0/+11
2019-05-30powerpc: Fix build failures with current GCCGabriel F. T. Gomes8-37/+48
2019-05-29Remove unused get_clockfreq filesAdhemerval Zanella3-2/+6
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella8-303/+86
2019-05-28tt_RU: Add lang_name [BZ #24370]mansayk2-0/+6
2019-05-28tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369]mansayk2-24/+30
2019-05-28Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h.Joseph Myers2-0/+5
2019-05-27nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer2-0/+12
2019-05-24nss_dns: Check for proper A/AAAA address alignmentFlorian Weimer2-2/+18
2019-05-23Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h.Joseph Myers2-0/+7
2019-05-23elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková5-0/+131
2019-05-22Add ChangeLog entry for previous commit.Zack Weinberg1-0/+29
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg51-1715/+56
2019-05-21Improve string benchtest timingWilco Dijkstra13-32/+42
2019-05-21sysvipc: Add missing bit of semtimedop s390 consolidationAdhemerval Zanella3-0/+13
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer3-4/+29
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer7-8/+143
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer10-205/+135
2019-05-20support: Expose sbindir as support_sbindir_prefixFlorian Weimer4-0/+17
2019-05-20support: Add missing EOL terminators on timespecMike Crowe2-2/+5
2019-05-20support: Correct confusing commentMike Crowe2-2/+6
2019-05-20sysvipc: Consolidate semtimedop s390Adhemerval Zanella5-38/+43
2019-05-20sysvipc: Fix compat msgctl (BZ#24570)Adhemerval Zanella2-1/+7
2019-05-20Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.Joseph Myers2-0/+9
2019-05-17Small tcache improvementsWilco Dijkstra3-9/+15
2019-05-17manual: Document O_DIRECTORYFlorian Weimer2-0/+11
2019-05-16Update kernel-features.h files for Linux 5.1.Joseph Myers4-7/+23
2019-05-16nss_nis, nss_nisplus: Remove RES_USE_INET6 handlingFlorian Weimer3-89/+58
2019-05-16nss_files: Remove RES_USE_INET6 from hosts processingFlorian Weimer2-27/+24
2019-05-16support: Report NULL blobs explicitly in TEST_COMPAREFlorian Weimer2-1/+8
2019-05-15dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ# 24476]Mark Wielaard2-8/+29
2019-05-15Add missing Changelog entryDJ Delorie1-0/+5
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab5-3/+57
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer15-42/+89
2019-05-15support: Add support_install_rootsbindirAlexandra Hájková4-1/+16
2019-05-15iconv: Remove public declaration of __gconv_transliterateFlorian Weimer5-11/+17