summaryrefslogtreecommitdiff
path: root/arch/i386/bits/fcntl.h
AgeCommit message (Expand)AuthorLines
2015-04-01move O_PATH definition back to arch bitsRich Felker-0/+1
2013-11-23add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy-0/+1
2013-01-12add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy-0/+2
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r-3/+0
2012-09-15add O_EXEC open modeRich Felker-0/+1
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker-0/+2
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-0/+3
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker-2/+0
2012-04-15add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker-0/+2
2011-04-14fix O_SYNC definition, cleanup fcntl.hRich Felker-11/+5
2011-04-14fcntl.h: move macros that do not vary between archs out of bitsRich Felker-24/+0
2011-04-14fix typo in legacy FAPPEND definitionRich Felker-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-2/+5
2011-02-15preparing build system to handle ports - step 1Rich Felker-0/+60