summaryrefslogtreecommitdiff
path: root/Ports/acpica-tools
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-28Ports/acpica-tools: Use `./package.sh dev` to align patches and ReadMeEWouters
This prevents manual changes to the ReadMe to get lost in the future.
2022-05-27Ports: Remove spaces in specifier in 2 printf calls in acpica-tools portLiav A
The specifiers are badly written and lead to a crash when using iASL. This happens because our printf doesn't understand how to handle a space between the percent symbol and the actual formatted type specifier after it. To fix this, we just remove the spaces in a new patch file.
2022-05-27Ports: Add ACPICA tools portLiav A