about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* make pointers used in robust list volatileRich Felker2014-08-179-9/+9
* fix broken offset argument to the mmap2 syscall on or1kRich Felker2014-07-301-0/+2
* provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker2014-07-301-0/+1
* fix terminal control ioctl constants for shRich Felker2014-07-291-4/+8
* remove unused a_cas_l from or1k atomic.hRich Felker2014-07-271-5/+0
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-278-100/+0
* fix insufficient synchronization in sh atomic asmRich Felker2014-07-271-1/+2
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-207-0/+19
* fix regression that negated some mips syscall error returnsRich Felker2014-07-201-5/+5
* fix mips struct stat dev_t members for big endianRich Felker2014-07-191-20/+81
* fix or1k atomic storeRich Felker2014-07-191-1/+1
* fix missing barriers in powerpc atomic storeRich Felker2014-07-191-1/+5
* fix microblaze atomic storeRich Felker2014-07-191-1/+3
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-191-1/+4
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-191-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-191-24/+24
* fix build breakage from ppc asm constraints changeRich Felker2014-07-191-3/+3
* remove cruft from microblaze atomic.hRich Felker2014-07-191-13/+0
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-191-1/+1
* fix microblaze definition of struct statRich Felker2014-07-181-3/+2