about summary refs log tree commit diff
path: root/hurd
Commit message (Expand)AuthorAgeFilesLines
* hurd: Stop relying on VM_MAX_ADDRESSSergey Bugaev2024-03-231-4/+4
* hurd: Move internal functions to internal headerSergey Bugaev2024-03-231-87/+0
* hurd: Reformat Makefile.Carlos O'Donell2024-02-251-42/+129
* hurd: Declare _hurd_intr_rpc_msg* with protected visibilitySergey Bugaev2024-01-031-3/+3
* hurd: Add some missing includesSergey Bugaev2024-01-031-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0189-89/+89
* Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-171-2/+24
* Revert "Update code to handle the new ABI for sending inlined port rights."Samuel Thibault2023-12-031-24/+2
* Revert "hurd: Fix build"Samuel Thibault2023-12-031-1/+1
* hurd: Fix buildSamuel Thibault2023-12-031-1/+1
* Update code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-031-2/+24
* hurd: fix restarting reauth_dtable on signalSamuel Thibault2023-11-211-12/+23
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-201-0/+12
* Remove untyped mach RPC code.Flavio Cruz2023-11-192-73/+0
* _hurd_intr_rpc_mach_msg: handle message iteration correctly.Flavio Cruz2023-11-191-12/+12
* hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTEDSamuel Thibault2023-11-141-0/+6
* hurd: Avoid including thread_state.h in installed headerSamuel Thibault2023-09-051-2/+1
* hurd: Add prototype for and thus fix _hurdsig_abort_rpcs callSamuel Thibault2023-08-152-10/+7
* hurd: Do not include full <stdarg.h> in <hurd.h>Florian Weimer2023-08-031-2/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-025-5/+5
* Fix build for hurd/thread-self.c for i386.Flavio Cruz2023-05-221-0/+1
* hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-205-36/+14
* hurd: Fix using interposable hurd_thread_selfSergey Bugaev2023-05-192-1/+5
* hurd: Use __mach_setup_thread_call ()Sergey Bugaev2023-05-171-4/+6
* hurd: Use MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev2023-05-171-2/+2
* Update hurd/hurdselect.c to be more portable.Flavio Cruz2023-05-062-21/+15
* Update hurd/intr-msg.c to be more portableFlavio Cruz2023-05-051-13/+21
* hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev2023-05-012-3/+13
* hurd: Mark error functions as __COLDSergey Bugaev2023-04-292-5/+5
* hurd: Fix FS_RETRY_MAGICAL "machtype" handlingSergey Bugaev2023-04-291-7/+4
* hurd: Respect existing FD_CLOEXEC in S_msg_set_fdSergey Bugaev2023-04-291-1/+7
* hurd: Don't leak the auth port in msg* RPCsSergey Bugaev2023-04-291-9/+58
* hurd: Mark various conditions as unlikelySergey Bugaev2023-04-292-7/+7
* hurd: Move libc_hidden_def's aroundSergey Bugaev2023-04-291-4/+5
* hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev2023-04-291-13/+6
* hurd: Avoid leaking task & thread portsSergey Bugaev2023-04-181-0/+6
* hurd: Simplify _S_catch_exception_raiseSergey Bugaev2023-04-181-7/+1
* hurd: Run init_pids () before init_dtable ()Sergey Bugaev2023-04-171-9/+9
* hurd: Avoid extra ctty RPCs in init_dtable ()Sergey Bugaev2023-04-171-7/+39
* hurd: Remove __hurd_local_reply_portSergey Bugaev2023-04-141-7/+0
* hurd: Improve reply port handling when exiting signal handlersSergey Bugaev2023-04-101-13/+11
* hurd: Do not declare local variables volatileSergey Bugaev2023-04-101-1/+1
* hurd: Microoptimize _hurd_self_sigstate ()Sergey Bugaev2023-04-031-3/+5
* hurd: Fix _hurd_setup_sighandler () signatureSergey Bugaev2023-04-031-5/+5
* hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtldSergey Bugaev2023-04-031-2/+5
* hurd: Fix file name in #errorSergey Bugaev2023-04-031-1/+1
* hurd: Swap around two function callsSergey Bugaev2023-04-031-4/+4
* hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-032-20/+0
* hurd: Make exception subcode a longSergey Bugaev2023-04-033-4/+5
* Remove set-hooks.h from generic includesAdhemerval Zanella Netto2023-03-271-0/+96