aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-08-04Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella1-0/+58
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar1-3/+3
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar1-0/+2
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu5-0/+25
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu3-3/+3
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault1-0/+1
2021-07-25i386: Regenerate ulpsArjun Shankar2-61/+61
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu13-556/+560
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar1-2/+6
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault1-1/+2
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer21-0/+23
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer21-0/+23
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar58-58/+58
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar34-0/+234
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar56-23/+66
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar33-0/+264
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar41-1/+308
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