Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-10-19 | internally, define time64 rusage syscalls on x32 as the existing ones | Rich Felker | -0/+2 |
2019-07-30 | move IPC_64 from public bits/ipc.h to syscall_arch.h | Rich Felker | -0/+2 |
2019-07-29 | remove x32 syscall timespec fixup hacks | Rich Felker | -58/+0 |
2019-07-27 | internally, define time64 syscalls on x32 as the existing syscalls | Rich Felker | -0/+19 |
2019-07-27 | don't use futimesat syscall as utimensat fallback on x32 | Rich Felker | -0/+2 |
2015-05-01 | fix dangling pointers in x32 syscall timespec fixup code | Rich Felker | -7/+16 |
2014-02-23 | fix x32 syscall arch.h timespec fixup code | rofl0r | -53/+49 |
2014-02-23 | mostly-cosmetic fixups to x32 port merge | Rich Felker | -1/+1 |
2014-02-23 | x32 port (diff against vanilla x86_64) | rofl0r | -17/+76 |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | -0/+62 |