aboutsummaryrefslogtreecommitdiff
path: root/shutdown/shutdown.c
Commit message (Collapse)AuthorAgeFilesLines
* shutdown: rename shutdown RPC to shutdown_shutdownSamuel Thibault2019-03-031-1/+1
| | | | | | | | | 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.
* shutdown: clean up debugging piecesSamuel Thibault2019-03-031-3/+0
| | | | | | | * 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/+153
* 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.