| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Add FUTEX_LOCK_PI2 | Kurt Kanzenbach | 2021-10-01 | 1 | -0/+8 |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 30 | -0/+1672 |
* | Linux: Simplify __opensock and fix race condition [BZ #28353] | Florian Weimer | 2021-09-28 | 2 | -116/+0 |
* | linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310) | Adhemerval Zanella | 2021-09-27 | 1 | -5/+134 |
* | linux: Simplify get_nprocs | Adhemerval Zanella | 2021-09-27 | 1 | -50/+18 |
* | misc: Add __get_nprocs_sched | Adhemerval Zanella | 2021-09-27 | 1 | -0/+6 |
* | Linux: Avoid closing -1 on failure in __closefrom_fallback | Florian Weimer | 2021-09-24 | 1 | -1/+1 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 30 | -0/+280 |
* | Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l... | Joseph Myers | 2021-09-14 | 1 | -0/+4 |
* | Update kernel version to 5.14 in tst-mman-consts.py | Joseph Myers | 2021-09-14 | 1 | -1/+1 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 30 | -0/+280 |
* | Update syscall lists for Linux 5.14 | Joseph Myers | 2021-09-08 | 26 | -2/+33 |
* | MIPS: Setup errno for {f,l,}xstat | Jiaxun Yang | 2021-09-07 | 3 | -3/+9 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 247 | -261/+0 |
* | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella | 2021-08-26 | 1 | -21/+10 |
* | powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it | Fangrui Song | 2021-08-24 | 3 | -0/+40 |
* | mips: increase stack alignment in clone to match the ABI | Xi Ruoyao | 2021-08-13 | 1 | -3/+3 |
* | mips: align stack in clone [BZ #28223] | Xi Ruoyao | 2021-08-12 | 1 | -0/+7 |
* | Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h | Joseph Myers | 2021-08-09 | 9 | -7/+52 |
* | librt: fix NULL pointer dereference (bug 28213) | Nikita Popov | 2021-08-09 | 1 | -1/+1 |
* | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer | 2021-08-06 | 1 | -1/+1 |
* | linux: Add sparck brk implementation | Adhemerval Zanella | 2021-08-04 | 1 | -0/+58 |
* | Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER | H.J. Lu | 2021-07-28 | 3 | -3/+3 |
* | socket: Add time64 alias for setsockopt | Florian Weimer | 2021-07-22 | 21 | -0/+23 |
* | socket: Add time64 alias for getsockopt | Florian Weimer | 2021-07-22 | 21 | -0/+23 |
* | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 2021-07-22 | 56 | -56/+56 |
* | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 32 | -0/+224 |
* | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 52 | -20/+64 |
* | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 2021-07-22 | 32 | -0/+256 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 37 | -0/+296 |
* | socket: Add time64 alias for sendmsg | Florian Weimer | 2021-07-21 | 21 | -0/+23 |
* | socket: Add time64 alias for recvmsg | Florian Weimer | 2021-07-21 | 21 | -0/+23 |
* | socket: Add time64 alias for sendmmsg | Florian Weimer | 2021-07-21 | 24 | -0/+212 |
* | 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 | 21 | -0/+23 |
* | misc: Add time64 alias for ioctl | Florian Weimer | 2021-07-21 | 22 | -1/+24 |
* | i386: Add the clone3 wrapper | H.J. Lu | 2021-07-19 | 2 | -0/+125 |
* | resolv: Move res_query functions into libc | Florian Weimer | 2021-07-19 | 62 | -222/+432 |
* | resolv: Move res_mkquery, res_nmkquery into libc | Florian Weimer | 2021-07-19 | 62 | -74/+144 |
* | resolv: Move res_send, res_nsend into libc | Florian Weimer | 2021-07-19 | 62 | -60/+128 |
* | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 2021-07-19 | 62 | -120/+256 |
* | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -44/+80 |
* | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 2021-07-19 | 62 | -30/+64 |
* | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer | 2021-07-15 | 62 | -30/+64 |