Age | Commit message (Expand) | Author | Files | Lines |
2023-05-23 | hurd: Fix making ld.so run static binaries with retry | Samuel Thibault | 1 | -1/+1 |
2023-05-22 | Add voice-admit DSCP code point from RFC-5865 | Ronan Pigott | 1 | -0/+5 |
2023-05-22 | Remove last remnants of have-protected | Andreas Schwab | 3 | -9/+1 |
2023-05-22 | S390: Use compile-only instead of also link-tests in configure. | Stefan Liebler | 2 | -177/+109 |
2023-05-20 | htl: Use __hurd_fail () instead of assigning errno | Sergey Bugaev | 4 | -18/+9 |
2023-05-20 | hurd: Use __hurd_fail () instead of assigning errno | Sergey Bugaev | 44 | -242/+95 |
2023-05-19 | powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdouble | Mahesh Bodapati | 1 | -0/+17 |
2023-05-19 | hurd: Fix using interposable hurd_thread_self | Sergey Bugaev | 4 | -4/+10 |
2023-05-19 | hurd: Fix __TIMESIZE on x86_64 | Sergey Bugaev | 2 | -1/+5 |
2023-05-19 | hurd: Fix expected c++ types | Samuel Thibault | 1 | -19/+19 |
2023-05-18 | Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.h | Joseph Myers | 1 | -0/+6 |
2023-05-17 | hurd: Also make it possible to call strlen very early | Sergey Bugaev | 1 | -0/+3 |
2023-05-17 | hurd: Fix setting up pthreads | Sergey Bugaev | 2 | -1/+94 |
2023-05-17 | hurd: Fix x86_64 _hurd_tls_fork | Sergey Bugaev | 1 | -6/+19 |
2023-05-17 | hurd: Make sure to not use tcb->self | Sergey Bugaev | 3 | -26/+14 |
2023-05-17 | hurd: Use __mach_setup_thread_call () | Sergey Bugaev | 2 | -7/+9 |
2023-05-17 | mach: Define MACHINE_THREAD_STATE_SETUP_CALL | Sergey Bugaev | 2 | -0/+22 |
2023-05-17 | Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME... | Flavio Cruz | 1 | -1/+1 |
2023-05-16 | Update kernel version to 6.3 in header constant tests | Joseph Myers | 3 | -4/+4 |
2023-05-16 | i386: Use pthread_barrier for synchronization on tst-bz21269 | DJ Delorie | 1 | -5/+28 |
2023-05-16 | hurd: Fix computing user stack pointer | Sergey Bugaev | 1 | -1/+1 |
2023-05-16 | hurd: Fix sc_i386_thread_state layout | Sergey Bugaev | 2 | -0/+14 |
2023-05-16 | hurd: Align signal stack pointer after allocating stackframe | Sergey Bugaev | 1 | -3/+2 |
2023-05-16 | hurd: Fix aligning signal stack pointer | Sergey Bugaev | 1 | -1/+1 |
2023-05-16 | linux: Reformat Makefile. | Carlos O'Donell | 1 | -6/+7 |
2023-05-15 | Update syscall lists for Linux 6.3 | Joseph Myers | 1 | -2/+2 |
2023-05-11 | hurd: rule out some mach headers when generating errno.h | Samuel Thibault | 2 | -3/+4 |
2023-05-11 | Stop checking if MiG supports retcode. | Flavio Cruz | 2 | -62/+0 |
2023-05-10 | Added Redirects to longdouble error functions [BZ #29033] | Sachin Monga | 3 | -0/+7 |
2023-05-10 | nptl: Reformat Makefile. | Carlos O'Donell | 2 | -113/+320 |
2023-05-07 | Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC." | Florian Weimer | 2 | -47/+0 |
2023-05-06 | Update hurd/hurdselect.c to be more portable. | Flavio Cruz | 2 | -5/+31 |
2023-05-06 | hurd: Fix ld.so name | Samuel Thibault | 1 | -0/+1 |
2023-05-06 | hurd: Add ioperm symbol on x86_64 | Samuel Thibault | 2 | -0/+6 |
2023-05-05 | aarch64: More configure checks for libmvec | Szabolcs Nagy | 2 | -6/+48 |
2023-05-05 | aarch64: SVE ACLE configure test cleanups | Szabolcs Nagy | 2 | -16/+27 |
2023-05-05 | hppa: Fix 'concurrency' typo in comment | Sam James | 2 | -2/+2 |
2023-05-05 | Update sysdeps/mach/hurd/ioctl.c to make it more portable | Flavio Cruz | 1 | -20/+27 |
2023-05-04 | aarch64: fix SVE ACLE check for bootstrap glibc builds | Szabolcs Nagy | 2 | -2/+2 |
2023-05-03 | Enable libmvec support for AArch64 | Joe Ramsay | 29 | -104/+968 |
2023-05-02 | hurd 64bit: Make dev_t word type | Samuel Thibault | 1 | -1/+1 |
2023-05-01 | hurd 64bit: Fix struct msqid_ds and shmid_ds fields | Samuel Thibault | 8 | -37/+169 |
2023-05-01 | hurd 64bit: Fix ipc_perm fields types | Samuel Thibault | 6 | -53/+71 |
2023-05-01 | hurd 64bit: Fix flock fields types | Samuel Thibault | 4 | -27/+95 |
2023-05-01 | hurd 64bit: Add data for check-c++-types | Samuel Thibault | 1 | -0/+67 |
2023-05-01 | hurd 64bit: Fix pthread_t/thread_t type to long | Samuel Thibault | 6 | -2/+98 |
2023-05-01 | hurd 64bit: Add missing data file for check-localplt test | Samuel Thibault | 1 | -0/+44 |
2023-05-01 | hurd 64bit: Add missing libanl | Samuel Thibault | 3 | -0/+6 |
2023-05-01 | hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit | Samuel Thibault | 1 | -0/+5 |
2023-05-01 | hurd: Fix tst-writev test | Samuel Thibault | 1 | -0/+5 |