summaryrefslogtreecommitdiff
path: root/startup
AgeCommit message (Expand)Author
2023-12-29Replace deprecated sigmask with sigset_t callsFlavio Cruz
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...v0.9.git20231217Flavio Cruz
2023-05-10startup: Port to x86_64Sergey Bugaev
2023-05-04Use designated initializers when building mach_msg_type_tFlavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2022-12-06Fix *printf specifier for user space mach ports.Flavio Cruz
2022-12-03startup: Make essential tasks essential to machSamuel Thibault
2022-08-10startup: Request notifications to a separate portSergey Bugaev
2022-02-12Fix warningSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2021-08-10startup: Fix double-free on bogus startup_essential_task callSamuel Thibault
2021-07-11Fix /proc/?/exe values for bootstrap processesDamien Zammit
2021-03-16Do not hardcode /libexec libexecdirSamuel Thibault
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2019-03-03shutdown: rename shutdown RPC to shutdown_shutdownSamuel Thibault
2019-03-03shutdown: fallback on Mach shutdownSamuel Thibault
2019-03-02Add to startup relevant shutdown rpc callDamien Zammit
2018-03-05Fix warningsSamuel Thibault
2018-01-08Implement /proc/<pid>/exeSamuel Thibault
2018-01-08Add a file_exec_file_name RPCEmilio Pozuelo Monfort
2017-08-25startup: Don't spin on host_reboot failures.Justus Winter
2017-08-11startup: Improve error handling.Justus Winter
2017-08-11startup: Fix retrieving the privileged ports.Justus Winter
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2017-03-12Pass the kernel's task port to proc.Justus Winter
2017-03-12startup: Simplify reference handling.Justus Winter
2017-01-09startup: insert the kernel name in its commande lineRichard Braun
2016-11-01startup: Dump processes if we cannot find the kernel.Justus Winter
2016-09-01Fix looping over runsystem possibilitiesSamuel Thibault
2016-09-01startup: Fix looping over runsystemSamuel Thibault
2016-08-08startup: Make the kernel a child of startup.Justus Winter
2016-05-09startup: fix blunderJustus Winter
2016-04-28startup: write all messages to stderrJustus Winter
2016-04-28startup: use the generated default server implementationsJustus Winter
2016-04-28startup: add verbose parameterJustus Winter
2016-04-28startup: implement bits of the fs and io protocolsJustus Winter
2015-12-29fix compiler warnings in hurd/startupFlavio Cruz
2015-07-14exec: fix setting the name of early serversJustus Winter
2015-02-08startup: add more error handlingJustus Winter
2015-01-17proc: call `startup_essential_task' earlierJustus Winter
2015-01-17startup: give the tasks we create a nameJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-12-07startup: disable default payload to port mappingJustus Winter
2014-11-21startup: also open `console' for readingJustus Winter
2014-11-21startup: bind the startup server to /servers/startupJustus Winter
2014-11-21startup: fix the declaration of the *_server functionsJustus Winter
2014-11-21startup: be more specific in the shutdown messageJustus Winter
2014-11-21startup: do not pass signals on to the childJustus Winter
2014-11-21startup: rename /hurd/init to /hurd/startupJustus Winter