about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* ppc wchar_t is long, not intRich Felker2012-11-151-1/+1
* fix powerpc atomic compare-and-swap functionRich Felker2012-11-141-6/+7
* update ppc atomic code to match the endian-agnostic version on other archsRich Felker2012-11-141-14/+6
* fix wchar limits mistakenly copied from armRich Felker2012-11-141-2/+2
* PPC port cleaned up, static linking works well now.rofl0r2012-11-1335-956/+1025
* import preliminary ppc work by rdp.Richard Pennington2012-11-1329-0/+1971
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-053-89/+120
* fix struct stat size/padding on microblazeRich Felker2012-10-191-1/+2
* inline syscalls for microblazeRich Felker2012-10-181-0/+97
* better support for reverse-endian variants of arm/mips/microblazeRich Felker2012-10-183-0/+12
* floating point environment/exceptions support for mipsRich Felker2012-10-181-3/+13
* microblaze TLS relocation support, completely untestedRich Felker2012-10-151-0/+6
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-157-11/+33
* ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker2012-10-131-1/+1
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-111-66/+7
* fix incorrect TLS reloc macro names in x86_64 reloc.hRich Felker2012-10-051-3/+3
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-045-5/+63
* microblaze portRich Felker2012-09-2929-0/+1962
* fix IPC_64 in msgctl tooRich Felker2012-09-221-0/+2
* fix broken semctl on systems that don't use IPC_64 flagRich Felker2012-09-223-0/+6
* add O_EXEC open modeRich Felker2012-09-154-0/+4
* fix syscall asm constraints for arm tooRich Felker2012-09-151-4/+4
* fix buggy constraints in mips inline syscall asmRich Felker2012-09-151-2/+2
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-134-0/+8
* improve mips syscall asm constraints to use immediates, if possibleRich Felker2012-09-111-12/+21
* eliminate assumption that mips syscall restart preserves r25Rich Felker2012-09-101-23/+12
* inline syscall support for armRich Felker2012-09-091-0/+53
* inline syscall support for mipsRich Felker2012-09-091-0/+57
* syscall organization overhaulRich Felker2012-09-088-632/+282
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+3
* add clang-compatible thread-pointer code for mipsRich Felker2012-09-071-0/+4
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-024-35/+35
* avoid need for -march=mips2 to compile mips atomic.h asmRich Felker2012-08-111-0/+8
* use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2012-08-102-2/+2
* fix incorrect ptrdiff_t type on mipsRich Felker2012-08-101-1/+1
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-094-0/+8
* further fixes for mips ioctl.h headerRich Felker2012-08-071-4/+4
* fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker2012-08-071-2/+2
* fix socket.h on mipsRich Felker2012-08-051-0/+3
* more stuff lost committing mips dynamic linkerRich Felker2012-08-051-2/+2
* mips dynamic linker supportRich Felker2012-08-051-3/+53
* add floating point register saving/restoring to mips setjmp/longjmpRich Felker2012-07-221-1/+1
* fix broken mips a_fetch_addRich Felker2012-07-121-7/+7
* mipsel (little endian) supportRich Felker2012-07-121-1/+1
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-124-0/+29
* fix redef of sigprocmask constants on mipsRich Felker2012-07-121-0/+3
* more mips bits-header fixesRich Felker2012-07-121-2/+6
* fix mips syscalls with long long argsRich Felker2012-07-121-1/+1
* fix mips mcontext_t structure sizeRich Felker2012-07-121-1/+5
* fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker2012-07-111-2/+1