aboutsummaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* Add a description comment for the MIG type translation filesZhaoming Luo2024-12-141-1/+2
* boot: Add support for AArch64Sergey Bugaev2024-03-231-0/+11
* Mark msg_thread as noreturnFlavio Cruz2023-12-291-1/+1
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-1/+1
* boot: Port to x64_64Sergey Bugaev2023-05-104-54/+61
* boot: Fix use-after-reallocSergey Bugaev2023-05-101-3/+4
* Implement device_open_new for all the translators implementing the device int...Flavio Cruz2023-05-072-0/+14
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-8/+8
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-6/+3
* Fix build error for boot/boot.cFlavio Cruz2023-04-081-13/+0
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-071-1/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-032-8/+8
* boot: Fix erroneous munmap in S_io_read on errorSamuel Thibault2023-01-021-1/+2
* Do not ignore value returned by get_privileged_portsSamuel Thibault2023-01-011-2/+3
* boot: Fix memory leak on S_io_read errorSamuel Thibault2023-01-011-0/+2
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-2/+2
* Fix types of read write and readables methodsEtienne Brateau2022-08-291-3/+3
* Fix const warningsSamuel Thibault2022-01-171-2/+2
* Make RPC input array parameters constSamuel Thibault2022-01-161-6/+6
* Fix build warningsSamuel Thibault2022-01-011-1/+1
* Add new RPC server stubs for device_intr_*Samuel Thibault2020-07-181-0/+16
* Fix build with -fno-commonSamuel Thibault2020-03-311-1/+1
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-2/+2
* Fix warningsSamuel Thibault2018-03-051-2/+2
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-5/+5
* Pass the kernel's task port to proc.Justus Winter2017-03-121-0/+3
* proc: Hierarchical proc servers.Justus Winter2017-03-111-0/+54
* boot: Move declaration.Justus Winter2017-03-091-2/+4
* boot: Make the halt message nicer.Justus Winter2017-03-031-1/+1
* boot: Fix failing device lookups in unprivileged mode.Justus Winter2017-03-031-0/+3
* boot: Add a verbose option.Justus Winter2017-02-283-2/+57
* boot: Cleanup Makefile.Justus Winter2017-02-281-2/+1
* Fix boot startupSamuel Thibault2016-11-201-2/+4
* boot: fix crash when S_processor_set_tasks is called earlySamuel Thibault2016-11-201-0/+4
* boot: Improve device pass-through.Justus Winter2016-11-051-14/+36
* Adjust to the fixed new task notifications.Justus Winter2016-11-011-2/+4
* boot: Tidy up the argument parser.Justus Winter2016-11-011-5/+6
* boot: Add a default boot script.Justus Winter2016-11-011-48/+90
* boot: Allow unprivileged users to boot Subhurds.Justus Winter2016-11-014-12/+332
* boot: restore terminal state on exitJustus Winter2016-11-011-1/+7
* boot: Move bootscript callbacks.Justus Winter2016-11-012-207/+212
* boot: Quote arguments containing spaces.Justus Winter2016-11-011-0/+5
* boot: Use the smallest possible name when inserting rights.Justus Winter2016-11-011-3/+12
* boot: Remove hacks for running boot on UX.Justus Winter2016-11-019-867/+1
* boot: Ignore EINTR.Justus Winter2016-10-151-1/+2
* Make sure to complete auth_server_authenticateSamuel Thibault2016-02-141-2/+6
* Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz2015-12-311-1/+1
* boot: Fix boot.c compiler warning.Flavio Cruz2015-12-291-1/+3
* Fix space styleSamuel Thibault2015-03-051-12/+12