Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | Base: Symlink /dev/urandom to /dev/random | Andreas Kling | |
Some software expects to find /dev/urandom so we might as well provide. Gets rid of one dropbear patch. :^) | |||
2020-06-08 | Applications: Add new KeyboardSettings application | Hüseyin ASLITÜRK | |
GUI application to manage Keyboard settings. | |||
2020-06-05 | build-root-filesystem: Explicitly add +rX for group and others to copied files. | Nico Weber | |
This lets Serenity boot even when the repository is cloned with a umask of 027. | |||
2020-06-05 | build-root-filesystem: Move "cp -R" block up. | Nico Weber | |
I want to add a "chmod -R" right after the cp command. This needs to happen before all the other chmods, to not undo their effect. | |||
2020-05-27 | LibGUI, About: Implement system-wide W2k-esque About dialog | Nick Vella | |
The new About dialog reads version information from /res/version.ini, which is generated at build time. | |||
2020-05-24 | Debugger: Re-introduce the sdb alias | Itamar | |
2020-05-20 | PixelPaint: Rename from PaintBrush :^) | Andreas Kling | |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 |