about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-222-3/+12
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-172-0/+10
* new dlstart stage-2 chaining for powerpcRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for or1kRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for mipsRich Felker2015-09-171-0/+15
* new dlstart stage-2 chaining for microblazeRich Felker2015-09-171-0/+7
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-171-0/+7
* reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda2015-09-151-140/+138
* fix namespace violations in aarch64/bits/termios.hFelix Janda2015-09-151-7/+7
* add sh fdpic subarch variantsRich Felker2015-09-121-1/+16
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-0/+5
* fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker2015-09-091-1/+1
* implement arm eabi mem* functionsTimo Teräs2015-08-314-0/+36
* 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