about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-125-2/+9
* 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
* hurd: Move some i386 bits to x86Samuel Thibault2023-02-025-79/+78
* hurd: Implement SHM_ANONSergey Bugaev2023-02-011-0/+25
* hurd: Implement O_TMPFILESergey Bugaev2023-02-011-0/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06356-356/+356
* 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
* 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
* hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault2022-09-211-38/+0
* hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit2022-09-211-0/+1
* hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault2022-09-211-1/+1
* hurd: Add ifrtreq structure to net/route.hDamien Zammit2022-09-211-0/+17
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-1726-226/+116
* hurd: Make readlink* just reopen the file used for statSamuel Thibault2022-09-152-24/+40
* hurd: Fix readlink() hanging on fifoSamuel Thibault2022-09-142-2/+8
* hurd: Fix vm_size_t incoherenciesSamuel Thibault2022-08-296-7/+10
* hurd: Fix starting static binaries with stack protection enabledSamuel Thibault2022-08-222-2/+22
* htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault2022-08-221-4/+6
* htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault2022-08-221-0/+4