aboutsummaryrefslogtreecommitdiff
path: root/hurd
AgeCommit message (Expand)Author
2024-02-25hurd: Reformat Makefile.Carlos O'Donell
2024-01-03hurd: Declare _hurd_intr_rpc_msg* with protected visibilitySergey Bugaev
2024-01-03hurd: Add some missing includesSergey Bugaev
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-17Update code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-03Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault
2023-12-03Revert "hurd: Fix build"Samuel Thibault
2023-12-03hurd: Fix buildSamuel Thibault
2023-12-03Update code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-11-21hurd: fix restarting reauth_dtable on signalSamuel Thibault
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault
2023-11-19Remove untyped mach RPC code.Flavio Cruz
2023-11-19_hurd_intr_rpc_mach_msg: handle message iteration correctly.Flavio Cruz
2023-11-14hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTEDSamuel Thibault
2023-09-05hurd: Avoid including thread_state.h in installed headerSamuel Thibault
2023-08-15hurd: Add prototype for and thus fix _hurdsig_abort_rpcs callSamuel Thibault
2023-08-03hurd: Do not include full <stdarg.h> in <hurd.h>Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-05-22Fix build for hurd/thread-self.c for i386.Flavio Cruz
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev
2023-05-17hurd: Use __mach_setup_thread_call ()Sergey Bugaev
2023-05-17hurd: Use MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev
2023-05-06Update hurd/hurdselect.c to be more portable.Flavio Cruz
2023-05-05Update hurd/intr-msg.c to be more portableFlavio Cruz
2023-05-01hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev
2023-04-29hurd: Mark error functions as __COLDSergey Bugaev
2023-04-29hurd: Fix FS_RETRY_MAGICAL "machtype" handlingSergey Bugaev
2023-04-29hurd: Respect existing FD_CLOEXEC in S_msg_set_fdSergey Bugaev
2023-04-29hurd: Don't leak the auth port in msg* RPCsSergey Bugaev
2023-04-29hurd: Mark various conditions as unlikelySergey Bugaev
2023-04-29hurd: Move libc_hidden_def's aroundSergey Bugaev
2023-04-29hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev
2023-04-18hurd: Avoid leaking task & thread portsSergey Bugaev
2023-04-18hurd: Simplify _S_catch_exception_raiseSergey Bugaev
2023-04-17hurd: Run init_pids () before init_dtable ()Sergey Bugaev
2023-04-17hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev
2023-04-03hurd: Microoptimize _hurd_self_sigstate ()Sergey Bugaev
2023-04-03hurd: Fix _hurd_setup_sighandler () signatureSergey Bugaev
2023-04-03hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtldSergey Bugaev
2023-04-03hurd: Fix file name in #errorSergey Bugaev
2023-04-03hurd: Swap around two function callsSergey Bugaev
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev
2023-04-03hurd: Make exception subcode a longSergey Bugaev
2023-03-27Remove set-hooks.h from generic includesAdhemerval Zanella Netto
2023-03-02hurd: Fix some broken indentationSergey Bugaev
2023-03-02hurd: Remove the ecx kludgeSergey Bugaev