aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386
AgeCommit message (Expand)Author
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev
2023-05-17hurd: Fix setting up pthreadsSergey Bugaev
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev
2023-05-01hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault
2023-05-01hurd 64bit: Fix ipc_perm fields typesSamuel Thibault
2023-05-01hurd 64bit: Fix flock fields typesSamuel Thibault
2023-05-01hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault
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