Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 3:52 AM
Unknown Object (File)
Oct 2 2024, 4:26 AM
Unknown Object (File)
Sep 28 2024, 4:57 AM
Unknown Object (File)
Sep 26 2024, 10:00 PM
Unknown Object (File)
Sep 25 2024, 9:07 PM
Unknown Object (File)
Sep 22 2024, 8:31 AM
Unknown Object (File)
Sep 22 2024, 3:58 AM
Unknown Object (File)
Sep 21 2024, 6:25 AM
Subscribers

Details

Summary

Acpidump use iasl to parse acpi.
In the modified program segment, it use fork and execl to fork a iasl process then execute it. The status is received from "wait" system call.
Thus, In here, there is a typo to "iast". The correct one is "iasl"

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56872
Build 53760: arc lint + arc unit