summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/accept4.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-20Fix __ASSUME_ACCEPT4 issues (bug 16609).Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek
2009-05-21Remove __NR_accept4 definition.Jakub Jelinek
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper