about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386
Commit message (Expand)AuthorAgeFilesLines
* hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev2023-04-211-6/+12
* hurd: Microoptimize sigreturnSergey Bugaev2023-04-181-3/+9
* hurd: Fix restoring reply port in sigreturnSergey Bugaev2023-04-171-12/+23
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-142-17/+47
* 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-112-47/+17
* hurd: Don't leak __hurd_reply_port0Sergey Bugaev2023-04-111-0/+5
* 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-102-17/+47
* hurd: Port trampoline.c to x86_64Sergey Bugaev2023-04-101-341/+0
* hurd: Do not declare local variables volatileSergey Bugaev2023-04-101-2/+2
* htl: move pthread_self info libc.Guy-Fleury Iteriteka2023-04-052-2/+2
* hurd: Move a couple of signal-related files to x86Sergey Bugaev2023-04-032-206/+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: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-031-2/+0
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+12
* hurd: Remove the ecx kludgeSergey Bugaev2023-03-022-43/+18
* hurd: Generalize init-first.c to support x86_64Sergey Bugaev2023-02-241-262/+0
* hurd: Simplify init-first.c furtherSergey Bugaev2023-02-242-139/+61
* hurd: Simplify init-first.c a bitSergey Bugaev2023-02-201-16/+7
* 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-172-3/+3
* C2x strtol binary constant handlingJoseph Myers2023-02-161-0/+20
* hurd: i386 TLS tweaksSergey Bugaev2023-02-141-13/+35
* hurd: Set up the basic tree for x86_64-gnuSergey Bugaev2023-02-122-110/+1
* hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault2023-02-091-13/+0
* hurd: Move some i386 bits to x86Samuel Thibault2023-02-023-309/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0621-21/+21
* 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
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-182-0/+2
* hurd: Fix starting static binaries with stack protection enabledSamuel Thibault2022-08-222-2/+22
* hurd: Assume non-suid during bootstrapSamuel Thibault2022-08-191-2/+7
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-221-0/+3
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-061-0/+2
* elf: Remove __libc_init_secureFangrui Song2022-04-191-4/+0
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-021-2/+1
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-271-0/+1
* hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella2022-01-261-0/+2
* htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault2022-01-151-70/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0121-21/+21
* hurd: Bump BRK_START to 0x20000000Samuel Thibault2021-12-311-1/+1
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-0/+1
* hurd: Fix static-PIE startupSamuel Thibault2021-12-281-1/+1
* hurd: let csu initialize tlsSamuel Thibault2021-12-281-3/+0
* hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault2021-12-271-4/+10
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2021-12-271-0/+2
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-131-0/+2
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-221-6/+0