summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Also make it possible to call strlen very earlyHEADmasterSergey Bugaev2023-05-171-0/+3
* hurd: Fix setting up pthreadsSergey Bugaev2023-05-172-1/+94
* hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev2023-05-171-6/+19
* hurd: Make sure to not use tcb->selfSergey Bugaev2023-05-173-26/+14
* hurd: Use __mach_setup_thread_call ()Sergey Bugaev2023-05-172-7/+9
* mach: Define MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev2023-05-172-0/+22
* Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME...Flavio Cruz2023-05-171-1/+1
* Update kernel version to 6.3 in header constant testsJoseph Myers2023-05-163-4/+4
* i386: Use pthread_barrier for synchronization on tst-bz21269DJ Delorie2023-05-161-5/+28
* hurd: Fix computing user stack pointerSergey Bugaev2023-05-161-1/+1
* hurd: Fix sc_i386_thread_state layoutSergey Bugaev2023-05-162-0/+14
* hurd: Align signal stack pointer after allocating stackframeSergey Bugaev2023-05-161-3/+2
* hurd: Fix aligning signal stack pointerSergey Bugaev2023-05-161-1/+1
* linux: Reformat Makefile.Carlos O'Donell2023-05-161-6/+7
* Update syscall lists for Linux 6.3Joseph Myers2023-05-151-2/+2
* hurd: rule out some mach headers when generating errno.hSamuel Thibault2023-05-112-3/+4
* Stop checking if MiG supports retcode.Flavio Cruz2023-05-112-62/+0
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-103-0/+7
* nptl: Reformat Makefile.Carlos O'Donell2023-05-102-113/+320
* Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer2023-05-072-47/+0
* Update hurd/hurdselect.c to be more portable.Flavio Cruz2023-05-062-5/+31
* hurd: Fix ld.so nameSamuel Thibault2023-05-061-0/+1
* hurd: Add ioperm symbol on x86_64Samuel Thibault2023-05-062-0/+6
* aarch64: More configure checks for libmvecSzabolcs Nagy2023-05-052-6/+48
* aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy2023-05-052-16/+27
* hppa: Fix 'concurrency' typo in commentSam James2023-05-052-2/+2
* 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-0329-104/+968
* hurd 64bit: Make dev_t word typeSamuel Thibault2023-05-021-1/+1
* 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-016-2/+98
* hurd 64bit: Add missing data file for check-localplt testSamuel Thibault2023-05-011-0/+44
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-013-0/+6
* hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault2023-05-011-0/+5
* 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-011-18/+7
* Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz2023-05-011-1/+2
* 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
* hurd: Make _exit work during early boot-upSergey Bugaev2023-04-291-2/+3
* __check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2023-04-282-0/+17
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-282-0/+47
* Fix Hurd getcwd build with GCC >= 13Joseph Myers2023-04-271-2/+3