Age | Commit message (Expand) | Author |
---|---|---|
2019-03-16 | Move Lock from AK to Kernel, since it only works inside the kernel. | Andreas Kling |
2019-02-27 | Kernel: Use KResult in link(). | Andreas Kling |
2019-02-27 | Kernel: Use KResult in unlink() and rmdir(). | Andreas Kling |
2019-02-27 | Add chown() syscall and a simple /bin/chown program. | Andreas Kling |
2019-02-25 | More moving towards using signed types. | Andreas Kling |
2019-02-25 | Kernel: Add KResult and KResultOr<T> classes. | Andreas Kling |
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling |
2019-02-08 | Kernel: Use a Lockable<bool> for sysctl booleans as well. | Andreas Kling |
2019-02-08 | ProcFS: Add sysctl strings. | Andreas Kling |
2019-02-03 | Kernel: Rewrite ProcFS. | Andreas Kling |