about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/accept4.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers2017-05-091-8/+3
* Assume that accept4 is always available and worksFlorian Weimer2017-04-191-62/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-041-11/+1
* Remove socket.S implementationAdhemerval Zanella2015-05-221-12/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix __ASSUME_ACCEPT4 issues (bug 16609).Joseph Myers2014-02-201-2/+11
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Implement accept4 for more archs using socketcall.Jakub Jelinek2009-05-221-0/+45
* Remove __NR_accept4 definition.Jakub Jelinek2009-05-211-3/+1
* * socket/sys/socket.h: Declare accept4.Ulrich Drepper2008-12-031-0/+54