aboutsummaryrefslogtreecommitdiff
path: root/startup
Commit message (Expand)AuthorAgeFilesLines
* startup: Do not emit ARGP_ERR_UNKNOWNSamuel Thibault2024-12-301-1/+0
* startup, settrans: Add missing flush of stderr to get output on waitingSamuel Thibault2024-08-291-0/+1
* Fix line-buffered stderrSamuel Thibault2024-08-251-1/+1
* Make sure to also print early-fatal errors on mach consoleSamuel Thibault2024-08-251-2/+5
* startup: wait for any kind of bootstrap filesystemfirst last2024-05-091-1/+1
* Replace deprecated sigmask with sigset_t callsFlavio Cruz2023-12-291-3/+6
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-7/+7
* startup: Port to x86_64Sergey Bugaev2023-05-101-8/+12
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-7/+7
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-2/+2
* startup: Make essential tasks essential to machSamuel Thibault2022-12-031-0/+2
* startup: Request notifications to a separate portSergey Bugaev2022-08-101-6/+24
* Fix warningSamuel Thibault2022-02-121-1/+1
* Make RPC input array parameters constSamuel Thibault2022-01-161-16/+16
* Fix build warningsSamuel Thibault2022-01-011-3/+3
* startup: Fix double-free on bogus startup_essential_task callSamuel Thibault2021-08-101-4/+4
* Fix /proc/?/exe values for bootstrap processesDamien Zammit2021-07-111-2/+14
* Do not hardcode /libexec libexecdirSamuel Thibault2021-03-162-3/+4
* 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