Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-28 | Kernel+LibC: Implement the socketpair() syscall | Gunnar Beutner | |
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Ports: Make sure ports are installed into /usr/local | Gunnar Beutner | |
2021-04-14 | Ports: Fix building the stress-ng port | Gunnar Beutner | |
2021-03-13 | Ports: Remove redundant 'workdir' entries | Linus Groh | |
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-02-07 | Ports: Fix linking of the stress-ng port | Brian Gianforcaro | |
2021-01-23 | Ports: Clean up some package.sh scripts | Linus Groh | |
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2021-01-17 | Ports: Rename a few .diff files to .patch | Linus Groh | |
Let's keep things consistent, .diff is the name we use pretty much everywhere. Also tweak the glob in .port_includes.sh to be 'patches/*.patch' rather than just 'patches/*'. | |||
2020-12-21 | Ports: Add initial stress-ng port to find bugs in serenity | Brian Gianforcaro | |
This is a very WIP port bringing stress-ng to SerenityOS. stress-ng is great at doing multi-workload stress testing, this allows it to find unique and interesting intermixed pairs of stressful operations which cause bugs. This initial port just rips out an non applicable functionality in order to get the port to compile. |