summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2225-1/+99
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-223-3/+9
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-226-226/+57
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2264-225/+256
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2241-80/+447
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2260-325/+319
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-223-24/+18
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2241-465/+861
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2271-158/+865
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-228-49/+24
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-223-24/+6
* Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar2021-07-221-0/+3
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault2021-07-221-0/+1
* ARC: elf: make type safeVineet Gupta2021-07-211-13/+10
* ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta2021-07-211-8/+7
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-2122-0/+35
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2122-0/+34
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2125-1/+225
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-2125-1/+72
* io: Add time64 alias for fcntlFlorian Weimer2021-07-2124-7/+46
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-2126-3/+81
* RISC-V: Update rv64 ULPsDarius Rad2021-07-211-58/+64
* resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer2021-07-201-0/+8
* hurd: Add support for spawn_do_closefromSamuel Thibault2021-07-192-1/+38
* elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella2021-07-194-1/+19
* 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