70 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)

Author SHA1 Message Date
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
Rich Felker 63caf1d207 add .text section directive to all crt_arch.h files missing it 11 years ago
Bobby Bingham 390f93ef69 inline llsc atomics when building for sh4a 11 years ago
Rich Felker 85d12e0285 fix sh jmp_buf size to match ABI 11 years ago
Rich Felker 1fb0878ebc fix ldso name for sh-nofpu subarch 11 years ago
Rich Felker 7faee5fa0d fix failure of sh reloc.h to properly detect endianness for ldso name 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 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
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Rich Felker 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 11 years ago
Rich Felker 867b1822f3 add explicit barrier operation to internal atomic.h API 12 years ago