about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-014-1/+7
* hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault2023-05-012-1/+6
* hurd: Fix tst-writev testSamuel Thibault2023-05-011-0/+5
* nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault2023-05-013-2/+4
* hurd: Add expected abilist files for x86_64Sergey Bugaev2023-05-0112-0/+3687
* hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev2023-05-013-21/+20
* Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz2023-05-015-2/+31
* mach: Disable 32bit compatibility modeSamuel Thibault2023-05-011-0/+1
* hurd: Make it possible to call memcpy very earlySergey Bugaev2023-05-011-0/+3
* hurd: Implement longjmp for x86_64Sergey Bugaev2023-05-012-0/+219
* hurd: Implement sigreturn for x86_64Sergey Bugaev2023-05-011-0/+162
* Make __mach_msg_destroy portable for x86_64Flavio Cruz2023-05-011-4/+5
* hurd: Mark error functions as __COLDSergey Bugaev2023-04-292-5/+5
* cdefs.h: Define __COLDSergey Bugaev2023-04-291-0/+7
* hurd: Fix FS_RETRY_MAGICAL "machtype" handlingSergey Bugaev2023-04-291-7/+4
* hurd: Respect existing FD_CLOEXEC in S_msg_set_fdSergey Bugaev2023-04-291-1/+7
* hurd: Don't leak the auth port in msg* RPCsSergey Bugaev2023-04-291-9/+58
* hurd: Make _exit work during early boot-upSergey Bugaev2023-04-291-2/+3
* hurd: Mark various conditions as unlikelySergey Bugaev2023-04-292-7/+7
* hurd: Move libc_hidden_def's aroundSergey Bugaev2023-04-291-4/+5
* hurd: Simplify _hurd_critical_section_lock a bitSergey Bugaev2023-04-291-13/+6
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-282-0/+17
* Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1Kito Cheng2023-04-281-5/+3
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-284-0/+60
* elf.h: add PT_GNU_SFRAMEIndu Bhagat2023-04-281-0/+1
* Fix Hurd getcwd build with GCC >= 13Joseph Myers2023-04-271-2/+3
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2023-04-261-0/+19
* locale/programs/locarchive.c: Remove unnecessary check in add_locale_archiveFrédéric Bérat2023-04-261-1/+1
* manual: document posix_openpt (bug 17010)Gavin Smith2023-04-261-3/+33
* if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott2023-04-261-1/+0
* gethostid: Do not include alloca.hJoe Simmons-Talbott2023-04-261-1/+0
* socket: Add a test for MSG_CMSG_CLOEXECSergey Bugaev2023-04-252-0/+127
* hurd: Do not take any flag from the CMSG_DATASamuel Thibault2023-04-251-1/+3
* hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev2023-04-242-2/+7
* hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault2023-04-241-2/+2
* hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev2023-04-248-23/+33
* hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev2023-04-242-4/+4
* hurd: Only deallocate addrport when it's validSergey Bugaev2023-04-245-6/+10
* hurd: Implement MAP_32BITSergey Bugaev2023-04-243-7/+12
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-226-11/+16
* misc: Convert daemon () to GNU coding styleSergey Bugaev2023-04-221-39/+49
* wcsmbs: Add wcsdup() tests. (BZ #30266) azanella/bz30266Joe Simmons-Talbott2023-04-212-0/+3
* string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+201
* string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+202
* string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott2023-04-211-2/+2
* hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev2023-04-213-17/+19
* hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev2023-04-201-2/+2
* Created tunable to force small pages on stack allocation.Cupertino Miranda2023-04-207-0/+42
* malloc: Add missing shared thread library flagsAdhemerval Zanella2023-04-201-0/+1
* linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-48/+158