summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker-18/+18
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker-6/+33
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker-0/+1
2013-07-10add some ARM EABI-specific exception handling infrastructureRich Felker-0/+42
2013-06-29add some comments about the mips ksigaction structure weirdnessRich Felker-0/+3
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker-0/+7
2013-05-26Merge remote-tracking branch 'nsz/review'Rich Felker-42/+23
2013-05-26fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30)Szabolcs Nagy-38/+19
2013-05-26on x86_64 use long instead of long long for 64bit posix typesSzabolcs Nagy-4/+4
2013-05-23change underlying type of clock_t to be uniform and match ABIRich Felker-5/+5
2013-05-17add FLT_TRUE_MIN, etc. macros from C11Rich Felker-0/+6
2013-04-04fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker-0/+18
2013-04-04eliminate bits/wchar.hRich Felker-24/+0
2013-04-02re-add useconds_trofl0r-0/+6
2013-04-01add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy-9/+46
2013-04-01add the new SO_REUSEPORT socket option to mips and powerpcSzabolcs Nagy-1/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-12/+0
2013-03-23add deprecated SIGIOT alias for SIGABRTRich Felker-1/+5
2013-03-04fix types for wctype_t and wctrans_tRich Felker-12/+12
2013-02-26fix wrong float_t on x86_64Rich Felker-1/+1
2013-02-06arm: add __aeabi_atexit()rofl0r-0/+6
2013-01-12add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy-0/+41
2013-01-12add missing EXTPROC flag to bits/termios.hSzabolcs Nagy-0/+4
2013-01-12add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy-0/+11
2013-01-12add missing EHWPOISON to bits/errno.hSzabolcs Nagy-0/+5
2012-12-19x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r-1/+1
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker-9/+9
2012-12-06move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker-44/+48
2012-12-06bits/signal.h: add register names for x86(_64)rofl0r-0/+46
2012-12-06add more arch-specific MAP_ macros to bits/mman.hrofl0r-0/+24
2012-12-06remove MAP_32 from non-x86 archsrofl0r-3/+0
2012-12-06add MAP_NORESERVE to bits/mman.hrofl0r-0/+6
2012-12-04fix regression in arm user.h that happened during big user.h changesRich Felker-0/+1
2012-11-26remove stat member aliases from ppc-specific bits/stat.hRich Felker-6/+0
2012-11-25fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker-10/+32
2012-11-25make sys/procfs.h mostly work on most archsRich Felker-8/+30
2012-11-25remove microblaze user.h incorrectly copied from armRich Felker-40/+1
2012-11-23begin sys/user.h and sys/reg.h fixes for portsRich Felker-98/+78
2012-11-23fix powerpc ucontext, again..Rich Felker-5/+0
2012-11-23fix termios constants on mipsRich Felker-10/+21
2012-11-23sigcontext/mcontext cleanup for arch-specific bitsRich Felker-81/+94
2012-11-23fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker-1/+1
2012-11-23fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker-5/+0
2012-11-23remove stuff that doesn't belong in powerpc 32-bit sigcontextRich Felker-4/+0
2012-11-21more ppc signal.h typedef order fixesRich Felker-13/+13
2012-11-21fix misordered typedefs in ppc signal.hRich Felker-2/+2
2012-11-21ppc signal/NSIG related fix (warning fix, redefinition)Rich Felker-2/+1
2012-11-21add back NSIG, removed from powerpc in last commit, but for all archsRich Felker-0/+12
2012-11-21make powerpc signal.h namespace-clean for posix/isocRich Felker-19/+32
2012-11-21fix powerpc types to match abi, and some feature test issuesRich Felker-7/+8