Age | Commit message (Expand) | Author | Files | Lines |
2021-07-19 | resolv: Move ns_makecanon into its own file, and into libc | Florian Weimer | 6 | -37/+92 |
2021-07-19 | resolv: Move res_isourserver to its own file and reformat to GNU style | Florian Weimer | 4 | -53/+135 |
2021-07-19 | resolv: Move __res_get_nsaddr to its own file and into libc | Florian Weimer | 5 | -21/+51 |
2021-07-19 | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 69 | -153/+309 |
2021-07-19 | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 72 | -50/+178 |
2021-07-19 | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 70 | -49/+172 |
2021-07-19 | resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget | Florian Weimer | 3 | -15/+113 |
2021-07-19 | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 76 | -90/+219 |
2021-07-19 | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 69 | -60/+122 |
2021-07-19 | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 69 | -227/+274 |
2021-07-19 | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 69 | -157/+229 |
2021-07-19 | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 69 | -57/+117 |
2021-07-19 | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 69 | -70/+143 |
2021-07-19 | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer | 4 | -41/+95 |
2021-07-19 | tst-safe-linking: make false positives even more improbable | Siddhesh Poyarekar | 1 | -6/+25 |
2021-07-18 | htl: Do not expose pthread hidden proto outside libpthread | Samuel Thibault | 1 | -3/+3 |
2021-07-16 | elf: Fix a wrong array access on tst-tls20 | Adhemerval Zanella | 1 | -4/+4 |
2021-07-15 | elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089) | Adhemerval Zanella | 1 | -0/+11 |
2021-07-15 | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer | 69 | -115/+187 |
2021-07-15 | resolv: Remove unnecessary res_isourserver_p call from send_dg | Florian Weimer | 1 | -6/+0 |
2021-07-15 | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer | 69 | -161/+221 |
2021-07-15 | nss_dns: Do not use deprecated packet parsing functions | Florian Weimer | 2 | -21/+20 |
2021-07-15 | resolv: Sort Makefile routines and Versions lexicographically | Florian Weimer | 2 | -73/+182 |
2021-07-15 | socket: Add hidden prototype for setsockopt | Florian Weimer | 3 | -4/+6 |
2021-07-14 | elf: Fix DTV gap reuse logic (BZ #27135) | Adhemerval Zanella | 8 | -33/+349 |
2021-07-14 | Fix linknamespace errors and local-plt-usages in nss_files. | Stefan Liebler | 4 | -8/+8 |
2021-07-14 | Add static tests for __clone_internal | H.J. Lu | 6 | -0/+509 |
2021-07-14 | x86-64: Add the clone3 wrapper | H.J. Lu | 2 | -0/+94 |
2021-07-14 | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu | 8 | -88/+213 |
2021-07-14 | nss: Fix build error with --disable-nscd | Cooper Qu | 1 | -2/+4 |
2021-07-13 | htl: Fix linking static examples against libpthread | Samuel Thibault | 1 | -1/+1 |
2021-07-13 | htl: Let libc call __pthread_mutex_{,try,un}lock | Samuel Thibault | 5 | -0/+7 |
2021-07-13 | posix: Ignore non opened files on tst-spawn5 | Adhemerval Zanella | 1 | -19/+34 |
2021-07-12 | mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068] | H.J. Lu | 4 | -10/+5 |
2021-07-12 | Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071) | Adhemerval Zanella | 5 | -12/+175 |
2021-07-12 | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer | 7 | -17/+47 |
2021-07-12 | Fix failing nss/tst-nss-files-hosts-long. | Stefan Liebler | 1 | -0/+0 |
2021-07-12 | nis: nis_local_group may read from __nisgroup[-1] (bug 28075) | Florian Weimer | 1 | -0/+1 |
2021-07-11 | hurd _Fork: Drop duplicate malloc_fork_lock calls | Samuel Thibault | 1 | -3/+0 |
2021-07-11 | support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ | H.J. Lu | 1 | -2/+2 |
2021-07-09 | support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ) | H.J. Lu | 1 | -4/+5 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 26 | -626/+266 |
2021-07-09 | Force building with -fno-common | Florian Weimer | 21 | -54/+43 |
2021-07-09 | Add a generic malloc test for MALLOC_ALIGNMENT | H.J. Lu | 8 | -61/+89 |
2021-07-09 | Properly run tst-spawn5 directly [BZ #28067] | H.J. Lu | 1 | -11/+21 |
2021-07-09 | build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb | Florian Weimer | 1 | -0/+3 |
2021-07-09 | nptl: Use out-of-line wake function in __libc_lock_unlock slow path | Florian Weimer | 3 | -8/+33 |
2021-07-08 | powerpc64le: Fix typo in configure | Anton Blanchard | 2 | -2/+2 |
2021-07-08 | powerpc64: Remove strcspn ifunc from the loader | Tulio Magno Quites Machado Filho | 1 | -0/+18 |
2021-07-08 | x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064] | Noah Goldstein | 1 | -2/+2 |