release 1.2.4
[musl] / arch /
2023-02-09 Rich Felkerfix wrong sigaction syscall ABI on mips*, or1k, microbl...
2023-01-18 Rich Felkerfix debugger tracking of shared libraries on mips with...
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-03-08 Rich Felkerfix __WORDSIZE on x32 sys/user.h
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagys390x: add ptrace requests from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-09-23 Rich Felkeradd SPE FPU support to powerpc-sf
2021-08-12 Rich Felkerfix excessively slow TLS performance on some mips models
2021-07-07 Rich Felkerfix broken struct shmid_ds on powerpc (32-bit)
2021-06-05 Khem Rajriscv: rename __NR_fstatat __NR_newfstatat
2021-02-15 Szabolcs Nagyaarch64/bits/mman.h: add PROT_MTE from linux v5.10
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
2021-02-15 Szabolcs Nagyadd aarch64/bits/mman.h with PROT_BTI from linux v5.8
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2021-02-13 Khem Rajriscv64: define ELF_NFPREG
2020-12-12 Ariadne Conillsh: fix incorrect mcontext_t member naming
2020-12-06 Drew DeVaultriscv64: fix inconsistent ucontext_t struct tag
2020-12-04 Marius Hillenbrands390x: derive float_t from compiler or default to float
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-11-11 Rich Felkerfix vector types in aarch64 register file structures
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyaarch64: add new HWCAP2_ macros from linux v5.6
2020-09-09 Szabolcs Nagyaarch64: add HWCAP2_ macros from linux v5.3
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-09-03 Rich Felkeruse generic bits/fcntl.h for x86_64 and riscv64
2020-09-03 Rich Felkermake generic bits/fcntl.h shareable with 64-bit archs
2020-09-03 Rich Felkerfix missing O_LARGEFILE values on x86_64, x32, and...
2020-08-27 Rich Felkerremove redundant pthread struct members repeated for...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2020-05-21 Rich Felkerfix incorrect SIGSTKFLT on all mips archs
2020-04-26 Rich Felkerremove arm (32-bit) support for vdso clock_gettime
2020-03-15 Samuel Hollanddefine MAP_SYNC on powerpc/powerpc64
2020-03-15 Rich Felkerwork around negated error code bug on some mips kernels
2020-03-15 Rich Felkerremove useless mips syscall asm constraint, align style...
2020-03-15 Rich Felkerrevert mips (32-bit, o32) syscall asm clean-up due...
2020-03-15 Rich Felkerrevert mips64/n32 syscall asm clean-up due to regressions
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-02-04 Rich Felkermove riscv64 register index constants to signal.h
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-26 Rich Felkermove struct dirent to bits header, allow NAME_MAX to...
2020-01-22 Luís Marquesfix riscv64 a_cas inline asm operand sign extension
2019-12-30 Szabolcs Nagymips: add clone3 syscall numbers from linux v5.4
2019-12-30 Szabolcs Nagymips: add hwcap bits from linux v5.4
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-12-30 Khem Rajfix types for mips sigcontext/mcontext_t regset members
2019-11-05 Rich Felkerfix build regression on mips64 due to endian.h removal
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove time64 ioctl numbers to generic bits/ioctl.h
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-11-02 Rich Felkeradd x32 bits/ioctl_fix.h defining time-related sockios...
2019-11-02 Rich Felkeradd back x32 bits/socket.h defining time-related socket...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-11-02 Rich Felkerfix x32 msghdr struct by removing x32 bits/socket.h
2019-10-28 Rich Felkeradd missing m68k user.h/procfs.h regset types
2019-10-20 Rich Felkerinternally, define time64 rusage syscalls on x32 as...
2019-10-19 Rich Felkeruse struct pt_regs * rather than void * for powerpc...
2019-10-19 Rich Felkerfix fpregset_t type on powerpc64
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-10-17 Rich Felkerremove i386 support for legacy struct __va_list
2019-10-02 Rich Felkerreintroduce riscv64 struct sigcontext
2019-09-30 Rich Felkerfix riscv64 elf_fpregset_t type and member names mismatch
2019-09-29 Rich Felkerfix riscv64 signal.h namespace violations and ucontext...
2019-09-27 Rich Felkerclean up mips (32-bit, o32) syscall asm constraints
2019-09-26 Rich Felkerfix mips r6 syscall clobber lists not to include hi...
2019-09-25 Palmer Dabbeltcorrect the operand specifiers in the riscv64 CAS routines
2019-09-11 Szabolcs Nagyaarch64: add HWCAP2 flags from linux v5.2
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-09-08 Rich Felkerhonor __WCHAR_TYPE__ on archs with legacy long definiti...
2019-08-19 Rich Felkerfix clash between sys/user.h and kernel ptrace.h on...
2019-08-14 Khem Rajre-add ELF gregs and fpregs types to riscv64 user.h
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-06 Rich Felkerremove riscv64 bits/user.h contents
2019-08-06 Baruch Siachfix risc64 conflict with kernel headers
2019-08-03 Rich Felkerupdate riscv64 syscall numbers to linux v5.1
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkerremove arch-specific bits/ipc.h that are identical...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkeruse 64-bit msqid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkeruse 64-bit semid_ds layout in the generic version of...
2019-07-29 Rich Felkercollapse out byte order conditions in bits/sem.h for...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
next