Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shutdown: Use fprintf instead of mach_print | Samuel Thibault | 2019-05-05 | 1 | -2/+2 |
| | | | | | * shutdown/acpi_shutdown.c (disappear_via_acpi): Use fprintf instead of mach_print. | ||||
* | shutdown: clean up debugging pieces | Samuel Thibault | 2019-03-03 | 1 | -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 routine | Damien Zammit | 2019-03-02 | 1 | -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. |