summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
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
2014-03-18fix mips stack_tRich Felker-1/+1
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-0/+48
2014-03-18fix typo in filename used in sh portRich Felker-0/+0
2014-03-18fix size of mips jmp_bufRich Felker-1/+1
2014-03-18remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker-1/+0
2014-03-17x32: fix struct statfsrofl0r-2/+4
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham-1/+7
2014-03-12fix statfs struct on mipsSzabolcs Nagy-3/+4
2014-03-12fix semid_ds structure on mipsSzabolcs Nagy-2/+0
2014-03-11fix socket.h struct msghdr member types on powerpcRich Felker-4/+4
2014-03-11fix sysvipc structures on powerpcRich Felker-20/+16
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-0/+128
2014-03-08add bits/user.h for sh portRich Felker-0/+75
2014-03-06x32: fix sysinfo()rofl0r-0/+47
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-0/+9
2014-02-27fix endian subarchs for sh archRich Felker-5/+5
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+0
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-1/+12
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r-0/+6
2014-02-23make the x32 port use the correct ld-musl-x32.path filenameRich Felker-1/+1
2014-02-23superh portBobby Bingham-0/+1950
2014-02-23fix x32 syscall arch.h timespec fixup coderofl0r-53/+49
2014-02-23fix some issues in x32 syscall_cp_fixuprofl0r-11/+8
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-1/+1
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-679/+762
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+1986
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r-0/+66
2014-01-15remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker-3/+3
2014-01-11remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker-13/+11