about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
Commit message (Expand)AuthorAgeFilesLines
...
* hurd: Restore destroying receive rights on sigreturnSamuel Thibault2023-04-131-2/+2
* Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault2023-04-116-83/+33
* hurd: Don't leak __hurd_reply_port0Sergey Bugaev2023-04-112-1/+13
* hurd: Improve reply port handling when exiting signal handlersSergey Bugaev2023-04-101-16/+5
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-106-34/+85
* hurd: Port trampoline.c to x86_64Sergey Bugaev2023-04-101-7/+151
* hurd: Do not declare local variables volatileSergey Bugaev2023-04-101-2/+2
* hurd: Implement x86_64/intr-msg.hSergey Bugaev2023-04-101-0/+119
* hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev2023-04-102-0/+169
* htl: move pthread_self info libc.Guy-Fleury Iteriteka2023-04-052-2/+2
* htl: move ___pthread_self into libc.Guy-Fleury Iteriteka2023-04-053-2/+25
* hurd: Add vm_param.h for x86_64Sergey Bugaev2023-04-031-0/+24
* hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev2023-04-031-0/+41
* htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev2023-04-031-0/+73
* hurd: Move a couple of signal-related files to x86Sergey Bugaev2023-04-032-0/+0
* hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev2023-04-031-7/+6
* hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev2023-04-031-1/+0
* hurd: More 64-bit integer casting fixesSergey Bugaev2023-04-032-4/+4
* mach, hurd: Drop __libc_lock_self0Sergey Bugaev2023-04-032-6/+2
* hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-034-26/+2
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-0/+28
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-1/+0
* 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
* 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