about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* add tlsdesc support for x86_64Rich Felker2014-06-191-0/+2
* add tlsdesc support for i386Rich Felker2014-06-191-0/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-188-200/+98
* fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker2014-06-171-3/+3
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-168-8/+16
* add vdso clock_gettime acceleration support to i386Rich Felker2014-06-061-0/+4
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-307-0/+30
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-301-0/+2
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-302-6/+7
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* make socketcall types common as they are same for all architecturesTimo Teräs2014-04-172-40/+0
* add working vdso clock_gettime support, including static linkingRich Felker2014-04-161-0/+4
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-158-0/+5
* add namespace-protected name for sysinfo functionRich Felker2014-04-151-1/+4
* use dmb barrier instruction for atomics on arm v7Rich Felker2014-04-141-2/+9
* fix arm atomic asm register constraintRich Felker2014-04-071-1/+1
* use inline atomics and thread pointer on arm models supporting themRich Felker2014-04-072-1/+36
* fix microblaze syscall register clobbersRich Felker2014-04-021-7/+7
* 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