Age | Commit message (Expand) | Author |
---|---|---|
2022-08-22 | Kernel: Make sys$utime() and sys$utimensat() not take the big lock | Andreas Kling |
2022-08-21 | Kernel: Make VirtualFileSystem functions take credentials as input | Andreas Kling |
2022-08-21 | Kernel: Use RefPtr instead of LockRefPtr for Custody | Andreas Kling |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-05-21 | Kernel+LibC: Implement futimens(3) | Ariel Don |
2022-05-21 | Kernel+LibC+VFS: Implement utimensat(3) | Ariel Don |