summaryrefslogtreecommitdiff
path: root/Libraries/LibC/fcntl.h
AgeCommit message (Expand)Author
2020-05-20Kernel+LibC: Switch isatty() to use a fcntl()Sergey Bugaev
2020-05-02LibC: added F_SETLK and SO_TYPE defsEd Rochenski
2020-01-21Kernel+LibC: Clean up open() flag (O_*) definitionsAndreas Kling
2020-01-21Kernel: Make O_RDONLY non-zeroAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()Sergey Bugaev
2020-01-06Kernel: Make watch_file() syscall take path length as a size_tAndreas Kling
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