summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2024-03-23boot: Add support for AArch64Sergey Bugaev
2023-12-29Mark msg_thread as noreturnFlavio Cruz
2023-12-17Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...v0.9.git20231217Flavio Cruz
2023-05-10boot: Port to x64_64Sergey Bugaev
2023-05-10boot: Fix use-after-reallocSergey Bugaev
2023-05-07Implement device_open_new for all the translators implementing the device int...Flavio Cruz
2023-05-04Use designated initializers when building mach_msg_type_tFlavio Cruz
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-08Fix build error for boot/boot.cFlavio Cruz
2023-04-07Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-01-02boot: Fix erroneous munmap in S_io_read on errorSamuel Thibault
2023-01-01Do not ignore value returned by get_privileged_portsSamuel Thibault
2023-01-01boot: Fix memory leak on S_io_read errorSamuel Thibault
2022-12-06Fix *printf specifier for user space mach ports.Flavio Cruz
2022-08-29Fix types of read write and readables methodsEtienne Brateau
2022-01-17Fix const warningsSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2020-07-18Add new RPC server stubs for device_intr_*v0.9.git20200718Samuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-09-01Use the data_t type defined in hurd_types.h.Flavio Cruz
2018-03-05Fix warningsSamuel Thibault
2017-08-05Replace bcopy with memcpy or memmove as appropriate.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-11proc: Hierarchical proc servers.Justus Winter
2017-03-09boot: Move declaration.Justus Winter
2017-03-03boot: Make the halt message nicer.Justus Winter
2017-03-03boot: Fix failing device lookups in unprivileged mode.Justus Winter
2017-02-28boot: Add a verbose option.Justus Winter
2017-02-28boot: Cleanup Makefile.Justus Winter
2016-11-20Fix boot startupSamuel Thibault
2016-11-20boot: fix crash when S_processor_set_tasks is called earlySamuel Thibault
2016-11-05boot: Improve device pass-through.Justus Winter
2016-11-01Adjust to the fixed new task notifications.Justus Winter
2016-11-01boot: Tidy up the argument parser.Justus Winter
2016-11-01boot: Add a default boot script.Justus Winter
2016-11-01boot: Allow unprivileged users to boot Subhurds.Justus Winter
2016-11-01boot: restore terminal state on exitJustus Winter
2016-11-01boot: Move bootscript callbacks.Justus Winter
2016-11-01boot: Quote arguments containing spaces.Justus Winter
2016-11-01boot: Use the smallest possible name when inserting rights.Justus Winter
2016-11-01boot: Remove hacks for running boot on UX.Justus Winter
2016-10-15boot: Ignore EINTR.Justus Winter
2016-02-14Make sure to complete auth_server_authenticateSamuel Thibault
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-29boot: Fix boot.c compiler warning.Flavio Cruz
2015-03-05Fix space styleSamuel Thibault
2014-12-11Fix inclusion loop between hurd_types.defs and hurd/signal.h>Samuel Thibault