about summary refs log tree commit diff
path: root/arch/x86_64/bits/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2020-09-031-40/+0
* fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker2020-09-031-1/+1
* 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
* fix FAPPEND typo on x86_64 (previously only fixed on i386)Rich Felker2011-04-141-1/+1
* fcntl.h: move macros that do not vary between archs out of bitsRich Felker2011-04-141-24/+0
* fix broken fcntl locks on x86_64Rich Felker2011-04-141-3/+3
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+5
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-151-0/+60