summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
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
2014-08-25add working a_spin() atomic for non-x86 targetsRich Felker-0/+6
2014-08-20add max_align_t definition for C11 and C++11Rich Felker-0/+18
2014-08-17make pointers used in robust list volatileRich Felker-9/+9
2014-07-30fix broken offset argument to the mmap2 syscall on or1kRich Felker-0/+2
2014-07-30provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker-0/+1
2014-07-29fix terminal control ioctl constants for shRich Felker-4/+8
2014-07-27remove unused a_cas_l from or1k atomic.hRich Felker-5/+0
2014-07-27clean up unused and inconsistent atomics in arch dirsRich Felker-100/+0
2014-07-27fix insufficient synchronization in sh atomic asmRich Felker-1/+2
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy-0/+19
2014-07-20fix regression that negated some mips syscall error returnsRich Felker-5/+5
2014-07-19fix mips struct stat dev_t members for big endianRich Felker-20/+81
2014-07-19fix or1k atomic storeRich Felker-1/+1
2014-07-19fix missing barriers in powerpc atomic storeRich Felker-1/+5
2014-07-19fix microblaze atomic storeRich Felker-1/+3
2014-07-19fix missing barrier instructions in powerpc atomic asmRich Felker-1/+4
2014-07-19fix missing barrier instructions in mips atomic asmRich Felker-14/+18
2014-07-19use memory constraints for mips atomic asmRich Felker-24/+24
2014-07-19fix build breakage from ppc asm constraints changeRich Felker-3/+3
2014-07-19remove cruft from microblaze atomic.hRich Felker-13/+0
2014-07-19fix broken constraints for powerpc atomic cas asmRich Felker-1/+1
2014-07-18fix microblaze definition of struct statRich Felker-3/+2