summaryrefslogtreecommitdiff
path: root/arch/x32
AgeCommit message (Expand)AuthorLines
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