aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-15sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella
2020-10-15x86/CET: Update vfork to prevent child returnH.J. Lu
2020-10-15resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer
2020-10-15statfs: add missing f_flags assignmentChen Li
2020-10-15y2038: Remove not used __fstatat_time64 defineLukasz Majewski
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-14sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella
2020-10-14sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra
2020-10-14resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer
2020-10-14support: Provide a way to clear the RA bit in DNS server responsesFlorian Weimer
2020-10-14support: Provide a way to reorder responses within the DNS test serverFlorian Weimer
2020-10-13Add missing stat/mknod symbol on libc.abilist some ABIsAdhemerval Zanella
2020-10-13manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]Benno Schulenberg
2020-10-13manual: replace an obsolete collation example with a valid oneBenno Schulenberg
2020-10-13rtld: fix typo in commentRolf Eike Beer
2020-10-12elf: Add missing <dl-procinfo.h> header to elf/dl-usage.cMatheus Castanho
2020-10-11hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)Samuel Thibault
2020-10-09linux: Move xmknod{at} to compat symbolsAdhemerval Zanella
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella
2020-10-09linux: Move {f}xstat{at} to compat symbolsAdhemerval Zanella
2020-10-09linux: Disentangle fstatat from fxstatatAdhemerval Zanella
2020-10-09linux: Implement {l}fstat{at} in terms of fstatatAdhemerval Zanella
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-09<sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add Intel HRESET supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add Intel UINTR supportH.J. Lu
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer
2020-10-09elf: Enhance ld.so --help to print HWCAP subdirectoriesFlorian Weimer
2020-10-09elf: Add library search path information to ld.so --helpFlorian Weimer
2020-10-08sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]Martin Sebor
2020-10-08Avoid GCC 11 -Warray-parameter warnings [BZ #26686].Martin Sebor
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer
2020-10-08elf: Print the full name of the dynamic loader in the ld.so help messageFlorian Weimer
2020-10-08elf: Use the term "program interpreter" in the ld.so help messageFlorian Weimer
2020-10-08scripts/update-copyrights: Update csu/version.c, elf/dl-usage.cFlorian Weimer
2020-10-08elf: Implement ld.so --versionFlorian Weimer
2020-10-08nptl: Add missing cancellation flags on lockfAdhemerval Zanella
2020-10-08Update mips64 libm-test-ulpsAdhemerval Zanella
2020-10-08Update alpha libm-test-ulpsAdhemerval Zanella
2020-10-08elf: Implement ld.so --helpFlorian Weimer
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer
2020-10-08elf: Implement __rtld_malloc_is_completeFlorian Weimer
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab