about summary refs log tree commit diff
path: root/src/network/recvmmsg.c
Commit message (Expand)AuthorAgeFilesLines
* hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2019-12-171-4/+10
* fix regression in recvmmsg with no timeoutRich Felker2019-08-071-1/+1
* recvmmsg: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+18
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+15