about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2012-08-101-1/+1
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+7
* make arm syscalls (still non-inline) more efficientRich Felker2012-07-081-6/+6
* remove little-endian assumption from arm atomic.hRich Felker2012-07-081-4/+6
* jmp_buf overhaul fixing several issuesRich Felker2012-07-031-1/+1
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+4
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-0/+3
* fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker2012-05-241-22/+0
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-223-4/+4
* use signed char rather than plain char for int8_tRich Felker2012-04-241-4/+4
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-2/+0
* add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker2012-04-151-0/+2
* fix DECIMAL_DIG definitionsRich Felker2012-03-211-0/+2
* use __attribute__((const)) on arm __pthread_self functionRich Felker2012-02-251-1/+3
* add float_t and double_t to math.hRich Felker2012-02-151-0/+3
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-6/+0
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-6/+6
* don't define wchar_t on c++Rich Felker2011-10-151-0/+2
* fix fcntl O_* flags for armRich Felker2011-10-051-4/+4
* typo (copy 2) in arm reloc.hRich Felker2011-10-011-1/+1
* typo in arm reloc.hRich Felker2011-10-011-1/+1
* first attempt at arm dynamic linkingRich Felker2011-10-011-0/+26
* "optimize" arm __pthread_selfRich Felker2011-09-221-4/+1
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-1/+2
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-191-15/+6
* cleanup redundancy in bits/signal.h versionsRich Felker2011-09-191-121/+12
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-192-6/+6
* fix incorrect long double parameters on arm (and other future ports)Rich Felker2011-09-191-10/+10
* initial commit of the arm portRich Felker2011-09-1827-0/+2076