Age | Commit message (Expand) | Author |
---|---|---|
2020-08-22 | AK: Prevent confusing silent misuse of Userspace<T> | Ben Wiederhake |
2020-08-17 | AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler | Brian Gianforcaro |
2020-08-07 | AK: Add static_ptr_cast support for the Userspace<T> pointer type | Brian Gianforcaro |
2020-08-02 | AK: Hack Userspace<T> to not break Qt Creator syntax highlighting | Andreas Kling |
2020-08-01 | AK: In Userspace.h, #if defined(KERNEL) => #ifdef KERNEL | Emanuele Torre |
2020-08-01 | AK: Use C++20 concepts to only allow Userspace wrappers of pointers | Emanuele Torre |
2020-07-31 | Kernel+AK: Add and use Userspace<T>::unsafe_userspace_ptr() | Andreas Kling |
2020-07-31 | AK: Add Userspace<T>, a wrapper for userspace pointers | Andreas Kling |