CQ_Undefine
CQ_Undefine
**Describe the bug** When you are playing multiplayer on a server, and you try to close the Engineer's manual it will kick you from the server with a message that...
When I tried to mount a hard drive image and forgot to change to root, I got an error (which is correct) and then I got a assertion failed which...
While I had a second hard drive connected and I hexdump'ed it I got a kernel panic. I don't think it's specific to the second hard drive, although I wasn't...
After a long while I finally got around to implementing write support. Along the way I also found and fixed some bugs.
I ended up creating a new PR (the previous one being #21169), because I wanted to redo a lot of the code and making the commits from scratch on a...
This PR adds initial support for the [gamepad](https://w3c.github.io/gamepad/) API. It implements enough to make [this gamepad tester](https://hardwaretester.com/gamepad) work. Currently it only works on Linux and was only tested with my...
Having CMake support would be useful for people who don't want to use SwiftPM. A bunch of other Apple Swift libraries already have CMakeLists.txt files present.
This PR while it looks massive is mostly just moving code around. This allows us to not have to maintain two copies of the same functions with in 99% of...
This is basically a reopened #5839 without the big commit that removes SerenityOS code, as that should probably be a PR of it's own. Everything removed here is basically entirely...