aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-03-30fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn
2015-03-30fix typo in x86_64/x32 user_fpregs_structFelix Janda
2014-07-28fix regression that negated some mips syscall error returnsRich Felker
2014-07-28fix mips struct stat dev_t members for big endianRich Felker
2014-07-28fix missing barriers in powerpc atomic storeRich Felker
2014-07-28fix microblaze atomic storeRich Felker
2014-07-28fix missing barrier instructions in powerpc atomic asmRich Felker
2014-07-28fix missing barrier instructions in mips atomic asmRich Felker
2014-07-28use memory constraints for mips atomic asmRich Felker
2014-07-28fix build breakage from ppc asm constraints changeRich Felker
2014-07-28remove cruft from microblaze atomic.hRich Felker
2014-07-28fix broken constraints for powerpc atomic cas asmRich Felker
2014-07-28fix microblaze definition of struct statRich Felker
2014-07-28fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy
2014-05-20fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy
2014-04-16fix microblaze syscall register clobbersRich Felker
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker
2014-03-18fix mips stack_tRich Felker
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker
2014-03-18fix typo in filename used in sh portRich Felker
2014-03-18fix size of mips jmp_bufRich Felker
2014-03-18remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker
2014-03-17x32: fix struct statfsrofl0r
2014-03-16superh: fix dynamic linking of __fpscr_valuesBobby Bingham
2014-03-12fix statfs struct on mipsSzabolcs Nagy
2014-03-12fix semid_ds structure on mipsSzabolcs Nagy
2014-03-11fix socket.h struct msghdr member types on powerpcRich Felker
2014-03-11fix sysvipc structures on powerpcRich Felker
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker
2014-03-08add bits/user.h for sh portRich Felker
2014-03-06x32: fix sysinfo()rofl0r
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker
2014-02-27fix endian subarchs for sh archRich Felker
2014-02-27rename superh port to "sh" for consistencyRich Felker
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy
2014-02-24fixup general __syscall breakage introduced in x32 portrofl0r
2014-02-23make the x32 port use the correct ld-musl-x32.path filenameRich Felker
2014-02-23superh portBobby Bingham
2014-02-23fix x32 syscall arch.h timespec fixup coderofl0r
2014-02-23fix some issues in x32 syscall_cp_fixuprofl0r
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker
2014-02-23x32 port (diff against vanilla x86_64)rofl0r
2014-02-23import vanilla x86_64 code as x32rofl0r
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r
2014-01-15remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker
2014-01-11remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker
2014-01-11remove size suffix in x86_64 __pthread_self asmRich Felker
2014-01-11make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker