summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nss_dns: Do not use deprecated packet parsing functionsFlorian Weimer2021-07-152-21/+20
* resolv: Sort Makefile routines and Versions lexicographicallyFlorian Weimer2021-07-152-73/+182
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-153-4/+6
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-148-33/+349
* Fix linknamespace errors and local-plt-usages in nss_files.Stefan Liebler2021-07-144-8/+8
* 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-148-88/+213
* nss: Fix build error with --disable-nscdCooper Qu2021-07-141-2/+4
* htl: Fix linking static examples against libpthreadSamuel Thibault2021-07-131-1/+1
* htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault2021-07-135-0/+7
* posix: Ignore non opened files on tst-spawn5Adhemerval Zanella2021-07-131-19/+34
* mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu2021-07-124-10/+5
* Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella2021-07-125-12/+175
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-127-17/+47
* Fix failing nss/tst-nss-files-hosts-long.Stefan Liebler2021-07-121-0/+0
* nis: nis_local_group may read from __nisgroup[-1] (bug 28075)Florian Weimer2021-07-121-0/+1
* hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault2021-07-111-3/+0