| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 21 | -0/+23 |
* | 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 |
* | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer | 2021-07-15 | 62 | -30/+64 |
* | socket: Add hidden prototype for setsockopt | Florian Weimer | 2021-07-15 | 1 | -2/+3 |
* | Add static tests for __clone_internal | H.J. Lu | 2021-07-14 | 6 | -0/+509 |
* | x86-64: Add the clone3 wrapper | H.J. Lu | 2021-07-14 | 2 | -0/+94 |
* | Add an internal wrapper for clone, clone2 and clone3 | H.J. Lu | 2021-07-14 | 5 | -18/+170 |
* | Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071) | Adhemerval Zanella | 2021-07-12 | 5 | -12/+175 |
* | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer | 2021-07-12 | 4 | -9/+41 |
* | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 2021-07-09 | 17 | -600/+192 |
* | Force building with -fno-common | Florian Weimer | 2021-07-09 | 1 | -3/+2 |
* | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 2021-07-08 | 36 | -19/+83 |
* | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 2021-07-08 | 35 | -1/+166 |
* | linux: Add close_range | Adhemerval Zanella | 2021-07-08 | 37 | -1/+362 |
* | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer | 2021-07-07 | 1 | -1/+1 |
* | Update kernel version to 5.13 in tst-mman-consts.py | Joseph Myers | 2021-07-07 | 1 | -1/+1 |