about summary refs log tree commit diff
path: root/arch/arm/bits/fcntl.h
Commit message (Expand)AuthorAgeFilesLines
* 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 fcntl O_* flags for armRich Felker2011-10-051-4/+4
* initial commit of the arm portRich Felker2011-09-181-0/+33