summaryrefslogtreecommitdiff
path: root/arch/x32
AgeCommit message (Expand)AuthorLines
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-0/+5
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker-4/+4
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-1/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+0
2015-03-04fix x32 pthread type definitionsRich Felker-7/+7
2015-03-03make all objects used with atomic operations volatileRich Felker-7/+7
2015-02-09add syscall numbers for the new execveat syscallSzabolcs Nagy-4/+7
2015-02-01fix typo in x86_64/x32 user_fpregs_structFelix Janda-1/+1
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-3/+0
2014-12-23add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy-0/+4
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-1/+0
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker-0/+5
2014-10-08add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy-0/+6
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker-0/+2
2014-08-20add max_align_t definition for C11 and C++11Rich Felker-0/+2
2014-08-17make pointers used in robust list volatileRich Felker-1/+1
2014-07-27clean up unused and inconsistent atomics in arch dirsRich Felker-25/+0
2014-07-20add syscall numbers for the new renameat2 syscallSzabolcs Nagy-0/+2
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker-27/+20
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker-1/+2
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy-0/+6
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy-0/+0
2014-04-15add namespace-protected name for sysinfo functionRich Felker-1/+4
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-6/+6
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-0/+6
2014-03-17x32: fix struct statfsrofl0r-2/+4
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-0/+16
2014-03-06x32: fix sysinfo()rofl0r-0/+47
2014-02-23make the x32 port use the correct ld-musl-x32.path filenameRich Felker-1/+1
2014-02-23fix x32 syscall arch.h timespec fixup coderofl0r-53/+49
2014-02-23fix some issues in x32 syscall_cp_fixuprofl0r-11/+8
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-1/+1
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-679/+762
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+1986