Age | Commit message (Expand) | Author |
---|---|---|
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 |