about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2013-07-246-6/+6
* remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker2013-07-225-10/+0
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-226-0/+6
* disable legacy init/fini processing on ARMRich Felker2013-07-221-0/+2
* change wint_t to unsignedRich Felker2013-07-226-6/+6
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-2218-814/+181
* change uid_t, gid_t, and id_t to unsigned typesRich Felker2013-07-196-18/+18
* make the dynamic linker find its path file relative to its own locationRich Felker2013-07-186-6/+33
* make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker2013-07-171-0/+1
* add some ARM EABI-specific exception handling infrastructureRich Felker2013-07-101-0/+42
* add some comments about the mips ksigaction structure weirdnessRich Felker2013-06-291-0/+3
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-256-0/+7
* Merge remote-tracking branch 'nsz/review'Rich Felker2013-05-267-42/+23
|\
| * fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30)Szabolcs Nagy2013-05-266-38/+19