about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* support: Add create_temp_file_in_dirAdhemerval Zanella2020-10-162-4/+15
* linux: Add __readdir_unlockedAdhemerval Zanella2020-10-163-67/+30
* linux: Simplify opendir buffer allocationAdhemerval Zanella2020-10-162-34/+20
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1614-309/+462
* linux: Add 64-bit time_t support for wait3Adhemerval Zanella2020-10-162-0/+48
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-166-79/+50
* linux: Fix time64 support for futimesatAdhemerval Zanella2020-10-162-54/+6
* linux: Use INTERNAL_SYSCALL on fstatat{64}Adhemerval Zanella2020-10-164-28/+34
* shm tests: Append PID to names passed to shm_open [BZ #26737]H.J. Lu2020-10-152-11/+35
* sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella2020-10-151-4/+5
* x86/CET: Update vfork to prevent child returnH.J. Lu2020-10-154-71/+113
* resolv: Serialize processing in resolv/tst-resolv-txnid-collisionFlorian Weimer2020-10-151-0/+5
* statfs: add missing f_flags assignmentChen Li2020-10-151-0/+1
* y2038: Remove not used __fstatat_time64 defineLukasz Majewski2020-10-151-1/+0
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-1510-31/+190
* sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella2020-10-143-13/+69
* sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella2020-10-143-7/+204
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
* resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer2020-10-143-20/+356
* support: Provide a way to clear the RA bit in DNS server responsesFlorian Weimer2020-10-142-1/+7
* support: Provide a way to reorder responses within the DNS test serverFlorian Weimer2020-10-145-28/+135
* 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