aboutsummaryrefslogtreecommitdiff
path: root/shutdown/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* shutdown: Use new acpi RPC to halt machine, clean upDamien Zammit2022-09-121-1/+1
| | | | | | | This allows clean shutdown of all modern x86 machines (not just qemu) by using the acpi translator to call into libacpica code. Message-Id: <20220912103837.556815-3-damien@zamaudio.com>
* shutdown: Fix static linkSamuel Thibault2019-04-211-0/+1
| | | | * shutdown/Makefile (LDLIBS): Add -lpthread.
* shutdown: Fix static linkSamuel Thibault2019-04-211-1/+1
| | | | * shutdown/Makefile (HURDLIBS): Add fshelp.
* shutdown: Fix static linkSamuel Thibault2019-04-211-1/+1
| | | | * shutdown/Makefile (HURDLIBS): Add iohelp ihash.
* Add shutdown RPC && ACPI specific disappear routineDamien Zammit2019-03-021-0/+28
* Makefile (prog-subdirs): Add shutdown. * hurd/hurd_types.defs (shutdown_t): New type. * hurd/hurd_types.h (shutdown_t): New type. * hurd/shutdown.defs: New file. * shutdown: New directory.