about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove mips-only EINIT and EREMDEV errnosTrutz Behn2015-01-301-2/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-238-0/+20
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-219-9/+0
* add arm private syscall numbersTimo Teräs2014-12-031-0/+5
* unify non-inline version of syscall code across archsRich Felker2014-11-223-104/+6
* inline 5- and 6-argument syscalls on armRich Felker2014-11-221-2/+15
* remove old clang workarounds from arm syscall implementationRich Felker2014-11-221-31/+0
* fix __aeabi_read_tp oversight in arm atomics/tls overhaulRich Felker2014-11-222-6/+5
* overhaul ARM atomics/tls for performance and compatibilityRich Felker2014-11-195-44/+330
* fix 64-bit syscall argument passing on or1kRich Felker2014-11-051-1/+1
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-109-6/+33
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-088-0/+50
* fix C++ incompatibility in i386 definition of max_align_tRich Felker2014-09-111-0/+4
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-069-0/+18
* fix build error on arm due to new a_spin codeRich Felker2014-08-251-1/+1
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-256-0/+6
* add max_align_t definition for C11 and C++11Rich Felker2014-08-209-0/+18