124 Commits (7f01a734feddaabf366bc644c926e675656cab62)

Author SHA1 Message Date
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 8 years ago
Szabolcs Nagy 1177f61d6e mips: add HWCAP_ flags from linux v4.17 8 years ago
Rich Felker eb5ae94016 fix minor namespace issues in termios.h 8 years ago
Szabolcs Nagy 9b57db3f95 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 8 years ago
Szabolcs Nagy 9eda4dc69c mips,powerpc: fix TIOCSER_TEMT in termios.h 9 years ago
Szabolcs Nagy 754f66afb7 ioctl TIOCGPTPEER from linux v4.13 9 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Szabolcs Nagy cc08669380 add SIOCGSTAMPNS socket ioctl macro to ioctl.h 9 years ago
Szabolcs Nagy 02b50c9d0a fix mips ioctl macros to match linux asm/sockios.h 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 10 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Rich Felker cff5747c74 fix regression in tcsetattr on all mips archs 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 45ba07fded format mips bits/termios.h consistently mips64 and n32 versions 10 years ago
Szabolcs Nagy 8c316e9e49 fix TCS* definitions in mips termios.h 10 years ago
Szabolcs Nagy ee9b5900fb fix mips termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy 809495f7b7 fix TIOCMSET in mips ioctl.h 10 years ago
Szabolcs Nagy b76d4e06f1 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h 10 years ago
Szabolcs Nagy 058c0b2d70 remove mips and powerpc ioctls that are missing from linux uapi 10 years ago
Szabolcs Nagy 5ce901279e add missing TIOC* macros to ioctl.h 10 years ago
Szabolcs Nagy 8735a921d0 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h 10 years ago
Szabolcs Nagy 2df9ae9161 remove ioctl macros that were removed from linux uapi 10 years ago
Szabolcs Nagy 78b1f3cb14 add preadv2 and pwritev2 syscall numbers for linux v4.6 10 years ago
Bobby Bingham 63e3a1661f deduplicate __NR_* and SYS_* syscall number definitions 10 years ago
Szabolcs Nagy 84d4f5eee5 add copy_file_range syscall numbers from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 10 years ago
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy 51d5f139ca add mlock2 syscall number from linux v4.4 10 years ago
Szabolcs Nagy 09001a8f97 add new membarrier, userfaultfd and switch_endian syscalls 11 years ago
Roman Yeryomin 3975577922 socket.h: cleanup/reorder mips and powerpc bits/socket.h 11 years ago
Roman Yeryomin 29ec7677a7 socket.h: fix SO_* for mips 11 years ago
Felix Fietkau 3fffa7a658 mips: fix mcontext_t register array field name 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Szabolcs Nagy f54c28cba2 add syscall numbers for the new execveat syscall 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Trutz Behn 02d8770dcf remove mips-only EINIT and EREMDEV errnos 11 years ago
Szabolcs Nagy f90fafea3c add new syscall numbers for bpf and kexec_file_load 12 years ago
Rich Felker 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 12 years ago
Szabolcs Nagy 4ffc39c654 add new syscall numbers for seccomp, getrandom, memfd_create 12 years ago
Rich Felker b7cf71a190 add threads.h and needed per-arch types for mtx_t and cnd_t 12 years ago
Rich Felker 321f4fa906 add max_align_t definition for C11 and C++11 12 years ago