about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-261-21/+10
* powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song2021-08-243-0/+40
* mips: increase stack alignment in clone to match the ABIXi Ruoyao2021-08-131-3/+3
* mips: align stack in clone [BZ #28223]Xi Ruoyao2021-08-121-0/+7
* Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers2021-08-099-7/+52
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-091-1/+1
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-1/+1
* linux: Add sparck brk implementationAdhemerval Zanella2021-08-041-0/+58
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2221-0/+23
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2221-0/+23
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2256-56/+56
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2232-0/+224
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2252-20/+64
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2232-0/+256
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2237-0/+296
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2121-0/+23
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2124-0/+212
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-2125-1/+72
* io: Add time64 alias for fcntlFlorian Weimer2021-07-2121-0/+23
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-2122-1/+24
* i386: Add the clone3 wrapperH.J. Lu2021-07-192-0/+125
* resolv: Move res_query functions into libcFlorian Weimer2021-07-1962-222/+432
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-1962-74/+144
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-1962-60/+128
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-1962-120/+256
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-1962-44/+80
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-1562-30/+64
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1562-30/+64
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-151-2/+3
* Add static tests for __clone_internalH.J. Lu2021-07-146-0/+509
* x86-64: Add the clone3 wrapperH.J. Lu2021-07-142-0/+94
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-145-18/+170
* Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella2021-07-125-12/+175
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-124-9/+41
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-0917-600/+192
* Force building with -fno-commonFlorian Weimer2021-07-091-3/+2
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-0836-19/+83
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-0835-1/+166
* linux: Add close_rangeAdhemerval Zanella2021-07-0837-1/+362
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+1
* Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers2021-07-071-1/+1