summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-08-10use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2-2/+2
2012-08-10fix incorrect ptrdiff_t type on mipsRich Felker1-1/+1
2012-08-09add defines for number of sigset_t bytes syscalls expectRich Felker4-0/+8
2012-08-07further fixes for mips ioctl.h headerRich Felker1-4/+4
2012-08-07fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker1-2/+2
2012-08-05fix socket.h on mipsRich Felker1-0/+3
2012-08-05more stuff lost committing mips dynamic linkerRich Felker1-2/+2
2012-08-05mips dynamic linker supportRich Felker1-3/+53
2012-07-22add floating point register saving/restoring to mips setjmp/longjmpRich Felker1-1/+1
2012-07-12fix broken mips a_fetch_addRich Felker1-7/+7
2012-07-12mipsel (little endian) supportRich Felker1-1/+1
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker4-0/+29
2012-07-12fix redef of sigprocmask constants on mipsRich Felker1-0/+3
2012-07-12more mips bits-header fixesRich Felker1-2/+6
2012-07-12fix mips syscalls with long long argsRich Felker1-1/+1
2012-07-12fix mips mcontext_t structure sizeRich Felker1-1/+5
2012-07-11fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker1-2/+1
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker29-0/+2037
2012-07-10support -mfpmath=387 on x86_64Rich Felker1-0/+4
2012-07-10fix wrong value of FLT_EVAL_METHOD for x86_64Rich Felker1-1/+1
2012-07-08make arm syscalls (still non-inline) more efficientRich Felker1-6/+6
2012-07-08remove little-endian assumption from arm atomic.hRich Felker1-4/+6
2012-07-03jmp_buf overhaul fixing several issuesRich Felker3-3/+3
2012-06-23update syscall defs to latest kernel onesRich Felker3-0/+38
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker3-0/+9
2012-05-24fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker1-22/+0
2012-05-22fix missing _BSD_SOURCE support in bits/*.hRich Felker9-12/+12
2012-04-29fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker1-0/+5
2012-04-27support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker1-0/+4
2012-04-24use signed char rather than plain char for int8_tRich Felker3-12/+12
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker3-6/+0
2012-04-15add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker3-0/+6
2012-04-04work around nasty gcc bug in the i386 syscall asmRich Felker1-4/+4
2012-03-21fix DECIMAL_DIG definitionsRich Felker3-0/+6
2012-02-25use __attribute__((const)) on arm __pthread_self functionRich Felker1-1/+3
2012-02-15add float_t and double_t to math.hRich Felker3-0/+9
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker3-37/+0
2012-01-20add prlimit syscall wrapperRich Felker1-0/+2
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker1-6/+6
2011-10-15don't define wchar_t on c++Rich Felker3-0/+6
2011-10-05fix fcntl O_* flags for armRich Felker1-4/+4
2011-10-01typo (copy 2) in arm reloc.hRich Felker1-1/+1
2011-10-01typo in arm reloc.hRich Felker1-1/+1
2011-10-01first attempt at arm dynamic linkingRich Felker1-0/+26
2011-09-22"optimize" arm __pthread_selfRich Felker1-4/+1
2011-09-22fix x86_64 user.h (previously was just a copy of i386)Rich Felker1-48/+13
2011-09-22cleanup/debloat i386 user.hRich Felker1-43/+11
2011-09-22wrong __WORDSIZE in x86_64 headerRich Felker1-1/+1
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker3-3/+6
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker3-44/+18