aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella67-493/+427
2020-10-09<sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu4-0/+27
2020-10-09<sys/platform/x86.h>: Add Intel HRESET supportH.J. Lu3-0/+7
2020-10-09<sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu4-0/+10
2020-10-09<sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu4-3/+10
2020-10-09<sys/platform/x86.h>: Add Intel UINTR supportH.J. Lu3-3/+7
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer3-14/+12
2020-10-09elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer1-0/+62
2020-10-09elf: Add library search path information to ld.so --helpFlorian Weimer1-0/+56
2020-10-08sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]Martin Sebor2-6/+7
2020-10-08Avoid GCC 11 -Warray-parameter warnings [BZ #26686].Martin Sebor1-2/+2
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer2-26/+31
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2-1/+4
2020-10-08elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer1-11/+11
2020-10-08scripts/update-copyrights: Update csu/version.c, elf/dl-usage.cFlorian Weimer1-0/+6
2020-10-08elf: Implement ld.so --versionFlorian Weimer3-0/+20
2020-10-08nptl: Add missing cancellation flags on lockfAdhemerval Zanella1-2/+2
2020-10-08Update mips64 libm-test-ulpsAdhemerval Zanella1-1/+1
2020-10-08Update alpha libm-test-ulpsAdhemerval Zanella1-1/+1
2020-10-08elf: Implement ld.so --helpFlorian Weimer3-13/+75
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer5-6/+14
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer4-26/+65
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2-96/+157
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer2-0/+12
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab1-11/+11
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab10-19/+19
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2-0/+2
2020-10-07elf: Implement _dl_writeFlorian Weimer4-1/+93
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer3-2/+20
2020-10-07Linux: Require properly configured /dev/pts for PTYsFlorian Weimer6-209/+60
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2-20/+21
2020-10-07login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer1-35/+58
2020-10-06posix: Fix -Warray-bounds instances building timer_create [BZ #26687]Adhemerval Zanella8-89/+83
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu4-4/+4
2020-10-05Optimize scripts/merge-test-results.shDJ Delorie1-1/+6
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers5-17/+44
2020-10-05manual: Fix typoJonathan Wakely1-1/+1
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski8-31/+104
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2-0/+76
2020-10-02sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella3-10/+61
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella3-5/+196
2020-10-02sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella3-0/+100
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin4-1/+192
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy20-2/+69
2020-09-30sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella1-4/+8
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski1-4/+4
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski1-6/+6
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella4-189/+818
2020-09-29Set tunable value as well as min/max valuesH.J. Lu3-8/+82
2020-09-29ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic5-3/+97