aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2-5/+11
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2021-04-18benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar1-1/+1
2021-04-18benchtests: Fix pthread-locks test to produce valid jsonSiddhesh Poyarekar2-8/+11
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah3-55/+82
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song13-4/+162
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah1-73/+265
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho1-3/+6
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella1-5/+6
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella1-1/+2
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella2-49/+4
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella1-3/+3
2021-04-15posix: Add wait3 testsAdhemerval Zanella4-191/+235
2021-04-15time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella1-61/+92
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella2-1/+42
2021-04-15time: Add timegm/timelocal basic testsAdhemerval Zanella2-1/+96
2021-04-15time: Add gmtime/gmtime_r testsAdhemerval Zanella2-1/+125
2021-04-15time: Add getitimer and setitimer basic testsAdhemerval Zanella2-1/+176
2021-04-15io: Use temporary directory and file for ftwtest-shAdhemerval Zanella1-123/+119
2021-04-15io: Add basic tests for utimensatAdhemerval Zanella2-0/+71
2021-04-15linux: Add lutimes testAdhemerval Zanella7-5/+64
2021-04-15linux: Add futimes testAdhemerval Zanella2-0/+47
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella6-2/+5
2021-04-15elf: Fix missing include in test case [BZ #27136]Szabolcs Nagy1-0/+1
2021-04-15s390: Update ulpsStefan Liebler1-3/+3
2021-04-15i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy3-391/+2
2021-04-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy4-219/+2
2021-04-15i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-42/+34
2021-04-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-5/+14
2021-04-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy1-16/+5
2021-04-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy1-10/+1
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy3-1/+109
2021-04-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy1-1/+1
2021-04-14ARC: Update ulpsVineet Gupta2-25/+29
2021-04-14Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy1-4/+0
2021-04-13linux: sysconf: Use a more explicit maximum_ARG_MAXAdhemerval Zanella1-1/+1
2021-04-13linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)Michal Nazarewicz1-1/+7
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond1-3/+3
2021-04-13s390: Update ulpsAdhemerval Zanella1-1/+1
2021-04-13i386: Update ulpsAdhemerval Zanella2-4/+4
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert8-90/+136
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella2-2/+32
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella4-10/+54
2021-04-12libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella3-0/+34
2021-04-12libsupport: Add support_select_modifies_timeoutAdhemerval Zanella3-0/+34
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-12tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar5-181/+168
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy1-2/+2