about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fix arm atomic store and generate simpler/less-bloated/faster codeRich Felker2013-09-221-6/+8
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-156-6/+3
* fix mips sysv ipc bits headersRich Felker2013-09-142-3/+9
* remove the __mxcsr member from fenv_t on i386 to follow the glibc abiSzabolcs Nagy2013-08-181-1/+0
* fix detection of arm hardfloatRich Felker2013-08-161-1/+1
* support floating point environment (fenv) on armhf (hard float) subarchsRich Felker2013-08-161-0/+13
* add function types to arm crt assemblyRich Felker2013-08-151-0/+1
* add missing a_or_l to atomic.h for non-x86 archsRich Felker2013-08-114-0/+20
* fix _NSIG and SIGRTMAX on mipsRich Felker2013-08-101-1/+1
* fix powerpc build breakage from dynamic linker path search changesRich Felker2013-07-261-1/+1
* new mostly-C crt1 implementationRich Felker2013-07-266-0/+75
* change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2013-07-246-6/+6
* remove SIG_ATOMIC_MIN/MAX from stdint bits headersRich Felker2013-07-225-10/+0
* fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker2013-07-226-0/+6
* disable legacy init/fini processing on ARMRich Felker2013-07-221-0/+2
* change wint_t to unsignedRich Felker2013-07-226-6/+6
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-2218-814/+181
* change uid_t, gid_t, and id_t to unsigned typesRich Felker2013-07-196-18/+18
* make the dynamic linker find its path file relative to its own locationRich Felker2013-07-186-6/+33
* make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker2013-07-171-0/+1
* add some ARM EABI-specific exception handling infrastructureRich Felker2013-07-101-0/+42
* add some comments about the mips ksigaction structure weirdnessRich Felker2013-06-291-0/+3
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-256-0/+7
* Merge remote-tracking branch 'nsz/review'Rich Felker2013-05-267-42/+23
|\
| * fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30)Szabolcs Nagy2013-05-266-38/+19
| * on x86_64 use long instead of long long for 64bit posix typesSzabolcs Nagy2013-05-261-4/+4
* | change underlying type of clock_t to be uniform and match ABIRich Felker2013-05-235-5/+5
|/
* add FLT_TRUE_MIN, etc. macros from C11Rich Felker2013-05-176-0/+6
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-046-0/+18
* eliminate bits/wchar.hRich Felker2013-04-046-24/+0
* re-add useconds_trofl0r2013-04-026-0/+6
* add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy2013-04-016-9/+46
* add the new SO_REUSEPORT socket option to mips and powerpcSzabolcs Nagy2013-04-012-1/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-266-12/+0
* add deprecated SIGIOT alias for SIGABRTRich Felker2013-03-235-1/+5
* fix types for wctype_t and wctrans_tRich Felker2013-03-046-12/+12
* fix wrong float_t on x86_64Rich Felker2013-02-261-1/+1
* arm: add __aeabi_atexit()rofl0r2013-02-061-0/+6
* add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-126-0/+41
* add missing EXTPROC flag to bits/termios.hSzabolcs Nagy2013-01-124-0/+4
* add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-126-0/+11
* add missing EHWPOISON to bits/errno.hSzabolcs Nagy2013-01-125-0/+5
* x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r2012-12-191-1/+1
* fix trailing whitespace issues that crept in here and thereRich Felker2012-12-071-9/+9
* move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker2012-12-062-44/+48
* bits/signal.h: add register names for x86(_64)rofl0r2012-12-062-0/+46
* add more arch-specific MAP_ macros to bits/mman.hrofl0r2012-12-066-0/+24
* remove MAP_32 from non-x86 archsrofl0r2012-12-063-3/+0
* add MAP_NORESERVE to bits/mman.hrofl0r2012-12-066-0/+6
* fix regression in arm user.h that happened during big user.h changesRich Felker2012-12-041-0/+1