summaryrefslogtreecommitdiff
path: root/Kernel/UserOrKernelBuffer.h
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15Kernel: Mark UserOrKernelBuffer and it's getters as [[nodicard]]Brian Gianforcaro
2020-09-15FileSystem: Use OutputMemoryStream instead of BufferStream.asynts
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom