373 Commits (3b0e83264d156f9e496ab32badd89e4447b807aa)

Author SHA1 Message Date
Rich Felker c648cefb27 fix inconsistency in a_and and a_or argument types on x86[_64] 11 years ago
Bobby Bingham 390f93ef69 inline llsc atomics when building for sh4a 11 years ago
Rich Felker c0f10cf067 make arm reloc.h CRTJMP macro compatible with thumb 11 years ago
Rich Felker 83340c7a58 make arm crt_arch.h compatible with thumb code generation 11 years ago
Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
Rich Felker 7fe273b2c1 fix broken cancellation on x32 due to incorrect saved-PC offset 11 years ago
Rich Felker 4f69594689 fix dangling pointers in x32 syscall timespec fixup code 11 years ago
Szabolcs Nagy 18f75b80fd fix __syscall declaration with wrong visibility in syscall_arch.h 11 years ago
Szabolcs Nagy 4e50b2e4b5 aarch64: fix CRTJMP in reloc.h 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 4bf10ebf66 fix breakage in x32 dynamic linker due to mismatching register size 11 years ago
Szabolcs Nagy 87c62d06e4 add execveat syscall number to microblaze 11 years ago
Rich Felker 19bcdeeb1e fix missing quotation mark in mips crt_arch.h that broke build 11 years ago
Rich Felker cbc02ba23c consistently use hidden visibility for cancellable syscall internals 11 years ago
Rich Felker da7ccf822c use hidden visibility for i386 asm-internal __vsyscall symbol 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker 25748db301 fix possible clobbering of syscall return values on mips 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker abfe1f6541 aarch64: remove duplicate macro definitions in bits/fcntl.h 11 years ago
Rich Felker dfc1a37c44 aarch64: fix definition of sem_nsems in semid_ds structure 11 years ago
Szabolcs Nagy b24d813d24 aarch64: fix namespace pollution in bits/shm.h 11 years ago
Rich Felker e626deeec8 fix missing max_align_t definition on aarch64 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 962cbfbf86 aarch64: fix typo in bits/ioctl.h 11 years ago
Szabolcs Nagy 38bf2d7cc3 aarch64: add struct _aarch64_ctx to signal.h 11 years ago
Rich Felker 673cab5c56 align x32 pthread type sizes to be common with 32-bit archs 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 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 e7b9887e8b fix x32 pthread type definitions 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
Szabolcs Nagy e63833cd43 remove cruft from x86_64 syscall.h 11 years ago
Felix Janda 4758f0565d fix typo in x86_64/x32 user_fpregs_struct 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
Timo Teräs be1f67ab6f add arm private syscall numbers 12 years ago
Rich Felker 4134c68dd4 unify non-inline version of syscall code across archs 12 years ago
Rich Felker 0e971b0e3f inline 5- and 6-argument syscalls on arm 12 years ago
Rich Felker 7d310ed1d0 remove old clang workarounds from arm syscall implementation 12 years ago
Rich Felker 8cd0b11eaf fix __aeabi_read_tp oversight in arm atomics/tls overhaul 12 years ago
Rich Felker 4a241f14a6 overhaul ARM atomics/tls for performance and compatibility 12 years ago
Rich Felker de2b9c21d9 fix 64-bit syscall argument passing on or1k 12 years ago
Rich Felker 867b1822f3 add explicit barrier operation to internal atomic.h API 12 years ago
Szabolcs Nagy 4ffc39c654 add new syscall numbers for seccomp, getrandom, memfd_create 12 years ago
Rich Felker bd082916b1 fix C++ incompatibility in i386 definition of max_align_t 12 years ago