Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | startup: do not pass signals on to the child | Justus Winter | 2014-11-21 | 1 | -139/+0 |
| | | | | | | | | | | | | | | Formerly /hurd/startup would forward all signals to the child it started (e.g. /libexec/runsystem). The motivation for doing so is not revealed in the comments, nor it is mentioned in the history of the version control system. This patch removes the forwarding of signals to the child. * startup/startup.c (process_signal): Do not pass signals on to the child. * startup/stubs.c: Remove file. * startup/Makefile: Remove stubs.c. | ||||
* | startup: rename /hurd/init to /hurd/startup | Justus Winter | 2014-11-21 | 1 | -0/+139 |
This patch series splits /hurd/init into two programs. As a first step, this patch renames /hurd/init to /hurd/startup. It is called startup because it speaks the startup protocol. * startup: Rename init to startup. Adjust accordingly. * Makefile (prog-subdirs): Likewise. * doc/hurd.texi (Server Bootstrap): Likewise. * hurd/paths.h (_HURD_STARTUP): Likewise. * libdiskfs/boot-start.c (diskfs_boot_init_program): Likewise. * libdiskfs/opts-std-startup.c (startup_options): Likewise. |