summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update hurd/intr-msg.c to be more portableFlavio Cruz2023-05-051-13/+21
* Update sysdeps/mach/hurd/ioctl.c to make it more portableFlavio Cruz2023-05-051-20/+27
* aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy2023-05-042-2/+2
* Enable libmvec support for AArch64Joe Ramsay2023-05-0332-19/+983
* hurd: Enable x86_64 build scriptSamuel Thibault2023-05-023-1/+9
* hurd 64bit: Make dev_t word typeSamuel Thibault2023-05-021-1/+1
* malloc: Really fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-1/+2
* malloc: Fix tst-memalign-3 link against threadsSamuel Thibault2023-05-021-0/+1
* Use GCC 13 branch, Linux 6.3 in build-many-glibcs.pyJoseph Myers2023-05-021-2/+2
* Mark various cold functions as __COLDSergey Bugaev2023-05-014-11/+11
* Fix regex type usageнаб2023-05-012-15/+15
* hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault2023-05-018-37/+169
* hurd 64bit: Fix ipc_perm fields typesSamuel Thibault2023-05-016-53/+71
* hurd 64bit: Fix flock fields typesSamuel Thibault2023-05-014-27/+95
* hurd 64bit: Add data for check-c++-typesSamuel Thibault2023-05-011-0/+67
* hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault2023-05-017-2/+100
* socket: Fix tst-cmsghdr-skeleton.c use of cmsg_lenSamuel Thibault2023-05-011-1/+1
* hurd 64bit: Add missing data file for check-localplt testSamuel Thibault2023-05-011-0/+44
* 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