about summary refs log tree commit diff
path: root/arch/i386/bits/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* deduplicate the bulk of the arch bits headersRich Felker2016-01-271-40/+0
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy2013-11-231-0/+1
* add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-121-0/+2
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-3/+0
* add O_EXEC open modeRich Felker2012-09-151-0/+1
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-0/+2
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-0/+3
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-2/+0
* add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker2012-04-151-0/+2
* fix O_SYNC definition, cleanup fcntl.hRich Felker2011-04-141-11/+5
* fcntl.h: move macros that do not vary between archs out of bitsRich Felker2011-04-141-24/+0
* fix typo in legacy FAPPEND definitionRich Felker2011-04-141-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+5
* preparing build system to handle ports - step 1Rich Felker2011-02-151-0/+60