about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella2020-10-136-0/+36
* manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]Benno Schulenberg2020-10-131-1/+1
* manual: replace an obsolete collation example with a valid oneBenno Schulenberg2020-10-131-3/+3
* rtld: fix typo in commentRolf Eike Beer2020-10-131-1/+1
* elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho2020-10-121-0/+1
* hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)Samuel Thibault2020-10-111-14/+74
* linux: Move xmknod{at} to compat symbolsAdhemerval Zanella2020-10-098-40/+101
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-0914-47/+354
* linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella2020-10-0921-31/+181
* linux: Disentangle fstatat from fxstatatAdhemerval Zanella2020-10-0926-45/+251
* linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella2020-10-098-0/+275
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-0913-493/+206
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-0958-172/+132
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-0967-493/+427
* <sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu2020-10-094-0/+27
* <sys/platform/x86.h>: Add Intel HRESET supportH.J. Lu2020-10-093-0/+7
* <sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu2020-10-094-0/+10
* <sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu2020-10-094-3/+10
* <sys/platform/x86.h>: Add Intel UINTR supportH.J. Lu2020-10-093-3/+7
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-093-14/+12
* elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer2020-10-091-0/+62
* elf: Add library search path information to ld.so --helpFlorian Weimer2020-10-091-0/+56
* sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]Martin Sebor2020-10-082-6/+7
* Avoid GCC 11 -Warray-parameter warnings [BZ #26686].Martin Sebor2020-10-081-2/+2
* elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer2020-10-082-26/+31
* elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer2020-10-082-1/+4
* elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer2020-10-081-11/+11
* scripts/update-copyrights: Update csu/version.c, elf/dl-usage.cFlorian Weimer2020-10-081-0/+6
* elf: Implement ld.so --versionFlorian Weimer2020-10-083-0/+20
* nptl: Add missing cancellation flags on lockfAdhemerval Zanella2020-10-081-2/+2
* Update mips64 libm-test-ulpsAdhemerval Zanella2020-10-081-1/+1
* Update alpha libm-test-ulpsAdhemerval Zanella2020-10-081-1/+1
* elf: Implement ld.so --helpFlorian Weimer2020-10-083-13/+75
* 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