about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-188-0/+48
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0
* fix size of mips jmp_bufRich Felker2014-03-181-1/+1
* remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker2014-03-181-1/+0
* x32: fix struct statfsrofl0r2014-03-171-2/+4
* superh: fix dynamic linking of __fpscr_valuesBobby Bingham2014-03-162-1/+7
* fix statfs struct on mipsSzabolcs Nagy2014-03-121-3/+4
* fix semid_ds structure on mipsSzabolcs Nagy2014-03-121-2/+0
* fix socket.h struct msghdr member types on powerpcRich Felker2014-03-111-4/+4
* fix sysvipc structures on powerpcRich Felker2014-03-114-20/+16
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-118-0/+128
* add bits/user.h for sh portRich Felker2014-03-081-0/+75
* x32: fix sysinfo()rofl0r2014-03-061-0/+47
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-271-0/+9
* fix endian subarchs for sh archRich Felker2014-02-272-5/+5
* rename superh port to "sh" for consistencyRich Felker2014-02-2730-0/+0
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-242-1/+12
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-243-0/+6
* make the x32 port use the correct ld-musl-x32.path filenameRich Felker2014-02-231-1/+1
* superh portBobby Bingham2014-02-2330-0/+1950
* fix x32 syscall arch.h timespec fixup coderofl0r2014-02-231-53/+49
* fix some issues in x32 syscall_cp_fixuprofl0r2014-02-231-11/+8
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-231-1/+1
* x32 port (diff against vanilla x86_64)rofl0r2014-02-2313-679/+762
* import vanilla x86_64 code as x32rofl0r2014-02-2330-0/+1986
* sys/shm.h: move arch specific structs to bits/rofl0r2014-02-236-0/+66
* remove more unnecessary operand-size suffixes from x86_64 atomic.hRich Felker2014-01-151-3/+3
* remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.hRich Felker2014-01-111-13/+11
* remove size suffix in x86_64 __pthread_self asmRich Felker2014-01-111-1/+1
* make type of st_dev explicitly dev_t in x86_64 stat.hRich Felker2014-01-111-1/+1
* add IUTF8 to termios.h on archs that were missing itRich Felker2014-01-084-0/+4
* fix namespace violations in termios.h, at least mostlyRich Felker2014-01-086-52/+49
* workaround clang deficiency affecting thread pointer access on powerpcRich Felker2013-12-021-1/+6
* add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy2013-11-236-0/+6
* fix the nominal type of LDBL_* limits on archs with ld64Rich Felker2013-11-204-16/+16
* add missing i386 syscall numbersRich Felker2013-09-261-0/+10
* remove duplicate lines from mips bits/syscall.hRich Felker2013-09-261-48/+0
* fix arm atomic store and generate simpler/less-bloated/faster codeRich Felker2013-09-221-6/+8
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-156-6/+3
* fix mips sysv ipc bits headersRich Felker2013-09-142-3/+9
* remove the __mxcsr member from fenv_t on i386 to follow the glibc abiSzabolcs Nagy2013-08-181-1/+0
* fix detection of arm hardfloatRich Felker2013-08-161-1/+1
* support floating point environment (fenv) on armhf (hard float) subarchsRich Felker2013-08-161-0/+13
* add function types to arm crt assemblyRich Felker2013-08-151-0/+1
* add missing a_or_l to atomic.h for non-x86 archsRich Felker2013-08-114-0/+20
* fix _NSIG and SIGRTMAX on mipsRich Felker2013-08-101-1/+1
* fix powerpc build breakage from dynamic linker path search changesRich Felker2013-07-261-1/+1
* new mostly-C crt1 implementationRich Felker2013-07-266-0/+75