summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2015-03-30fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+2
2015-03-30fix typo in x86_64/x32 user_fpregs_structFelix Janda-2/+2
2014-07-28fix regression that negated some mips syscall error returnsRich Felker-5/+5
2014-07-28fix mips struct stat dev_t members for big endianRich Felker-20/+81
2014-07-28fix missing barriers in powerpc atomic storeRich Felker-1/+5
2014-07-28fix microblaze atomic storeRich Felker-1/+3
2014-07-28fix missing barrier instructions in powerpc atomic asmRich Felker-1/+4
2014-07-28fix missing barrier instructions in mips atomic asmRich Felker-14/+18
2014-07-28use memory constraints for mips atomic asmRich Felker-24/+24
2014-07-28fix build breakage from ppc asm constraints changeRich Felker-3/+3
2014-07-28remove cruft from microblaze atomic.hRich Felker-13/+0
2014-07-28fix broken constraints for powerpc atomic cas asmRich Felker-1/+1
2014-07-28fix microblaze definition of struct statRich Felker-3/+2
2014-07-28fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker-3/+3
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-0/+2
2014-05-20fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker-1/+2
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy-0/+5
2014-04-16fix 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