about summary refs log tree commit diff
path: root/arch/x32
Commit message (Expand)AuthorAgeFilesLines
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-27/+20
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+6
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+0
* add namespace-protected name for sysinfo functionRich Felker2014-04-151-1/+4
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* x32: fix struct statfsrofl0r2014-03-171-2/+4
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-0/+16
* x32: fix sysinfo()rofl0r2014-03-061-0/+47
* make the x32 port use the correct ld-musl-x32.path filenameRich Felker2014-02-231-1/+1
* fix x32 syscall arch.h timespec fixup coderofl0r2014-02-231-53/+49
* fix some issues in x32 syscall_cp_fixuprofl0r2014-02-231-11/+8
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-231-1/+1
* x32 port (diff against vanilla x86_64)rofl0r2014-02-2313-679/+762
* import vanilla x86_64 code as x32rofl0r2014-02-2330-0/+1986