summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dirent: Deprecate getdirentriesazanella/bz23960Adhemerval Zanella2020-10-023-3/+10
* linux: Use getdents64 on readdir64 compat implementationAdhemerval Zanella2020-10-024-113/+58
* linux: Add __old_readdir64_unlockedAdhemerval Zanella2020-10-023-67/+35
* linux: Add __readdir64_unlockedAdhemerval Zanella2020-10-023-68/+33
* linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]Adhemerval Zanella2020-10-0213-18/+333
* linux: Use getdents64 on non-LFS readdirAdhemerval Zanella2020-10-023-17/+131
* linux: Add __readdir_unlockedAdhemerval Zanella2020-10-023-67/+31
* linux: Simplify opendir buffer allocationAdhemerval Zanella2020-10-022-34/+21
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-0214-309/+462
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-0220-2/+69
* sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella2020-09-301-4/+8
* nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski2020-09-301-4/+4
* nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski2020-09-301-6/+6
* string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella2020-09-294-189/+818
* Set tunable value as well as min/max valuesH.J. Lu2020-09-293-8/+82
* ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic2020-09-295-3/+97
* Reversing calculation of __x86_shared_non_temporal_thresholdPatrick McGehearty2020-09-282-6/+16
* linux: Add time64 recvmmsg supportAdhemerval Zanella2020-09-282-11/+60
* linux: Add time64 support for nanosleepAdhemerval Zanella2020-09-282-0/+59
* linux: Consolidate utimesAdhemerval Zanella2020-09-283-81/+0
* linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella2020-09-281-10/+15
* linux: Add time64 sigtimedwait supportAdhemerval Zanella2020-09-282-8/+50
* linux: Add time64 select supportAdhemerval Zanella2020-09-283-23/+83
* nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella2020-09-281-4/+10
* sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella2020-09-281-8/+3
* hurd: add ST_RELATIMESamuel Thibault2020-09-271-1/+3
* intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar2020-09-258-57/+60
* bench-strcmp.c: Add workloads on page boundaryH.J. Lu2020-09-241-0/+56
* bench-strncmp.c: Add workloads on page boundaryH.J. Lu2020-09-241-0/+128
* strcmp: Add a testcase for page boundaryH.J. Lu2020-09-241-0/+33
* strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu2020-09-241-0/+33
* Set locale related environment variables in debugglibc.shArjun Shankar2020-09-241-0/+9
* benchtests: Run _Float128 tests only on architectures that support itArjun Shankar2020-09-234-7/+11
* powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly2020-09-221-1/+1
* x86: Harden printf against non-normal long double values (bug 26649)Florian Weimer2020-09-223-0/+64
* x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer2020-09-223-2/+1
* Define __THROW to noexcept for C++11 and laterJonathan Wakely2020-09-221-4/+8
* Update mallinfo2 ABI, and testDJ Delorie2020-09-1738-2/+128
* Allow memset local PLT reference for RISC-V.Alistair Francis2020-09-171-0/+1
* powerpc: fix ifunc implementation list for POWER9 strlen and stpcpyRaphael Moreira Zinsly2020-09-171-2/+2
* nscd: bump GC cycle during cache pruning (bug 26130)Andreas Schwab2020-09-172-2/+11
* x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]H.J. Lu2020-09-173-6/+4
* <sys/platform/x86.h>: Add Intel Key Locker supportH.J. Lu2020-09-164-3/+51
* Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab2020-09-163-3/+41
* pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]H.J. Lu2020-09-151-3/+6
* y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-145-14/+56
* hurd: Add __x86_get_cpu_features to ld.abilistH.J. Lu2020-09-131-0/+1
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-1118-247/+1176
* linux: Add time64 pselect supportAdhemerval Zanella2020-09-115-35/+115
* linux: Add time64 semtimedop supportAdhemerval Zanella2020-09-112-8/+55