prevent invalid reads of nl_arg in printf_core
[musl] / arch / powerpc /
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
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-07-07 Rich Felkerfix broken struct shmid_ds on powerpc (32-bit)
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
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-03-15 Samuel Hollanddefine MAP_SYNC on powerpc/powerpc64
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-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
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-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
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 Felkermove msghdr and cmsghdr out of bits/socket.h
2019-10-19 Rich Felkeruse struct pt_regs * rather than void * for powerpc...
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 Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
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-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-04-10 Rich Felkeruse inline syscalls for powerpc (32-bit)
2019-03-13 Szabolcs Nagypowerpc: add PTRACE_SYSEMU from linux v4.20
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-10-16 Rich Felkerremove ancient clang workaround from powerpc pthread_ar...
2018-09-14 Rich Felkerfix broken atomic store on powerpc[64]
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-26 Rich Felkerfix regression in powerpc[64] SO_PEERSEC definition
2018-06-19 Szabolcs Nagypowerpc: add pkey syscall numbers from linux v4.16
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-03-10 Rich Felkerfix minor namespace issues in termios.h
2018-02-22 Szabolcs Nagypowerpc: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-11-05 Szabolcs Nagyadd kexec_file_load syscall number on powerpc from...
2017-09-11 Szabolcs Nagypowerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Szabolcs Nagyfix CBAUDEX in powerpc termios.h
2016-07-03 Szabolcs Nagyfix powerpc termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-05-09 Rich Felkerfix spurious trailing whitespace in powerpc & powerpc64...
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-25 Szabolcs Nagyclean powerpc syscall.h
2016-01-25 Szabolcs Nagyadd missing powerpc specific PROT_SAO memory protection...
2016-01-25 Szabolcs Nagyfix powerpc MCL_* mlockall flags in bits/mman.h
2016-01-22 Rich Felkeroverhaul powerpc atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkerprevent reordering of or1k and powerpc thread pointer...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for powerpc
2015-09-15 Felix Jandareindent powerpc's bits/termios.h to be consistent...
2015-07-21 Roman Yeryominsocket.h: cleanup/reorder mips and powerpc bits/socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
next