about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-085-6/+14
* elf: Move ld.so error/help output to _dl_usageFlorian Weimer2020-10-084-26/+65
* elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2020-10-082-96/+157
* elf: Implement __rtld_malloc_is_completeFlorian Weimer2020-10-082-0/+12
* __vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab2020-10-081-11/+11
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-0810-19/+19
* nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2020-10-072-0/+2
* elf: Implement _dl_writeFlorian Weimer2020-10-074-1/+93
* elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2020-10-073-2/+20
* Linux: Require properly configured /dev/pts for PTYsFlorian Weimer2020-10-076-209/+60
* Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2020-10-072-20/+21
* login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer2020-10-071-35/+58
* posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella2020-10-068-89/+83
* Replace Minumum/minumum with Minimum/minimumH.J. Lu2020-10-064-4/+4
* Optimize scripts/merge-test-results.shDJ Delorie2020-10-051-1/+6
* Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers2020-10-055-17/+44
* manual: Fix typoJonathan Wakely2020-10-051-1/+1
* y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski2020-10-048-31/+104
* Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2020-10-042-0/+76
* sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella2020-10-023-10/+61
* sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella2020-10-023-5/+196
* sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella2020-10-023-0/+100
* sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin2020-10-024-1/+192
* 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