summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
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
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+1737
2014-06-30fix regression in mips dynamic linkerRich Felker-0/+1
2014-06-19add tlsdesc support for x86_64Rich Felker-0/+2
2014-06-19add tlsdesc support for i386Rich Felker-0/+2
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker-200/+98
2014-06-17fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker-3/+3
2014-06-17multiple fixes to sh (superh) dynamic linker relocationsRich Felker-10/+8
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker-8/+16
2014-06-06add vdso clock_gettime acceleration support to i386Rich Felker-0/+4
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy-0/+30
2014-05-30fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-0/+2
2014-04-30fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker-6/+7
2014-04-30fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker-1/+2
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs-40/+0
2014-04-16add working vdso clock_gettime support, including static linkingRich Felker-0/+4
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy-0/+5
2014-04-15add namespace-protected name for sysinfo functionRich Felker-1/+4
2014-04-14use dmb barrier instruction for atomics on arm v7Rich Felker-2/+9
2014-04-07fix arm atomic asm register constraintRich Felker-1/+1
2014-04-07use inline atomics and thread pointer on arm models supporting themRich Felker-1/+36
2014-04-02fix microblaze syscall register clobbersRich Felker-7/+7
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-48/+48