| Commit message (Expand) | Author | Age | Files | Lines |
* | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 2021-07-22 | 64 | -225/+256 |
* | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 41 | -80/+447 |
* | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 60 | -325/+319 |
* | Simplify __malloc_initialized | Siddhesh Poyarekar | 2021-07-22 | 3 | -24/+18 |
* | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 2021-07-22 | 41 | -465/+861 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 71 | -158/+865 |
* | Remove __morecore and __default_morecore | Siddhesh Poyarekar | 2021-07-22 | 8 | -49/+24 |
* | Remove __after_morecore_hook | Siddhesh Poyarekar | 2021-07-22 | 3 | -24/+6 |
* | Make mcheck tests conditional on GLIBC_2.23 or earlier | Siddhesh Poyarekar | 2021-07-22 | 1 | -0/+3 |
* | posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) support | Samuel Thibault | 2021-07-22 | 1 | -0/+15 |
* | malloc: Fix tst-mallocfork3-malloc-check link | Samuel Thibault | 2021-07-22 | 1 | -0/+1 |
* | ARC: elf: make type safe | Vineet Gupta | 2021-07-21 | 1 | -13/+10 |
* | ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearing | Vineet Gupta | 2021-07-21 | 1 | -8/+7 |
* | socket: Add time64 alias for sendmsg | Florian Weimer | 2021-07-21 | 22 | -0/+35 |
* | socket: Add time64 alias for recvmsg | Florian Weimer | 2021-07-21 | 22 | -0/+34 |
* | socket: Add time64 alias for sendmmsg | Florian Weimer | 2021-07-21 | 25 | -1/+225 |
* | Linux: Add time64 alias for prctl | Florian Weimer | 2021-07-21 | 25 | -1/+72 |
* | io: Add time64 alias for fcntl | Florian Weimer | 2021-07-21 | 24 | -7/+46 |
* | misc: Add time64 alias for ioctl | Florian Weimer | 2021-07-21 | 26 | -3/+81 |
* | RISC-V: Update rv64 ULPs | Darius Rad | 2021-07-21 | 1 | -58/+64 |
* | resolv: Do not install libnss_dns.a, libnss_dns.so | Florian Weimer | 2021-07-20 | 1 | -0/+8 |
* | hurd: Add support for spawn_do_closefrom | Samuel Thibault | 2021-07-19 | 2 | -1/+38 |
* | elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090) | Adhemerval Zanella | 2021-07-19 | 4 | -1/+19 |
* | i386: Add the clone3 wrapper | H.J. Lu | 2021-07-19 | 2 | -0/+125 |
* | nss: Directly load nss_dns, without going through dlsym/dlopen | Florian Weimer | 2021-07-19 | 6 | -28/+100 |
* | resolv: Move nss_dns into libc | Florian Weimer | 2021-07-19 | 6 | -57/+82 |
* | resolv: Move res_query functions into libc | Florian Weimer | 2021-07-19 | 69 | -280/+520 |
* | resolv: Move res_mkquery, res_nmkquery into libc | Florian Weimer | 2021-07-19 | 69 | -104/+188 |
* | resolv: Move res_send, res_nsend into libc | Florian Weimer | 2021-07-19 | 70 | -92/+177 |
* | resolv: Move res_hostalias into its own file, along with hostalias | Florian Weimer | 2021-07-19 | 3 | -30/+52 |
* | resolv: Move __res_context_hostalias into its own file and into libc | Florian Weimer | 2021-07-19 | 5 | -42/+135 |
* | resolv: Move res_queriesmatch to its own file and into libc | Florian Weimer | 2021-07-19 | 6 | -60/+146 |
* | resolv: Move res_nameinquery to its own file and into libc | Florian Weimer | 2021-07-19 | 6 | -43/+128 |
* | resolv: Move ns_samename into its own file, and into libc | Florian Weimer | 2021-07-19 | 9 | -32/+57 |
* | resolv: Move ns_makecanon into its own file, and into libc | Florian Weimer | 2021-07-19 | 6 | -37/+92 |
* | resolv: Move res_isourserver to its own file and reformat to GNU style | Florian Weimer | 2021-07-19 | 4 | -53/+135 |
* | resolv: Move __res_get_nsaddr to its own file and into libc | Florian Weimer | 2021-07-19 | 5 | -21/+51 |
* | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 2021-07-19 | 69 | -153/+309 |
* | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 2021-07-19 | 72 | -50/+178 |
* | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 2021-07-19 | 70 | -49/+172 |
* | resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget | Florian Weimer | 2021-07-19 | 3 | -15/+113 |
* | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 2021-07-19 | 76 | -90/+219 |
* | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 2021-07-19 | 69 | -60/+122 |
* | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 2021-07-19 | 69 | -227/+274 |
* | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 2021-07-19 | 69 | -157/+229 |
* | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 2021-07-19 | 69 | -57/+117 |
* | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 2021-07-19 | 69 | -70/+143 |
* | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer | 2021-07-19 | 4 | -41/+95 |
* | tst-safe-linking: make false positives even more improbable | Siddhesh Poyarekar | 2021-07-19 | 1 | -6/+25 |
* | htl: Do not expose pthread hidden proto outside libpthread | Samuel Thibault | 2021-07-18 | 1 | -3/+3 |