about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-162-2/+2
* aarch64: fix 64-bit syscall argument passingSzabolcs Nagy2015-08-111-4/+2
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-283-3/+3
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-212-18/+20
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-212-1/+6
* mips: fix mcontext_t register array field nameFelix Fietkau2015-07-211-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-252-0/+4
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-0/+19
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-163-8/+113
* arm: add vdso supportSzabolcs Nagy2015-06-141-0/+4
* fix stack alignment code in mips crt_arch.hRich Felker2015-05-241-2/+2
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-227-0/+7
* fix inconsistency in a_and and a_or argument types on x86[_64]Rich Felker2015-05-203-12/+12
* inline llsc atomics when building for sh4aBobby Bingham2015-05-192-90/+128
* make arm reloc.h CRTJMP macro compatible with thumbRich Felker2015-05-141-0/+5
* make arm crt_arch.h compatible with thumb code generationRich Felker2015-05-141-4/+6
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-062-0/+3
* fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker2015-05-021-1/+1
* fix dangling pointers in x32 syscall timespec fixup codeRich Felker2015-05-012-10/+23
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-305-8/+3
* aarch64: fix CRTJMP in reloc.hSzabolcs Nagy2015-04-301-1/+1
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-1/+1
* fix ldso name for sh-nofpu subarchRich Felker2015-04-241-1/+7
* fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker2015-04-241-0/+2
* fix breakage in x32 dynamic linker due to mismatching register sizeRich Felker2015-04-201-1/+1
* add execveat syscall number to microblazeSzabolcs Nagy2015-04-171-0/+2
* fix missing quotation mark in mips crt_arch.h that broke buildRich Felker2015-04-171-1/+1
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-0/+7
* use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker2015-04-141-7/+7
* dynamic linker bootstrap overhaulRich Felker2015-04-1321-465/+285
* fix possible clobbering of syscall return values on mipsRich Felker2015-04-071-3/+6
* move O_PATH definition back to arch bitsRich Felker2015-04-019-0/+9
* aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker2015-04-011-3/+0
* aarch64: fix definition of sem_nsems in semid_ds structureRich Felker2015-04-011-1/+7
* aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy2015-04-011-2/+2
* fix missing max_align_t definition on aarch64Rich Felker2015-03-201-0/+2
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-1810-0/+50
* aarch64: fix typo in bits/ioctl.hSzabolcs Nagy2015-03-141-1/+1
* aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy2015-03-141-0/+17
* align x32 pthread type sizes to be common with 32-bit archsRich Felker2015-03-121-4/+4
* add aarch64 portSzabolcs Nagy2015-03-1133-0/+1814
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-079-9/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-049-0/+2
* fix x32 pthread type definitionsRich Felker2015-03-041-7/+7
* make all objects used with atomic operations volatileRich Felker2015-03-039-63/+63
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-097-4/+19
* remove cruft from x86_64 syscall.hSzabolcs Nagy2015-02-071-23/+0
* fix typo in x86_64/x32 user_fpregs_structFelix Janda2015-02-012-2/+2
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-309-27/+0