about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2271-158/+865
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-228-49/+24
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-223-24/+6
* Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar2021-07-221-0/+3
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault2021-07-221-0/+1
* 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-2122-0/+35
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2122-0/+34
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2125-1/+225
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-2125-1/+72
* io: Add time64 alias for fcntlFlorian Weimer2021-07-2124-7/+46
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-2126-3/+81
* RISC-V: Update rv64 ULPsDarius Rad2021-07-211-58/+64
* resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer2021-07-201-0/+8
* 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-194-1/+19
* i386: Add the clone3 wrapperH.J. Lu2021-07-192-0/+125
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-196-28/+100
* resolv: Move nss_dns into libcFlorian Weimer2021-07-196-57/+82
* resolv: Move res_query functions into libcFlorian Weimer2021-07-1969-280/+520
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-1969-104/+188
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-1970-92/+177
* resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer2021-07-193-30/+52
* resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer2021-07-195-42/+135
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-196-60/+146
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-196-43/+128
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-199-32/+57
* resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer2021-07-196-37/+92
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-194-53/+135
* resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer2021-07-195-21/+51
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-1969-153/+309
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-1972-50/+178
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-1970-49/+172
* resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer2021-07-193-15/+113
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-1976-90/+219
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-1969-60/+122
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-1969-227/+274
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-1969-157/+229
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-1969-57/+117
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-1969-70/+143
* resolv: Deprecate legacy interfaces in libresolvFlorian Weimer2021-07-194-41/+95
* tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar2021-07-191-6/+25
* htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault2021-07-181-3/+3
* elf: Fix a wrong array access on tst-tls20Adhemerval Zanella2021-07-161-4/+4
* elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella2021-07-151-0/+11
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-1569-115/+187
* resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer2021-07-151-6/+0
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1569-161/+221