Age | Commit message (Expand) | Author |
---|---|---|
2020-05-20 | Kernel+LibC: Switch isatty() to use a fcntl() | Sergey Bugaev |
2020-05-02 | LibC: added F_SETLK and SO_TYPE defs | Ed Rochenski |
2020-01-21 | Kernel+LibC: Clean up open() flag (O_*) definitions | Andreas Kling |
2020-01-21 | Kernel: Make O_RDONLY non-zero | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-11 | Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open() | Sergey Bugaev |
2020-01-06 | Kernel: Make watch_file() syscall take path length as a size_t | Andreas Kling |
2019-11-18 | LibC: Add O_ACCMODE to fcntl.h | Dan MacDonald |
2019-11-16 | LibC: Move the creat() and open() families to <fcntl.h> | Andreas Kling |
2019-11-05 | Kernel: Implement O_DIRECT open() flag to bypass disk caches | Andreas Kling |
2019-07-22 | Kernel: Add a mechanism for listening for changes to an inode. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |