summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu2021-07-285-0/+25
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault2021-07-271-0/+1
* i386: Regenerate ulpsArjun Shankar2021-07-252-61/+61
* x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu2021-07-2313-556/+560
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-231-2/+6
* hurd: Fix glob lstat compatibilitySamuel Thibault2021-07-221-1/+2
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2221-0/+23
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2221-0/+23
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2258-58/+58
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2234-0/+234
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2256-23/+66
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2233-0/+264
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2241-1/+308
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* ARC: elf: make type safeVineet Gupta2021-07-211-13/+10
* ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta2021-07-211-8/+7
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2124-0/+212
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-2125-1/+72
* io: Add time64 alias for fcntlFlorian Weimer2021-07-2121-0/+23
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-2122-1/+24
* RISC-V: Update rv64 ULPsDarius Rad2021-07-211-58/+64
* hurd: Add support for spawn_do_closefromSamuel Thibault2021-07-192-1/+38
* elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella2021-07-193-1/+16
* i386: Add the clone3 wrapperH.J. Lu2021-07-192-0/+125
* resolv: Move res_query functions into libcFlorian Weimer2021-07-1964-228/+444
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-1964-76/+148
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-1964-62/+132
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-1964-124/+264
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-1964-45/+82
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-1964-31/+66
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-1964-31/+66
* htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault2021-07-181-3/+3
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-1564-31/+66
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1564-31/+66
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-152-3/+4
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-2/+2
* Add static tests for __clone_internalH.J. Lu2021-07-146-0/+509
* x86-64: Add the clone3 wrapperH.J. Lu2021-07-142-0/+94
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-145-18/+170
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-134-0/+6
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-122-8/+0