summaryrefslogtreecommitdiff
path: root/shutdown
AgeCommit message (Collapse)Author
2019-05-05shutdown: Use fprintf instead of mach_printSamuel Thibault
* shutdown/acpi_shutdown.c (disappear_via_acpi): Use fprintf instead of mach_print.
2019-04-21shutdown: Fix static linkSamuel Thibault
* shutdown/Makefile (LDLIBS): Add -lpthread.
2019-04-21shutdown: Fix static linkSamuel Thibault
* shutdown/Makefile (HURDLIBS): Add fshelp.
2019-04-21shutdown: Fix static linkSamuel Thibault
* shutdown/Makefile (HURDLIBS): Add iohelp ihash.
2019-03-03shutdown: rename shutdown RPC to shutdown_shutdownSamuel Thibault
For coherency with usage, and to avoid conflicting with shutdown(2) * hurd/shutdown.defs (shutdown): Rename to shutdown_shutdown. * shutdown/shutdown.c (S_shutdown): Rename to S_shutdown_shutdown. * startup/startup.c (do_shutdown): Call shutdown_shutdown instead of shutdown.
2019-03-03shutdown: clean up debugging piecesSamuel Thibault
* 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 :)
2019-03-02Add shutdown RPC && ACPI specific disappear routineDamien Zammit
* 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.