Dennis Bonke
Dennis Bonke
This PR aims to implement support for SMAP, SMEP and UMIP, and is provided as a draft so that my non existent rust skills can be reviewed already. It also...
As paths can become quite large, we should use the new bragi style messages with a variable sized tail to communicate those paths in `NODE_TRAVERSE_LINKS`. This fixes crashes on long...
While running chromium, the following fault appears randomly, but it does consistently appear. ``` Fault #14, from unexpected cs: 0x60, ip: 0xffffffff80048b54 Error code: 0x0, SS: 0x38, RSP: 0xffffe00000c5fe10 ```...
This PR adds various signal related features and fixes and aims to implement SIGSTOP, SIGCONT and SIGTTIN as well.
While running `abiword`, the following kernel panic is observed quite early in program startup. ``` Assertion failed: (offset + length) / kPageSize numPages In function updateRange at ../../../src/managarm/kernel/t ``` as...
When running the MiniBrowser, I run into a SMAP violation. If I comment out the SMAP enable code, I can reproduce the page fault, albeit later. Backtrace: ``` (gdb) bt...
When invoking node with a small test script (provided below) posix-subsystem will crash after the script is finished with an unhandled page fault. e9 log ``` thor: Unhandled page fault...
`OpenSSH` makes use of `sockname()` and `peername()` on tcp sockets. Implement this functionality so `OpenSSH` at least somewhat knows who it is talking to.
This PR adds a new option to posix-init, allowing to launch pure X if requested. Supersedes #413 Softblocked on managarm/bootstrap-managarm#158 Softblocked on managarm/mlibc#365
While testing the `MiniBrowser` from `WebKitGTK2`, the following assertion is sometimes hit ``` posix: fork supercall Assertion failed: osIt->state == CowState::hasCopy In function fork at ../../../src/managarm/kernel/thor/generic/memory-view.cp ``` The following stacktrace...