summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-05-24fix stack alignment code in mips crt_arch.hRich Felker1-2/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker7-0/+7
2015-05-20fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker3-12/+12
2015-05-19inline llsc atomics when building for sh4aBobby Bingham2-90/+128
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker1-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker1-4/+6
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2-0/+3
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker1-1/+1
2015-05-01fix dangling pointers in x32 syscall timespec fixup codeRich Felker2-10/+23
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy5-8/+3
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy1-1/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker1-1/+1
2015-04-24fix ldso name for sh-nofpu subarchRich Felker1-1/+7
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker1-0/+2
2015-04-20fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker1-1/+1
2015-04-17add execveat syscall number to microblazeSzabolcs Nagy1-0/+2
2015-04-17fix missing quotation mark in mips crt_arch.h that broke buildRich Felker1-1/+1
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker1-0/+7
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker1-7/+7
2015-04-13dynamic linker bootstrap overhaulRich Felker21-465/+285
2015-04-07fix possible clobbering of syscall return values on mipsRich Felker1-3/+6
2015-04-01move O_PATH definition back to arch bitsRich Felker9-0/+9
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker1-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker1-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy1-2/+2
2015-03-20fix missing max_align_t definition on aarch64Rich Felker1-0/+2
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker10-0/+50
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy1-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy1-0/+17
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker1-4/+4
2015-03-11add aarch64 portSzabolcs Nagy33-0/+1814
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy9-9/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn9-0/+2
2015-03-04fix x32 pthread type definitionsRich Felker1-7/+7
2015-03-03make all objects used with atomic operations volatileRich Felker9-63/+63
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy7-4/+19
2015-02-07remove cruft from x86_64 syscall.hSzabolcs Nagy1-23/+0
2015-02-01fix typo in x86_64/x32 user_fpregs_structFelix Janda2-2/+2
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn9-27/+0
2015-01-30remove mips-only EINIT and EREMDEV errnosTrutz Behn1-2/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy8-0/+20
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker9-9/+0
2014-12-03add arm private syscall numbersTimo Teräs1-0/+5
2014-11-22unify non-inline version of syscall code across archsRich Felker3-104/+6
2014-11-22inline 5- and 6-argument syscalls on armRich Felker1-2/+15
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker1-31/+0
2014-11-22fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2-6/+5
2014-11-19overhaul ARM atomics/tls for performance and compatibilityRich Felker5-44/+330
2014-11-05fix 64-bit syscall argument passing on or1kRich Felker1-1/+1
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker9-6/+33