summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2015-08-16mitigate performance regression in libc-internal locks on x86_64Rich Felker-2/+2
2015-08-11aarch64: fix 64-bit syscall argument passingSzabolcs Nagy-4/+2
2015-07-28fix missing synchronization in atomic store on i386 and x86_64Rich Felker-3/+3
2015-07-21socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin-18/+20
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin-1/+6
2015-07-21mips: fix mcontext_t register array field nameFelix Fietkau-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-0/+4
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-1/+1
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker-0/+19
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker-8/+113
2015-06-14arm: add vdso supportSzabolcs Nagy-0/+4
2015-05-24fix stack alignment code in mips crt_arch.hRich Felker-2/+2
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker-0/+7
2015-05-20fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker-12/+12
2015-05-19inline llsc atomics when building for sh4aBobby Bingham-90/+128
2015-05-14make arm reloc.h CRTJMP macro compatible with thumbRich Felker-0/+5
2015-05-14make arm crt_arch.h compatible with thumb code generationRich Felker-4/+6
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker-0/+3
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker-1/+1
2015-05-01fix dangling pointers in x32 syscall timespec fixup codeRich Felker-10/+23
2015-04-30fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy-8/+3
2015-04-30aarch64: fix CRTJMP in reloc.hSzabolcs Nagy-1/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker-1/+1
2015-04-24fix ldso name for sh-nofpu subarchRich Felker-1/+7
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker-0/+2
2015-04-20fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker-1/+1
2015-04-17add execveat syscall number to microblazeSzabolcs Nagy-0/+2
2015-04-17fix missing quotation mark in mips crt_arch.h that broke buildRich Felker-1/+1
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-0/+7
2015-04-14use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker-7/+7
2015-04-13dynamic linker bootstrap overhaulRich Felker-465/+285
2015-04-07fix possible clobbering of syscall return values on mipsRich Felker-3/+6
2015-04-01move O_PATH definition back to arch bitsRich Felker-0/+9
2015-04-01aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker-3/+0
2015-04-01aarch64: fix definition of sem_nsems in semid_ds structureRich Felker-1/+7
2015-04-01aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy-2/+2
2015-03-20fix missing max_align_t definition on aarch64Rich Felker-0/+2
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-0/+50
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy-0/+17
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker-4/+4
2015-03-11add aarch64 portSzabolcs Nagy-0/+1814
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-9/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+2
2015-03-04fix x32 pthread type definitionsRich Felker-7/+7
2015-03-03make all objects used with atomic operations volatileRich Felker-63/+63
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy-4/+19
2015-02-07remove cruft from x86_64 syscall.hSzabolcs Nagy-23/+0
2015-02-01fix typo in x86_64/x32 user_fpregs_structFelix Janda-2/+2
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-27/+0