summaryrefslogtreecommitdiff
path: root/lib/accept4.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* accept4: Fix typo in previous commitEric Blake2019-08-201-1/+1
* accept4: Support SOCK_NONBLOCK, if definedEric Blake2019-08-201-1/+20
* accept4: Fix compilation when native accept4() exists.Eric Blake2019-08-201-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Implement a way to opt out from MSVC support.Bruno Haible2017-05-101-1/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* accept4, dup3, pipe2: port to CygwinPaul Eggert2013-07-091-2/+2
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* accept4, fcntl, socket modules: Avoid warnings on x86_64 mingw64.Marc-André Lureau2012-01-281-1/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-32/+32
* Tolerate declared but missing accept4 syscall.Bruno Haible2009-08-251-0/+20
* New module 'accept4'.Bruno Haible2009-08-251-0/+108