summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
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
2015-01-30remove mips-only EINIT and EREMDEV errnosTrutz Behn-2/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy-0/+20
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-9/+0
2014-12-03add arm private syscall numbersTimo Teräs-0/+5
2014-11-22unify non-inline version of syscall code across archsRich Felker-104/+6
2014-11-22inline 5- and 6-argument syscalls on armRich Felker-2/+15
2014-11-22remove old clang workarounds from arm syscall implementationRich Felker-31/+0
2014-11-22fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker-6/+5
2014-11-19overhaul ARM atomics/tls for performance and compatibilityRich Felker-44/+330
2014-11-05fix 64-bit syscall argument passing on or1kRich Felker-1/+1
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker-6/+33
2014-10-08add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy-0/+50
2014-09-11fix C++ incompatibility in i386 definition of max_align_tRich Felker-0/+4
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker-0/+18
2014-08-25fix build error on arm due to new a_spin codeRich Felker-1/+1