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