about summary refs log tree commit diff
path: root/src/fcntl/open.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-2/+1
* fix failure of open to read variadic mode argument for O_TMPFILERich Felker2014-10-301-1/+1
* avoid invalid use of va_arg in openRich Felker2014-06-061-5/+8
* add O_CLOEXEC fallback for open and related functionsRich Felker2014-06-061-1/+6
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* overhaul pthread cancellationRich Felker2011-04-171-5/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+21