about summary refs log tree commit diff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-121-0/+7
* add missing EXTPROC flag to bits/termios.hSzabolcs Nagy2013-01-121-0/+1
* add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-121-0/+2
* add missing EHWPOISON to bits/errno.hSzabolcs Nagy2013-01-121-0/+1
* add more arch-specific MAP_ macros to bits/mman.hrofl0r2012-12-061-0/+4
* remove MAP_32 from non-x86 archsrofl0r2012-12-061-1/+0
* add MAP_NORESERVE to bits/mman.hrofl0r2012-12-061-0/+1
* fix regression in arm user.h that happened during big user.h changesRich Felker2012-12-041-0/+1
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-0/+1
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-2/+4
* begin sys/user.h and sys/reg.h fixes for portsRich Felker2012-11-231-21/+14
* sigcontext/mcontext cleanup for arch-specific bitsRich Felker2012-11-231-13/+13
* fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker2012-11-231-1/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+2
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-0/+0
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-3/+0
* better support for reverse-endian variants of arm/mips/microblazeRich Felker2012-10-181-0/+4
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-152-5/+8
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-041-1/+16
* fix broken semctl on systems that don't use IPC_64 flagRich Felker2012-09-221-0/+2
* add O_EXEC open modeRich Felker2012-09-151-0/+1
* fix syscall asm constraints for arm tooRich Felker2012-09-151-4/+4
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-0/+2
* inline syscall support for armRich Felker2012-09-091-0/+53
* syscall organization overhaulRich Felker2012-09-082-191/+41
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-7/+7
* 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