summaryrefslogtreecommitdiff
path: root/arch/arm/bits/fcntl.h
AgeCommit message (Expand)AuthorFilesLines
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-10-05fix fcntl O_* flags for armRich Felker1-4/+4
2011-09-18initial commit of the arm portRich Felker1-0/+33