about summary refs log tree commit diff
path: root/hurd/hurd
Commit message (Expand)AuthorAgeFilesLines
* hurd: Stop mapping AT_NO_AUTOMOUNT to O_NOTRANSSergey Bugaev2024-04-301-2/+0
* hurd: Move internal functions to internal headerSergey Bugaev2024-03-231-87/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0111-11/+11
* 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-151-0/+6
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* hurd: Mark error functions as __COLDSergey Bugaev2023-04-291-4/+4
* hurd: Mark various conditions as unlikelySergey Bugaev2023-04-292-7/+7
* hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev2023-04-291-13/+6
* hurd: Remove __hurd_local_reply_portSergey Bugaev2023-04-141-7/+0
* hurd: Microoptimize _hurd_self_sigstate ()Sergey Bugaev2023-04-031-3/+5
* hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-031-15/+0
* hurd: Make exception subcode a longSergey Bugaev2023-04-031-2/+3
* mach, hurd: Cast through uintptr_tSergey Bugaev2023-02-121-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0611-11/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0111-11/+11
* hurd: let csu initialize tlsSamuel Thibault2021-12-281-15/+24
* hurd: Add support for AT_NO_AUTOMOUNTSamuel Thibault2021-08-101-0/+6
* hurd: handle EINTR during critical sectionsSamuel Thibault2021-03-231-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0211-11/+11
* hurd: set sigaction for signal preemptors in arch-independent fileSamuel Thibault2020-12-261-1/+2
* Hurd: make sigstates hold a reference on thread portsRichard Braun2020-12-211-4/+15
* hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig2020-12-211-0/+5
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-153-7/+5
* hurd: clean fd and port on thread cancelSamuel Thibault2020-06-282-0/+2
* Hurd: Move <hurd/sigpreempt.h> internals into wrapper headerFlorian Weimer2020-05-281-10/+0
* Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer2020-05-281-1/+1
* hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault2020-02-151-5/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0111-11/+11
* hurd: Global signal dispositionJeremie Koenig2019-12-291-9/+29
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0711-11/+11
* hurd: Fix comment styleSamuel Thibault2019-03-161-2/+1
* hurd: Document how EINTR should be handled in critical sectionsSamuel Thibault2019-03-161-1/+7
* Break some lines before not after operators.Joseph Myers2019-02-222-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0111-11/+11
* hurd: Fix spawni's user_link reallocationSamuel Thibault2018-11-111-2/+2
* Hurd: Fix ulinks in fd table reallocationSamuel Thibault2018-11-102-0/+49
* hurd: Fix coding styleSamuel Thibault2018-03-182-2/+2
* hurd: Replace threadvars with TLSSamuel Thibault2018-03-172-90/+22
* hurd: Fix includability of <hurd/signal.h> in all standardsSamuel Thibault2018-03-051-0/+1
* Separate out error_t definitionSamuel Thibault2018-03-046-0/+8
* hurd: Make almost all hurd headers includable in all standardsSamuel Thibault2018-03-043-14/+17
* hurd: fix header conformitySamuel Thibault2018-03-041-1/+1
* hurd: avoid including hurd/signal.h when not neededSamuel Thibault2018-03-042-2/+5
* hurd: Add missing includesSamuel Thibault2018-03-033-0/+4
* hurd: Fix preprocessor indentationSamuel Thibault2018-01-295-35/+35
* hurd: Include <sigsetops.h> from hurd/hurd/signal.hSamuel Thibault2018-01-281-0/+5
* hurd: fix typoSamuel Thibault2018-01-281-1/+1
* hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault2018-01-285-0/+114
* hurd: Fix warningsSamuel Thibault2018-01-281-9/+9