aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386
AgeCommit message (Expand)Author
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka
2023-04-03hurd: Move a couple of signal-related files to x86Sergey Bugaev
2023-04-03hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-03-02hurd: Remove the ecx kludgeSergey Bugaev
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev
2023-02-24hurd: Simplify init-first.c furtherSergey Bugaev
2023-02-20hurd: Simplify init-first.c a bitSergey Bugaev
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev
2023-02-17[hurd] Fix i686 build breakage caused by 4fedebc91108Flavio Cruz
2023-02-16C2x strtol binary constant handlingJoseph Myers
2023-02-14hurd: i386 TLS tweaksSergey Bugaev
2023-02-12hurd: Set up the basic tree for x86_64-gnuSergey Bugaev
2023-02-09hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault
2023-02-02hurd: Move some i386 bits to x86Samuel Thibault
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann
2022-04-19elf: Remove __libc_init_secureFangrui Song
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-31hurd: Bump BRK_START to 0x20000000Samuel Thibault
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-28hurd: let csu initialize tlsSamuel Thibault
2021-12-27hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault
2021-12-27hurd: XFAIL more tests that require setpshared supportSamuel Thibault
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella