84 Commits (0705fe93566fca735bf0df155f71641df02fc273)

Author SHA1 Message Date
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 7 years ago
Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 7 years ago
Rich Felker 95ed26353c duplicate generic bits/msg.h for each arch using it, in prep to change 7 years ago
Rich Felker 6f2e5607d2 duplicate generic bits/sem.h for each arch using it, in prep to change 7 years ago
Rich Felker 01ae3fc6d4 decouple struct stat from kernel type 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Bobby Bingham 3517d74a5e move arch-invariant definitions out of bits/ioctl.h 7 years ago
Rich Felker a4a3e4dbc0 make thread-pointer-loading asm non-volatile 8 years ago
Szabolcs Nagy 5ef60206ff add arm and sh bits/ptrace.h 8 years ago
Rich Felker b6e59cd925 apply hidden visibility to sigreturn code fragments 8 years ago
Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 8 years ago
Rich Felker 35cd7c0950 fix async thread cancellation on sh-fdpic 8 years ago
Rich Felker 0cd2be2314 work around broken kernel struct ipc_perm on some big endian archs 8 years ago
Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
Rich Felker c9c2cd3e69 reverse definition dependency between PAGESIZE and PAGE_SIZE 8 years ago
Szabolcs Nagy 754f66afb7 ioctl TIOCGPTPEER from linux v4.13 9 years ago
Szabolcs Nagy cc08669380 add SIOCGSTAMPNS socket ioctl macro to ioctl.h 9 years ago
Thomas Petazzoni 1698fe6cdc fix build failure for sh4a due to missing colon in asm statement 9 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Szabolcs Nagy 189acc705e add sh syscall numbers from linux v4.8 10 years ago
Rich Felker 7cc3a28eed fix pread/pwrite syscall calling convention on sh 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Szabolcs Nagy 6fce6ca129 remove termios2 related ioctls from sh ioctl.h 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
Bobby Bingham 63e3a1661f deduplicate __NR_* and SYS_* syscall number definitions 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 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Rich Felker 4de1bc1164 remove sh port's __fpscr_values source file 10 years ago
Rich Felker 007907a93c move sh port's __shcall internal function from arch/sh/src to src tree 10 years ago
Rich Felker 230bfe1a7d move sh __unmapself code from arch/sh/src to main src tree 10 years ago
Rich Felker 61b1e75f7d overhaul sh atomics for new atomics framework, add j-core cas.l backend 10 years ago
Rich Felker 1315596b51 refactor internal atomic.h 10 years ago
Rich Felker 9439ebd766 fix dynamic loader library mapping for nommu systems 11 years ago
Rich Felker 4fcb48275a generalize sh entry point asm not to assume call dests fit in 12 bits 11 years ago
Rich Felker cb1bf2f321 properly access mcontext_t program counter in cancellation handler 11 years ago
Rich Felker b61df2294f fix signal return for sh/fdpic 11 years ago
Rich Felker e9e770dfd6 have sh/fdpic entry point set fdpic personality if needed 11 years ago
Rich Felker eaf7ab6e24 add real fdpic loading of shared libraries 11 years ago
Rich Felker 7f9086df95 size-optimize sh/fdpic dynamic entry point 11 years ago
Rich Felker cab2b1f9d7 work around breakage in sh/fdpic __unmapself function 11 years ago
Rich Felker 7a9669e977 add general fdpic support in dynamic linker and arch support for sh 11 years ago
Rich Felker d4c82d05b8 add sh fdpic subarch variants 11 years ago
Rich Felker 4ccc1a01e0 add fdpic version of entry point code for sh 11 years ago
Rich Felker 234c58467c make sh clone asm fdpic-compatible 11 years ago
Rich Felker 10d0268ccf switch to using trap number 31 for syscalls on sh 11 years ago
Rich Felker 3366a99b17 switch sh port's __unmapself to generic version when running on sh2/nommu 11 years ago
Rich Felker f9d84554ba add support for sh2 interrupt-masking-based atomics to sh port 11 years ago