aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer26-3/+81
2021-07-21RISC-V: Update rv64 ULPsDarius Rad1-58/+64
2021-07-20resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer1-0/+8
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 Zanella4-1/+19
2021-07-19i386: Add the clone3 wrapperH.J. Lu2-0/+125
2021-07-19nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer6-28/+100
2021-07-19resolv: Move nss_dns into libcFlorian Weimer6-57/+82
2021-07-19resolv: Move res_query functions into libcFlorian Weimer69-280/+520
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer69-104/+188
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer70-92/+177
2021-07-19resolv: Move res_hostalias into its own file, along with hostaliasFlorian Weimer3-30/+52
2021-07-19resolv: Move __res_context_hostalias into its own file and into libcFlorian Weimer5-42/+135
2021-07-19resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer6-60/+146
2021-07-19resolv: Move res_nameinquery to its own file and into libcFlorian Weimer6-43/+128
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer9-32/+57
2021-07-19resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer6-37/+92
2021-07-19resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer4-53/+135
2021-07-19resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer5-21/+51
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer69-153/+309
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer72-50/+178
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer70-49/+172
2021-07-19resolv: Move _getlong, _getshort, __putlong, __putshort to res-putgetFlorian Weimer3-15/+113
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer76-90/+219
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer69-60/+122
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer69-227/+274
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer69-157/+229
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer69-57/+117
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer69-70/+143
2021-07-19resolv: Deprecate legacy interfaces in libresolvFlorian Weimer4-41/+95
2021-07-19tst-safe-linking: make false positives even more improbableSiddhesh Poyarekar1-6/+25
2021-07-18htl: Do not expose pthread hidden proto outside libpthreadSamuel Thibault1-3/+3
2021-07-16elf: Fix a wrong array access on tst-tls20Adhemerval Zanella1-4/+4
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella1-0/+11
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer69-115/+187
2021-07-15resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer1-6/+0
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer69-161/+221
2021-07-15nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2-21/+20
2021-07-15resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2-73/+182
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer3-4/+6
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella8-33/+349
2021-07-14Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler4-8/+8
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. Lu8-88/+213
2021-07-14nss: Fix build error with --disable-nscdCooper Qu1-2/+4
2021-07-13htl: Fix linking static examples against libpthreadSamuel Thibault1-1/+1
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault5-0/+7
2021-07-13posix: Ignore non opened files on tst-spawn5Adhemerval Zanella1-19/+34
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu4-10/+5