aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu
2021-04-18benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar
2021-04-18benchtests: Fix pthread-locks test to produce valid jsonSiddhesh Poyarekar
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella
2021-04-15posix: Add wait3 testsAdhemerval Zanella
2021-04-15time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella
2021-04-15time: Add timegm/timelocal basic testsAdhemerval Zanella
2021-04-15time: Add gmtime/gmtime_r testsAdhemerval Zanella
2021-04-15time: Add getitimer and setitimer basic testsAdhemerval Zanella
2021-04-15io: Use temporary directory and file for ftwtest-shAdhemerval Zanella
2021-04-15io: Add basic tests for utimensatAdhemerval Zanella
2021-04-15linux: Add lutimes testAdhemerval Zanella
2021-04-15linux: Add futimes testAdhemerval Zanella
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella
2021-04-15elf: Fix missing include in test case [BZ #27136]Szabolcs Nagy
2021-04-15s390: Update ulpsStefan Liebler
2021-04-15i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy
2021-04-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy
2021-04-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy
2021-04-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy
2021-04-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy
2021-04-14ARC: Update ulpsVineet Gupta
2021-04-14Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy
2021-04-13linux: sysconf: Use a more explicit maximum_ARG_MAXAdhemerval Zanella
2021-04-13linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)Michal Nazarewicz
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond
2021-04-13s390: Update ulpsAdhemerval Zanella
2021-04-13i386: Update ulpsAdhemerval Zanella
2021-04-13Improve documentation for malloc etc. (BZ#27719)Paul Eggert
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2021-04-12libsupport: Add support_select_normalizes_timeoutAdhemerval Zanella
2021-04-12libsupport: Add support_select_modifies_timeoutAdhemerval Zanella
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar
2021-04-12tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar
2021-04-12support: Add capability to fork an sgid childSiddhesh Poyarekar
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy
2021-04-12Further fixes for REALLOC_ZERO_BYTES_FREES commentPaul Eggert