aboutsummaryrefslogtreecommitdiff
path: root/startup
Commit message (Expand)AuthorAgeFilesLines
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-1/+1
* shutdown: rename shutdown RPC to shutdown_shutdownSamuel Thibault2019-03-031-1/+1
* shutdown: fallback on Mach shutdownSamuel Thibault2019-03-031-7/+12
* Add to startup relevant shutdown rpc callDamien Zammit2019-03-022-3/+28
* Fix warningsSamuel Thibault2018-03-051-1/+1
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+7
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-23/+64
* startup: Don't spin on host_reboot failures.Justus Winter2017-08-251-3/+4
* startup: Improve error handling.Justus Winter2017-08-111-3/+5
* startup: Fix retrieving the privileged ports.Justus Winter2017-08-111-2/+4
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-31/+31
* Pass the kernel's task port to proc.Justus Winter2017-03-121-11/+86
* startup: Simplify reference handling.Justus Winter2017-03-121-9/+3
* startup: insert the kernel name in its commande lineRichard Braun2017-01-091-0/+2
* startup: Dump processes if we cannot find the kernel.Justus Winter2016-11-011-1/+21
* Fix looping over runsystem possibilitiesSamuel Thibault2016-09-011-2/+3
* startup: Fix looping over runsystemSamuel Thibault2016-09-011-1/+2
* startup: Make the kernel a child of startup.Justus Winter2016-08-081-1/+9
* startup: fix blunderJustus Winter2016-05-091-1/+1
* startup: write all messages to stderrJustus Winter2016-04-281-33/+28
* startup: use the generated default server implementationsJustus Winter2016-04-282-101/+4
* startup: add verbose parameterJustus Winter2016-04-281-8/+65
* startup: implement bits of the fs and io protocolsJustus Winter2016-04-282-11/+101
* fix compiler warnings in hurd/startupFlavio Cruz2015-12-291-1/+1
* exec: fix setting the name of early serversJustus Winter2015-07-141-1/+0
* startup: add more error handlingJustus Winter2015-02-081-22/+41
* proc: call `startup_essential_task' earlierJustus Winter2015-01-171-12/+32
* startup: give the tasks we create a nameJustus Winter2015-01-171-0/+2
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* startup: disable default payload to port mappingJustus Winter2014-12-071-0/+4
* startup: also open `console' for readingJustus Winter2014-11-211-1/+1
* startup: bind the startup server to /servers/startupJustus Winter2014-11-212-1/+120
* startup: fix the declaration of the *_server functionsJustus Winter2014-11-211-1/+3
* startup: be more specific in the shutdown messageJustus Winter2014-11-211-1/+1
* startup: do not pass signals on to the childJustus Winter2014-11-213-189/+1
* startup: rename /hurd/init to /hurd/startupJustus Winter2014-11-213-0/+1763