aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar52-20/+64
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar32-0/+256
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar37-0/+296
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer24-0/+212
2021-07-21Linux: Add time64 alias for prctlFlorian Weimer25-1/+72
2021-07-21io: Add time64 alias for fcntlFlorian Weimer21-0/+23
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer21-0/+23
2021-07-19i386: Add the clone3 wrapperH.J. Lu2-0/+125
2021-07-19resolv: Move res_query functions into libcFlorian Weimer62-222/+432
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer62-74/+144
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer62-60/+128
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer62-120/+256
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer62-44/+80
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer62-30/+64
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer62-30/+64
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer62-30/+64
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer62-30/+64
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer1-2/+3
2021-07-14Add static tests for __clone_internalH.J. Lu6-0/+509
2021-07-14x86-64: Add the clone3 wrapperH.J. Lu2-0/+94
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu5-18/+170
2021-07-12Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella5-12/+175
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer4-9/+41
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu17-600/+192
2021-07-09Force building with -fno-commonFlorian Weimer1-3/+2
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella36-19/+83
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella35-1/+166
2021-07-08linux: Add close_rangeAdhemerval Zanella37-1/+362
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-1/+1
2021-07-07Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer32-64/+0
2021-07-06linux: Fix setsockopt fallbackAdhemerval Zanella1-1/+3
2021-07-06linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella1-2/+5
2021-07-06linux: Consolidate Linux setsockopt implementationAdhemerval Zanella15-14/+5
2021-07-06linux: Consolidate Linux getsockopt implementationAdhemerval Zanella15-14/+5
2021-07-05linux: Check for null value msghdr struct before useKhem Raj2-2/+4
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer64-145/+307
2021-07-01Update syscall lists for Linux 5.13Joseph Myers26-2/+80
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler1-0/+1
2021-06-30Linux: Avoid calling malloc indirectly from __get_nprocsFlorian Weimer1-26/+57
2021-06-30login: Move libutil into libcFlorian Weimer66-188/+454
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer4-0/+5
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella32-0/+32