summaryrefslogtreecommitdiff
path: root/arch/x86_64/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-04-14fix O_SYNC definition, cleanup fcntl.hRich Felker1-11/+5
2011-04-14fix FAPPEND typo on x86_64 (previously only fixed on i386)Rich Felker1-1/+1
2011-04-14fcntl.h: move macros that do not vary between archs out of bitsRich Felker1-24/+0
2011-04-14fix broken fcntl locks on x86_64Rich Felker1-3/+3
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-2/+5
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain1-0/+60