aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer
2021-07-21Linux: Add time64 alias for prctlFlorian Weimer
2021-07-21io: Add time64 alias for fcntlFlorian Weimer
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer
2021-07-19i386: Add the clone3 wrapperH.J. Lu
2021-07-19resolv: Move res_query functions into libcFlorian Weimer
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer
2021-07-14Add static tests for __clone_internalH.J. Lu
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-08linux: Add close_rangeAdhemerval Zanella
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-07-07Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer
2021-07-06linux: Fix setsockopt fallbackAdhemerval Zanella
2021-07-06linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella
2021-07-06linux: Consolidate Linux setsockopt implementationAdhemerval Zanella
2021-07-06linux: Consolidate Linux getsockopt implementationAdhemerval Zanella
2021-07-05linux: Check for null value msghdr struct before useKhem Raj
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer