Age | Commit message (Expand) | Author |
2021-08-26 | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella |
2021-08-24 | powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it | Fangrui Song |
2021-08-13 | mips: increase stack alignment in clone to match the ABI | Xi Ruoyao |
2021-08-12 | mips: align stack in clone [BZ #28223] | Xi Ruoyao |
2021-08-09 | Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h | Joseph Myers |
2021-08-09 | librt: fix NULL pointer dereference (bug 28213) | Nikita Popov |
2021-08-06 | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer |
2021-08-04 | linux: Add sparck brk implementation | Adhemerval Zanella |
2021-07-28 | Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER | H.J. Lu |
2021-07-22 | socket: Add time64 alias for setsockopt | Florian Weimer |
2021-07-22 | socket: Add time64 alias for getsockopt | Florian Weimer |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar |
2021-07-22 | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar |
2021-07-22 | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar |
2021-07-21 | socket: Add time64 alias for sendmsg | Florian Weimer |
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-19 | i386: Add the clone3 wrapper | H.J. Lu |
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: 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 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-15 | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer |
2021-07-15 | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer |
2021-07-15 | socket: Add hidden prototype for setsockopt | Florian Weimer |
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-12 | Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071) | Adhemerval Zanella |
2021-07-12 | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN | Florian Weimer |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu |
2021-07-09 | Force building with -fno-common | Florian Weimer |
2021-07-08 | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella |
2021-07-08 | io: Add closefrom [BZ #10353] | Adhemerval Zanella |
2021-07-08 | linux: Add close_range | Adhemerval Zanella |
2021-07-07 | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer |
2021-07-07 | Update kernel version to 5.13 in tst-mman-consts.py | Joseph Myers |