Age | Commit message (Expand) | Author |
---|---|---|
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2020-11-30 | Kernel: Move block condition evaluation out of the Scheduler | Tom |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-08-30 | Kernel: Unbreak building with extra debug macros, part 1 | Ben Wiederhake |
2020-08-04 | Kernel: Make File::write() and File::read() return KResultOr<size_t> | Andreas Kling |
2020-08-03 | Kernel: Consolidate timeout logic | Tom |
2020-07-31 | Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr() | Andreas Kling |
2020-07-31 | Kernel: Use Userspace<T> for sys$read() and sys$stat() | Andreas Kling |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |