about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove stat member aliases from ppc-specific bits/stat.hRich Felker2012-11-261-6/+0
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-256-10/+32
* make sys/procfs.h mostly work on most archsRich Felker2012-11-255-8/+30
* remove microblaze user.h incorrectly copied from armRich Felker2012-11-251-40/+1
* begin sys/user.h and sys/reg.h fixes for portsRich Felker2012-11-234-98/+78
* fix powerpc ucontext, again..Rich Felker2012-11-231-5/+0
* fix termios constants on mipsRich Felker2012-11-231-10/+21
* sigcontext/mcontext cleanup for arch-specific bitsRich Felker2012-11-235-81/+94
* fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker2012-11-231-1/+1
* fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker2012-11-235-5/+0
* remove stuff that doesn't belong in powerpc 32-bit sigcontextRich Felker2012-11-231-4/+0
* more ppc signal.h typedef order fixesRich Felker2012-11-211-13/+13
* fix misordered typedefs in ppc signal.hRich Felker2012-11-211-2/+2
* ppc signal/NSIG related fix (warning fix, redefinition)Rich Felker2012-11-211-2/+1
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-216-0/+12
* make powerpc signal.h namespace-clean for posix/isocRich Felker2012-11-211-19/+32
* fix powerpc types to match abi, and some feature test issuesRich Felker2012-11-213-7/+8
* fix invalid usage of mcontext_t in powerpc signal.hrofl0r2012-11-211-1/+1
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-186-6/+0
* add port io functions to sys/io.hRich Felker2012-11-182-0/+160
* add missing const on powerpc FE_DFL_ENVRich Felker2012-11-181-1/+1