aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/recvmmsg.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella1-11/+25
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-06-15linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella1-2/+15
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella1-11/+52
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers1-8/+3
2017-05-09Simplify recvmmsg code.Joseph Myers1-61/+9
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella1-39/+22
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella1-22/+39
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella1-10/+1
2015-05-22Remove socket.S implementationAdhemerval Zanella1-12/+13
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-20Sync recvmmsg prototype with kernel usage.Ondřej Bílka1-3/+3
2014-02-20Fix __ASSUME_RECVMMSG issues (bug 16610).Joseph Myers1-2/+11
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-9/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-05-21Implement recvmmsg also as socketcallAndreas Schwab1-0/+100