Age | Commit message (Expand) | Author |
---|---|---|
2022-08-24 | Tests/Kernel: Make sure inaccessible area in TestEFault is actually that | Andreas Kling |
2022-04-03 | Tests: Make TestEFault not rely on automatic guard pages | Andreas Kling |
2022-04-03 | Tests: Clear errno before syscalls in TestEFault | Andreas Kling |
2022-04-03 | Tests: Remove unused macro in TestEFault | Andreas Kling |
2021-09-11 | Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range() | Brian Gianforcaro |
2021-07-18 | Tests: Make mmap test point to new kernel address too | Peter Bindels |
2021-07-11 | Utilities+Tests: Convert test_efault to be LibTest based | Andrew Kaster |