summaryrefslogtreecommitdiff
path: root/Libraries/LibC/fcntl.h
AgeCommit message (Expand)Author
2019-11-18LibC: Add O_ACCMODE to fcntl.hDan MacDonald
2019-11-16LibC: Move the creat() and open() families to <fcntl.h>Andreas Kling
2019-11-05Kernel: Implement O_DIRECT open() flag to bypass disk cachesAndreas Kling
2019-07-22Kernel: Add a mechanism for listening for changes to an inode.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling