aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-01hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev3-21/+20
2023-05-01Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz5-2/+31
2023-05-01mach: Disable 32bit compatibility modeSamuel Thibault1-0/+1
2023-05-01hurd: Make it possible to call memcpy very earlySergey Bugaev1-0/+3
2023-05-01hurd: Implement longjmp for x86_64Sergey Bugaev2-0/+219
2023-05-01hurd: Implement sigreturn for x86_64Sergey Bugaev1-0/+162
2023-05-01Make __mach_msg_destroy portable for x86_64Flavio Cruz1-4/+5
2023-04-29hurd: Mark error functions as __COLDSergey Bugaev2-5/+5
2023-04-29cdefs.h: Define __COLDSergey Bugaev1-0/+7
2023-04-29hurd: Fix FS_RETRY_MAGICAL "machtype" handlingSergey Bugaev1-7/+4
2023-04-29hurd: Respect existing FD_CLOEXEC in S_msg_set_fdSergey Bugaev1-1/+7
2023-04-29hurd: Don't leak the auth port in msg* RPCsSergey Bugaev1-9/+58
2023-04-29hurd: Make _exit work during early boot-upSergey Bugaev1-2/+3
2023-04-29hurd: Mark various conditions as unlikelySergey Bugaev2-7/+7
2023-04-29hurd: Move libc_hidden_def's aroundSergey Bugaev1-4/+5
2023-04-29hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev1-13/+6
2023-04-28__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2023-04-28Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1Kito Cheng1-5/+3
2023-04-28riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang4-0/+60
2023-04-28elf.h: add PT_GNU_SFRAMEIndu Bhagat1-0/+1
2023-04-27Fix Hurd getcwd build with GCC >= 13Joseph Myers1-2/+3
2023-04-26Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers1-0/+19
2023-04-26locale/programs/locarchive.c: Remove unnecessary check in add_locale_archiveFrédéric Bérat1-1/+1
2023-04-26manual: document posix_openpt (bug 17010)Gavin Smith1-3/+33
2023-04-26if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott1-1/+0
2023-04-26gethostid: Do not include alloca.hJoe Simmons-Talbott1-1/+0
2023-04-25socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev2-0/+127
2023-04-25hurd: Do not take any flag from the CMSG_DATASamuel Thibault1-1/+3
2023-04-24hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev2-2/+7
2023-04-24hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault1-2/+2
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev8-23/+33
2023-04-24hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev2-4/+4
2023-04-24hurd: Only deallocate addrport when it's validSergey Bugaev5-6/+10
2023-04-24hurd: Implement MAP_32BITSergey Bugaev3-7/+12
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev6-11/+16
2023-04-22misc: Convert daemon () to GNU coding styleSergey Bugaev1-39/+49
2023-04-21wcsmbs: Add wcsdup() tests. (BZ #30266)Joe Simmons-Talbott2-0/+3
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2-0/+201
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2-0/+202
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott1-2/+2
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev3-17/+19
2023-04-20hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev1-2/+2
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda7-0/+42
2023-04-20malloc: Add missing shared thread library flagsAdhemerval Zanella1-0/+1
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-48/+158
2023-04-20posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-126/+425
2023-04-19build-many-glibcs.py: --disable-gcov for gcc-firstJan-Benedict Glaw1-0/+1
2023-04-18malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)DJ Delorie4-82/+268
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev1-3/+9
2023-04-18rcmd.c: Fix indentation in last commitSiddhesh Poyarekar1-2/+2