summaryrefslogtreecommitdiff
path: root/src/network/recvmmsg.c
AgeCommit message (Expand)AuthorLines
2019-12-17hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker-4/+10
2019-08-07fix regression in recvmmsg with no timeoutRich Felker-1/+1
2019-07-29recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+18
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+15