aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/accept4.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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-04-19Assume that accept4 is always available and worksFlorian Weimer1-62/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella1-11/+1
2015-05-22Remove socket.S implementationAdhemerval Zanella1-12/+13
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-20Fix __ASSUME_ACCEPT4 issues (bug 16609).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-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek1-0/+45
2009-05-21Remove __NR_accept4 definition.Jakub Jelinek1-3/+1
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper1-0/+54