summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
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
2014-01-11remove size suffix in x86_64 __pthread_self asmRich Felker-1/+1
2014-01-11make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker-1/+1
2014-01-08add IUTF8 to termios.h on archs that were missing itRich Felker-0/+4
2014-01-08fix namespace violations in termios.h, at least mostlyRich Felker-52/+49
2013-12-02workaround clang deficiency affecting thread pointer access on powerpcRich Felker-1/+6
2013-11-23add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy-0/+6
2013-11-20fix the nominal type of LDBL_* limits on archs with ld64Rich Felker-16/+16
2013-09-26add missing i386 syscall numbersRich Felker-0/+10
2013-09-26remove duplicate lines from mips bits/syscall.hRich Felker-48/+0
2013-09-22fix arm atomic store and generate simpler/less-bloated/faster codeRich Felker-6/+8