summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorLines
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-0/+7
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-1/+1
2012-06-23update syscall defs to latest kernel onesRich Felker-0/+4
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-0/+3
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-4/+4
2012-04-24use signed char rather than plain char for int8_tRich Felker-4/+4
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker-2/+0
2012-04-15add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker-0/+2
2012-03-21fix DECIMAL_DIG definitionsRich Felker-0/+2
2012-02-25use __attribute__((const)) on arm __pthread_self functionRich Felker-1/+3
2012-02-15add float_t and double_t to math.hRich Felker-0/+3
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker-6/+0
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker-6/+6
2011-10-15don't define wchar_t on c++Rich Felker-0/+2
2011-10-05fix fcntl O_* flags for armRich Felker-4/+4
2011-10-01typo (copy 2) in arm reloc.hRich Felker-1/+1
2011-10-01typo in arm reloc.hRich Felker-1/+1
2011-10-01first attempt at arm dynamic linkingRich Felker-0/+26
2011-09-22"optimize" arm __pthread_selfRich Felker-4/+1
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker-1/+2
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker-15/+6
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker-121/+12
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker-6/+6
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker-10/+10
2011-09-18initial commit of the arm portRich Felker-0/+2076