about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+12
* hurd: Remove the ecx kludgeSergey Bugaev2023-03-022-43/+18
* hurd: Implement TLS for x86_64Sergey Bugaev2023-02-272-1/+228
* htl: Make pthread_mutex_t pointer-alignedSergey Bugaev2023-02-271-5/+8
* hurd: Generalize init-first.c to support x86_64Sergey Bugaev2023-02-241-0/+6
* hurd: Simplify init-first.c furtherSergey Bugaev2023-02-244-140/+68
* hurd: Mark some audit tests as unsupportedSamuel Thibault2023-02-241-0/+10
* htl: Mark select loop test as unsupportedSamuel Thibault2023-02-241-0/+6
* hurd: Mark RLIMIT_AS tests as unsupportedSamuel Thibault2023-02-241-0/+11
* Define PC, SP and SYSRETURN for hurd x86_64Flavio Cruz2023-02-201-3/+9
* hurd: Simplify init-first.c a bitSergey Bugaev2023-02-201-16/+7
* hurd: Make timer_t pointer-sizedSergey Bugaev2023-02-201-1/+1
* hurd: Fix xattr function return typeSergey Bugaev2023-02-205-5/+5
* hurd: Use proper integer typesSergey Bugaev2023-02-205-7/+11
* hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev2023-02-201-5/+20
* [hurd] Fix i686 build breakage caused by 4fedebc91108Flavio Cruz2023-02-173-4/+4
* C2x strtol binary constant handlingJoseph Myers2023-02-161-0/+20
* mach: undef ENTRY2Sergey Bugaev2023-02-141-0/+1
* hurd: i386 TLS tweaksSergey Bugaev2023-02-141-13/+35
* hurd, htl: Add some x86_64-specific codeSergey Bugaev2023-02-122-0/+49
* hurd: Set up the basic tree for x86_64-gnuSergey Bugaev2023-02-126-2/+10
* mach: Look for mach_i386.defs on x86_64 tooSergey Bugaev2023-02-122-6/+6
* hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev2023-02-123-4/+6
* hurd: Refactor readlinkat()Sergey Bugaev2023-02-121-23/+32
* hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault2023-02-091-13/+0
* Move RETURN_TO to x86/sysdep.h and implement x86_64 version.Flavio Cruz2023-02-052-34/+17
* Remove sysdeps/mach/i386/machine-sp.hFlavio Cruz2023-02-021-30/+0
* hurd: Move some i386 bits to x86Samuel Thibault2023-02-0210-107/+129
* hurd: Implement SHM_ANONSergey Bugaev2023-02-011-0/+25
* hurd: Implement O_TMPFILESergey Bugaev2023-02-011-0/+4
* Regenerate configure.Carlos O'Donell2023-01-311-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06394-394/+394
* hurd getcwd: Fix memory leak on errorSamuel Thibault2023-01-021-0/+2
* hurd fcntl: Make LOCKED macro more robustSamuel Thibault2023-01-021-2/+3
* hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault2023-01-021-1/+2
* htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault2023-01-021-3/+0
* mach: Drop remnants of old_CFLAGSSamuel Thibault2022-12-192-8/+0
* mach: Fix passing -ffreestanding when checking for gnumach headersSamuel Thibault2022-12-192-12/+6
* Force use of -ffreestanding when checking for gnumach headersFlavio Cruz2022-12-192-1/+13
* hurd: Make getrandom cache the server portSergey Bugaev2022-12-021-15/+102
* hurd: Add sigtimedwait and sigwaitinfo supportSamuel Thibault2022-11-073-112/+207
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-5/+5
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-032-5/+3
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-183-1/+3
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2022-10-051-0/+1
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-301-2/+10
* hurd: Fix typoSamuel Thibault2022-09-281-1/+1
* hurd: Increase SOMAXCONN to 4096Samuel Thibault2022-09-271-1/+1
* hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault2022-09-211-2/+2