Age | Commit message (Expand) | Author |
---|---|---|
2020-08-17 | LibC: Missing varargs cleanup in fcntl | Brian Gianforcaro |
2020-07-04 | Kernel: Move headers intended for userspace use into Kernel/API/ | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-17 | Kernel+LibC: Unify sys$open() and sys$openat() | Sergey Bugaev |
2020-01-11 | Kernel: Use the Syscall string and buffer types more | Andreas Kling |
2020-01-06 | Kernel: Make watch_file() syscall take path length as a size_t | Andreas Kling |
2019-11-16 | LibC: Move the creat() and open() families to <fcntl.h> | 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 |