summaryrefslogtreecommitdiff
path: root/lib/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fcntl: Work around NetBSD bug with F_DUPFD_CLOEXEC.Bruno Haible2020-11-291-1/+3
* fcntl: On native Windows, use _setmode, not setmode.Bruno Haible2020-08-111-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Include <stdlib.h> when needed.Bruno Haible2019-06-301-0/+1
* fcntl: Fix syntax error (regression from 2018-10-05).KO Myung-Hun2019-01-171-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* fcntl: Make it possible to namespace the defined symbol, part 2.Bruno Haible2018-10-051-17/+16
* fcntl: Make it possible to namespace the defined symbol.Bruno Haible2018-10-051-177/+204
* Fix typo in comment in yesterday's commit.Bruno Haible2018-09-071-1/+1
* fcntl: Fix F_DUPFD_CLOEXEC behaviour on Haiku.Bruno Haible2018-09-061-2/+9
* fcntl: Don't access nonexistent optional argument.Bruno Haible2018-09-061-2/+177
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-2/+2
* 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
* dup, dup2, fcntl: support a directory fd on OS/2 kLIBCKO Myung-Hun2016-01-141-0/+87
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* modules/fcntl: fix error reporting by dupfdEli Zaretskii2014-10-071-3/+19
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* accept4, fcntl, socket modules: Avoid warnings on x86_64 mingw64.Marc-André Lureau2012-01-281-1/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-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/+3
* fcntl: work around Haiku F_DUPFD bugsEric Blake2011-01-261-0/+14
* 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
* Reduce namespace pollution on glibc systems.Bruno Haible2009-12-241-0/+1
* fcntl: port portions of fcntl to mingwEric Blake2009-12-161-6/+169
* fcntl: work around cygwin bug in F_DUPFDEric Blake2009-12-161-7/+33
* fcntl: support F_DUPFD_CLOEXEC on systems with fcntlEric Blake2009-12-161-0/+104