aboutsummaryrefslogtreecommitdiff
path: root/shutdown/acpi_shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* shutdown: Use fprintf instead of mach_printSamuel Thibault2019-05-051-2/+2
| | | | | * shutdown/acpi_shutdown.c (disappear_via_acpi): Use fprintf instead of mach_print.
* shutdown: clean up debugging piecesSamuel Thibault2019-03-031-2/+6
| | | | | | | * shutdown/acpi_shutdown.c (disappear_via_acpi): Call ioperm only on required ports, not all ports. * shutdown/shutdown.c (S_shutdown, main): Remove debugging messages, even if joyful :)
* Add shutdown RPC && ACPI specific disappear routineDamien Zammit2019-03-021-0/+62
* 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.