aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-07-22posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault1-0/+15
2021-07-21ARC: elf: make type safeVineet Gupta1-13/+10
2021-07-21ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta1-8/+7
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer24-0/+212
2021-07-21Linux: Add time64 alias for prctlFlorian Weimer25-1/+72
2021-07-21io: Add time64 alias for fcntlFlorian Weimer21-0/+23
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer22-1/+24
2021-07-21RISC-V: Update rv64 ULPsDarius Rad1-58/+64
2021-07-19hurd: Add support for spawn_do_closefromSamuel Thibault2-1/+38
2021-07-19elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella3-1/+16
2021-07-19i386: Add the clone3 wrapperH.J. Lu2-0/+125
2021-07-19resolv: Move res_query functions into libcFlorian Weimer64-228/+444
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer64-76/+148
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer64-62/+132
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer64-124/+264
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer64-45/+82
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer64-31/+66
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer64-31/+66
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault1-3/+3
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer64-31/+66
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer64-31/+66
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer2-3/+4
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-2/+2
2021-07-14Add static tests for __clone_internalH.J. Lu6-0/+509
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu2-0/+94
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu5-18/+170
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault1-1/+1
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault4-0/+6
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2-8/+0
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella5-12/+175
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer5-10/+44
2021-07-11hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault1-3/+0
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu19-605/+223
2021-07-09Force building with -fno-commonFlorian Weimer3-9/+8
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu6-77/+72
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer1-8/+18
2021-07-08powerpc64le: Fix typo in configureAnton Blanchard2-2/+2
2021-07-08powerpc64: Remove strcspn ifunc from the loaderTulio Magno Quites Machado Filho1-0/+18
2021-07-08x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein1-2/+2
2021-07-08x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu3-0/+108
2021-07-08x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song2-58/+0
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella40-19/+116
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella36-1/+167