about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1832-0/+1737
* fix regression in mips dynamic linkerRich Felker2014-06-301-0/+1
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+2
* add tlsdesc support for i386Rich Felker2014-06-191-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-188-200/+98
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-06-171-3/+3
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-168-8/+16
* add vdso clock_gettime acceleration support to i386Rich Felker2014-06-061-0/+4
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-307-0/+30
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+2
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-302-6/+7
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-172-40/+0
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-161-0/+4
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-158-0/+5
* add namespace-protected name for sysinfo functionRich Felker2014-04-151-1/+4
* use dmb barrier instruction for atomics on arm v7Rich Felker2014-04-141-2/+9
* fix arm atomic asm register constraintRich Felker2014-04-071-1/+1
* use inline atomics and thread pointer on arm models supporting themRich Felker2014-04-072-1/+36
* fix microblaze syscall register clobbersRich Felker2014-04-021-7/+7
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-188-48/+48
* fix mips stack_tRich Felker2014-03-181-1/+1