summaryrefslogtreecommitdiff
path: root/Ports/stress-ng/patches
AgeCommit message (Collapse)Author
2021-05-09Ports: Remove obsolete patches for stress-ngGunnar Beutner
2021-05-09Ports: Remove obsolete patches for stress-ngGunnar Beutner
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-16Ports: Make sure ports are installed into /usr/localGunnar Beutner
2021-04-14Ports: Fix building the stress-ng portGunnar Beutner
2021-01-17Ports: Rename a few .diff files to .patchLinus 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-21Ports: Add initial stress-ng port to find bugs in serenityBrian 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.