summaryrefslogtreecommitdiff
path: root/arch/arm/bits
AgeCommit message (Expand)AuthorFilesLines
2012-07-03jmp_buf overhaul fixing several issuesRich Felker1-1/+1
2012-06-23update syscall defs to latest kernel onesRich Felker1-0/+4
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker1-0/+3
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 Felker3-4/+4
2012-04-24use signed char rather than plain char for int8_tRich Felker1-4/+4
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker1-2/+0
2012-04-15add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker1-0/+2
2012-03-21fix DECIMAL_DIG definitionsRich Felker1-0/+2
2012-02-15add float_t and double_t to math.hRich Felker1-0/+3
2012-02-09replace bad cancellation cleanup abi with a sane oneRich Felker1-6/+0
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 Felker1-0/+2
2011-10-05fix fcntl O_* flags for armRich Felker1-4/+4
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker1-1/+2
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker1-15/+6
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker1-121/+12
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2-6/+6
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker1-10/+10
2011-09-18initial commit of the arm portRich Felker25-0/+1957