summaryrefslogtreecommitdiff
path: root/lib/dup3.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
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* 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
* dup2, dup3: work around another cygwin crasherEric Blake2013-09-261-0/+4
* 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
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* dup3: cleanupBruno Haible2011-04-301-14/+0
* maint: adjust cpp indentation to reflect nesting depthJim Meyering2011-02-221-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new definesPaul Eggert2010-09-101-7/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* fcntl: use to simplify other modulesEric Blake2009-12-161-119/+9
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-84/+84
* fchdir: use more consistent macro conventionEric Blake2009-09-021-3/+3
* fchdir: simplify error handling, and support dup3Eric Blake2009-09-021-0/+11
* Include string.h, for memset.Bruno Haible2009-08-241-0/+2
* Avoid running into nonexistent system calls repeatedly.Bruno Haible2009-08-241-3/+12
* Tolerate declared but missing dup3 syscall.Bruno Haible2009-08-241-0/+11
* New module 'dup3'.Bruno Haible2009-08-241-0/+200