summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2012-09-29microblaze portRich Felker-0/+1962
2012-09-22fix IPC_64 in msgctl tooRich Felker-0/+2
2012-09-22fix broken semctl on systems that don't use IPC_64 flagRich Felker-0/+6
2012-09-15add O_EXEC open modeRich Felker-0/+4
2012-09-15fix syscall asm constraints for arm tooRich Felker-4/+4
2012-09-15fix buggy constraints in mips inline syscall asmRich Felker-2/+2
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker-0/+8
2012-09-11improve mips syscall asm constraints to use immediates, if possibleRich Felker-12/+21
2012-09-10eliminate assumption that mips syscall restart preserves r25Rich Felker-23/+12
2012-09-09inline syscall support for armRich Felker-0/+53
2012-09-09inline syscall support for mipsRich Felker-0/+57
2012-09-08syscall organization overhaulRich Felker-632/+282
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+3
2012-09-07add clang-compatible thread-pointer code for mipsRich Felker-0/+4
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker-35/+35
2012-08-11avoid need for -march=mips2 to compile mips atomic.h asmRich Felker-0/+8
2012-08-10use int instead of long for ptrdiff_t on all 32-bit archsRich Felker-2/+2
2012-08-10fix incorrect ptrdiff_t type on mipsRich Felker-1/+1
2012-08-09add defines for number of sigset_t bytes syscalls expectRich Felker-0/+8
2012-08-07further fixes for mips ioctl.h headerRich Felker-4/+4
2012-08-07fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker-2/+2
2012-08-05fix socket.h on mipsRich Felker-0/+3
2012-08-05more stuff lost committing mips dynamic linkerRich Felker-2/+2
2012-08-05mips dynamic linker supportRich Felker-3/+53
2012-07-22add floating point register saving/restoring to mips setjmp/longjmpRich Felker-1/+1
2012-07-12fix broken mips a_fetch_addRich Felker-7/+7
2012-07-12mipsel (little endian) supportRich Felker-1/+1
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-0/+29
2012-07-12fix redef of sigprocmask constants on mipsRich Felker-0/+3
2012-07-12more mips bits-header fixesRich Felker-2/+6
2012-07-12fix mips syscalls with long long argsRich Felker-1/+1
2012-07-12fix mips mcontext_t structure sizeRich Felker-1/+5
2012-07-11fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker-2/+1
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker-0/+2037
2012-07-10support -mfpmath=387 on x86_64Rich Felker-0/+4
2012-07-10fix wrong value of FLT_EVAL_METHOD for x86_64Rich Felker-1/+1
2012-07-08make arm syscalls (still non-inline) more efficientRich Felker-6/+6
2012-07-08remove little-endian assumption from arm atomic.hRich Felker-4/+6
2012-07-03jmp_buf overhaul fixing several issuesRich Felker-3/+3
2012-06-23update syscall defs to latest kernel onesRich Felker-0/+38
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-0/+9
2012-05-24fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker-22/+0
2012-05-22fix missing _BSD_SOURCE support in bits/*.hRich Felker-12/+12
2012-04-29fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker-0/+5
2012-04-27support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker-0/+4
2012-04-24use signed char rather than plain char for int8_tRich Felker-12/+12
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker-6/+0
2012-04-15add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker-0/+6
2012-04-04work around nasty gcc bug in the i386 syscall asmRich Felker-4/+4
2012-03-21fix DECIMAL_DIG definitionsRich Felker-0/+6