Age | Commit message (Expand) | Author |
2021-07-21 | socket: Add time64 alias for recvmsg | Florian Weimer |
2021-07-21 | socket: Add time64 alias for sendmmsg | Florian Weimer |
2021-07-21 | Linux: Add time64 alias for prctl | Florian Weimer |
2021-07-21 | io: Add time64 alias for fcntl | Florian Weimer |
2021-07-21 | misc: Add time64 alias for ioctl | Florian Weimer |
2021-07-21 | RISC-V: Update rv64 ULPs | Darius Rad |
2021-07-20 | resolv: Do not install libnss_dns.a, libnss_dns.so | Florian Weimer |
2021-07-19 | hurd: Add support for spawn_do_closefrom | Samuel Thibault |
2021-07-19 | elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090) | Adhemerval Zanella |
2021-07-19 | i386: Add the clone3 wrapper | H.J. Lu |
2021-07-19 | nss: Directly load nss_dns, without going through dlsym/dlopen | Florian Weimer |
2021-07-19 | resolv: Move nss_dns into libc | Florian Weimer |
2021-07-19 | resolv: Move res_query functions into libc | Florian Weimer |
2021-07-19 | resolv: Move res_mkquery, res_nmkquery into libc | Florian Weimer |
2021-07-19 | resolv: Move res_send, res_nsend into libc | Florian Weimer |
2021-07-19 | resolv: Move res_hostalias into its own file, along with hostalias | Florian Weimer |
2021-07-19 | resolv: Move __res_context_hostalias into its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move res_queriesmatch to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move res_nameinquery to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_samename into its own file, and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_makecanon into its own file, and into libc | Florian Weimer |
2021-07-19 | resolv: Move res_isourserver to its own file and reformat to GNU style | Florian Weimer |
2021-07-19 | resolv: Move __res_get_nsaddr to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer |
2021-07-19 | resolv: Move dn_skipname to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move dn_comp to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget | Florian Weimer |
2021-07-19 | resolv: Move dn_expand to its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer |
2021-07-19 | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer |
2021-07-19 | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer |
2021-07-19 | tst-safe-linking: make false positives even more improbable | Siddhesh Poyarekar |
2021-07-18 | htl: Do not expose pthread hidden proto outside libpthread | Samuel Thibault |
2021-07-16 | elf: Fix a wrong array access on tst-tls20 | Adhemerval Zanella |
2021-07-15 | elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089) | Adhemerval Zanella |
2021-07-15 | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer |
2021-07-15 | resolv: Remove unnecessary res_isourserver_p call from send_dg | Florian Weimer |
2021-07-15 | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer |
2021-07-15 | nss_dns: Do not use deprecated packet parsing functions | Florian Weimer |
2021-07-15 | resolv: Sort Makefile routines and Versions lexicographically | Florian Weimer |
2021-07-15 | socket: Add hidden prototype for setsockopt | Florian Weimer |
2021-07-14 | elf: Fix DTV gap reuse logic (BZ #27135) | Adhemerval Zanella |
2021-07-14 | Fix linknamespace errors and local-plt-usages in nss_files. | Stefan Liebler |
2021-07-14 | Add static tests for __clone_internal | H.J. Lu |
2021-07-14 | x86-64: Add the clone3 wrapper | H.J. Lu |
2021-07-14 | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu |
2021-07-14 | nss: Fix build error with --disable-nscd | Cooper Qu |