about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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