Age | Commit message (Expand) | Author |
---|---|---|
2021-05-13 | Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-15 | Kernel: Mark UserOrKernelBuffer and it's getters as [[nodicard]] | Brian Gianforcaro |
2020-09-15 | FileSystem: Use OutputMemoryStream instead of BufferStream. | asynts |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |