summaryrefslogtreecommitdiff
path: root/lib/open.c
Commit message (Expand)AuthorAgeFilesLines
* nonblocking: provide O_NONBLOCK for mingwEric Blake2011-04-081-0/+9
* 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-1/+2
* 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-15/+15
* open: fix opening directory on mingwEric Blake2009-10-021-1/+1
* open, openat: minor optimizationEric Blake2009-09-221-1/+2
* fchdir: use more consistent macro conventionEric Blake2009-09-021-2/+3
* fchdir: simplify error handling, and support dup3Eric Blake2009-09-021-2/+2
* fchdir: port to mingwEric Blake2009-08-311-1/+28
* Simplify use of mode_t varargs.Bruno Haible2009-05-221-7/+4
* Merge the two replacements for open() into a single one.Paolo Bonzini2008-10-091-15/+16
* Override open more carefully.Bruno Haible2008-09-281-2/+13
* open, fopen: close fd leak in last patchEric Blake2008-09-241-0/+1
* Ensure that a filename ending in a slash cannot be used to access a non-direc...Bruno Haible2008-09-241-4/+36
* Typo in comment.Bruno Haible2008-06-121-1/+1
* Add a comment.Bruno Haible2008-06-121-0/+21
* Work around open() bug on HP-UX 11 and Solaris 9.Bruno Haible2008-06-121-1/+14
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* New module 'open'.Bruno Haible2007-10-071-0/+62